@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Quicksand';
}

aside.side_nav {
    width: 20%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #0d1a68;
    transition: 0.3s ease-in-out;
}

.deactiveAside {
    width: 5% !important;
}

.sidenav_inner {
    width: 100%;
    max-height: 100vh;
    float: left;
    overflow: auto;
    scrollbar-width: none;
    padding: 0 20px;
}

.completeWrap {
    width: 80%;
    float: right;
    min-height: 100vh;
    background: #f1f1f7;
    transition: 0.3s ease-in-out;
}

.activeSection {
    width: 95% !important;
}

.sidenav_logo_btn {
    width: 100%;
    float: left;
    padding: 0px 22px;
    position: relative;
    margin: 35px 0 0 0;
}

.sidenav_logo_btn a {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
    position: absolute;
    max-width: 185px;
    display: flex;
    flex-flow: column;
    gap: 8px;
    font-family: 'Quicksand';
}

.sidenav_logo_btn a img {
    width: 73%;
    float: left;
    filter: grayscale(1) invert(1) brightness(111);
}

.sidenav_logo_btn span {
    float: right;
    margin: 7px 0 0 0;
    display: none;
}

.sidenav_logo_btn span i {
    color: #646d8c;
    font-size: 22px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.sidenav_logo_btn span i:hover {
    color: #fff;
}

header {
    width: 100%;
    float: left;
    padding: 13px 15px;
    border-bottom: 1px solid #dadae2;
    margin: 0 0 25px 0;
}

.headerNav {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}

.headerNav li {
    list-style: none;
    float: left;
    margin: 0;
}

.headerNav li a {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #242939;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    font-family: 'Quicksand';
    font-size: 14px;
}

.headerNav li a:hover {
    background: #c1cbfd;
}

.adminInfoWidgate {
    width: auto;
    float: right;
    margin: 6px 0 0 0;
    padding: 0;
}

.adminInfoWidgate li {
    list-style: none;
    float: left;
    position: relative;
}

.search_box_wrap {
    position: absolute;
    background: #fff;
    top: 31px;
    right: 0;
    padding: 18px 28px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
    transform: scale(0);
    opacity: 0;
    transform-origin: top right;
    z-index: 1;
}

.activeSearch_box_wrap {
    transform: scale(1);
    opacity: 1;
    top: 46px !important;
}

.search_box_wrap input[type="text"] {
    width: 210px;
    padding: 7px 12px;
    outline: none;
    border: 1px solid #b9b9b9;
}

.adminInfoWidgate li a {
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #242939;
    text-decoration: none;
    position: relative;
    font-family: 'Quicksand';
    font-size: 14px;
}

.adminInfoWidgate li a span picture {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
    float: right;
    margin: -4px 0 0 0;
    background-color: #ffd400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.adminInfoWidgate li a span picture img {
    width: 100%;
}

.adminInfoWidgate li a i.fa-th-large {
    font-size: 20px;
    color: #5d77fd;
    margin: 5px 0 0 15px;
}

.sideNav_links {
    width: 100%;
    float: left;
    padding: 0;
    margin: 120px 0 0 0;
}

.sideNav_links li {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 0;
    list-style: none;
}

.sideNav_links li a {
    width: 100%;
    float: left;
    padding: 14px 23px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 13px;
    font-family: 'Quicksand';
    border-radius: 12px;
}

.sideNav_links li a:hover {
    color: #5e37ff;
    background-color: #fff;
}

.sideNav_links li a:hover i {
    color: #5e37ff;
}

.deactiveAside ul li a {
    background: #5b5d84;
    margin: 0px 0 5px 0;
}

.deactiveAside ul li a:hover {
    background: transparent;
}

.sideNav_links li a i {
    color: #fff;
    font-size: 14px;
    margin: 0 8px 0 0px;
    background: transparent;
    width: unset;
    height: unset;
    padding: 0 0;
    transition: 0.3s ease-in-out;
}

.sideNav_links li a span {
    position: absolute;
    top: 12px;
    left: 57px;
}

.sideNav_links li .sub-menu {
    width: 100%;
    float: left;
    background-color: #4757ac;
    padding: 15px 15px;
    margin: 0 0 20px 0;
    display: none;
    border-radius: 14px;
}

.drop_down_icon {
    font-size: 11px !important;
}

.sub_links {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin: 0;
    background: #f1f1f7;
    display: none;
    border-radius: 14px;
}

.netWeinSubmenu li p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 14px 0px 0 12px;
}

.sub_links li a {
    padding: 8px 46px;
    color: #606c90;
    font-weight: 600;
    font-size: 13px;
}

.drop_down_icon {
    position: relative !important;
    float: right;
    margin: -7px 56px 0 0px;
    transition: 0.3s ease-in-out;
}

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #242939;
}

::-webkit-scrollbar-thumb:hover {
    background: #242939;
}

.deactiveAside .sub_links {
    display: none;
}

.rotateThis {
    transform: rotate(-180deg);
}

.contain_wrap {
    width: 30%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: -31%;
    background: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
    z-index: 999;
}

.activeContain_wrap {
    right: 0% !important;
}

.contain_Inner {
    width: 100%;
    min-height: 100vh;
    position: relative;
    float: left;
    padding: 15px 15px;
}

.contain_Inner span {
    float: right;
}

.contain_Inner span i {
    background: #5d78ff;
    color: #fff;
    padding: 6px 11px;
    border-radius: 4px;
    cursor: pointer;
}

.completeWrapCover {
    position: relative !important;
}

