/* Pagination */

.pagination{
    margin-top: 10px !important;
    margin-left: 10px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #19aaed;
    border-color: #343a40;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #343a40;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #19aaed;
    background-color: #eee;
    border-color: #ddd;
}

/*end of pagination*/

.advisor-card {
    background: linear-gradient(white, #f8f9fa); /* Gradient background */
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Added box-shadow transition */
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.advisor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.advisor-image-container {
    width: 70px; /* Increased size for better visibility */
    height: 70px;
    flex-shrink: 0;
}

.select2-container .select2-search--inline {
    float: left;
    margin-top: -27px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaaaaa7a;
    border-radius: 4px;
    height: 41px !important;
    padding-top: 6px !important;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: baseline; */
}
.advisor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #e9ecef;
    border-radius: 50%; /* Ensure circular image */
}

.advisor-title h6 {
    font-size: 16px; /* Slightly larger font */
    padding-left: 10px; /* Adjusted padding for balance */
    color: #495057;
    margin-bottom: 0.25rem;
}

.badge {
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 5px; /* Space between title and badge */
}

.advisor-details {
    border-top: 1px solid #f8f9fa;
    background: #fff; /* Ensure contrast with text */
}

.info-item {
    color: #6c757d;
    font-size: 14px; /* Slightly larger font for readability */
}

.info-item i {
    width: 16px;
    text-align: center;
    margin-right: 12px !important;
    color: #19aaed !important;
}

.btn {
    margin-top: 10px; /* Space above button */
}

.bg-primary {
    background-color: #19aaed !important;
}

@media (max-width: 768px) {
    .advisor-image-container {
        width: 50px;
        height: 50px;
    }
    
    .advisor-title h6 {
        font-size: 0.95rem;
    }
    
    .info-item {
        font-size: 0.8rem;
    }
}

.txt-s span {
            font-size: 13px;
            padding-left: 10px;
        }

        .my_pro_covers {
            padding: 10px;
            background-color: #19aaed;
            border-radius: 10px;
        }

        .txt-s i {
            color: #ffffff;
            font-size: 11px;
        }

        .nav-pills .nav-link {
            border-radius: 2.25rem !important;
        }

        .cat_ti p {
            position: absolute;
            content: "";
            top: 4px;
            right: 10px;
            font-size: 12px;
            text-transform: capitalize;
        }

        .menu_shop_detailor {
            display: flex;
            align-items: flex-start;
            padding: 5px;
        }



        #style-2::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        #style-2::-webkit-scrollbar {
            width: 3px;
            background-color: #F5F5F5;
        }

        #style-2::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            background-color: #19aaed;
        }

        .per-info {
            background-color: #658fdb !important;
        }
/* new style start*/
.dropdown-submenu {
    position: relative;
    width:100%;
}

.top_position{
    z-index:9999;
} 



#todo-form {
    padding: 32px 32px 0;
  }
  
  #todo-form input {
    padding: 12px;
    margin-right: 12px;
    width: 225px;
  
    border-radius: 4px;
    border: none;
  
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    background: white;
  
    font-size: 14px;
    outline: none;
  }
  
  #todo-form button {
    padding: 12px 32px;
  
    border-radius: 4px;
    border: none;
  
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: black;
  
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
  }


.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
  }


  /* Small card */
.small-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 200px; /* Small card size */
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}

.card-header {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    color: #555;
}

.card-body h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
}




  /* Customize the hover effect for the Search button */
  .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
  }

  /* Customize the Download CSV button */
  .btn-info {
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 0.25rem;
  }

  /* Flex styling to adjust button layout */
  .gap-2 {
    gap: 0.5rem;
  }

  .flex-fill {
    flex: 1;
  }

  
  /* ---- ACTIVE ---- */

  .nav-item.Active {
    background-color: #b2e6ff;
  }
  
  .nav-item.Active .nav-link {
    color: #fff; 
    font-weight: bold;
  }

  /* ---- BOARD ---- */
  .lanes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0px;
    height: 100%;
  }
  
  .heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    color: #19aaed;
    text-transform: capitalize;
  }
  
  .swim-lane {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f4f4f4;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
    padding: 12px;
    border-radius: 4px;
    max-width: 300px;
    min-height: 120px;
    flex-shrink: 0;
  }
  
  .task {
    background: white;
    color: black;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  
    padding: 12px;
    border-radius: 4px;
  
    font-size: 16px;
    cursor: move;
  }
  
  .is-dragging {
    scale: 1.05;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    background: rgb(50, 50, 50);
    color: white;
  }
  


