@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-thin-webfont.eot);
    src: url(../fonts/roboto-thin-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-thin-webfont.woff2) format("woff2"), url(../fonts/roboto-thin-webfont.woff) format("woff"), url(../fonts/roboto-thin-webfont.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-light-webfont.eot);
    src: url(../fonts/roboto-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-light-webfont.woff2) format("woff2"), url(../fonts/roboto-light-webfont.woff) format("woff"), url(../fonts/roboto-light-webfont.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto-regular-webfont.eot);
    src: url(../fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../fonts/roboto-regular-webfont.woff) format("woff"), url(../fonts/roboto-regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-medium-webfont.eot);
    src: url(../fonts/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-medium-webfont.woff2) format("woff2"), url(../fonts/roboto-medium-webfont.woff) format("woff"), url(../fonts/roboto-medium-webfont.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-bold-webfont.eot);
    src: url(../fonts/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-bold-webfont.woff2) format("woff2"), url(../fonts/roboto-bold-webfont.woff) format("woff"), url(../fonts/roboto-bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-black-webfont.eot);
    src: url(../fonts/roboto-black-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-black-webfont.woff2) format("woff2"), url(../fonts/roboto-black-webfont.woff) format("woff"), url(../fonts/roboto-black-webfont.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}


html,
body {
    /* height: 100%;
    overflow: hidden; */
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif !important;
    background: #f5f7fa;
    font-size: 14px;
}

button:focus {
    outline: none;
}

a,
a:hover {
    color: #2cb7df;
    text-decoration: unset;
}

input:focus,
input:active,
button:focus,
button:active,
.btn:focus,
.btn:active,
textarea:focus,
textarea:active,
.form-control:focus {
    outline: unset !important;
    box-shadow: none !important;
}

.mainWrapper {
    height: 100%;
}

.mainSection {
    padding-top: 56px;
    padding-bottom: 30px;
}

.bg-primary {
    background: #252f77 !important;
}

.bg-secondary {
    background: #fff !important;
}

.bg-green {
    background: #33ca9d;
}

.bg-yellow-light {
    background: #cbbe32;
}

.bg-blue {
    background: #3457cb;
}

.bg-brown {
    background: #c9811b;
}

.header-bg {
    background: #252f77 !important;
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(197, 205, 206, 0.29);
}

.header-bg a {
    color: #fff;
}

.header-bg a[data-active="active"]{
    color: #2cb7df;
}
.onhover-dropdown .onhover-show-div .dropdown-item[data-active="active"]{
    color: #2cb7df;
}

.navbar-toggler {
    color: #fff;
}

.navbar-toggler-icon {
    height: 1.2em;
}

.navbar-toggler:focus {
    outline: none;
}

#sidebar-container {
    /* padding-bottom: 78px; */
}

.list-group-item {
    color: #8084a7;
    transition: all 0.5s ease-in;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #fff;
}

#sidebar-container hr {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#navbarNavDropdown .list-group-item.active,
#navbarNavDropdown .list-group-item:hover {
    color: #fff;
}

#navbarNavDropdown .list-group-item {
    color: #8084a7;
}







/* .dash-icon .badge {
    font-size: 1.5rem;
} */

.table {
    border-radius: 5px;
    overflow: hidden;
}

.headTab {
    background: #f9f9f9;
    margin: 0;
    padding-top: .5rem;
}

.table .thead-dark th {
    color: #000;
    background-color: #f5f7fb;
    border-color: #eceef2;
}

.dash-icon .badge {
    font-size: 0.90rem;
    position: absolute;
    right: 4px;
    top: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 !important;
}

.headerWrap .navbarHead {
    align-items: inherit;
}