.completeWrapCover:after {
    content: '';
    position: fixed;
    background: rgb(27, 48, 153, 0.2);
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.user_info_wrap {
    width: 200px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    top: 46px;
    transform-origin: top right;
    transform: scale(0);
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 1;
}

.active_user_info_wrap {
    transform: scale(1);
    opacity: 1;
}

.user_info_wrap li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.user_info_wrap li p {
    background: #1f2f8d;
    margin: 0 0 0 0;
    color: #fff;
    padding: 10px 14px;
}

.user_info_wrap li p small {
    width: 100%;
    float: left;
}

.user_info_wrap li a {
    margin: 0 0 0 0;
    color: #333;
    padding: 4px 13px;
    width: 100%;
    float: left;
    transition: 0.3s ease-in-out;
}

.user_info_wrap li:last-child a {
    border-top: 1px solid #ddd;
    margin: 5px 0 0 0;
    padding: 12px 19px 16px 17px;
}

.user_info_wrap li a:hover {
    color: #5d77fd;
}

.completeWrap_inner {
    width: 100%;
    float: left;
    margin: 15px 0 40px 0px;
    position: relative !important;
}

.loaderWrap {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/Spinner.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    z-index: 10;
}

.completeWrap_container {
    max-width: 1035px;
    margin: 0 auto;
}

.completeWrap_inner_main {
    width: 100%;
    float: left;
    padding: 35px 40px;
    background: #fff;
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); */
    border-radius: 33px;
    position: relative !important;
}

.topHeadBlock {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 0 20px 0;
}

.topHeadBlock h2 {
    width: auto;
}

.completeWrap_inner_main .headerBar {
    width: 100%;
    float: left;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}

.completeWrap_inner_main .headerBar .heading_02 {
    width: auto;
}

.heading_02 {
    width: 100%;
    float: left;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 25px 0;
    padding: 0 0 0 13px;
    border-left: 5px solid #5d77fd;
    color: #515871;
    text-transform: capitalize;
    font-family: 'Quicksand';
}

.heading_05 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 25px 0;
    padding: 0 0 0 13px;
    border-left: 3px solid #5d77fd;
    color: #515871;
    text-transform: capitalize;
}

.form_wrap {
    width: 100%;
    float: left;
}

.input_listing {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.input_listing li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 10px 15px;
    position: relative;
}

.full_width_li {
    width: 100% !important;
    position: relative;
}

textarea {
    height: 120px;
}

input,
select,
textarea {
    width: 100%;
    float: left;
    padding: 12px 20px;
    outline: none;
    background: #fff;
    border: 1px solid #a7a7a7;
}

::placeholder {
    text-transform: capitalize;
    color: #888;
    opacity: 1;
}


/**********radio btn style************/

.container_radio {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 14px;
    padding-top: 5px;
}


/* Hide the browser's default radio button */

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container_radio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container_radio input:checked~.checkmark {
    background-color: #5d77fd;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container_radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/**********radio btn style end************/


/**********checkbox style************/

.container_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 15px;
    padding-top: 2px;
}


/* Hide the browser's default checkbox */

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.container_checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0 !important;
}


/* On mouse-over, add a grey background color */