.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    width:100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-submenu a{
    margin-left: 18px;
}


.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}


/* new style end*/

body{

    background-color: #ffffff !important;
}

.display_flex{
    display: flex;
    justify-items: center;
    align-items: center;
}


.display_flex_col{
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.display_flex_start_cen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul{
    list-style-type: none;
}

.nav-tabs .nav-item a{
    font-size:13px !important;
    margin-bottom: -1px;
    text-transform: capitalize;
    font-weight: 400;
}

.empoly_delet h6{
    font-size: 13px;
    text-transform: uppercase;
    color: #19aaed !important;
    margin-bottom: 10px;
}

.top_header_section_mobile {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #a4a4a400;
    box-shadow: rgb(0 0 0 / 7%) 0px 5px 15px 0px;
}

.top_header_section_computer {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #a4a4a400;
    box-shadow: rgb(0 0 0 / 7%) 0px 5px 15px 0px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none !important;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #97ddff !important;
}


.navbar-light .navbar-nav .nav-link {
    color: #797979 !important;
    text-transform: capitalize;
}

.menu_Link_wrapper ul{
    /* display: inline-flex; */
    margin-left: -26px;
    list-style-type: none;
    margin-bottom: 0px;
}

.menu_Link_wrapper ul li a{
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
}

.menu_Link_wrapper li {
    padding: 23px 23px;
    border: 1px solid #e9e9e969;
    background-color: #ffffff;
    border-bottom: none;
}


.menu_Link_wrapper li .dropdown-menu li{
    padding: 9px 22px;
    background-color: #97ddff;
    border-bottom: 1px solid #ffffff47;
}

.dropdown-item:hover{
    background-color: #97ddff !important;
}
.admin_img img{
    width:50px;
    height:50px;
    border-radius:30px;
}

.admin_name h6{
    margin-bottom:0px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    margin-left: 7px;
}

.admin_name p{
    color: #000000;
    margin-bottom:0px;
    font-size: 10px;
    font-weight: 500;
    margin-left: 7px;
}

.menu_shop_detail{
    display: flex;
    align-items: center;
    padding: 5px;
    
}

.my_pro_cover{
    padding: 10px;
    border: 1px solid #e9e4e4;
}

.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}



.bio_icon_wrapper {
    width: 40px;
    border-radius: 23px;
    height: 40px;
    background-color: #97ddff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bio_text p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #7c7878;
}

.bio_icon_wrapper i {
    color: #000000;
}

.bio_text h6 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

.admin_name{
    padding: 2px;
}

.table_text p{
    margin-bottom:0px;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  
    background-color: #97ddff !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header h5{
    margin-bottom:0px;
    color:#ffffff;
}

