.custom-file.active, .custom-file.focus, .custom-file:active, .custom-file:focus, .custom-select.active, .custom-select.focus, .custom-select:active, .custom-select:focus, .form-control.active, .form-control.focus, .form-control:active, .form-control:focus, .form-select.active, .form-select.focus, .form-select:active, .form-select:focus, input.active, input.focus, input:active, input:focus{
            outline: 0 !important;
            color: black !important;
            border-color: black !important;
            box-shadow: none !important;
        }
        .datepicker-cell.selected, .datepicker-cell.selected:hover {
            background-color: black !important;
        }
        body{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
            background-color: #f5f5f5;
        }
        .nxl-container {
            top:5px !important;
            min-height: 99vh !important;
        }
        .user-avtar{
            height: 25px !important;
            width: 25px !important;
            max-width: 25px;
            object-fit: cover;
            object-position: top center;
            margin-right: 15px;
            border-radius: 50%;
        }
        
        .profile-a{
            padding: 12px 18px !important;
        }
        .profile-image{
            margin-right: 0px !important;
        }
        .profile-text{
            margin-left: 6px !important;   
        }
        .form-select{
            border-radius: 2px !important;
            font-size: 13px !important;
        }
        .form-control{
            border-radius: 2px !important;
            font-size: 13px !important;
        }
        .modal-header{
            border-radius: 2px !important;
            padding: 15px 25px !important;
        }
        .modal-body{
            padding: 15px 25px !important;
            color: black !important;
        }
        
        .modal .modal-content{
            border-radius: 2px !important;
        }
       
        .detail-item:last-child{
            border-bottom: none;
        }
        .btn-edit{
            background-color: #1dbf73;
            color: white;
        }
        .portal-btn{
            border-radius: 2px !important;
            padding: 7px 15px;
            font-size: 9px;
        }
        .profile-img-small{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 2px solid #1c9ad4;
            object-fit: cover;
            margin-right: 10px;
            object-fit: cover;
            object-position: top center; 
        }
        .btn-dark{
            background: black !important;
            border: 1px solid black;
            border-radius: 2px;
        }
        .bg-dark{
            background-color: black !important;
        }
        .modal-footer{
            background: #f7f7f7;
            padding: 15px 25px !important;
        }
        .card{
            border-radius: 2px;
        }
        .btn-close{
            opacity: 1;
        }
        .nxl-container .nxl-content .main-content{
        overflow-x: hidden;
        padding: 15px 30px 45px;
        }
        .announcement-card{
        border-left: 2px solid black;
        transition: transform 0.2s ease;
        }
    
        .announcement-card:hover{
            border-left: 6px solid black;
            transition: transform 0.2s ease;
        }
        .card{
            border-radius: 2px;
        }
       .card-title{
           color: black;
       }
       .text-dark{
           color: black !important;
       }
       .nxl-navigation:hover .navbar-content
      {
           position:absolute!important;
           width:280px !important;
           background-color:#fff;
           border-right:1px solid #e5e7eb;
           transition:all .3s ease;
           
       }
       .text-sky{
           color: #2096d0 !important;
       }
       .nxl-navigation:hover .m-header
      {
           /*position:absolute!important;*/
           width:280px !important;
           background-color:#fff;
           border-right:1px solid #e5e7eb;
           transition:all .3s ease;
           
       }
        .nxl-navigation:hover .logo-lg{
          display: block !important;
        }
        .nxl-navigation:hover .logo-sm{
          display: none !important;
        }
        .page-header-title{
            display: inline-block;
        }
        .page-header-title h5{
            margin-bottom: 0;
            margin-right: 8px;
            padding-right: 10px;
            color: #283c50;
            font-weight: 600;
            border-right: 1px solid #cdd4e8;
        }
        .breadcrumb{
            padding: 0;
            display: inline-flex
        ;
            margin-bottom: 0;
            background: 0 0;
            font-size: 13px;
            color: #7587a7;
            font-weight: 800;
        }
        .breadcrumb .breadcrumb-item:last-child{
            opacity: .75;
            font-weight: 400;
        }
        .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
            position: relative;
            top: 2px;
        }
        
         ul.pagination-common-style li a.active, ul.pagination-common-style li a:hover{
            color: #fff !important;
            background-color: black !important;
            transition: all .3s ease;
        }
        .badge{
            font-size: 9px;
            font-weight: 600;
            padding: 4px 8px;
            border-radius: 3px;
        }
        .btns{
        
        display: flex;
        justify-content: end;
         margin-bottom: 14px; 
        padding: 0px 25px 25px;
       }
        .customers-nav-tabs .nav-item .nav-link.active{
            color: black;
            border-bottom: 3px solid black;
            background-color: rgba(52, 84, 209, .075);
            transition: all .3s ease;
        }
        
        td{
            padding: 10px 15px !important;
        }
        
        .footer{
            position: absolute !important;
            z-index: 1010 !important;
            padding: 15px 30px !important;
        }
        .pace .pace-progress{
    
            background: black !important;
        }
        .mobile-view{
            display: none !important;
        }
        .nxl-header{
            display: none !important;
        }
        
        @media (max-width: 760px) {
          .profile-img-small {
            height: 55px !important;
          }
          .header-right{
            display: none !important;
          }
          .nxl-container {
            top:80px !important;
            min-height: calc(100vh - 80px) !important;
        }
          .nxl-header{
              display: flex !important;
          }          
          .name-heading{
            font-size: 20px;
          }
          .desktop-view{
            display: none !important;
          }
          .mobile-view{
              display: flex !important;
          }
        }
        .requestselector{
            padding: 12px 30px 12px 10px;
            width: max-content;
        }
        
        
        @media (max-width: 1025px) {
            .nxl-container {
            top:80px !important;
            min-height: calc(100vh - 80px) !important;
         }
            .nxl-header{
             display: flex !important;
         }   
        }
        
        
        /*profile details */
        .profile-card {
          background: white;
          border-radius: 2px;
          box-shadow: 0 6px 20px rgba(0,0,0,0.1);
          padding: 20px 25px;
        }
        .header-section {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;  
          border-bottom: 2px solid #eee;
          padding-bottom: 10px;
        }
        .header-section h4 {
          margin: 0;
          font-weight: 700;
        }
        .info-block {
          padding: 10px 15px;
          border-radius: 2px;
          background-color: #f9f9f9;
          margin-bottom: 15px;
          transition: 0.3s;
        }
        .info-block:hover {
          background-color: #eef3ff;
        }
        .info-label {
          font-size: 14px;
          color: #777;
        }
        .info-value {
          font-size: 15px;
          font-weight: 600;
          color: #212529;
        }
        .icon-circle {
          background-color: black;
          color: white;
          border-radius: 50%;
          width: 35px;
          height: 35px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          margin-right: 12px;
        }
        .info-row {
          display: flex;
          align-items: center;
        }
        