.container_checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container_checkbox input:checked~.checkmark {
    background-color: #5d77fd;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container_checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container_checkbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**********checkbox style end************/

.table_wrap {
    width: 100%;
    float: left;
}

.submit_btn {
    width: auto;
    float: none;
    border: 0;
    background: #1f2f8d;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    margin: 0 12px 0 0px;
    outline: none;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    float: left;
}

.submit_btn:hover {
    color: #fff;
    background: #e62424;
    text-decoration: none;
}

.reset_btn {
    width: auto;
    float: none;
    border: 0;
    background: #899cf9;
    cursor: pointer;
    color: #f9f9f9;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    margin: 0 12px 0 0px;
    outline: none;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.reset_btn:hover {
    background: #4154b3;
    color: #f9f9f9;
    text-decoration: none;
}


/************** popup style ***********/

.popupWrap {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    background: rgb(27, 48, 153, 0.2);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popupInner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px 20px;
}

.popupContainer {
    max-width: 700px;
    height: auto;
    margin: 0 auto;
}

.popupMain {
    width: 100%;
    float: left;
    padding: 15px 15px;
    min-height: 60px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0px 4px 10px rgb(29, 15, 66, .4);
    position: relative;
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
    opacity: 0;
}

.activePopupWrap .popupMain {
    transform: scale(1);
    opacity: 1;
}

.heading_01 {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
    padding: 3px 0 14px 0;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #343f71;
    border-bottom: 1px solid #7c7c7c;
}

.popupMain article {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 25px 0;
}

.popupMain article p {
    font-size: 17px;
    color: #141c3e;
    font-weight: 500;
    max-width: 550px;
    margin: 0 auto;
}

.popBtnWrap {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 12px 0;
    margin: 1px 0 0 0;
    border-top: 1px solid #cccccc;
}

.closePop {
    position: absolute;
    right: 13px;
    top: 12px;
    background: #d4d8f1;
    padding: 2px 10px;
    color: #8087b1;
    border-radius: 5px;
    font-weight: 700;
    opacity: .8;
    user-select: none;
    cursor: pointer;
}

.dashboardCard_wrap {
    width: 100%;
    float: left;
    position: relative;
}

.dashboardCard {
    margin: 10px 0;
}

.dashboard_card_inner {
    width: 100%;
    float: left;
    padding: 21px 21px;
    background: #f1f1f7;
    box-shadow: 1px 3px 8px inset rgb(177, 177, 198);
    border-radius: 0;
}

.dashboard_card_inner h3 {
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: right;
    text-transform: capitalize;
    font-weight: 700;
    color: #737380;
}

.dashboard_card_inner h3 strong {
    width: 100%;
    float: left;
    font-size: 45px;
    color: #333338;
    font-weight: 100;
}

.dashboard_card_inner a {
    width: 100%;
    float: left;
    text-align: right;
    padding: 9px 0 0 0;
    margin: 9px 0 0 0;
    border-top: 1px solid #afafaf;
    text-transform: capitalize;
    font-weight: 700;
    color: #8c8c8c;
    text-decoration: none;
}

.bullet_listing {
    width: 100%;
    float: left;
}

.bullet_listing li p {
    margin: 0 0 0 0;
    font-size: 17px;
    font-weight: 500;
}

.number_listing {
    width: 100%;
    float: left;
    list-style: decimal;
}

.number_listing li p {
    margin: 0 0 0 0;
    font-size: 17px;
    font-weight: 500;
}


/**********login style start***********/

.loginComplete_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.loginContainer {
    max-width: 750px;
    margin: 0 auto;
}

.loginInner {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.loginMain {
    width: 100%;
    float: left;
    min-height: 60px;
    overflow: hidden;
}

.side_info {
    width: 35%;
    float: left;
    position: relative;
}

.side_info:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 135%;
    top: 0;
    left: -128px;
    background: #5d77fd;
    transform: rotate(-21deg);
    border-radius: 31px;
    animation-name: example_02;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    transition: 0.3s ease-in-out;
}

@keyframes example_02 {
    0% {
        transform: rotate(-21deg);
    }
    20% {
        transform: rotate(9deg);
    }
    40% {
        transform: rotate(-29deg);
    }
    60% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(-21deg);
    }
}

.sideInfoInner {
    width: 100%;
    float: left;
    margin: 165px 0;
    padding: 0 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sideInfoInner h1 {
    font-size: 27px;
    color: #fff;
    margin: 17px 0 8px 0;
}

.sideInfoInner article {
    width: 100%;
    float: left;
    margin: 5px 0 5px 0;
}

.sideInfoInner article p {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #c7d0ff;
}

.loginForm_wrap {
    width: 60%;
    float: right;
    min-height: 50px;
    margin: 10% 0 0 0;
    padding: 0 25px;
    position: relative;
}

.loginForm_wrap:after {
    content: '';
    height: 200px;
    width: 200px;
    position: absolute;
    background: #7389f9;
    right: -89px;
    top: -165px;
    border-radius: 100%;
}


/************/

.loginForm_wrap h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 800;
    color: #5d77fd;
    font-size: 25px;
}

.loginForm_wrap form {
    width: 100%;
    float: left;
}

.form_wrap form {
    width: 100%;
    float: left;
}

.loginForm_wrap span {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.loginForm_wrap span .loginInput {
    width: 100%;
    float: left;
    font-size: 17px;
    border: 0;
    background: #d8dfff;
    color: #000;
    padding: 15px 18px;
    outline: none;
}

.loginForm_wrap span .loginInput::placeholder {
    color: #28367c;
    opacity: 1;
    text-transform: capitalize;
    font-weight: 600;
}

.loginForm_wrap a {
    float: right;
    margin: 8px 0 0 0;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.loginForm_wrap span input[type="submit"] {
    border: 0;
    outline: none;
    background: #5d77fd;
    font-size: 18px;
    font-weight: 600;
    color: #e0e5ff;
    text-transform: capitalize;
    width: 100%;
    padding: 8px 6px;
    border-radius: 5px;
    cursor: pointer;
}

.loginForm_wrap .container_checkbox .checkmark {
    margin: 2px 0 0 0 !important;
    width: 20px;
    height: 20px;
}

.loginForm_wrap .container_checkbox .checkmark:after {
    left: 7px;
    top: 4px;
}

.loginForm_wrap .container_checkbox {
    padding-left: 26px;
    margin-bottom: 0;
    color: #000;
    padding-top: 4px;
    margin: 5px 0 0 0;
    font-size: 15px;
}

.loginForm_wrap .e_message {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 9;
    font-weight: 600;
    bottom: -19px;
    color: #eb4f4f;
    text-align: center;
}

.loginForm_wrap .s_message {
    width: 100%;
    /* position: absolute; */
    right: 0;
    z-index: 9;
    font-weight: 600;
    border-radius: 0;
    bottom: -60px;
    padding: 0;
    color: #4b9f4e;
    text-align: center;
}
.s_message {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #58c767;
    color: #ffffff;
    text-align: center;
    padding: 11px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
  }

  .e_message {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #cd3434;
    color: #ffffff;
    text-align: center;
    padding: 11px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
  }
  .completeWrap_inner .s_message {
    top: -27px;
    color: #ffffff !important;
    border-radius: 35px;
    font-family: 'Quicksand';
    box-shadow: 0px 6px 13px rgba(12, 136, 55, 0.5);
  }
.password_reset_success {
    width: 100%;
    float: left;
    text-align: center;
    margin: 137px 0 0 0;
    font-weight: 600;
    font-size: 17px;
    position: relative;
}


/*********************12-14-2019*********************/

#maincontent .column {
    max-width: 70% !important;
    float: right !important;
    position: relative;
    margin-left: 37%;
}

#maincontent .sidebar-main {
    width: 30% !important;
    float: left;
    position: absolute;
}

.modal-footer {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 13px 0 0px 0;
}

.close {
    cursor: pointer;
    outline: none !important;
}

.c-link {
    width: auto;
    float: left;
    margin: 0 10px 12px 0px;
    background: #1f2f8d;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.c-link:hover {
    background: #4154b3;
    color: #fff;
    text-decoration: none;
}

.completeWrap_inner_main .s_message {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    color: #299964;
    font-size: 18px;
    font-weight: 500;
}


.completeWrap_inner_main .e_message {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    color: #dc3030;
    font-size: 18px;
    font-weight: 500;
}

.block-label {
    display: block;
}

.progress_bar {
    display: none;
}

.progress {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 20px;
}

.bar {
    background-color: #5D77FD;
    width: 0%;
    height: 16px;
    border-radius: 10px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 48%;
    color: #ffffff;
}


/*********************** 19-05-2021 **********************/

.pagination {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pagination span, .pagination a {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
    border-radius: 100% !important;
    padding: 0 0 !important;
    font-size: 15px !important;
    margin: 0 0 !important;
}

.pagination a:hover {
    background: #5d77fd !important;
    text-decoration: none;
    color: #fff;
}

.pagination span {
    background: #646d8c;
}

.col-4 .btn {
    padding: 6px 0;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

table td .hoursWrap {
    background: #dee2e6;
}

table td .hoursWrap tbody tr {
    background-color: rgba(0, 0, 0, .0) !important;
}

.targethour {
    text-decoration: none !important;
    text-transform: capitalize !important;
}


/********** 21-02-2021 **********/

.percent20 {
    width: 20% !important;
    margin: 34px 0 0 0;
}

.percent80 {
    width: 80% !important;
}

.rTag {
    width: auto;
    float: left;
    text-align: left;
    margin: 8px 0 0 0;
}

.rTag input[type="checkbox"] {
    float: left;
    margin: 4px 0 0 0;
    width: 26px;
}

.checkWrapDay {
    padding-top: 11px;
    padding-bottom: 6px;
}

.checkWrapDay input[type="checkbox"] {
    width: auto;
    margin: 6px 10px 0px 0;
}

i.fa-bell {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #c6ccdd;
    border-radius: 100%;
    padding: 8px 0;
    margin: -4px 0 0 0;
}

.notificationWrap {
    width: 315px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 100;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 6px 11px;
    border-radius: 15px;
}

.notiWrap {
    width: 100%;
    float: left;
    position: relative;
    background: #d3d8e6;
    padding: 15px 15px;
    border-radius: 15px;
    margin: 6px 0;
    border: 1px solid #a1a7bd;
    transition: 0.5s ease-in-out;
}

.removeNotice {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 13px !important;
    color: #76777d;
    cursor: pointer;
}

.notiWrap h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.notiWrap p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #676767;
    font-weight: 600;
    margin: 0 0 0 0;
}

.countBar {
    position: absolute;
    background: #f00;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    padding: 0px 0;
    top: 0;
    right: 0;
}

.vAllBtn {
    width: 50% !important;
    float: left;
    text-align: center;
    margin: 8px 0 0px 25% !important;
    background: #5d77fd;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 7px;
    padding: 8px 0 !important;
}

.dCartInn {
    width: 100%;
    float: left;
}

.noticeBlock {
    width: 100%;
    float: left;
    background: #e3e7f1;
    padding: 10px 15px;
    margin: 8px 0;
    border-radius: 10px;
}

.noticeBlock h3 {
    width: 100%;
    float: left;
    font-size: 19px;
    margin: 0 0 6px 0;
    font-weight: 600;
    color: #000;
}

.noticeBlock p {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 500;
}

.addMore {
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.full_width li {
    list-style: none;
}

.formWrap {
    width: 100%;
    float: left;
}

.formWrap p {
    width: 100%;
    float: left;
}

.facilityListing {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}

.facilityListing li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 0 0 40px;
    background-image: url(../images/checkIcon.png);
    background-repeat: no-repeat;
    background-size: 28px;
    margin: 15px 0;
}

.facilityListing li h2 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0 0;
}

.facilityListing li h2 small {
    width: 100%;
    float: left;
    font-size: 12px;
    margin: 6px 0 0 0;
    font-weight: 500;
}

.payPageParts {
    width: 50%;
    float: left;
}

.payPageParts .formWrap input[type="submit"] {
    margin: 15px 0 0 0px !important;
}

.payPageParts p {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.payPageParts picture {
    width: 84%;
    float: right;
    height: 500px;
    background-image: url(../images/clubImg.jpg);
    background-size: cover;
    background-position: center;
}

.payPageParts h4 {
    width: 100%;
    float: left;
    margin: 6px 0 -10px 0;
    font-size: 16px;
    font-weight: 700;
}

.pageAnn ul li {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0 0 0 24px;
    background-image: url(../images/checkIcon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 9px 0;
}

.pageAnn ul {
    margin: 30px 0 18px 0 !important;
}

.pageAnn picture {
    height: 330px !important;
    background-image: url(../images/annImg.jpg) !important;
    background-size: cover;
}

.pageAnn .facilityListing li h2 {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: #252525;
    margin: 2px 0;
}

.xlButton {
    width: 100%;
    padding: 7px 0px;
}

.conf_msg{
    width: 100%;
    float: left;
    font-size: 12px;
}

/*******************************  14-05-2024  ************************/

.allPics {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    gap: 17px;
    margin: 20px 0px;
}

.pictureWrap {
    width: calc(25% - 17px);
    float: left;
    position: relative;
    overflow: hidden;
}

.pictureWrap::after {
    content: '';
    width: 100%;
    height: 65%;
    bottom: -65%;
    left: 0;
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9));
    transition: 0.3s ease-in-out;
}

.pictureWrap picture {
    width: 100%;
    float: left;
}

.pictureWrap picture img {
    width: 229px;
    height: 229px;
    float: left;
    object-fit: cover;
}

.pictureWrap .album_control {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: -90px;
    transition: 0.3s ease-in-out;
}

.pictureWrap .album_control .album_name {
    width: 100%;
    float: left;
    left: 0;
    bottom: 0;
    padding: 15px;
    color: #fff;
}

.actionBttn {
    width: 35px;
    position: absolute;
    top: 5px;
    right: -65px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    transition: 0.3s ease-in-out;
}

.pictureWrap .actionBttn .acBttn {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.pictureWrap .actionBttn .acBttn.edit {
    background-color: #267bff !important;
    color: #fff !important;
}

.pictureWrap .actionBttn .acBttn.delete {
    background-color: #ee4a4a !important;
    color: #fff !important;
}

.zoomIcon {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff !important;
    font-size: 26px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.pictureWrap:hover::after {
    bottom: 0;
}

.pictureWrap:hover .album_control {
    bottom: 0;
}

.pictureWrap:hover .actionBttn {
    right: 5px;
}

.pictureWrap:hover .zoomIcon {
    opacity: 1;
}


/******************************************************************/

.popUpWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    cursor: default !important;
    display: none;
}
.popUpWrap img {
    width: auto !important;
    height: 80% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
}
.popUpWrap video {
    width: 650px !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
}
.popUpWrap iframe {
    width: 700px !important;
    height: 500px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
}
.popUpWrap .right {
    position: absolute;
    color: #000;
    font-size: 52px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    top: calc(50% - 47px);
    right: 14px;
    -webkit-text-stroke: 4px #fff;
    cursor: pointer;
}
.popUpWrap .left {
    position: absolute;
    color: #000;
    font-size: 52px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    top: calc(50% - 47px);
    left: 14px;
    -webkit-text-stroke: 4px #fff;
    cursor: pointer;
}
.popUpWrap .closePic {
    position: absolute;
    color: #000;
    font-size: 52px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    top: 0;
    right: 0;
    -webkit-text-stroke: 4px #fff;
    cursor: pointer;
}
.imageSizeAlertStyle{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #f00;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* color of the span text */
    color: rgb(119, 162, 241);
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    /* color of the tooltip text */
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

.table-responsive table td a {
    float: left;
    text-decoration: none !important;
    float: left;
    margin: 0 4px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.table-responsive table td a span {
    font-size: 12px;
}

.table-responsive table td a i {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .12);
}

.table-bordered td {
    vertical-align: middle !important;
}

.table-bordered td picture {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.table-bordered td picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.table-bordered td picture {
    background-color: #dce2ff;
}

.table-bordered td picture b {
    width: 15px;
    height: 30px;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    letter-spacing: 20px;
    font-size: 19px;
    color: #384fc2;
    transform: scale(1.4);
    font-family: 'Quicksand';
    font-weight: 900;
    text-transform: capitalize;
}

.pUserDetails {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 25px 16px;
    position: relative;
}

.pUserDetails picture {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    float: left;
    background-color: #ffd400;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.pUserDetails picture b {
    width: 25px;
    height: 73px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 15px;
    overflow: hidden;
    position: absolute;
    font-size: 44px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

.pUserDetails picture img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
    float: left;
    z-index: 1;
    object-fit: cover;
}

.openimgBox {
    width: 35px;
    height: 35px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    bottom: 29px;
    left: 87px;
    cursor: pointer;
    border: 2px solid #ffd400;
    z-index: 99;
}

.pUserDetails h4 {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    font-family: 'Quicksand';
    font-weight: 800;
    -moz-outline-radius-topright: 23px;
    gap: 8px;
}

.edImgPop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font-family: 'Quicksand';
    display: none;
  }
  .edImgPop .ediInner {
    width: 400px;
    height: 500px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
  }
  .edImgPop .ediInner .closeEdPop {
    position: absolute;
    top: 12px;
    right: 19px;
    font-size: 24px;
    color: #f00;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
  }
  .edImgPop .ediInner h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0;
  }
  .edImgPop .ediInner p {
    width: 100%;
    float: left;
    text-align: center;
    margin: 16px 0 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 20px;
  }
  .edImgPop .ediInner picture {
    width: 200px;
    height: 200px;
    float: left;
    border-radius: 100%;
    background-color: #fff4f3;
    overflow: hidden;
    margin: 40px 0;
    position: relative;
  }

  .edImgPop .ediInner picture b {
      width: 29px;
      height: 73px;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 15px;
      overflow: hidden;
      position: absolute;
      font-size: 44px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 400;
  }

  .edImgPop .ediInner picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .edImgPop .ediInner picture img.noImage {
    transform: scale(0.3);
  }
  .edImgPop .ediInner .buttonWrap {
    width: 100%;
    float: left;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .edImgPop .ediInner .buttonWrap .uploadPimage {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    border: 1px solid #0248FF;
    text-align: center;
    font-size: 14px;
    color: #0248FF;
    padding: 12px 0;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-weight: 500;
  }
  .edImgPop .ediInner .buttonWrap .uploadPimage input {
    display: none;
  }
  .edImgPop .ediInner .buttonWrap .deletePimage {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    border: 1px solid #F6564A;
    text-align: center;
    font-size: 14px;
    color: #F6564A;
    padding: 12px 0;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-weight: 500;
  }
  .edImgPop .ediInner .buttonWrap .deletePimage input {
    display: none;
  }

  .noImg {
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .table td label {
    width: 100%;
    float: left;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
  }

  .table td label input[type="radio"] {
    margin: 4px 0px 0 0px;
    width: 18px;
    height: 18px;
  }

  .table tr th input[type="checkbox"] {
    margin: 4px 7px 0 0px;
    width: 18px;
    height: 18px;
  }

  .nocolor{
    background-color: transparent !important;
  }


/***********************************************  03-06-2024  ***************************************/

.dropImgSection {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    padding: 40px 30px;
    text-align: center;
    font-family: 'Quicksand';
    border: 2px dashed #ddd;
    border-radius: 13px;
    cursor: pointer;
}

.dropImgSection .icon {
    width: 100%;
    float: left;
}

.dropImgSection .icon i {
    font-size: 50px;
    color: #5d77fd;
}

.dropImgSection input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.dropImgSection h4 {
    width: 100%;
    float: left;
    font-size: 21px;
    font-weight: 800;
    margin: 8px 0 3px 0;
}

.dropImgSection p {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 3px 0;
    color: #9a9a9a;
}

.dropImgSection span.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0 0 0;
    border: 1px solid #5d77fd;
    padding: 11px 24px;
    color: #5d77fd;
}

.showFile {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 20px 0 0 0;
    border: 1px solid #8fd297;
    padding: 11px;
    border-radius: 14px;
    background: #e2ffe7;
}

.showFilev {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 20px 0 0 0;
    border: 1px solid #8fd297;
    padding: 11px;
    border-radius: 14px;
    background: #e2ffe7;
}

.deleteWrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 20px 0 0 0;
    border: 1px solid #ffbbb8;
    padding: 8px;
    border-radius: 14px;
    background: #ffefee;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.deleteFileAlert {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -100%;
    background: #ffefee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Quicksand';
    padding: 0 25px;
    transition: 0.3s ease-in-out;
}

.deleteFileAlert.show {
    top: 0;
}

.deleteFileAlert h4 {
    float: left;
    margin: 0;
    color: #682c29;
    font-size: 16px;
    font-weight: 600;
}

.deleteFileAlert .actionBttns {
    float: left;
    gap: 14px;
    display: flex;
}

.deleteFileAlert .actionBttns span {
    color: #fff;
    border: 0;
    padding: 8px 24px;
    background: #f26f67;
    font-weight: 500;
    cursor: pointer;
    outline: none !important;
    border-radius: 10px;
}

.deleteFileAlert .actionBttns span.cancelAction {
    background-color: #267bff;
}

.deleteWrap img {
    width: 70px;
    height: 70px;
    float: left;
    object-fit: cover;
    border-radius: 12px;
}

.deleteImage input {
    display: none;
}

.deleteImage {
    background-color: #ffa4a4;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 0 12px 0 0;
    color: #bc5151;
    cursor: pointer;
}

.vidappn {
    padding: 30px 0 30px 105px;
    background-image: url(../../../images/videoIcon.png);
    background-repeat: no-repeat;
    background-size: 72px;
    background-position: 20px 50%;
}

.showFile canvas {
    width: 60px;
    height: 60px;
    float: left;
    object-fit: cover;
    border-radius: 12px;
}

.showFile p {
    margin: 0;
    font-family: 'Quicksand';
    font-weight: 500;
}
.showFilev p {
    margin: 0;
    font-family: 'Quicksand';
    font-weight: 500;
}
.alignLeft{
    float: right !important;
}
.blogListWrap {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    display: flex;
    flex-flow: column;
    gap: 18px;
}

.blogListWrap .blogBox {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
    padding: 20px 25px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Quicksand';
}

.blogListWrap .blogBox p {
    width: 75%;
    float: left;
    margin: 0 0;
    font-size: 14px;
    font-weight: 500;
}
.blogListWrap .blogBox .actionBtn {
    float: left;
    display: flex;
    align-items: center;
    gap: 8px;
}
.blogListWrap .blogBox .actionBtn a {
    float: left;
    background-color: #eee;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogListWrap .blogBox .actionBtn a.edit {
    background-color: #cce4ff;
    color: #2a7dda;
}
.blogListWrap .blogBox .actionBtn a.delete {
    background-color: #ffe3e3;
    color: #fb2f2f;
}

.form-group {
    width: 100%;
    float: left;
    margin: 4px 0;
}

.form-group .form-control {
    width: 100%;
    float: left;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 15px 21px;
    height: auto !important;
}

.form-group label.label-form {
    float: left;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Quicksand';
    position: relative;
}

.toolTip {
    position: relative;
    margin: 0 0 0 10px;
    float: right;
    cursor: pointer;
}

.tooltiptext {
    position: absolute;
    width: 525px;
    background: #ddf;
    padding: 9px 18px;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    transition: 0.4s ease-in-out;
    transform-origin: left;
    bottom: -4px;
    left: 29px;
    font-size: 12px;
    opacity: 0;
    transform: scale(0);
}

.toolTip:hover .tooltiptext {
    transform: scale(1);
    opacity: 1;
}

.tooltiptext::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ddf;
    bottom: 18%;
    left: -4px;
    transform: rotate(45deg);
    border-radius: 9px 19px 11px 4px;
}

.album_cover {
    width: 100%;
    float: left;
    text-align: center;
}

.album_cover video {
    display: inline-block;
    width: 500px;
    height: 300px;
    object-fit: cover;
}

.multipleDelete {
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 41px;
    row-gap: 24px;
    padding: 12px 15px;
    overflow: visible;
}

.multipleDelete .prev_img.notChecked {
    border-color: #f00;
}

.multipleDelete .prev_img.checked {
    border-color: #4ae784;
}

.multipleDelete .prev_img {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
}

.multipleDelete .prev_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

.actionBox {
    width: 179px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    left: -59px;
    top: -71px;
    border-radius: 37px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    transition: 0.4s ease-in-out;
    transform-origin: center bottom;
    transform: scale(0);
    opacity: 0;
    display: flex;
    gap: 10px;
}

.multipleDelete .prev_img:hover .actionBox {
    transform: scale(1);
    opacity: 1;
}

.multipleDelete .prev_img:hover img {
    opacity: 0.7;
}

.actionBox::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    transform: rotate(45deg);
    left: 49%;
}