.btn-danger {
    color: #fff;
    background: linear-gradient(to left, #f4d02b, #e1940e) !important;
    border: none!important;
}

.btn-danger:focus {
    color: #fff;
    background: linear-gradient(to left, #f4d02b, #e1940e) !important;
    border: none!important;
    box-shadow: none !important;
}


.status_modl .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


.status_modl .modal-dialog {
    max-width: 467px !important;
    margin: 1.75rem auto;
}

.user_detail p span{
    font-weight: 600;
}

.user_detail_time p{
    font-weight: 600;
    font-size: 15px;
}

.user_detail_time .fal{
    color:#e1940e !important;
}

.table_text img{
    width:50px;
}

.user_detail_btn .btn-danger {
    color: #fff;
    background: linear-gradient(to left, #dc3545, #dc3545) !important;
    border: none!important;
}

.user_detail_btn .btn-danger:focus {
    color: #fff;
    background: linear-gradient(to left, #dc3545, #dc3545) !important;
    border: none!important;
    box-shadow: none !important;
}


/* bell animation */
.bellanimation i{
    font-size: 15px;
    color: #19aaed;
    
}

.itemani {
    display: inline-block;
    
    color: #fff;
    animation: 1s bell-vibrate ease-in-out infinite;
  }
  
  @keyframes bell-vibrate {
    0% { transform: rotate(0); }
    4% { transform: rotate(8deg); }
    8% { transform: rotate(-8deg); }
    12% { transform: rotate(8deg); }
    16% { transform: rotate(-8deg); }
    20% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }

/* bell animation end */
.form-group input,
.form-group textarea {
    margin-bottom: 1rem; /* Adjust as needed */
}

.log-form-wrapper {
    /* padding: 100px 0; */
  }
  
  .log-form {
    padding: 30px 17px;
    background-color: #ffffffc4;
    border: 1px solid #00000021;
    border-radius: 12px;
    width: 400px;
    margin: auto;
}
  
  .log-form textarea {
    resize: none;
  }
  
  .log-form .form-input,
  .form-text-area {
    background-color: #bab3b303;
    height: 50px;
    padding-left: 16px;
    font-size: 14px;
    border: 1px solid #ced4da !important;
  }
  
  .log-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .log-form .form-control::placeholder {
    color: #525151;
    font-weight: 500;
    opacity: 1;
  }
  
  .log-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .log-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .log-form .form-control:focus {
    border-color: #260726;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #0f070c3f;
  }
  
  .log-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  
  .log-form .description {
    color: #454545;
    font-size: 14px;
    text-align: center;
  }
  
  .log-form .submit-button-wrapper {
    text-align: center;
  }
  
  .log-form .submit-button-wrapper a {
    border: none;
    font-size: 12px;
    border-radius: 9px;
    background-color: #2c98cb;
    color: white;
    text-transform: uppercase;
    padding: 10px 43px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #ffffff;
  }
  
  .log-form .submit-button-wrapper a:hover {
    background-color: #2c98cb;
    color:#ffffff;
  }

  .forgot_pass a{
   text-decoration: none;
   color:#260726;
   font-size: 13px;
  }

  .forgot_pass a:hover{
    text-decoration: none;
    color:#260726;
    font-size: 14px;
   }

.login_sec{
    position: relative;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/login_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.login_sec::after{
    position: absolute;
    content: "";
    top:0px;
    left:0px;
    background-color: #8a9efc54;
    width:100%;
    height:100%;
}


.trash .far{
    color:#cb2c30;
}

.fixed_side_bars{
    position: sticky;
    top: 0px;
    background: #cb2c3047;
    padding: 20px;
    width: 16% !IMPORTANT;
    height: 100vh;
    
    margin-bottom: 20px;
}

.side_ul{
    
    background-color: #000000;
}

.side_ul li{
    padding: 10px 20px;
    list-style-type: none;
    border-bottom: 1px solid #ffffff;
    margin-top: 6px;
}


.side_ul li a{
   text-decoration: none;
   color:#ffffff;
}

.category_wrapper{
    flex-wrap: wrap;
    display: flex;
}

.cat_box {
    width: 149px;
    height: 149px;
    background-color: #dc3545;
    margin: 3px;
}

.sub-menu{
    -webkit-transition: .4s;
    transition: .4s;
 }
 nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
 .switch {
  position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -7px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #a7c957;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.maintop_heading h3{
    text-transform: capitalize;
    font-weight: 500;
    color:#000000;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box>.inner {
    padding: 10px;
}
.small-box p {
    font-size: 1rem;
}
.small-box h3, .small-box p {
    z-index: 5;
    color:#ffffff
}
.small-box>.small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box>.small-box-footer:hover {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box-footer {
    background-color: #a7c95752;
    color: #28a745;
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box-footer:hover{
    background-color: #a7c95752;
    color: #ffffff;
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
}
.small-box h3 {
    
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
.small-box .icon>i.ion {
    font-size: 70px;
    top: 20px;
}
.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}

.todo-list>li.done {
    color: #697582;
}
.todo-list>li {
    border-radius: 2px;
    background-color: #f8f9fa;
    border-left: 2px solid #e9ecef;
    color: #495057;
    margin-bottom: 2px;
    padding: 10px;
}

.mdi-close-circle-outline:before{
    content: "\F15A"
}
.list-wrapper ul li{
    font-size: .9375rem;
    padding: .4rem 0;
    border-bottom: 1px solid #f3f3f3
}
.mdi:before{
    font-family: FontAwesome;
    content: "\f00d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: .756em;
    color: #405189
}
.list-wrapper ul{
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0
}

.checkul ul li {
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 40px;
    list-style-type: none;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.2s;
    
    /* make the list items unselectable */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Set all odd list items to a different color (zebra-stripes) */
  .checkul ul li:nth-child(odd) {
    background: #f9f9f9;
  }
  
  /* Darker background-color on hover */
  .checkul ul li:hover {
    background: #ddd;
  }
  
  /* When clicked on, add a background color and strike out text */
  .checkul  ul li.checked {
    background: #a7c9574f;
    color: #7f7f7f;
    text-decoration: line-through;
    margin-bottom: 4px;
    border-radius: 5px;
}
  
  
  /* Add a "checked" mark when clicked on */
  .checkul  ul li.checked::before {
    content: '';
    position: absolute;
    border-color: #1e7e34;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 16px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
  }
  
.checkul input{
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    padding: 3px;
    font-size: 14px;
    border: 1px solid #afacac;
    border-radius: 8px;
}

.checkul input:focus{
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    padding: 3px;
    font-size: 14px;
    border: 1px solid #afacac ;
    border-radius: 8px;
}

.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.profile-user-img {
    border: 2px solid #a7c95761;
    margin: 0 auto;
    padding: 0px;
    width: 100px;
}
.main_card-ul ul li{
    list-style-type: none;
    color:#6c757d;
    font-size:14px;
}

.main_card-ul .close {
    display: none;
}

.main_ul_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}


.main_ul_1{
   
    width: 10%;
    font-size: 12px;
    color: #a5c755;
}

.main_ul_2{
    width:90%;
    color: #6c757d;
    font-size: 14px;
}

.text-muted {
    color: #6c757d!important;
    font-size: 14px !important;
}

.bgcardflex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 129px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000d1 !important;
    font-size: 14px;
}


/* new  end*/
 .nav-tabs a{
    color:#ffffff;
 }

 .inner-submenu-active{
    background-color:#e5e5e5;
 }

 .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background-color: #ffffff;
    border-radius: 6px;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #a7c957;
    border-color: #ffffff #ffffff #fff;
}
 .Mainnav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    /* flex-direction: column; */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-content>.active {
    display: block;
    background-color: #f3f3f394;
}

.Mainnav .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-left: 16px;
}

/* select start */
.box_selector
label {
    border: 1px solid #fff;
    padding: 0px;
    display: block;
    position: relative;
    margin: 0px;
    cursor: pointer;
  }
  .box_selector
  label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #ffd0d0;
    position: absolute;
    top: -5px;
    left: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 99;
  }
  .box_selector
  label .employ_box {
    height: 100%;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  .box_selector 
  input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    display: none;
}

  :checked + label {
    border-color: #ddd0;
  }
  

  
  :checked + label .employ_box {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
  }

/* select end*/

 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px !important;
    line-height: 1.5;
    color: #797a7a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 

 .card {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.125);
     border-radius: 0;
 }
 
 .card-body {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 auto;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1.25rem;
 }
 
 .table_overflow{
    width:100%;
    overflow-x: scroll;
 }
 .card-header {
     padding: 0.75rem 1.25rem;
     margin-bottom: 0;
     background-color: rgba(0, 0, 0, 0.03);
     border-bottom: 1px solid rgba(0, 0, 0, 0.125);
     text-align: center;
 }
 
 .dashboard {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
    min-height: 100vh;
    overflow-y: hidden;
 }
 
 .dashboard-app {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-flex: 2;
     -webkit-flex-grow: 2;
     -ms-flex-positive: 2;
     flex-grow: 2;
     margin-top: 84px;
 }
 
 .dashboard-content {
     -webkit-box-flex: 2;
     -webkit-flex-grow: 2;
     -ms-flex-positive: 2;
     flex-grow: 2;
     /*padding: 15px;*/
     background-color: #00000000;
 }
 
 .dashboard-nav {
     min-width: 238px;
     position: fixed;
     left: 0;
     top: 0;
     bottom: 0;
     overflow: auto;
     
 }
 
 .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef00 !important;
    border-radius: 0.25rem;
}
 .dashboard-compact .dashboard-nav {
     display: none;
 }
 
 .dashboard-nav header {
     min-height: 48px;
     padding: 8px 27px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .dashboard-nav header .menu-toggle {
     display: none;
     margin-right: auto;
 }
 

 
 .dashboard-nav a:hover {
     text-decoration: none;
     background: rgba(0, 0, 0, 0.1);
     color:#577c02;
     font-weight: 500;
 }
 
 .dashboard-nav {
    background-color: #ffffff;
    transition: ease-out 0.5s;
    height: auto;
    z-index: 9999;
    border-top: 1px solid #a7c957;
    max-width:250px;
}
  

a.active {
    background: #19aaed;
    color: #ffffff !important;
    font-weight: 400;
    text-transform: capitalize;
}
 

a.active:hover {
    background: #dc354552;
    color: #000000 !important;
    font-weight: 400;
    text-transform: capitalize;
}
 .dashboard-nav a {
     color: #000000;
     font-size: 14px;
     text-transform: capitalize;

 }

 
 .active .fal{
    color:#000000;
 }
 
 .brand-logo {
     font-family: "Nunito", sans-serif;
     font-weight: bold;
     font-size: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     color: #515151;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .brand-logo:focus, .brand-logo:active, .brand-logo:hover {
     color: #dbdbdb;
     text-decoration: none;
 }
 
 .brand-logo i {
     color: #d2d1d1;
     font-size: 27px;
     margin-right: 10px;
 }
 
 .dashboard-nav-list {
    position: sticky;
    top: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     
 }


 .nav-pills .nav-link {
    display: block;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 13px;
    padding: 0.5rem 1rem;
    color: #000000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    cursor: pointer;
}

.myaccordion .card-header {
    background-color: #ffffff !important;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.myaccordion {
    
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
  
  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
    border: none;
  }
  
  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
  }
  
  .myaccordion .fa-stack {
    font-size: 12px;
}
  
  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
  }
  
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }
  
  .myaccordion li + li {
    margin-top: 10px;
  }

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #19aaed !important;
    border: 1px solid #53535336 !important;
}