.headerWrap .navbarHead .navbar-brand {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.navbar-mobile.navbar-nav .logoutLi .btnLogout {
    font-size: 13px;
    color: #fff;
}

@media (min-width:992px) {
    .navbar-mobile.navbar-nav .logoutLi .btnLogout {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:991.98px) {
    .navbar-mobile.navbar-nav .logoutLi .btnLogout {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-mobile.navbar-nav .logoutLi .btnLogout i {
    color: #fff;
}




@media (max-width:991.98px) {

    #navbarNavDropdown .navbar-nav {
        max-height: 560px;
        overflow: auto;
    }
}



@media (min-width:992px) {

    .sidebarToggle .mainWrapper {
        padding-left: 280px;
    }

    .sidebarToggle .navbar-fixed-top .header-bg {
        padding-left: 280px;
    }

    .page-header {
        padding-left: 15px;
        padding-right: 15px;
    }



    .sidepanel_overlay {
        display: none !important;
    }

    .dash-icon .badge {
        /* font-size: 2.2rem; */
        font-size: 0.90rem;
    }

    .mainSection {
        padding-top: 56px;
    }

    .header-bg {
        background: #fff !important;
        color: #212529;
    }

    .header-bg a {
        color: #000;
    }

    #navbarNavDropdown .list-group-item.active,
    #navbarNavDropdown .list-group-item:hover {
        color: #252f77;
    }

    /* .notifyspan {
        top: 0px;
        left: 15px;
    } */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

/* custom bootstrap class */

.btn-primary {
    color: #fff;
    background-color: #2cb7df;
    border-color: #2cb7df;
}

.btn-primary:hover {
    /* color: #fff;
background-color: #252f77;
border-color: #252f77; */
    color: #fff;
    background-color: #1da1c8;
    border-color: #1c98bd;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1da1c8;
    border-color: #1c98bd;
}


.customclose {
    position: absolute;
    right: -25px;
    top: -25px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    outline: none;
}

.customclose:focus {
    outline: none;
    border: none;
}

.customclose:hover {
    color: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2cb7df;
    outline: 0;
    /* box-shadow: 0 0 0 0.2rem rgba(44, 183, 223, .25); */
}

.innerMain {
    display: block;
}

@media screen and (max-width: 991.98px) {
    .innerMain {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) {
    .innerMain {
        padding-left: 30px;
        padding-right: 30px;
    }
}


.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    /* background-color: #f0f0f0;
color: #a8a8a8;
border: 1px solid #eceef2 !important; */

    background-color: #d4daea;
    color: #000;
    border: 1px solid #e6e9ef !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2cb7df;
    border-color: #2cb7df #2cb7df #2cb7df !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #464646;
    cursor: default;
    background-color: #fff;
    border-color: #eceef2 #eceef2 #fff #eceef2 !important;
}

.tab-content>.tab-pane {
    /* background: #fff;
border: 1px solid #eceef2; */
    border-top: none;
    /* border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; */

}

/* table sorting */

table.sortable thead tr .order-asc {
    background-image: url(../images/asc.png);
}

table.sortable thead tr .order-desc {
    background-image: url(../images/desc.png);
}

table.sortable thead tr th {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 1.5rem;
    cursor: pointer;
    background-image: url(../images/bg.png);
}

.table thead th,
.table tbody td {
    /* white-space: nowrap; */
}


@media (max-width: 575.98px) {

    .dashboard_iconswrap {
        width: 100%;
        overflow: auto;
    }

    .dashboard_iconswrap .dash-icon {
        min-width: 160px !important;
    }

    .dashboard_iconswrap .dash-icon .h1 {
        font-size: 2rem !important;
    }
}

@media (min-width: 576px) {
    .dashboard_iconswrap {
        margin: 0 -5px;
    }

}

.dashboard_iconswrap .dash-icon {
    min-width: 120px;
    width: calc(100% / 4 - 10px);
    /*border: 1px solid #eee;
    background: #fff;
    */
    border-radius: 10px;
    margin: 5px;
}

.dashboard_iconswrap .dash-icon a {
    color: #212529;
    line-height: 1.3;
}
.dashboard_iconswrap .dash-icon a small{
    display: block;
    margin-top: 5px;
}



.bgwhiteborder {
    background: #fff;
    border: 1px solid #eceef2;
}

.calender_icon {
    position: absolute;
    right: 10px;
    color: #6c757d;
}

.cdpr_30px {
    padding-right: 32px;
}

.ifnodatafnd {
    /* padding: 220px 350px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 380px; */

}
@media (min-width: 768px) {
.logoInfo img{
    max-width:160px
}
}
@media (max-width: 767.98px) {
.logoInfo img{
    max-width:140px
}
}


.ifnodatafnd div {
    /* background: #f1f2f4; */
    /* padding: 50px 100px;
text-align: center; */
    /* border-radius: 4px; */

    padding: 20px;
    text-align: center;
    max-width: 500px;
    color: #263077;
}

.ifnodatafnd div h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ifnodatafnd div p {
    color: #4d4d4d;
    font-size: 15px;
    margin: 0;
}

/* .ifnodatafnd div p a {
    color: #4d4d4d;
    text-decoration: underline;
} */

.ifnodatafnd div button {
    background: #626365;
    box-shadow: unset;
    border: 1px solid #626365;
    padding: 6px 20px;
    border-radius: 4px;
    color: #eeeff3;
    font-size: 13px;
    margin-top: 25px;
}

.selct_paymethod {
    /*padding: 30px;
*/
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.selct_paymethod ul.nav {
    display: inline-block;
}

.selct_paymethod ul.nav li {
    display: inline-block;

}

@media (min-width: 576px) {
    .selct_paymethod ul.nav li {
        width: 180px;
    }
}

@media (max-width: 575.98px) {
    .selct_paymethod ul.nav li {
        width: 120px;
    }
}


.selct_paymethod .nav-tabs>li>a {
    padding: 10px !important;
    font-size: 14px;
}

.selct_paymethod .nav-tabs>li>a .svg-inline--fa {
    height: 30px;
}

.selct_paymethod .tab-content>.tab-pane {
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
}

.form-group label {
    font-size: 13px;
    /* color: #8a8b8d; */
    color: #000;
    text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
    color: #c5c6c9;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #c5c6c9;
    font-weight: 400;
}

.form-control::placeholder {
    font-size: 14px;
    color: #c5c6c9;
    font-weight: 400;
}

/* .form-control {
    height: 41px;
    line-height: 41px;
} */

.selct_paymethod .bootstrap-select>.dropdown-toggle {
    border: 1px solid #cacbcd;
    height: 41px;
    line-height: 30px;
}

.bg-darkblue {
    color: #fff;
    background-color: #252f77;
    border-color: #252f77;
}

.bg-darkblue:hover {
    color: #fff;
    background-color: #1d245a;
    border-color: #1a2050;
}

.report_wrap {
    /* padding: 15px; */
}

.liteBlue {
    background: rgba(37, 47, 119, 0.08) !important;
    border: 0 !important;
}

.liteBlue.rev_updiv .amt {
    color: #252f77;
}

.liteskyBlue {
    background: rgba(44, 183, 223, 0.08) !important;
    border: 0 !important;
}

.liteskyBlue.rev_updiv .amt {
    color: #2cb7df;
}

.revenue .amt {
    color: #2cb7df;
    font-size: 16px;
}

.rev_updiv {
    background: #ffffff;
    padding: 15px;
    border-radius: 3px;
    margin: 15px 0 25px;
    border: 1px solid #eceef2;
}

.rev_updiv label p {
    font-size: 16px;
    color: #000;
    /* color: #2cb7df; */
    text-transform: capitalize;
    font-weight: 500;
}

.rev_updiv span {
    color: #626262;
    font-weight: 600;
    font-size: 23px;
}

.rev_updiv label span {
    color: #626262;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}

.wcr_title {
    margin-bottom: 0;
    color: #666262;
    font-size: 15px;
}

.help_up {
    list-style: none;
    /* max-width: 800px; */
    padding-left: 0;
    margin-bottom: 0;
}

.help_up li {
    margin-top: 15px;
}

.help_up li:first-child {
    margin-top: 0;
    ;
}

.help_up li a {
    background: #fff;
    width: 100%;
    display: block;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #5c5c5c;
    font-weight: 500;
    font-size: 15px;
    text-decoration: unset;
    position: relative;
}

.help_up li a span {
    position: absolute;
    right: 20px;
    font-size: 14px;
    top: 15px;
    font-weight: 400;
}

/* Multi-Part CSS */
.tabcontrol input[type=checkbox].control {
    position: absolute;
    visibility: hidden;
    /* Position the checkbox in upper left corner */

    opacity: 0;
}

/* Styling Parts */
#part1,
#part2,
#part3,
#part4,
#part5,
#part6 {
    z-index: 2;
    display: block;
    height: auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

/* Hidden Parts */
#part1,
#part2,
#part3,
#part4,
#part5,
#part6 {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* Show Step 1  & Hide Step 3 */
#step1:checked~#part1 {
    opacity: 1;
    height: auto;
}

/* Show Step 2 & Hide Step 1 */
#step2:checked~#part2 {
    opacity: 1;
    height: auto;
}

#step2:checked~#part1 {
    opacity: 0;
    height: 0;
    display: none;
}

/* Show Step 3  & Hide Step 2 */
#step3:checked~#part3 {
    opacity: 1;
    height: auto;
}

#step3:checked~#part2 {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Show Step 3  & Hide Step 2 */
#step4:checked~#part4 {
    opacity: 1;
    height: auto;
}

#step4:checked~#part3 {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Show Step 4  & Hide Step 3 */
#step5:checked~#part5 {
    opacity: 1;
    height: auto;
}

#step5:checked~#part4 {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Show Step 5  & Hide Step 3 */
#step6:checked~#part6 {
    opacity: 1;
    height: auto;
}

#step6:checked~#part5 {
    opacity: 0;
    width: 0;
    height: 0;
}


/* .form-container{
padding: 50px;
} */

.form-container {
    /* padding: 25px; */
}

.progress {
    height: 4px;
    border-radius: 50px;
    max-width: 140px;
}

.progress-bar-behind {
    background-color: #f0f0f0;
    width: 100%;
}


.progress-bar {
    /* border-radius: 50px;
height: 4px;
box-shadow: none;
max-width: 140px; */
    background-color: #61c9e7;
}

.progress-bar-fill {
    background-color: #f0f0f0;
}

.form-container .panel-heading {
    background: #252f77;
    padding: 10px 15px;
    border: 1px solid #252f77;
}

.prf_cmp {
    font-size: 12px;
    color: #f0f0f0;
}

.ptit-left label {
    color: #2bb3dc;
    font-size: 11px;
    margin-bottom: 0px;
}

.ptit-left h4 {
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 500;
}

/* .form-container .panel-content{
background: #f6f7f9;
border: 1px solid #e8e9eb;
padding: 30px;
} */
.form-container .panel-content {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
}

.form-container .panel-content .form-control {
    /* border-color: #eceef2; */
}

.form-container .panel-content .file-preview,
.form-container .panel-content .file-drop-zone {
    /* border-color: #eceef2; */
}

.form-container .panel-content .input-group-text {
    /* border-color: #eceef2; */
    background: #eceef2;
}

