* {
    font-family: 'Rubik', sans-serif;
}

a {
    text-decoration: none;
}

.form-control:focus,
.form-check-input:focus,
.btn-check:focus+.btn,
.btn:focus,
.navbar-toggler:focus,
.btn-close:focus {
    border-color: #c8c8c8;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    background: #fbfbfb;
}

.fs-24 {
    font-size: 22px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/* .In-DocotrsLoginPage */
.In-DocotrsLoginPage {
    display: flex;
    flex-wrap: wrap;
}

.LeftPartLogin,
.RightPartLogin {
    width: 50%;
    height: 100vh;
    overflow: hidden;
}

.LeftPartLogin {
    background-image: url(/assets/images/img_login_new.png);
    background-size: cover;
    background-position: 100%;
}

/* LeftPartLogin */


.LeftPartLogin .SectionImage {
    display: flex;
    justify-content: center;

    padding: 15px;
}



/* LeftPartLogin */

/* RightPartLogin */
.RightPartLogin {
    position: relative;
}

.RightPartLogin .loginFormMainDiv,
.RightPartLogin .forgotFormMainDiv {
    padding: 40px 50px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.w-500 {
    width: 500px;
    height: calc(3rem + 2px);
}

.RightPartLogin .form-label,
.AddBranchForm .form-label {
    margin: auto;
    margin-top: 15px !important;
    width: 500px;
}



.RightPartLogin .form-label label,
.AddBranchForm .form-label label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #677294;
}

.RightPartLogin .form-control,
.AddBranchForm .form-control {
    height: 60px;
    border-radius: 12px;
    background: #fbfbfb;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    color: #333;
    font-weight: 550;
    padding-left: 20px;
    padding-right: 60px;
    letter-spacing: 1.5px;
}

.UploadDocBox .form-control {
    border: none;
    background: none !important;
    line-height: 1.45;
    padding-top: 10px !important;
    color: #999999;
    font-weight: 400;
    font-size: 15px;
}

.UploadDocBox .form-control::file-selector-button {
    color: #666;
    font-weight: 500;
    font-size: 16px;
    background: #E8EAEE;
    border: 1px solid #666666;
    border-radius: 12px;
}

.RightPartLogin .field-icon,
.AddBranchForm .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -39px;
    position: relative;
    z-index: 2;
    padding-right: 25px;
    cursor: pointer;
}

.AddBranchForm .field-icon {
    padding-right: 25px;
}

.RightPartLogin .forget-password {
    font-size: 16px;
    letter-spacing: 0px;
    margin: 4px 0;
    color: #73C6C9;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.RightPartLogin .remember-me {
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    padding-left: 10px;
    margin: 4px 0;
}

.RightPartLogin .customcheckbox {
    margin: 0 25px;
    margin-top: 20px;
}

.RightPartLogin .btn-login,
.RightPartLogin .btn-login:hover {
    background: #73C6C9;
    color: #fff;
    font-weight: 600;
    border-radius: 9px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 30px 20px;
}

.forgotFormMainDiv .DivImage {
    text-align: center;
}

/* .In-DocotrsLoginPage */

/* In-DocotrdashboardPage */
body {
    background-color: #5aaec0;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 282px;
    background: #5AAEC0;
    z-index: 100;
    transition: all 0.5s ease;
}


.sidebar.close {
    width: 78px;
}

.sidebar .logo-details {
    width: 60%;
    display: flex;
    align-items: center;
    margin: 25px auto;
    filter: brightness(0) invert(1);

}

.sidebar .logo-details i {
    font-size: 30px;
    color: #77619e;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #77619e;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 30px 15px 150px 15px;
    overflow: auto;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}

/* .sidebar .nav-links li:hover {
  background: #fff;
} */

.sidebar .sub-menu li:hover {
    background: none;
    color: #77619e;
}

.sidebar .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.close .nav-links li .icon-link {
    display: block;
}