.nav-tabs .nav-link:focus {
    border-radius: 0.25rem;
    border: none !important;
    box-shadow: none !important;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #d5d5d5 !important;
}
 
 .dashboard-nav-item {
    top:0px;
    position: static;
     min-height: 56px;
     padding: 8px 20px 8px 21px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     letter-spacing: 0.02em;
     color: #000000;
     text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid #8080804f;
     
 }


 .dashboard-nav-dropdown a:hover{
    text-decoration: none;
    color:#000000;
    background-color: #19aaed;
 }
 
 .dashboard-nav-item i {
     width: 36px;
     font-size: 19px;
     margin-left: -40px;
 }
 
 .dashboard-nav-item:hover {
     background: rgba(255, 255, 255, 0.04);
 }

 
 .dashboard-nav-dropdown {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;

     
 }

 
 .dashboard-nav-dropdown.show {
     background: #ffffff0a;
     

 }
 
 .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
     font-weight: bold;

 }
 
 .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
     -webkit-transform: none;
     -o-transform: none;
     transform: none;
 }
 .dashboard-nav-dropdown.show{
   
 }
 
 .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     transition:all 0.3s ease;
  
     
 }
 
 .dashboard-nav-dropdown-toggle:after {
     content: "";
     margin-left: auto;
     display: inline-block;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid rgba(81, 81, 81, 0.8);
     -webkit-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
 }
 
 .dashboard-nav .dashboard-nav-dropdown-toggle:after {
     border-top-color: #a7c957;

 }
 
 .dashboard-nav-dropdown-menu {
     display: none;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     transition-duration: 3s linear;
 }
 .dashboard-nav-dropdown-item:hover{
    background-color: #dc354559;
    padding: 11px 20px 11px 41px;
    border-bottom: 1px solid #80808014;
    font-weight: 400;
    font-size: 15px; 
 }
 .dashboard-nav-dropdown-item {
    min-height: 40px;
    background-color: #97ddff;
    padding: 11px 20px 11px 41px;
    border-bottom: 1px solid #80808014;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

 .far {
    font-weight: 400;
    color: #ffffff !important;
}

 .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #19aaed !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

 
 .dashboard-nav-dropdown-item:hover {
     background: rgba(255, 255, 255, 0.04);
 }
 
 .menu-toggle {
     position: relative;
     width: 42px;
     height: 42px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     color: #a7c957;
 }
 
 .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
     text-decoration: none;
     color: #a7c957;
 }
 
 .menu-toggle i {
     font-size: 20px;
 }
 
 .dashboard-toolbar {
     min-height: 84px;
     background-color: #ffffff;
     border-bottom: 1px solid #a7c957;
     border-top: 1px solid #a7c957;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 8px 27px;
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1000;
 }

  

 .nav-item-divider {
     height: 1px;
     margin: 1rem 0;
     overflow: hidden;
     background-color: rgba(236, 238, 239, 0.3);
 }

 .nav-tabs .nav-link.active {
    color: #a7c957 !important;
    border-radius: 7px;
    border: none !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 14px;
    margin-left:3px;
    background-color: #f3f3f394 !important;
}
.nav-tabs .nav-link {
    padding: 14px !important;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}