.form-container .panel-content .box {
    /* border-color: #eceef2; */
}


/* .form-container .panel-content .sdbgstle .bootstrap-select>.dropdown-toggle {
    border-color: #eceef2;
} */


.formChecRadio {
    height: calc(1.5em + .75rem + 8px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* .custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
} */

/* .custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
    cursor: pointer;
} */

.custom-control-label {
    cursor: pointer;
}

.custom-control .custom-control-label {
    line-height: 22px;
}


/* .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
} */

.formChecRadio input[type="radio"],
.formChecRadio input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* .custom-control-label::before {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #2cb7e0 solid 2px;
} */

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

/* .custom-control-input:checked~.custom-control-label::before {
    color: #2cb7e0;
    border-color: #2cb7e0;
    background-color: #fff;
} */

/* .custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
} */

/* .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../images/download.svg");
} */

.box {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 20px;
    border-radius: 4px;
}

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

/* .left,
.right {
    display: table-cell;
    vertical-align: middle;
}

.left {
    padding: 15px;
    width: 82px;
    height: 82px;
    border: 1px solid #e9eaec;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.left img {
    width: 100%;
}

.right {
    text-align: center;
} */

.img-path {
    border: unset;
    text-align: center;
}

.img-holder {
    display: flex;
    width: 72px;
    height: 72px;
    margin-right: 15px;
    border-radius: 72px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 6px;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    -ms-border-radius: 72px;
    -o-border-radius: 72px;
}

.img-holder img {
    width: 100%;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}



.avatar-holder {
    display: flex;
    width: 120px;
    height: 120px;
    margin-right: 15px;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.avatar-holder img {
    width: 100%;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}


.ex_fname {
    font-size: 13px;
}

.file-holder {
    font-size: 12px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}



.file-wrapper {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
}

.file-wrapper .btn {
    background: #646567;
    color: #f7f7f8;
    padding: 6px 30px;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 14px;
}

.file-wrapper:hover .btn {
    background-color: #2cb7df !important;
}

.file-wrapper input {
    cursor: pointer;
    font-size: 100px;
    height: 100%;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.sdbgstle .bootstrap-select>.dropdown-toggle {
    background: #fff;
    /* height: 41px; */
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #ced4da;
}

.tab-cntbtn {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #d4daea;
    border: 1px solid #e6e9ef;
    padding: 10px 15px;
}

.btn-secondary {
    background: #656668;
    border: 1px solid #656668;
    text-transform: capitalize;
    /* font-size: 17px;
padding: 9px 25px; */
}

.btn-secondary-border {
    background: #fff;
    border: 1px solid #656668;
    text-transform: capitalize;
    /* font-size: 17px;
padding: 9px 25px; */
}

.file-drop-zone {
    display: block !important;
}

.file-caption.form-control.kv-fileinput-caption.icon-visible {
    padding: 0;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 25px !important;
}

.file-input .form-control {
    padding: 0 10px !important;
}

.input-group-append .btn,
.input-group-prepend .btn {
    padding: 0px 10px;
    height: 41px;
    font-size: 14px;
    line-height: 41px;
}

.file-drop-zone .file-preview-thumbnails {
    display: inline-block !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url("../images/chosen-sprite.png") -42px 1px no-repeat !important;
}

.chosen-container-multi .chosen-choices {
    min-height: 41px !important;
    background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin-top: 10px;
}

.chosen-container-multi .chosen-choices li.search-field {
    padding: 6px 3px !important;
}

/* .vt_row{
border-top: 1px dashed #8a8b8c;
padding-top: 30px;
margin-top: 30px !important;
} */


.vt_row {
    border-top: 1px dashed #8a8b8c;
    padding-top: 15px;
    margin-top: 15px !important;
}



.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: #b2b3b5;
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: #2cb7df;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: #f2f4ff;
    left: 20px;
}

.notification_setting {
    /* padding: 40px; */
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
}

.no-style {
    padding: 0;
    list-style: none;
    margin: 0;
}

.nset_left p {
    color: #202020;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}

.nset_left span {
    color: #7c7d7d;
    font-size: 14px;
}

.notification_setting ul li {
    border-top: 1px solid #eceef2;
    padding-top: 15px;
    margin-top: 15px;
}

.notification_setting ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.view-prof p {
    margin: 15px 0;
    font-size: 15px;
}

.view-prof p span {
    display: block;
    color: #8a8a8a;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}

.view-prof {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
}

.docvisit_secd li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.docvisit_secd li h5 {
    min-width: 200px;
    font-size: 16px;
    color: #545454;
}

.docvisit_secd li p {
    text-align: center;
}

.view-prof h4 {
    font-size: 20px;
    margin: 30px 0;
}

.pys-guid {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 25px;
    border-radius: 3px;
}

.pys-guid ul li {
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #eceef2;
    /* padding-top: 25px; */
}

.pys-guid ul li:first-child {
    padding-top: 0;
    border-top: 0;
    padding-top: 0;
}

.pys-guid ul li span {
    font-size: 12px;
    color: #b3b2b2;
}

.pys-guid ul li p {
    font-size: 13px;
    margin: 15px 0;
    padding-right: 100px;
}

.pys-guid ul li a {
    position: absolute;
    right: 0;
    top: 40px;
    background: #2cb7df;
    color: #fff;
    font-size: 12px;
    padding: 6px 20px;
    text-decoration: unset;
    border-radius: 20px;
    line-height: 1;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pys-guid ul li a:hover {
    color: #fff;
    background-color: #1da1c8;
    border-color: #1c98bd;
}


.sidepanel_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(37, 47, 119, 0.56);
    z-index: 10;
    transition: .3s;
}

.form-control {
    font-size: 15px;
}

.viw_prf {
    /* color: #fff;
text-decoration: unset; */
    border-radius: 20px;
    font-size: 11px;
    display: inline-block;
    line-height: 1;
    padding: 6px 16px;

}

.viw_prf:hover {
    color: #fff;
    background-color: #1da1c8;
    border-color: #1c98bd;
}

.stat_pgs {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.stat_pgs h4 {
    font-size: 20px;
    margin: 15px 0;
}

.stat_pgs p {
    color: #8a8a8a;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}

.faq-list {
    list-style: decimal;
    padding-left: 15px;
}

.faq-list li {
    margin: 30px 0;
}

.faq-list li h5 {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
}

.scrollBar {
    scrollbar-color: #c1c1c1 #e9ecef;
    scrollbar-width: thin;
}

.scrollBar::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #252f77;
}

.scrollBar::-webkit-scrollbar-button {
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 3px;
    width: 5px;
}

.scrollBar::-webkit-scrollbar-thumb {
    background: rgba(186, 189, 212, 0.11);
}

.sidebarMenu {
    padding: 0 15px 30px;
    position: relative;
}






.sidebarMenu .list-group-item {
    font-size: 14px;
}

.sidebarMenu .list-group-item div span:first-child {
    width: 16px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}



.cardProfile {
    z-index: 999;
    background: #252f77 !important;
}

@media (min-width: 992px) {
    .cardProfile {
        position: sticky;
        top: 0;
    }
}





.cardProfile .avatar {
    position: relative;
    margin: auto;
    background-size: cover !important;
}

@media (min-width: 992px) {
    .cardProfile .avatar {
        height: 100px;
        max-width: 100px;
        min-width: 100px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cardProfile .avatar {
        height: 80px;
        max-width: 80px;
        min-width: 80px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .cardProfile .avatar {
        height: 72px;
        max-width: 72px;
        min-width: 72px;
        width: 100%;
    }
}





.cardProfile .avatar::before {
    position: absolute;

    right: 6%;
    bottom: 6%;
    width: 16%;
    height: 16%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-available::before {
    background-color: #28a745;
}

.avatar-askme::before {
    background-color: #17a2b8;
}

.avatar-oncall::before {
    background-color: #28a745;
}

.avatar-unavailable::before {
    background-color: #dc3545;
}



.cardProfile .h4 {
    font-weight: 400;

}

@media (min-width: 992px) {
    .cardProfile .h4 {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cardProfile .h4 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .cardProfile .h4 {
        font-size: 18px;
    }
}

.cardProfile .h5 {
    font-weight: 300;
}

@media (min-width: 992px) {
    .cardProfile .h5 {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cardProfile .h5 {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .cardProfile .h5 {
        font-size: 13px;
    }
}

.availability .btn {
    width: 100%;
    max-width: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;

}

@media (min-width: 992px) {
    .availability .btn {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .availability .btn {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .availability .btn {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .availability .btn {
        font-size: 12px;
    }
}




.availability .btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cardProfile .dropdown-menu {
    padding: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cardProfile .dropdown-menu .dropdown-item {
    padding: .25rem 0.25rem;
    font-size: 15px;
}


@media (min-width: 992px) {
    .cardProfile .dropdown-menu .dropdown-item {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cardProfile .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .cardProfile .dropdown-menu .dropdown-item {
        font-size: 13px;
    }
}



.cardProfile .dropdown-menu .dropdown-item.active,
.cardProfile .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #2cb7df;

}

.cardProfile .dropdown-menu .dropdown-item::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    border: 2px solid #000;
    display: inline-block;
    margin-right: 8px;
}


.cardProfile .dropdown-menu .dropdown-item[data-class="available btn-success"].active,
.cardProfile .dropdown-menu .dropdown-item[data-class="available btn-success"]:active {
    color: #28a745;
}

.cardProfile .dropdown-menu .dropdown-item[data-class="askme btn-info"].active,
.cardProfile .dropdown-menu .dropdown-item[data-class="askme btn-info"]:active {
    color: #17a2b8;
}

.cardProfile .dropdown-menu .dropdown-item[data-class="oncall btn-success"].active,
.cardProfile .dropdown-menu .dropdown-item[data-class="oncall btn-success"]:active {
    color: #28a745;
}

.cardProfile .dropdown-menu .dropdown-item[data-class="unavailable btn-danger"].active,
.cardProfile .dropdown-menu .dropdown-item[data-class="unavailable btn-danger"]:active {
    color: #dc3545;
}



.cardProfile .dropdown-menu .dropdown-item[data-class="available btn-success"]::before {
    border-color: #28a745;
}

.cardProfile .dropdown-menu .dropdown-item[data-class="askme btn-info"]::before {
    border-color: #17a2b8;
}

.cardProfile .dropdown-menu .dropdown-item[data-class="oncall btn-success"]::before {
    border-color: #28a745;
}

.cardProfile .dropdown-menu .dropdown-item[data-class="unavailable btn-danger"]::before {
    border-color: #dc3545;
}


.sidebar_scroll {
    /* position: fixed; */
    top: 260px;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /* width: 25%; */
    background: #252f77;
    padding-bottom: 270px;
    padding-left: 15px;
    padding-right: 15px;
}

.fixedContainerLeft {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 280px;
}

.fixedContainerRight {
    background: #f5f7fb;
    /* position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; */
}


.fixedMenuTop {
    transition: all 0.2s;
}

.lfixedContainerLeft {
    background-color: #263077;
}

@media (min-width: 992px) {

    .lfixedContainerLeft {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;

    }
}



/* .docregisterpanel_left {
    background-image: url(../images/doctor.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #263077;
} */

.lfixedContainerRight {
    background: #f5f7fb;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.rlf_wrap {
    /* max-width: 580px; */
    margin: auto;
    width: 100%;
}

.contentBoxRight {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
}

.loginContentBox {
    color: #000;
    max-width: 480px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
}

@media (min-width: 576px) {
    .loginContentBox {
        margin: 30px auto;
    }
}

.rl_title {
    font-size: 24px;
    color: #263077;
    margin-bottom: 15px;
}

.rl_desc {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.logbtn {
    font-size: 16px;
}

.contentBoxLeft {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    color: #fff;
}

.brandNew img {
    max-width: 300px;
}

/* .docregisterpanel_right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
} */

.docregisterpanel_right label {
    font-size: 14px;
    color: #161616;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.docregisterpanel_right .form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px;
    color: #c5c6c9;
    font-weight: 400;
}

.docregisterpanel_right .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
    color: #c5c6c9;
    font-weight: 400;
}

.docregisterpanel_right .form-control::placeholder {
    font-size: 13px;
    color: #c5c6c9;
    font-weight: 400;
}


@media (max-width: 991.98px) {

    .lfixedContainerLeft .modal-dialog-centered,
    .lfixedContainerRight .modal-dialog-centered {
        min-height: auto !important;
        height: auto !important;
    }

    .lfixedContainerLeft .modal-dialog-centered::before,
    .lfixedContainerRight .modal-dialog-centered::before {
        display: none;
    }
}

.linkBack {
    color: #fff;
}

@media (min-width: 576px) {
    .linkBack {
        font-size: 0.875rem;
    }
}

@media (max-width: 575.98px) {
    .linkBack {
        font-size: 0.75rem;
    }
}

.linkBack .icon {
    left: 0;
}

@media (min-width: 576px) {
    .linkBack .icon {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
}

@media (max-width: 575.98px) {
    .linkBack .icon {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
}

@media (max-width: 991.98px) {
    .lfixedContainerLeft .linkBackWrap {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

.lfixedContainerLeft .linkBackWrap {
    z-index: 2;
}





.or_sep {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.or_sep:before {
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #000;
    content: "";
    margin-right: 10px;
    vertical-align: middle;
}

.or_sep:after {
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #000;
    content: "";
    margin-left: 10px;
    vertical-align: middle;
}

.logw_soc li {
    display: inline-block;
    position: relative;
    margin: 0px 6px;
}

.logw_soc li.facebook {
    background: #4267B2;
    padding: 8px 20px;
    border-radius: 4px;
}

.logw_soc li.google {
    background: #db4a39;
    padding: 8px 20px;
    border-radius: 4px;
}

.logw_soc li a {
    color: #fff;
    padding-left: 30px;
    font-size: 14px;
}

.logw_soc li a span {
    position: absolute;
    left: 0;
    background: #3357a0;
    height: 100%;
    top: 0;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 0px 5px -2px rgba(12, 12, 12);
    box-shadow: 1px 0px 5px -2px rgba(12, 12, 12, 0.8);
}

.logw_soc li.google a span {
    background: #b93e30;
}

.agreeLink {
    line-height: 22px;
}

.agreeLink .custom-checkbox {
    line-height: 18px;
    text-align: left;
    /* max-width: 320px; */
    font-size: 13px;
}

.agreeLink .custom-checkbox .custom-control-label {
    font-size: 12px;
    line-height: 16px;
    padding-top: 2px;
}

.log_botpars {
    text-align: center;
    /* margin: 20px 0; */
    font-size: 13px;
}

.log_botpars a {
    color: #2cb7df;
}

.rl_titlespn {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #908f96;
    margin-bottom: 25px;
}

.ps-relative {
    position: relative;
    text-align: center;
}

.otp__input {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #2cb7df;
    font-weight: 600;
    width: 40px;
    height: 40px !important;
    padding: 3px 3px !important;
    margin: 0 2px 2px;
}

/* .otp__input:focus {
    border-color: #2cb7df;
    box-shadow: 0 0 5px #2cb7df inset !important;
} */

.frgt_pass {
    text-align: right;
    margin: 5px 0;
    font-size: 13px;
}

.nav-tabs .nav-link {
    font-size: 15px;
}

.nav-tabs .nav-item .svg-inline--fa.fa-w-14 {
    width: .675em;
}


/* new style */

/* #part1{
opacity: 0;
height: 0;
overflow: hidden;
}
#part4{
opacity: 1 !important;
height: auto !important;
} */

.educationList {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #ddd;
}

.educationListWrap .educationList:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: 0 !important;
}

.educationListWrap .vt_row:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.flatpickr .form-control:disabled,
.form-control[readonly] {
    background-color: #fff
}




.breadcrumb {
    font-size: 13px;
}

.nav-tabs>li:first-child>a {
    border-left: 1px solid #e6e9ef !important;
}

.nav-tabs>li>a {
    border-left: 0 !important;
    height: 100%;
}



.panel-content .h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.file-preview {
    background: #fff;
}

.btnPri {
    padding: 10px 14px;
    max-width: 280px;
    display: inline-block;
    border-radius: 50px !important;
    font-size: 16px !important;
    cursor: pointer;
    margin: 5px !important;
    line-height: 1;
}

.btnSec {
    padding: 10px 14px;
    max-width: 280px;
}

.formHead {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
}

.table {
    font-size: 14px;
}

.table thead th {
    border-color: #eceef2;
}

.table-bordered td,
.table-bordered th {
    border-color: #eceef2;
    padding: .50rem;
}

.bgWhiteBorder {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
}


/* error msg */


.formError {
    position: relative;
    display: block;
    z-index: 4;
}

.formError.errorBottom::before,
.formError.errorBottom::after {
    z-index: 3;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.formError.errorBottom::before {
    top: 6px;
    left: 0;
}

.formError.errorBottom::after {
    top: 2px;
    left: 6px;
}

.formError::before {
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 10px;
    padding: 2px 8px;
    white-space: nowrap;
    z-index: 1;
    min-width: 140px;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.formError::after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    height: 0;
    width: 0;
}

.formError.errorDanger::before {
    background: #dc3545;
}

.formError.errorBottom.errorDanger::after {
    border-bottom: 4px solid #dc3545;
}


.formError.showError::before,
.formError.showError:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.page-link {
    color: #2cb7df;
    outline: 0;
}

.page-link:focus {
    box-shadow: inherit;
}

.page-item.active .page-link {
    background-color: #252f77;
    border-color: #252f77;
}

.formHead .form-control {
    height: 32px;
    line-height: initial;
    font-size: 13px;
}

.formHead .btn {
    height: 32px;
    font-size: 12px;
}

.listInfo {
    font-size: 13px;
}


@media screen and (max-width: 991.98px) {

    .header-bg .navbar,
    .breadcrumb {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {}


.tooltip-inner {
    line-height: 1.2;
    font-size: 12px;
}



.modalNotification .modal-title {
    font-weight: 500;
}

.notifiList {
    border-color: #eceef2;
}

.notifiList .card-body {
    padding: 10px;
}

.notifiList .card-title {
    font-weight: 500;
    font-size: 16px;
    color: #252f77;
}

.notifiList .card-tex {
    font-size: 13px;
}




.bg-liteGreen {
    background: rgba(51, 202, 157, 0.08);
    /* border: 1px solid rgba(51, 202, 157, 0.1); */
}

.bg-liteYellow {
    background: rgba(203, 190, 50, 0.08);
    /* border: 1px solid rgba(203, 190, 50, 0.1); */
}

.bg-liteBlue {
    background: rgba(52, 87, 203, 0.08);
    /* border: 1px solid rgba(52, 87, 203, 0.1); */
}

.bg-liteBrown {
    background: rgba(201, 129, 27, 0.08);
    /* border: 1px solid rgba(201, 129, 27, 0.1); */
}

.bg-liteBlue-01 {
    background: rgba(44, 183, 223, 0.08);
    /* border: 1px solid rgba(201, 129, 27, 0.1); */
}

.bg-red{
    background: rgba(220, 53, 69, 0.04);
}

.text-green {
    color: #33ca9d;
}

.text-yellow-light {
    color: #cbbe32;
}

.text-blue {
    color: #3457cb;
}

.text-brown {
    color: #c9811b;
}

.blue-01{
color: #2cb7df;
}
.text-red{
    color: #dc3545;
}


.consultsDemand {
    border: 1px solid #eceef2;
}

.consultsDemand .badge-primary {
    background-color: #2cb7df;
}




.scrollBarMd {
    scrollbar-color: #c1c1c1 #e9ecef;
    scrollbar-width: thin
}

.scrollBarMd::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #e9ecef
}

.scrollBarMd::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.scrollBarMd::-webkit-scrollbar-button {
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 8px
}

.scrollBarMd::-webkit-scrollbar-button:end:increment {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMTAxLjA4aDQwNC4zMDhMMjAyLjE1MSwzMDMuMjI5TDAsMTAxLjA4eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}

.scrollBarMd::-webkit-scrollbar-button:start:decrement {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI1NSAyNTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NSAyNTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iYXJyb3ctZHJvcC11cCI+CgkJPHBvbHlnb24gcG9pbnRzPSIwLDE5MS4yNSAxMjcuNSw2My43NSAyNTUsMTkxLjI1ICAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}



.formView {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
}

.formView p {
    color: #8a8a8a;
    font-size: 14px;
}

.formView .control-label {
    text-transform: capitalize;
}

.btn-square.rounded-pill {
    font-size: 10px;
}




/* appts List */

/* .apptsWrap{
    background: #fff;
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 1px 5px 24px 0 rgba(68,102,242,0.05);
} */


.apptsWrap.apptsWrapHead .apptsList {
    background: #d6d9e7;
    border: 1px solid #d6d9e7;
    margin-top: 0;
}

.apptsWrap.apptsWrapHead .profile-det-info .badge::after {
    border-left-color: #d6d9e7;
}


/* .apptsWrap .apptsList:first-child{
    padding-top:0;
    border-top: 0;
    margin-top: 0;
} */

/* .apptsList{
    position: relative;
    font-size: 13px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.06);
} */
.apptsList {
    background: #fff;
    border: 1px solid #eceef2;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    position: relative;
    font-size: 13px;
    margin-top: 5px;
    transition: box-shadow .2s ease-in-out;
}

.apptsList:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
}



.profile-doc-img {
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    position: relative;
    width: 100%;
    background-size: cover !important;
}

.profile-det-info {
    overflow: hidden;
}

.profile-det-info .h5 {
    color: #252f77;
}


@media (min-width: 992px) {
    .profile-det-info .h5 {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .profile-det-info .h5 {
        font-size: 16px;
    }
}



.profile-det-info .h6 {
    font-size: 15px;
    color: #585858;
}

@media (min-width: 992px) {
    .profile-det-info .h6 {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .profile-det-info .h6 {
        font-size: 14px;
    }
}



.profile-det-info .badge {
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 6px 0px 12px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    vertical-align: text-top;
    font-size: 11px;
}

.profile-det-info .badge::after {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.patient-details .patInfo {
    font-size: 13px;
    color: #585858;
}

@media (min-width: 992px) {
    .patient-details .patInfo {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .patient-details .patInfo {
        font-size: 12px;
    }
}

.patient-details .patInfo span+span {
    padding-left: .3rem;
}

.patient-details .patInfo span+span::before {
    display: inline-block;
    padding-right: .3rem;
    color: #6c757d;
    content: "/";
}

.patient-details .callInfo {
    color: #585858;
}

@media (min-width:576px) {
    .patient-details .callInfo {
        position: absolute;
        right: 0;
        top: 0;
    }
}




.patient-details .callInfo span {
    padding-right: .5rem;
}

.patient-details .callInfo span:last-child {
    padding-right: 0;
}

.videoCall .fas {
    color: #50bb6b;
}

.vocieCall .fas {
    color: #2eb7e1;
}

.chat .fas {
    color: #283079;
}

.web .fas {
    color: #215a8e;
}

.mobile .fas {
    color: #1da89b;
}

.time .fas {
    color: #5978e0;
}




.patient-details .abtDiseas {
    color: #585858;
}

.patient-details .abtDiseas .control-label {
    color: #000;
    font-weight: 500;
}


@media (min-width: 992px) {
    .patient-details .abtDiseas p {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .patient-details .abtDiseas p {
        font-size: 13px;
    }
}


.appts-action {}

@media (min-width:576px) {
    .appts-action {
        max-width: 320px;
        flex: 0 0 320px;
        margin-left: auto;
        text-align: right;
        padding-top: 35px;
    }
    .appts-action .btn{
        font-size: 13px;
    }
}

@media (max-width:575.98px) {
    .appts-action .btn{
        font-size: 12px;
    }
}




.form-groupInfo .form-group .control-label {
    color: #6c757d !important;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
}

.form-groupInfo .form-group p {
    font-size: 14px;
    font-weight: 500;
}

.subpanelWrap .subpanel {
    border-top: 1px dashed #ededed;
    padding-top: 1.5rem;
}

.subpanelWrap .subpanel:first-child {
    border-top: 0;
    padding-top: 0;
}

.subpanel .h5 {
    color: #2cb7df;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.customInfo {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.customInfo i {
    font-size: 20px;
    margin-right: 8px;
    margin-top: 4px;
}

@media (min-width:992px) {

    .headerWrap .navbarHead {
        padding: 0 0 0 30px;
    }
}


@media (max-width:991.98px) {

    .headerWrap .navbarHead {
        padding: 0 0 0 15px;
    }
}



.btnLogout {
    color: #fff;
}


.navbar-mobile {
    flex-direction: row;
}

.navbar-mobile.navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    /* font-size: 14px; */  
    font-weight: 500;
    font-size: 13px; 
    text-transform: uppercase;
}



.notifyspan {
    /* top: -8px;
    left: 10px; */
    top: -2px;
    left: 18px;
    min-width: 20px;
    border-radius: 10px !important;

}

.navbar-mobile.navbar-nav .nav-link i {
    font-size: 16px
}

@media (min-width:992px) {
    .navbar-mobile.navbar-nav .nav-link i {
        color: #252f77;
    }

    .notifyspan {
        background-color: #252f77;
    }
}

@media (max-width:991.98px) {
    .navbar-mobile.navbar-nav .nav-link i {
        color: #fff;
    }

    .notifyspan {
        background-color: #2cb7df;
    }
}

@media (max-width:991.98px) {
    .fixedContainerLeft {
        left: -100%;
        transition: .3s;
        top: 55px;
        height: calc(100vh - 55px);
        height: calc(var(--vh, 1vh) * 100 - 55px);

    }

    .sidebarToggleOpen .fixedContainerLeft {
        left: 0;
    }
}






/* Icon 1 */

.navMenu {
    width: 24px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navMenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}




/* Icon 3 */

.navMenu span:nth-child(1) {
    top: 0px;
}

.navMenu span:nth-child(2),
.navMenu span:nth-child(3) {
    top: 8px;
}

.navMenu span:nth-child(4) {
    top: 16px;
}

.navMenu.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.navMenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navMenu.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}



.profile-dropdown {
    right: 0;
    left: inherit;
    width: 180px;
    top: 54px;
    position: absolute;
}

.profile-dropdown {
    border: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    top: 50px;
    position: absolute !important;
    z-index: 10;
    background-color: #fff;
    transition: all linear 0.1s;
    min-width: 160px;
    transform: translateY(20px);
    left: auto;
    padding: 15px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
}

.profile-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}







.onhover-dropdown .onhover-show-div:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    top: -7px;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.onhover-dropdown .onhover-show-div:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #898989;
    content: "";
    top: -7px;
    position: absolute;
    left: 10px;
    z-index: 1;
}

.profile-dropdown:before,
.profile-dropdown:after {
    left: auto !important;
    right: 10px;
}

.onhover-dropdown .onhover-show-div .dropdown-item:first-child {
    margin-top: 0;
}

.onhover-dropdown .onhover-show-div .dropdown-item {
    color: #313131;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.03em;
    transition: .3s;
    display: block;
    text-align: left;
    margin-top: 10px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.onhover-dropdown .onhover-show-div .dropdown-item:hover,
.onhover-dropdown .onhover-show-div .dropdown-item.active,
.onhover-dropdown .onhover-show-div .dropdown-item:active {
    color: #00baf2;
    background-color: transparent;
}

.apptsWrapGrid {
    margin: 0 -5px;
}

.apptsWrapGrid .apptsList {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}

@media (min-width: 576px) {
    .apptsWrapGrid .apptsList .appts-action {
        max-width: 160px;
        flex: 0 0 160px;
    }
}




@media (min-width: 992px) {
    .LeftBoxHeader .brandNew {
        max-width: 150px
    }

    .LeftBoxHeader .brandNew img {
        max-width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .LeftBoxHeader .brandNew {
        max-width: 90px
    }

    .LeftBoxHeader .brandNew img {
        max-width: 100% !important;
    }
}

/* qrBoxWrap start*/

.qrBoxWrap .qrBoxHead .title {
    font-size: 22px;
    font-weight: 400
}

.qrBoxWrap .qrimgWrap {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer
}

.qrBoxWrap .overlay {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 250px;
    content: '';
    width: 250px;
    z-index: 99;
    top: 0;
    left: 0
}

.qrBoxWrap .overlay .overlay-refresh {
    height: 95px;
    width: 95px;
    background: #00b9f5;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.qrBoxWrap .overlay .icon {
    width: 28px;
    height: 28px
}

.qrBoxWrap .overlay .icon img {
    width: 28px
}

.qrBoxWrap .overlay .icon svg {
    width: 100%;
    height: 100%
}

.qrBoxWrap .overlay .icon svg path,
.qrBoxWrap .overlay .icon svg circle {
    fill: #fff
}

.qrBoxWrap .overlay p {
    color: #fff;
    display: block;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2
}

.qrBoxWrap .grLogo {
    height: 30px;
    width: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 4px;
    border-radius: 3px
}

.qrBoxWrap .qrInfo .qrInfoImg {
    width: 36px;
    height: 36px
}

.qrBoxWrap .qrInfo .qrInfoDec {
    font-size: .75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

/* qrBoxWrap end*/


.boxSeeHow {
    background: #a7a7a7;
    width: 190px;
    margin: auto
}

.flipBoxSeeHow {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #263077;
}

/* popupLoader start*/


.popupLoader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1070
}

.popupLoader .loaderInner {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    overflow: hidden
}

.popupLoader .loaderInner .loadText {
    color: #000
}

.popupLoader .loaderInner.loaderIcon::before {
    content: "";
    background: url(../images/load_ring.svg) center no-repeat;
    display: block;
    background-size: cover;
    margin: auto
}

.popupLoader .loaderInner.loaderIcon.px24::before {
    width: 24px;
    height: 24px
}

.popupLoader .loaderInner.loaderIcon.px28::before {
    width: 28px;
    height: 28px
}

.popupLoader .loaderInner.loaderIcon.px32::before {
    width: 32px;
    height: 32px
}

.popupLoader.d-none {
    display: none !important
}

/* popupLoader end*/


.closeIcon .iconBar {
    width: 18px;
    height: 18px;
    overflow: hidden;
    cursor: pointer
}

.closeIcon .hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: calc(100%);
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 -6px 0 #000, 0 6px 0 #000;
    box-shadow: 0 -6px 0 #000, 0 6px 0 #000;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-delay: 0s, 1s;
    transition-delay: 0s, 1s;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s
}

.closeIcon .hamburger:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 18px;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.closeIcon.active .hamburger {
    -webkit-box-shadow: 50px -6px 0 #000, -50px 6px 0 #000;
    box-shadow: 50px -6px 0 #000, -50px 6px 0 #000;
    -webkit-transform: translate(-50%, -50%) rotate(-315deg);
    transform: translate(-50%, -50%) rotate(-315deg);
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s
}

.closeIcon.active .hamburger:before {
    top: 50%;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}



/* new style for profile */

.addMoreWrap .addMoreList {
    border-top: 1px dashed #ededed;
    position: relative;
    padding-top: 1.5rem;
    margin-top: 1rem;
}

.addMoreWrap .addMoreList:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.addMoreWrap .addAppend .addMoreList:first-child {
    border-top: 1px dashed #ededed;
    position: relative;
    padding-top: 1.5rem;
    margin-top: 1rem;
}


.addMoreWrap .addMoreList .remove_link {
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 12px;
    font-weight: 300;
    padding: 6px 12px;
    line-height: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.btnView {
    font-size: 12px;
}


.retailAddress {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 12px 12px;
}

.btnChange {
    font-size: 12px;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .modal-lg-sm {
        max-width: 800px;
    }
}

/* //template */

.apptNotesTempate {
    font-size: 14px;
}

.apptNotesTempate p,
.apptNotesTempate ul li {
    font-weight: 500;
    font-size: 13px;
}

.apptNotesTempate .form-control {
    font-size: 14px;
}

/*pharmacyModal  retailShopList */

.retailShopRow {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
}

.retailShopAddress {
    max-height: 450px;
    overflow: auto
}


.retailShopAddress .titleHead {
    color: #2cb7df;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.retailShopList {
    font-size: 13px;
}

.retailShopList li {
    border-top: 1px dashed #ededed;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.retailShopList li:first-child {
    border-top: 0;
    padding-top: 0;
}

.addressBlock .h6 {}

.addressBlock .h6 .distance {
    min-width: 60px;
    font-size: 13px;
    font-weight: 400;
}


.retailShopMap {
    background: #f9f9f9;
    font-size: 13px;
}

.retailShopMap .titleHead {
    color: #2cb7df;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}





.emtyPage .infoContent .icon{
    width: 72px;
    height: 72px;
    background: rgba(44, 183, 223, 0.09);
    border-radius: 100px;
    line-height: 72px;
    font-size: 32px;
    color: #2cb7df;
}
.emtyPage .infoContent .title{
    font-weight: 400;
}

@media (min-width:992px) {
    .m-h410{
        min-height: 410px;
    }
    .m-h310{
        min-height: 310px;
    }
}

@media (max-width:991.99px) {
    .m-h410{
        min-height: 310px;
    }
    .m-h310{
        min-height: 210px;
    }
    
    .emtyPage .infoContent .title{
        font-size: 16px;
    }
}

[data-active="active"] {
color:#fff
  }




.dDocumentWrap .dDocument{    
    padding: 5px;
}

@media (min-width:576px) {
    .dDocumentWrap .dDocument{
        width: calc(100% / 2);
    }
}
@media (max-width:575.98px) {
    .dDocumentWrap .dDocument{
        width: calc(100% / 1);
    }
}


.dDocumentWrap .dDocument a {
    display: flex;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 10px;
    color: #5c5c5c;
    font-weight: 500;
    transition: 0.3s;
}

.dDocumentWrap .dDocument a:hover{
    border-color:#2cb7df;
    color: #2cb7df;
}

.dDocumentWrap .dDocument a span i{
color:#2cb7df
}




/* .guidelinesWrap h6{
    color: #2cb7df;
    font-weight: 400;
} */


.guidelines{
margin: 0 -5px;

}

.guidelines .guidelinesList{    
    padding: 5px;
}

@media (min-width:576px) {
    .guidelines .guidelinesList{
        width: calc(100% / 3);
    }
}
@media (max-width:575.98px) {
    .guidelines .guidelinesList{
        width: calc(100% / 2);
    }
}


.guidelines  .guidelinesList a {
    display: flex;
    justify-content: space-between;
    height: 100%;
    text-align: left;
    border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 13px;
    color: #5c5c5c;
    font-weight: 500;
    transition: 0.3s;
}

.guidelines .guidelinesList a:hover{
    border-color:#2cb7df;
    color: #2cb7df;
}

.guidelines .guidelinesList a span i{
color:#5c5c5c;
font-size: 9px;
}
.guidelines .guidelinesList a:hover span i{
    color: #2cb7df;
}

.btnBlue{
    color: #fff;
    background-color: #263077;
    border-color: #263077;
}
.btnBlue:hover{
    color: #fff;
    background-color: #1d245a;
    border-color: #1a2050;
}

.tab-cntbtn .btnPri{
    max-width: 189px;
    font-size: 15px !important;
}





/* //New */
.drugChecker_Page .tagWrap .badge {
    font-size: 12px;
    font-weight: 500
}

.drugChecker_Page .tagWrap .closeTag {
    background: #fff;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    line-height: 14px;
    margin-left: 2px;
    width: 14px;
    padding: 0;
    height: 14px
}

.drugChecker_Page .tabWrap {
    margin: 20px 0
}

.drugChecker_Page ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.drugChecker_Page .tabList li {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    z-index: 1;
    position: relative;
    margin-bottom: -1px
}

@media (max-width: 575.98px) {
    .drugChecker_Page .tabList li {
        display: block
    }
}

.drugChecker_Page .tabList li a {
    color: #000;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px 3px 0 0;
    transition: all 250ms;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    display: block;
    margin-bottom: 0
}

.drugChecker_Page .tabList li.active a {
    color: #2cb7df;
    background: #fff;
    border-color: #ced4da;
    border-bottom-color: #fff
}

.drugChecker_Page .tabContent {
    border: 1px solid #ced4da;
    margin: 0 0 30px;
    padding: 20px;
    position: relative
}

@media (max-width: 575.98px) {
    .drugChecker_Page .tabContent {
        margin-top: 15px
    }
}

.drugChecker_Page .pillIcon:before,
.drugChecker_Page .drug_header .drugresults.p2 ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f484";
    font-size: 24px;
    position: absolute;
    top: 25px
}

.drugChecker_Page .serious.pillIcon:before,
.drugChecker_Page .drug_header .drugresults.p2 ul li.serious:before {
    color: #cc0000
}

.drugChecker_Page .significant.pillIcon:before,
.drugChecker_Page .drug_header .drugresults.p2 ul li.significant:before {
    color: #ff6600
}

.drugChecker_Page .minor.pillIcon:before,
.drugChecker_Page .drug_header .drugresults.p2 ul li.minor:before {
    color: #ffaf00
}

.drugChecker_Page .tabContent .sevdesctitle {
    font-size: 16px;
    font-weight: 500;
    margin-left: 40px
}

.drugChecker_Page .tabContent .sevdesc {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    margin-left: 40px
}

.drugChecker_Page .divider {
    border-top: 1px dotted #ddd;
    margin: 20px 0
}

.drugChecker_Page h3 {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px
}

.drugChecker_Page .tabContent .intsource,
.drugChecker_Page .tabContent .intcopyright,
.drugChecker_Page .drug_disclaimer {
    font-size: 13px;
    font-weight: 300
}

.drugChecker_Page #foundCount {
    font-weight: 500;
    color: #f00;
    margin: 20px 0;
    display: block
}

.br20 {
    border-radius: 20px
}

p {
    font-size: 13px
}

.btn.btn-sm.btn-secondary-border,
.btn.btn-sm.btn-sm btn-primary {
    line-height: 1.2
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    max-width: 600px
}

.wizard>div.wizard-inner {
    position: relative;
    text-align: center;
    padding: 10px;
    border-radius: 20px
}

.wizard .tab-content {
    padding: 15px;
    border-radius: 10px;   
}
@media (min-width:768px) {
    .wizard .tab-content {
        min-height: 400px
    }
}



.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent
}

.wizard .nav-tabs>li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
    width: 1%
}

.wizard .nav-tabs>li a {
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    border: 0 !important;
    display: inline-block
}

.wizard .nav-tabs>li a i {
    font-style: normal;
    white-space: nowrap;
    font-size: 12px;
    color: #b4b4b4;
    display: block;
    margin-top: 5px
}

.wizard .nav-tabs>li a:hover {
    background: transparent
}

.wizard .tab-pane {
    position: relative
}

.wizard h3 {
    margin-top: 0
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.wizard .step-indicator li span.round-tab {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #efefef;
    color: #ccc;
    margin: 0 auto;
    position: relative;
    width: 42px;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    z-index: 1;
    display: inline-flex;
    padding: 5px;
    justify-content: center;
    align-items: center
}

.wizard .step-indicator li span.round-tab i {
    color: #555555
}

.wizard .step-indicator li span.round-tab svg path,
.wizard .step-indicator li span.round-tab svg rect {
    fill: #b4b4b4
}

.wizard .step-indicator li span.round-tab .susImg {
    display: none
}

.wizard .step-indicator li.active span.round-tab {
    border-color: #2cb7df;
    color: #2cb7df
}

.wizard .step-indicator li.active span.round-tab i {
    color: #5bc0de
}

.wizard .step-indicator li.active span.round-tab svg path,
.wizard .step-indicator li.active span.round-tab svg rect {
    fill: #2cb7df
}

.wizard .step-indicator li:after {
    background-color: #efefef;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 21px;
    left: 50%
}

.wizard .step-indicator li.complete span.round-tab {
    border-color: #0db02b;
    color: #0db02b
}

.wizard .step-indicator li.complete span.round-tab i {
    color: #0db02b
}

.wizard .step-indicator li.complete span.round-tab svg path,
.wizard .step-indicator li.complete span.round-tab svg rect {
    fill: #0db02b
}

.wizard .step-indicator li.complete span.round-tab .susImg {
    display: block
}

.wizard .step-indicator li.complete span.round-tab .norImg {
    display: none
}

.wizard .step-indicator li.complete:after {
    background-color: #0db02b
}

.wizard .step-indicator li:last-child:after {
    display: none
}

.previewBox {
    background: #2cb7df;
    color: #fff
}
@media (min-width:768px){
    .previewBox {
        min-height: 500px;  
    }
}
@media (max-width:767.98px){
    .previewBox {
        min-height: 320px;  
    }
}

.innerContainer {
    border: 1px solid #eceef2;
    padding: 20px;
    border-radius: 3px
}

.btn-normal {
    line-height: 1;   
    font-weight: 500
}
@media (min-width:768px){
    .btn-normal {
        font-size: 14px;
    }
}
@media (max-width:767.98px){
    .btn-normal {
     font-size: 12px;
    }
}


.wizardtabheader.border {
    border-color: #f9f9f9
}

.wizardtabheader .h5 {
    font-size: 16px
}

.wizardtabheader .back {
    font-size: 13px
}

.wizardBox.start .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 1px solid #2cb7df;
    border-radius: 100%
}

.wizardBox.start .icon.success {
    border-color: #28a745
}

.wizardBox.start .icon.active {
    border-color: #2cb7df
}

.wizardBox.start h4.h4 {
    font-size: 20px
}

.wizardBox.start ul {
    font-size: 12px
}

.wizardBox.start ul li {
    margin-bottom: 10px
}


.mFooter .btn-sm{
    font-size: 12px;
}


.testComputerLink{
    font-weight: 800;font-size: 12px;
    padding: 4px 0;
}

@media (min-width:992px) {
    .testComputerLink{
        color: #252f77 !important;
        margin-left: 45px;   
    }   
}
@media (max-width:991.99px) {
    .testComputerLink{
        color: #ffff !important;
    }   
}

@media (min-width:576px) and (max-width:991.99px) {
    .testComputerLink{
        margin-left: 30px;
    }
}

@media (max-width:575.98px) {
    .testComputerLink{
        margin-left: 12px;
        text-align: center;
        font-size: 8px;
        padding-bottom: 0;
        text-transform: capitalize !important;
        vertical-align: text-bottom;
        font-weight: 500;
    }
    .testComputerLink i {
        font-size: 14px;
    }
}

@media (min-width:576px) {

.testComputerLink i{
    font-size: 16px;
    margin-right: 5px;
}
}




.ratingBoxWrap :root {
    --Color:green;
  }
  
  .ratingBoxWrap .ratingVal {
    color: #2cb7e0;
    font-size: 0.75rem;
  }
  
  .ratingBoxWrap .ratingBox > i {
    user-select: none;
    color: white;
    background-color: #bbb;
    font-size: 1em;
    transition: .1s ease-in-out;
    padding: 6px;
    border-radius: 10px;
  }
  
  .ratingBoxWrap .ratingBox > i:hover {
    box-shadow: 1px 1.5px 3px #555;
    transform: translate(0, -3px);
  }
  
  .ratingBoxWrap .ratingBox > i:active {
    transform: translate(0, 1px);
  }
  
  .ratingBoxWrap .ratingBox > i.hoveredStars, .ratingBoxWrap .ratingBox > i.clickedStars {
    /* background-color: var(--Color); */
    background-color: #f9c816;
    
  }
  .normalLabels .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.dialogPayment .modal-footer {
    background-color: #f3fbfd;
}
.rounded-20 {
    border-radius: 20px;
}
.closeModal {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 18px;
    font-weight: 300;
    font-size: 32px;
}



.subpanelDrugs.subpanel .h5{
    font-weight: 500;
}

.subpanelDrugs.subpanel .searchList{
    border: 1px dashed #e0e0e0;
    padding: 6px 6px;
    margin: 8px 0;
    border-radius: 5px
}