a.deleteSingle {
    float: left;
    color: #f00 !important;
    font-size: 17px;
    background: #ffebeb;
    border-radius: 100%;
    font-family: 'Quicksand';
    font-weight: 600;
    text-decoration: none !important;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.setFeature {
    float: left;
    color: rgb(29, 142, 255) !important;
    font-size: 17px;
    background: #cbeaff;
    border-radius: 100%;
    font-weight: 600;
    text-decoration: none !important;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    position: relative;
}

label.setFeature i {
    position: relative;
    z-index: 1;
}

label.setFeature .cWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(16, 100, 255);
    border-radius: 100%;
    opacity: 0;
}

a.view {
    float: left;
    color: rgb(14, 123, 72) !important;
    font-size: 17px;
    background: #d3ffde;
    border-radius: 100%;
    font-weight: 600;
    text-decoration: none !important;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

label.setFeature input[type="radio"] {
    display: none;
}

.checlRadio:checked ~ .cWrap {
    opacity: 1 !important;
}

.checlRadio:checked ~ .fa-star {
    color: #fff !important;
}


/************************************  shadowbox  ************************************/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../../../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../../../images/close.png);}
#sb-nav-next{background-image:url(../../../images/next.png);}
#sb-nav-previous{background-image:url(../../../images/previous.png);}
#sb-nav-play{background-image:url(../../../images/play.png);}
#sb-nav-pause{background-image:url(../../../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.addAttrsWrap {
    width: 100%;
    float: left;
}