.nav-tabs .nav-link:focus{
    border: none;
}

button:focus{
    border: none;
}


.card-footer a{
    font-size:12px;
}


#style-4::-webkit-scrollbar-thumb
{
    background-color: #a7c95734;
    border: 2px solid #a7c9571c;
     border-radius: 6px;
}


.side_menu_section{

    position: sticky;
    top: 0;
    background-color: #ffffff;
    /* max-width: 250px !important; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: auto;
    height: 100vh;
}

.add_items_wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 7px;
    margin-left: 0px;
    cursor: pointer;
}

.add_items_icon .fal {
    color: #ffffff;
    padding: 4px;
    border: 1px solid #e4797933;
    background-color: #19aaed;
    border-radius: 1px;
    box-shadow: rgb(60 64 67 / 62%) 0px 1px 2px 0px, rgb(60 64 67 / 0%) 0px 1px 3px 1px;
}

.add_items_text h5{
    font-size: 18px;
    margin-bottom: 0px;
}

.modal_detail_wrapper .log-form {
    padding: 30px 0px;
    background-color: #bababa00;
    border: 1px solid #00000000;
    border-radius: 12px;
    width: 400px;
}

.modal_detail_wrapper .log-form .form-input, .form-text-area {
    background-color: #bab3b303;
    height: 50px;
    padding-left: 16px;
    font-size: 14px;
}

.modal_detail_wrapper .form-control {
    border: 1px solid #ced4da !important;
    background-color: #bab3b303;
    min-height: calc(1.5em + (0.75rem + 2px)) !important;
    font-size: 14px;
}

.modal_detail_wrapper .form-control:focus {
    background-color: #bab3b303;
    min-height: calc(1.5em + (0.75rem + 2px)) !important;
    font-size: 14px;
    border: none;
}

.profile-pic span{
    font-size: 14px;
}

.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #19aaed !important;
    border:none !important;
    border-radius: 20px;
}

.nav-link {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0.5rem 1rem;
    color: #000000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-top: 12px;
}


.box_shade{
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}

.select_btn.form-select {
    display: block;
    width: 150px !important;
    padding: 10px 24px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 6.5;
    color: #ffffff;
    background-color: #19aaed;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 4px;
}

.select_btn.form-select:focus{
    box-shadow: none;
    border:none;
}
.red_btn .btn{
    background-color: #19aaed;
    margin-right: 4px;
    color: #ffffff;
    padding: 8px 24px;
    font-size: 14px;
}

.red_btn .btn a{
    text-decoration: none;
    color:#ffffff;
}

.btn-link {
    font-weight: 400;
    color: #19aaed !important;
    text-decoration: underline;
}

.header_search .input-group,.form-control:focus{
    box-shadow: none;
}

.header_search .form-control:focus{
    box-shadow: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 22px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc66;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 20px;
    left: 1px;
    bottom: 2px;
    background-color: #19aaed;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #97dcff91;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .box_shade .table>:not(caption)>*>* {
    padding: 1.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    font-size: 14px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.action_wrapper ul{
    list-style-type: none;
    display: inline-flex;
    margin-left: -12px;
}

.action_wrapper .fal{
    color:#19aaed;
    margin-right:7px;
    
    font-weight: 400;
    transition: all 2ms linear;
}

.red_btn .fas:hover {
    animation: rotate-scale-up .5s linear 1;
}

.red_btn .far:hover {
    animation: rotate-scale-up .5s linear 1;
}

.action_wrapper .fal a{
    color:#cb2c30;
    margin-right:7px;
}

.table_images img{
    width: 55px;
    height: 55px;
    border-radius: 50px;
}

.tab_form .log-form{
    padding: 1px 17px;
    background-color: #bababa00;
    border: 1px solid #00000000;
    border-radius: 1px;
    width: 100%;
}


.modal_detail_wrapper .form-select {
    display: block;
    width: 100%;
    padding: 11px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #bab3b303;
    border: 1px solid #ced4da !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.modal_detail_wrapper .form-select:focus{
    box-shadow: none;
    border:none;
}
.rotate-scale-up {
	-webkit-animation: rotate-scale-up 0.65s linear both;
	        animation: rotate-scale-up 0.65s linear both;
}

.main_plus {
    position: fixed;
    width: 65px;
    height: 65px;
    right: 28px;
    bottom: 27px;
    border: 6px solid #ffffffbd;
    background-color: #cb2c30;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.main_plus a .fas {
color: #ffffff;
text-decoration: none;
}

.post_ass_wrapper .bg-white {
    background-color: #bab3b303!important;
    border: 1px solid #ced4da !important;
}
 .bg-infos {
    background-color: #19aaed!important;
}

.sugget_heading h6{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.main_plus a .fas:hover {
    animation: rotate-scale-up .5s linear 1;
}
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    width: 100% ;
    height: 138px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 23px;
  }
  .profile-pic input {
    display: none;
  }
  .profile-pic img {
    position: absolute;
    object-fit: cover;
    max-width: 138px;
    height: 138px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    overflow: hidden;
   
    z-index: 0;
    background-color: #b6b3b326;
  }
  .profile-pic .-label {
    cursor: pointer;
    max-width: 138px;
    height: 138px;
  }
  .profile-pic:hover .-label {
  
   width: 100%;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: 10000;
    color: #ffffff;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
    
    margin-bottom: 0;
  }
  .profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
  }


  .log-form .select2-container {
    width: 100% !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

  .log-form .select2-selection--multiple {
    
    outline: 0;
    display: block;
    width: 100%;
    padding: 11px !important;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #bab3b303 !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.log-form .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px !important;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.main_app_icons{
    
    display: flex;
    justify-content: center;
    align-items: center;
}


.menu_box .fal{
    font-weight: 300;
    font-size: 35px;
}


.menu_box{
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
   transition: transform .2s;
}

.menu_box:hover{
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    border: 1px solid #8080801a;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    transform: scale(1.1); 
}

.box_ahref a:hover{
    text-decoration: none;
    color:#000000;
}

.box_ahref a{
    text-decoration: none;
    color:#000000;
}

.menu_box_wrapper p {
    font-size: 13px;
    font-weight: 400;
    color: #3c3838;
    text-align: center;
    margin-top: 15px;
}

.menu_box .fal{
    color:#19aaed;
}

.admin_imgs img {
    width: 86px;
    height: 86px;
    border-radius: 46px;
    object-fit: cover;

}

.admin_names p {
    color: #000000;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 500;
    margin-left: 7px;
}

.admin_names h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin-left: 7px;
}

.employ_box{
    background-color: #ffffff;
    border-radius: 6px;
    padding: 9px;
    border:1px solid rgb(233, 233, 233);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.089) 0px 5px 15px 0px;
}

.employ_text p{
    font-size: 12px;
}

.employ_text{
    
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.employ_text h4{
    font-size: 15px;
    margin-bottom: 1px;
    text-transform: capitalize;
}


.main_app_icons{
    padding-top: 34px;
    padding-bottom: 34px;
}

.employ_btn_text ul {
   margin-bottom:0px;
}

.absence_text p{
    font-size: 12px;
    text-transform: capitalize;
}

.employ_btn_text ul li{
    font-size: 12px;
}

.member_name h6 {
    text-transform: capitalize;
    font-size: 14px;
}

.member_img img{
    width: 120px;
    border-radius: 6px;
}

.member_ul ul{
    margin-bottom: 1px;
    margin-top: 5px;
}

.member_ul li{
    font-size: 13px;
}

.member_box P{
    font-size: 13px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.employ_drop a{
    font-size: 13px;
}

.empoly_delet  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -64px !important;
    z-index: 1000;
    display: none;
    float: left;
   min-width: 6rem !important;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.employ_box .dropdown-menu .dropdown-item:hover {
    background-color: #97ddff !important;
    color:#ffffff;
}

.member_ul label {
    margin-bottom: 0px;
    margin-left: -3px;
}

.member_ul input[type=checkbox]{
    background-color: #ED820A !important;
    border-color: #ED820A;
    color: #fff;
  }
.modal_form .form-input{
    background-color: #bab3b303;
    height: 50px;
    padding-left: 16px;
    font-size: 14px;
    border: 1px solid #ececec !important;
    border-bottom: 1px solid #ced4da !important;
}

.modal_form .form-input:focus{
    box-shadow: none;
}

.track {
    position: relative;
    background-color: #ddd;
    height: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}
.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 240px;
    margin-top: -18px;
    text-align: center;
    position: relative;
}
.track .step.active:before {
    background: #dc354552;
}
.track .step::before {
    height: 3px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}
.track .step.active .icon {
    background: #cb2c30;
    color: #fff;
}
.track .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.track .step.active .text {
    font-weight: 400;
    color: #000;
}
.track .text {
    display: block;
    margin-top: 7px;
    margin-bottom: 16px;
}

.trackwrapper{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #cb2c3017;
    overflow-x: scroll;
 
}

.trackbtn a {
    color: #19aaed;
    padding: 8px 14px;
    border: 1px solid #19aaed;
    font-size: 14px;
    text-transform: capitalize;
}

.trackbtn a:hover {
    color: #ffffffec;
    padding: 8px 14px;
    border: 1px solid #19aaed;
    font-size: 14px;
    background-color:#19aaed;
    text-transform: capitalize;
    text-decoration: none;
}


#draggablePanelList2 .employ_box{
    cursor: move;
}


#draggablePanelList .employ_box{
    cursor: move;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13px !important;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #cb2c304f !important;
    transition: width .6s ease;
}

#draggablePanelList .panel-heading {
    cursor: move;
}
#draggablePanelList2 .panel-heading {
    cursor: move;
}
@-webkit-keyframes rotate-scale-up {
    0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
    }
    50% {
      -webkit-transform: scale(2) rotateZ(180deg);
              transform: scale(2) rotateZ(180deg);
    }
    100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
    }
  }
  @keyframes rotate-scale-up {
    0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
    }
    50% {
      -webkit-transform: scale(2) rotateZ(180deg);
              transform: scale(2) rotateZ(180deg);
    }
    100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
    }
  }

  #menu{  
    height: 50px;
    background: #dc354600;}
#menu ul,#menu li{margin:0;padding:0;list-style:none;}
#menu ul{height:45px}
#menu li{float:left;display:inline;position:relative;font:bold 13px Arial;}
#menu a{display:block;line-height:45px;    padding: 6px 16px;text-decoration:none;color:#ccc}
#menu ul li:hover a{background:#ffe0e0;color:#333!important}
#menu input{display:none;margin:0 0;padding:0 0;width:100%;height:45px;opacity:0;cursor:pointer}
#menu label{font:bold 30px Arial;display:none;width:35px;height:45px;line-height:45px;text-align:center;color:#fff}
#menu label span{font-size:13px;position:absolute;left:35px}
#menu ul li ul{height:auto;overflow:hidden;position:absolute;z-index:99;color:#333}
#menu ul li ul li a{color:#333;width:180px;height:35px;line-height:35px;background:#ccc;}
/* #menu a.prett{padding:0 27px 0 14px} */
#menu a.prett::after{content:"";width:0;height:0;border-width:6px 5px;border-style:solid;border-color:#fff transparent transparent transparent;position:absolute;top:20px;right:9px}
#menu a.prett:hover::after,#menu ul li:hover a.prett::after{content:"";width:0;height:0;border-width:6px 5px;border-style:solid;border-color:#333 transparent transparent transparent;position:absolute;top:20px;right:9px}
#menu ul li ul li a:hover{background:#ffe0e0;}
#menu .fal{
    color:#19aaed;
}