.sidebar .nav-links li i {
    height: 50px;
    min-width: 55px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar .nav-links li.showMenu {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar .nav-links li.active.showMenu span,
.sidebar .nav-links li.active.showMenu i {
    color: #0F68A7 !important;
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-links li a .link_name {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.4s ease;
}

.link_name.active {
    color: #0F68A7 !important;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 1;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 40px;
    margin-top: 0px;
    background: #fff;
    display: none;
    margin: 0 10px;

}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: #858EA9;
    font-size: 16px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: block;
}

.sub-menu li.active {
    background-color: #0F68A7;
    border-radius: 7px;
}

.sidebar .nav-links li .sub-menu li {
    padding: 0 10px;

}

.sidebar .nav-links li .sub-menu li.active a {
    color: #fff;

}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 16px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #f3f1f6; */
    padding: 12px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details {
    background: none;
}

.sidebar.close .profile-details {
    width: 78px;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 5s ease;
}

/* .sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
} */

.sidebar .profile-details .job {
    font-size: 12px;
}

.home-section {
    position: relative;
    background: #fff;
    min-height: 100vh;
    left: 282px;
    width: calc(100% - 282px);
    transition: all 0.5s ease;
    border-top-left-radius: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.sidebar.close~.home-section {
    /* left: 78px; */
    width: calc(100% - 78px);
}

.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
    display: none;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #77619e;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}


/* In-DocotrdashboardPage */
/* In-DocotrdashboardPageone*/
.user-login {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #5aaec0;
    padding: 10px;
    border-bottom-left-radius: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

/* for searchbox */
.search-box {
    padding-top: 120px;
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.filter-btn,
.filter-btn:hover,
.filter-btn:focus {
    background-color: #5aaec0;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search {
    width: 30%;
}

i.bx.bx-chevron-left {
    background: white;
    font-size: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
    font-weight: lighter;
    cursor: pointer;
}

/* In-DocotrdashboardPageone*/
/* table-dashboard */
.navlist {
    padding: .5rem 6rem;
}

.table {
    width: 100%;
    border-spacing: 10px;
}

.tableherading th,
td {
    border: none;
    padding: 10px;
}

.tableherading th {
    background-color: #73C6C9;
    border-radius: 5px;
    margin: 0 5px;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
}

table td img {
    max-width: 18px;
}

table.test td {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;

    padding: 12px 12px 12px 12px;
}

table.test {
    border-collapse: separate;
    border-spacing: 10px;
    border-collapse: expression('separate', cellSpacing='10px');
    width: 100%;
}

.Dashborad-In-Docotrs2 {
    border-collapse: separate;
}

.Dashborad-In-Docotrs2 td {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    padding: 10px;
    vertical-align: middle;
}

.bg-yellow {
    background-color: #F1CA55 !important;
}

.bg-green {
    background-color: #3DD87D !important;
}

.bg-reds {
    background-color: #CA4747 !important;
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.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: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider2 {
    background-color: #CA4747;
}

input:focus+.slider2 {
    box-shadow: 0 0 1px #CA4747;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {} */

.tab-bg {
    background-color: #ECECEC;
}



.nav-tabs {
    border: none;
}

.nav-tabs .nav-lin {
    background-color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #0F68A7;
    padding: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-width: 299px;
    text-align: center;
    border: none;
}

.profile {

    font-size: 16px;

    font-weight: bold;
    color: #0F68A7;


    text-align: center;
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: #ECECEC;
    color: #0F68A7;
    border: none;
}

.nav-tabs .nav-link {
    background-color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #0F68A7;
    padding: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-width: 299px;
    text-align: center;
    border: none;
}

.tab-content {
    background-color: #ECECEC;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.switchname {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.delcur {
    cursor: pointer;
}

.switchinfo {
    color: #DBDBDB;
    font-weight: 600;
    margin-left: 10px;
}

.switchname.active .switchinfo {
    color: #CA4747;
}

/* table-dashboard */

/* ----------------------- css----------------------------- */



.contactpopupcommon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.overlaycontactpopup {
    background: rgb(0 0 0 / 25%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.contactpopupbody {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    max-width: 500px !important;
    min-width: 500px !important;
}

.popup1 {
    height: auto;
    width: fit-content;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
}

.contactpopupbody .submitbtnpopup,
.submitbtnpopup {
    height: 50px;
    width: 120px;
    background-color: #73C6C9;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.contactpopupbody .cancelbtn {
    height: 50px;
    width: 150px;
    background-color: transparent;
    border: 2px solid #73C6C9;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: #333;
    font-size: 16px;
    font-weight: 500;

}

.contactpopupbody .resetbtnpopup,
.resetbtnpopup {
    height: 50px;
    width: 150px;
    background-color: #CA4747;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.para {
    margin: 0;
    color: #fff;
}

.popupimg,
.popuptext {
    display: flex;
    align-items: center;
    justify-content: center;
}

.actionbtngroup {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mainpara {
    color: #677294;
}

.spandiv {
    color: #0F68A7;
}

.popuptitle {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #3f3f3f;
}

.commontextarea {
    background: #F1F8F9;
    border: none;
    padding: 21px 18px;
    border-radius: 8px;
    height: 118px;
    color: #677294;
    margin-bottom: 35px;

}

.actioninfo p {
    max-width: 335px;
    font-size: 16px;
    line-height: 22px;
    color: #D1D4DE;
    /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
    text-align: center;
    margin: 0 auto;
    margin-bottom: 22px;
}

.actioninfo p b {
    color: #0F68A7;
}

.firstdiv {
    margin-bottom: 20px;
}

.commoninput {
    width: 100%;
    border-radius: 8px;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #677294;
    outline: none;
    border: none;
    background-color: #f1f8f9;
}

.blockicon {
    width: 52px;
    height: 52px;
    margin: 0 auto 15px auto;
}

.blockicon img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.inputmaindiv {
    margin-bottom: 30px;
}

.commonlable {
    width: 100%;
    font-size: 16px;
    color: #858EA9;
    margin-bottom: 5px;
}

.popup3 {
    width: 450px;
}

.popup7 {
    width: 450px;
}

.eyeimg {
    height: auto;
    width: 20px;
}

.popupimgpara {
    margin: 0 15px 0 0;
    color: #5795C1;
}

.div-a-tag {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.extrapara {
    margin: 10px 0;
}

.red-para {
    color: #CA4747;
    font-weight: 500;
}

.gray-para {
    color: #909AB2;
}

.dark-para {
    color: #677294;
    font-weight: 500;
}

.popup-10 .submitbtnpopup {
    height: 50px;
    width: fit-content;
    background-color: #73C6C9;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;

}

.popup7 .resetbtnpopup {
    height: 50px;
    width: fit-content;
    background-color: #CA4747;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
}

/* ----------------------- css----------------------------- */
/* profile css */

.scrollcard .prof-pic {
    width: 150px;
    margin: 0 auto;
}

.profilecard.card {
    /* height: 550px;
  overflow: auto; */
    padding: 1.5em 0.5em 0.5em;
    border-radius: 2em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.scrollcard {
    height: 550px;
    overflow: auto;
}

.profilecard .card-title {
    font-weight: 600;
    font-size: 16px;
    color: #5AAEC0;
}

.name {
    color: #677294;
    font-size: 16px;
    font-weight: 600;
}

.firstname {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.part {
    display: flex;

}

.profilebtn .resetbtnpopup,
.profilebtn .submitbtnpopup {
    justify-content: space-evenly;
    width: 195px;
}


/* ----------------------------------notification page css start------------------------------------- */
.notification-div .main_div {
    height: auto;
    width: 100%;
    background-color: #ddd;
    padding: 15px 25px;
    border-radius: 7px;
}

.notification-div .sub-main-div {
    background-color: #fff;
    padding: 25px 15px;
}

.notification-div {
    padding: 25px 5px;
    background-color: #ddd;
    border-radius: 7px;
}

.notification-div .profilecard {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
}

.notification-div .profilecard.secondcard {
    margin-top: 20px;
    padding-bottom: 30px;
}

.notification-div .submain-div {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.notification-div .notification-text {
    margin-bottom: 15px;
    border-radius: 7px;
    border: 2px solid #ddd;
    padding: 15px;
}

.notification-div .notification-text:focus {
    outline: none;
}

.notification-div .blue-txt {
    color: #0F68A7;
    font-weight: bold;
}

.notification-div .notification-heading {
    font-size: 18px;
}

.notification-div .submitbutton {
    height: 50px;
    width: 100%;
    background-color: #73C6C9;
    border: none;
    border-radius: 12px;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.notification-div .second-submitbutton {
    height: 50px;
    width: 200px;
    background-color: #73C6C9;
    border: none;
    border-radius: 12px;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.notification-div .cancelbutton {
    height: 50px;
    width: 200px;
    background-color: #CA4747;
    border: none;
    border-radius: 12px;
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.notification-div .resetbutton {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 2px solid #0F68A7;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    color: #0F68A7;
    font-size: 16px;
    font-weight: 500;

}

.notification-div .btn-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.notification-div .star-rating {
    height: auto;
    width: 25px;
    margin-right: 10px;
}

.notification-div .checkboxheading {
    font-size: 16px;
    color: #677294;
}

.notification-div .checkbox-txt {
    font-size: 16px;
    color: #677294;
}

.notification-div .heading-div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 90%;
}

.notification-div .mainbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.notification-div .mainbtn .submitbutton,
.notification-div .mainbtn .resetbutton {
    margin: 10px 0 !important;
}

.notification-div .scrollpart {
    max-height: 380px;
    overflow: auto;
}



.notificationpage.home-section {
    padding-bottom: 20px;
}

.notification-para {
    font-size: 12px;
}

.notification-div .blue-txt.para {
    font-size: 14px;
    margin-bottom: 5px;
}

.notification-div .input-tick {
    cursor: pointer;
}

.notification-div .spanheading {
    color: #677294;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #5AAEC0;
    border-radius: 10px;
    /* height: 5px !important; */
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D9F4F8;
}

/* ----------------------------------notification page css end------------------------------------- */
/* --------------------------profile page left side button div css start------------------------ */
.profile-div {
    min-height: 550px;
    position: relative;
}

.profile-div .profile-card {
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    border-radius: 15px;
}

.profile-div .blue-txt {
    color: #5AAEC0;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.profile-div .submitbutton {
    height: 50px;
    width: 180px;
    background-color: #5AAEC0;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    padding: 0 25px;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.profile-div .mainbtn.active .submitbutton {
    background-color: #3DD87D;
}

.mainbtn img {
    margin-right: 10px;
}

.maincommonbluebtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.profile-div .commonbluebtn {
    height: 50px;
    width: 360px;
    background-color: #0F68A7;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px;

}

.profile-div .skybluebtn {
    height: 50px;
    width: 350px;
    background-color: #5AAEC0;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
}

.profile-div .resetbutton {
    height: 50px;
    width: 180px;
    background-color: #CA4747;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px;
}

.profile-div .btn-div {
    display: flex;
    justify-content: center;
}

.profile-div .mainbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile-div .mainbtn .submitbutton,
.profile-div .mainbtn .resetbutton {
    margin: 10px 0 !important;
}

.notificationpage.home-section {
    padding-bottom: 20px;
}

.span-txt {
    font-size: 16px;
}

/* --------------------------profile page left side button div css end------------------------ */
/****** Style Star Rating Widget *****/

.rating {
    border: none;
    display: inline-block;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin-right: 5px;
    font-size: 1.30rem;
    font-family: boxicons;
    display: inline-block;
    content: "\eeb8";
    cursor: pointer;
}

.rating>.half:before {
    /* content: "\f089"; */
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

/* hover previous stars in list */
.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
    color: #FFD700;
}

/** Datatable pagination and Search CSS for project */
.dataTables_filter {
    display: none;
}

/* div#UsersList1_filter label span.bx-search-alt {
                position: absolute;
                left: 20px;
                top: 8px;
            } */
.page-item.active .page-link {
    background-color: #5aaec0;
    border-color: #5aaec0;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem #5aaec040;
}

.pagination {
    justify-content: center;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_length {
    position: absolute;
    bottom: 12px;
    right: 30px;
}

.page-link,
.page-link:active,
.page-link:hover {
    color: #5aaec0;
    box-shadow: none !important;
}

.dataTables_info {
    margin-left: 10px
}

@media screen and (max-width: 767px) {
    .pagination {
        justify-content: left;
        margin-left: 10px;
    }

    .dataTables_length {
        bottom: 24px;
        font-size: 14px;
    }
    .notification-div .cancelbutton{
        display: inline-flex;
    }
}

.second-submitbutton {
    height: 50px;
    width: 250px;
    background-color: #73C6C9;
    border: none;
    border-radius: 12px;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}


.success-msg {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding: 10px;
    background-color: #73c6c9;
    border: 1px solid #73c6c9;
    color: #fff;
}

.success-msg .bx {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* .dataTables_length {
        position: absolute;
        bottom: 20px;
        right: 22px;
    } */
.error {
    color: #f46a6a;
}

.error-custom {
    color: #f46a6a;
}

.search-box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    /* Define columns */
    align-items: center;
    /* Vertically align items */
    gap: 10px;
    /* Adjust spacing */
}

.form-group {
    display: flex;
    align-items: center;
}

.search-box {
    display: flex;
    align-items: center;
    /* Vertically align items */
}

.form-group {
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* Adjust spacing */
}

.profile_name {
    pointer-events: auto;
    cursor: pointer;
    /* Change cursor appearance */
}

.error-custom {
    color: #f46a6a !important;
}

.Eyehide {
    cursor: pointer;
} */

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

.databtn {
    background-color: #fff !important;
    color: #858EA9 !important;
  }
  .databtn input,input:focus{
    /* width: 100%; */
    outline: none;
    border: none;
  }

/* 06-06 By Ashish  */

.notification-div .checkbox-div.div-2{
    display: none;
  }
  .notification-div .verbutton{
   border: none;
   background-color: transparent;
  }
  .btn-cncele{
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* 06-09 By Divya */

  .centered-image {
    display: block; /* Make sure the image is a block element */
    margin: 0 auto; /* Center horizontally */
    text-align: center; /* Center horizontally (for IE compatibility) */
    max-width: 100%; /* Ensure the image doesn't exceed its container width */
    max-height: 100%; /* Ensure the image doesn't exceed its container height */
}

tr.status-under-review td {
    background-color: #ebc443;
}

/* All TDs in a row with specialty-under-review class will be lightblue */
tr.specialty-under-review td {
    background-color: #cce5ff;
}