.focusField {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    gap: 30px;
    background-color: rgb(215, 233, 255);
    padding: 25px;
    border-radius: 6px;
    margin: 6px 0;
}

.focusField .RemoveAttr {
    position: absolute;
    right: -11px;
    top: -6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f74343;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.focusField:first-child .RemoveAttr {
    display: none;
}

.focusField .RemoveAttrBtn {
    position: absolute;
    right: -11px;
    top: -6px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f74343;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.focusField:first-child .RemoveAttrBtn {
    display: none;
}

.focusField .inpWrap {
    width: 100%;
    float: left;
}

.addAttr {
    background-color: #adffd3;
    float: left;
    color: #1f6841;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
    margin: 5px 0 0 0;
    cursor: pointer;
}

.addAttrBtn {
    background-color: #adffd3;
    float: left;
    color: #1f6841;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
    margin: 5px 0 0 0;
    cursor: pointer;
}

.catList input {
    width: auto;
    float: left;
}

.catList li {
    width: 100%;
}
.catCheckBox{
    width: 10%;
    float: left;
}

.productDesc {
    width: 100%;
    float: left;
}

.manageDocumentsWrap {
    width: 100%;
    float: left;
    padding: 15px;
}

.docBoxWrap {
    width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 11px 25px;
    margin: 7px 0;
    border-radius: 12px;
}

.docBox {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.docBox h4 {
    float: left;
    margin: 0;
}
.rightPart {
    float: left;
    display: flex;
    gap: 12px;
    align-items: center;
}

.rightPart .c-link {
    margin-bottom: 0;
}

.updarePriceSlide {
    float: left;
    background-color: #cdfce5;
    color: #1f6841 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 24px;
    text-decoration: none !important;
}
.delete {
    float: left;
    background-color: #ffe6e6;
    color: #dc2730 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 24px;
    text-decoration: none !important;
    display: flex;
    gap: 8px;
    align-items: center;
}
.docBoxPanel {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    display: none;
}
.panels {
    width: 100%;
    float: left;
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 10px 0;
}
.inpWrap {
    width: 100%;
    float: left;
}
.checkBoxstyle {
    position: relative;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin: 0 8px 0 0;
    background-color: #ececec;
    border-radius: 4px;
    overflow: hidden;
}
.checkBoxstyle .checkbox {
    display: none !important;
}
.checkMark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #299964;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.checkMark i {
    transform: scale(0);
    transition: 0.4s ease-in-out;
}
.checkBoxstyle .checkbox:checked ~ .checkMark {
    opacity: 1;
}
.checkBoxstyle .checkbox:checked ~ .checkMark i {
    transform: scale(1.1);
}

.AnimateBtn {
    width: 60px;
    height: 60px;
    float: left;
    font-family: 'Quicksand';
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    text-decoration: none !important;
    color: #5d77fd !important;
    transition: all 0.3s ease-in-out;
}

.AnimateBtn i {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.AnimateBtn span {
    font-size: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.AnimateBtn:hover {
    width: 210px;
}

.AnimateBtn:hover span {
    opacity: 1;
    font-size: 15px;
}

.AnimateBtn:hover i {
    margin: 0 12px 0 0px;
}

.notCheckedAlert {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #41b880;
    color: #fff;
    padding: 14px 0;
    margin: 0 0 -18px 0;
    border-radius: 10px;
    display: none;
}

.loaderBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    background-image: url(../../../images/load.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.rightPart .search {
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebefff;
    border-radius: 100%;
    margin: 0px 6px 0px 0;
    color: #5d77fd;
    text-decoration: none !important;
}

.productSearch {
    width: 100%;
    float: left;
    background: #ebefff;
    padding: 38px 35px;
    border-radius: 19px;
    margin: 0 0 40px 0;
    display: none;
}

.productSearch form {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}

.productSearch form input {
    width: calc(50% - 8px);
    float: left;
}
.productSearch form select {
    width: calc(50% - 8px);
    float: left;
}

.searchBttns {
    width: 100%;
    float: left;
    display: flex;
    gap: 15px;
}

.productSearch form input.subBttn {
    width: auto;
    float: left;
    border: 0;
    height: auto;
    padding: 12px 28px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-color: #1f2f8d;
    color: #fff;
    border-radius: 6px;
}

.productSearch form input.subBttn:hover {
    background-color: #4154b3;
}

.productSearch form a.resetBtn {
    width: auto;
    float: left;
    border: 0;
    height: auto;
    padding: 12px 28px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-color: #41b880;
    color: #fff;
    border-radius: 6px;
    text-decoration: none !important;
}

.productSearch form a.resetBtn:hover {
    background-color: #1c9b6e;
}
.fset{
    border: 1px solid #c8c8ca !important;
    padding:5px;
}
.fset legend{
    display: block !important;
    width: unset !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: .5rem !important;
    font-size: 1.5rem !important;
    line-height: inherit !important;
    color: inherit !important;
    white-space: normal !important;
}
.ocont{
    width: 100%;
    float:left;
    margin: 5px 0px;
}
.t_amt_lb{
    width: 72.4%;
    float: left;
}
.t_amt{
    width: 26%;
    float: right;
}
.bgc{
    background-color: #d89e9e;
}
.trackContainer{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0px;;
}
.leftContainer{
    width: 26%;
    float: left;
    /* border: 1px solid #000; */
}
.rightContainer{
    width: 74%;
    float: right;
}
.leftCon{
    width: 100%;
    float: left;
}
.rightCon{
    width: 100%!important;
    float: left;
}

.NamePlus{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-top: 10px;
}

/***********************************  16-01-2025 styles  *********************************/
.bullet ul li {
    list-style: inherit !important;
    width:100% !important;
    padding: 5px !important;

}
.bullet ol li {
    list-style: inherit !important;
    width:100% !important;
    padding: 5px !important;

}
.bullet p {
    margin-bottom: 5px !important;
}
.table_wrap h1 {
    width: 100%;
    float: left;
    font-size: 23px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 0 0 0 13px;
    border-left: 5px solid #5d77fd;
    color: #515871;
    text-transform: capitalize;
    font-family: 'Quicksand';
}

.trackAccordianWrap {
    width: 100%;
    float: left;
}

.trackAccordianWrap .trackContainer {
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 16px 0 0 0;
}

.trackAccordianWrap .trackContainer .leftContainer {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border: 1px solid #ddd;
    align-items: center;
    cursor: pointer;
}

.trackAccordianWrap .trackContainer .leftContainer h3 {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    margin: 0;
    gap: 7px;
}

.trackAccordianWrap .trackContainer .rightContainer {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 25px;
    display: none;
}

.trackAccordianWrap .trackContainer:first-child .rightContainer {
    display: block;
}

.trackAccordianWrap .trackContainer .rightContainer h3 {
    width: 100%;
    float: left;
    font-size: 19px;
    margin: 0 0 14px 0;
    color: #3858ff;
}
.track{
    width: 100%;
    float: left;
    text-align: right;
    padding: 10px 5px;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.modal-header h3 {
    margin: 0;
    color: #333;
}

.close-modal {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.close-modal:hover {
    color: #333;
}

.modal-body {
    padding: 20px;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

/* Patient Details Styles */
.patient-details {
    line-height: 1.6;
}

.detail-row {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.detail-label {
    font-weight: bold;
    width: 150px;
    color: #333;
}

.detail-value {
    flex: 1;
    color: #666;
}

.btn-view-details {
    margin-right: 5px;
    color: #007bff;
}

.btn-view-details:hover {
    color: #0056b3;
}

/* Autocomplete Styles */
.autocomplete-container {
    position: relative;
    width: 100%;
}

.autocomplete-dropdown
 {
    position: absolute;
    top: 92px;
    left: 14px;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.autocomplete-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
    background-color: #f8f9fa;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.patient-name {
    font-weight: 600;
    color: #333;
    display: block;
}

.patient-id {
    font-size: 0.9em;
    color: #666;
    margin-top: 2px;
}

.no-results {
    padding: 15px;
    text-align: center;
    color: #999;
    font-style: italic;
}

.loading-results {
    padding: 15px;
    text-align: center;
    color: #666;
}

/* Selected Patient Info Styles */
.selected-patient-info {
    margin-top: 10px;
}

.patient-card {
    background: #e8f4fd;
    border: 1px solid #bee5eb;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.patient-details {
    flex: 1;
}

.clear-selection {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.clear-selection:hover {
    background-color: rgba(0,0,0,0.1);
    color: #495057;
}

/* Input focus styles */
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}



/**** PDF page styles ****/
.pdf-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 25px;
            padding: 20px 0;
        }

        .pdf-tile {
            background: white;
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .pdf-tile::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.5s;
        }

        .pdf-tile:hover::before {
            left: 100%;
        }

        .pdf-tile:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }

        .pdf-icon {
            margin: 0 auto 15px;
            display: block;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        /* .pdf-icon i {
            font-size: 64px;
            color: #e74c3c;
            transition: all 0.3s ease;
            filter: drop-shadow(0 4px 15px rgba(231, 76, 60, 0.3));
        }

        .pdf-icon:hover i {
            color: #c0392b;
            transform: scale(1.1);
            filter: drop-shadow(0 6px 20px rgba(231, 76, 60, 0.4));
        } */
         .pdf-icon i {
            font-size: 64px;

        }

        .pdf-title {
            font-size: 14px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 10px;
            line-height: 1.3;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .pdf-date {
            font-size: 12px;
            color: #7f8c8d;
            background: #ecf0f1;
            padding: 5px 10px;
            border-radius: 20px;
            display: inline-block;
            margin-top: 5px;
        }

        .add-pdf {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            border: 2px dashed rgba(255,255,255,0.3);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 180px;
        }

        .add-pdf:hover {
            background: linear-gradient(135deg, #2980b9, #3498db);
        }

        .add-icon {
            font-size: 36px;
            margin-bottom: 10px;
        }

        .add-text {
            font-size: 16px;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .pdf-grid {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                gap: 15px;
            }

            h1 {
                font-size: 2rem;
            }
        }
        .patient-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            align-items: center;
            margin-bottom: 10px;
        }

        .info-item {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            background: rgba(78, 115, 223, 0.05);
            border-radius: 8px;
            border-left: 4px solid transparent;
            transition: all 0.3s ease;
        }

        .info-item:nth-child(1) {
            border-left-color: #4e73df;
        }

        .info-item:nth-child(2) {
            border-left-color: #1cc88a;
        }

        .info-item:nth-child(3) {
            border-left-color: #36b9cc;
        }

        .info-item:hover {
            background: rgba(78, 115, 223, 0.1);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .info-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 16px;
            color: white;
        }

        .info-item:nth-child(1) .info-icon {
            background: linear-gradient(135deg, #4e73df, #3954b3);
        }

        .info-item:nth-child(2) .info-icon {
            background: linear-gradient(135deg, #1cc88a, #17a673);
        }

        .info-item:nth-child(3) .info-icon {
            background: linear-gradient(135deg, #36b9cc, #2a96a3);
        }

        .info-content {
            flex: 1;
        }

        .info-label {
            font-size: 12px;
            font-weight: 600;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }

        .info-value {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            line-height: 1.2;
        }

        .patient-status {
            position: absolute;
            top: 15px;
            right: 20px;
            display: flex;
            align-items: center;
            gap: 8px;
            background: #d1ecf1;
            color: #0c5460;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            border: 1px solid #bee5eb;
        }

        .status-dot {
            width: 8px;
            height: 8px;
            background: #17a2b8;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.7);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(23, 162, 184, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(23, 162, 184, 0);
            }
        }

        .sepcls{
            border-left: 1px solid #b7b7b7;
            padding: 0 0 0 15px;
            margin: 0 0 0 12px;
        }


/* Responsive */
@media (max-width: 768px) {
    .autocomplete-dropdown {
        max-height: 150px;
    }

    .autocomplete-item {
        padding: 10px 12px;
    }
}
.deleted {
    color: #f00 !important;
}