.menu_fal .fal{
    color:#ffffff !important;
}
  
  @media screen and (max-width:993px){
    .trackwrapper{
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #cb2c3017;
        overflow-x: scroll;
        display: flex;
    }
    .top_header_section_mobile {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #ffffff;
        border-bottom: 1px solid #a4a4a400;
        box-shadow: #ffe0e0 0px 5px 15px 0px;
    }
    
    .top_header_section_computer {
        display: none;
        background-color: #ffffff;
        border-bottom: 1px solid #a4a4a400;
        box-shadow: rgb(0 0 0 / 7%) 0px 5px 15px 0px;
    }
  }

  @media screen and (max-width: 993px){
    #menu{position:relative}
    #menu ul{background:#838383;position:absolute; top: 145%;right:0;left:0;z-index:3;height:auto;display:none;}
    #menu ul.menus{width:100%;position:static;border:none}
    #menu li{display:block;float:none;width:auto;text-align:left}
    #menu li a{    color: #fff;
        background-color: #19aaed;
        border-bottom: 1px solid #ffffff38;}
    #menu li a:hover{color:#333}
    #menu li:hover{background:#ffe0e0;color:#333;}
    #menu li:hover > a.prett,#menu a.prett:hover{background:#ffe0e0;color:#333;}
    #menu ul.menus a{background:#ffe0e0;}
    #menu ul.menus a:hover{background:#97ddff; color:#ffffff !important;}
    #menu input,#menu label{    position: absolute;
        top: 4px;
        
        display: block;}
    #menu input{z-index:4;}
    #menu ul li ul li a{width:100%;     padding: 2px 16px !important;
        height: 41px;
    }
    }

  @media screen and (max-width:560px){
    
    .admin_img img {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    .main_app_icons {
        padding-top: 20px;
        padding-bottom: 10px;
    }

  }
  /* loader style start*/


#loader {
 position: fixed;
 height: 100%;
 width: 100%;
 top:0;
 left: 0;
 background-color:#000000d1;
 z-index:9999;padding-top: 10px;
}

.mesh-loader {
  overflow: hidden;
  height: inherit;
  width: inherit;
  display: none;
}
.mesh-loader .circle {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #626beb;
  border-radius: 50%;
  margin: -15px;
  -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
  animation: mesh 3s ease-in-out infinite -1.5s;
}

.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}

.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
50.1% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

 
/* loader style end*/