[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

* {
    font-family: 'Poppins','Open Sans', Arial, Helvetica, sans-serif;
    /*color: #3c3c3c;*/
}

p {
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins','Open Sans', Arial, Helvetica, sans-serif !important;
}

.swal-footer {
    text-align: center;
}
.cursor{
    cursor: pointer;
}

.custom-signup{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: fit-content;
}

textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="number"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="date"] {
    -webkit-appearance: none;
    border-radius: 0;
    padding-top: 0 !important;
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prescription_box {
        margin-bottom: 10px;
        padding:10px 15px !important;
        border-radius: 10px;
        background-color: #edf3f8 !important;
        -webkit-print-color-adjust: exact;
    }
    /*body {*/
    /*    padding-top: 72px;*/
    /*    padding-bottom: 72px ;*/
    /*}*/
}

.mtop-0{margin-top: 0px !important;}
.mtop-5{margin-top: 5px !important;}
.mtop-10{margin-top: 10px !important;}
.mtop-15{margin-top: 15px !important;}
.mtop-20{margin-top: 20px !important;}
.mtop-25{margin-top: 25px !important;}
.mtop-30{margin-top: 30px !important;}
.mtop-35{margin-top: 35px !important;}
.mtop-nega-4{margin-top: -4px !important;}
.mbot-0{margin-bottom: 0px !important;}
.mbot-5{margin-bottom: 5px !important;}
.mbot-10{margin-bottom: 10px !important;}
.mbot-20{margin-bottom: 20px !important;}
.mbot-30{margin-bottom: 30px !important;}
.mright-10{margin-right: 10px !important;}
.mright-15{margin-right: 15px !important;}
.mright-20{margin-right: 20px !important;}
.mleft-10{margin-left: 10px !important;}
.mleft-15{margin-left: 15px !important;}
.mleft-20{margin-left: 20px !important;}
.mleft-25{margin-left: 25px !important;}
.mleft-30{margin-left: 30px !important;}
.ptop-0{padding-top: 0px !important;}
.ptop-5{padding-top: 5px !important;}
.ptop-10{padding-top: 10px !important;}
.ptop-15{padding-top: 15px !important;}
.ptop-20{padding-top: 20px !important;}
.ptop-25{padding-top: 25px !important;}
.ptop-45{padding-top: 45px !important;}
.pbot-15{padding-bottom: 15px !important;}
.pbot-20{padding-bottom: 20px !important;}
.pbot-25{padding-bottom: 25px !important;}
.pbot-30{padding-bottom: 30px !important;}
.pleft-10{padding-left: 10px !important;}
.pleft-15{padding-left: 15px !important;}
.pleft-20{padding-left: 20px !important;}
.pleft-0{padding-left: 0px !important;}
.pright-0{padding-right: 0px !important;}
.pbottom-15{padding-bottom: 15px !important;}
.pbottom-25{padding-bottom: 25px !important;}
.pbottom-45{padding-bottom: 45px !important;}
.pbottom-0{padding-bottom: 0px !important;}
.pad-5{padding: 5px !important;}
.pad-10{padding: 10px !important;}
.pad-15{padding: 15px !important;}
.pad-20{padding: 20px !important;}
.pad-25{padding: 25px !important;}
.pad-30{padding: 30px !important;}
.nopad{padding: 0 !important;}
.nomar{margin: 0 !important;}
.nopadlr{padding-left:0 !important;padding-right:0 !important;}
.nopadtb{padding-top:0 !important;padding-bottom:0 !important;}
.mar-negative-top-5 {margin-top: -5px !important;}


.border-gray{border: 1px solid #d6d6d6;}

.font-primary-color {
    color: #5ac4d2 !important;
}

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

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


.specialization-container{
    position: absolute;
    top: 34px;
    width: 100%;
    /*background: #fff;*/
    z-index: 9;
    /*height: 200px;*/
    display: none;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.hospital-container{
    position: absolute;
    top: 34px;
    width: 100%;
    background: transparent;
    z-index: 1000000;
    display: none;
}
.hospital-scroll{
    position: relative;
    overflow: auto;
    background: #edf3f8;
    max-height: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.hospital-name{
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
}
.hospital-address{
    color: #757575;
    font-weight: 100;
    font-size: 12px;
    padding: 0 10px;
    line-height: 1;
}
.hospital-list{
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 5px;
}
.hospital-list:hover{
    background: #5ac4d2;
    color: #ffffff;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.hospital-list:hover .hospital-address{
    color: #ffffff;
}

.hospital-label{
    position: absolute;
    top: 32px;
    width: 100%;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.login2{
    padding: 15px 30px 15px 30px !important;
    margin-top: 20px;
}

.login2 .content-body input[type=text], .login2 .content-body input[type=password] {
    border-radius: 50px !important;
    border: none !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.1) !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-bg {
    /*background-image: url('/assets/img/bg_login.png') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;*/
}

.box.login {
    border-radius: 10px !important;
    /*background-color: rgba(255,255,255,0.5) !important;*/
}

.box.login .content-body {
    /*padding: 30px 45px 30px 45px !important;*/
    padding: 15px 45px 15px 45px !important;
    border-radius: 10px !important;
    /*background-color: rgba(255,255,255,0.5) !important;*/
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=time], textarea, select {
    border-radius: 5px !important;
    /*border: 1px solid #a7a7a7 !important;*/
    border: 1px solid #dee2e4 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    border: none !important;
    background: #edf3f8;
    padding: 15px;
}

.btn.btn-primary {
    background: #0DC3D1 !important;
}

.btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #379aa7 !important;
}

.loginpage #nav a, .loginpage a {
    color: #01695a;
}

.login-header {
    padding: 10px !important;
}

.hr{
    border-top: 1px solid #65bec4;
}

section.box {
    border-radius: 10px !important;
}

.patient-card {
    text-align: left;
    border-radius: 5px;
}

.doc-info-wrap {
    padding: 10px 0px;
    border-radius: 10px;
}

.db_box.db_box_large {
    border-radius: 10px;
}

ul.project-activity2 li.activity-list2 {
    position: none;
    border-left: none;
    color: white;
}
ul.project-activity2 li.activity-list2 .detail-info {
    margin: 0 0 0 0;
    padding-bottom: 12px;
    position: none;
}
ul.project-activity2 li.activity-list2 .detail-info.v2{
    padding-bottom: 20px
}
ul.project-activity2 li.activity-list2 p.message {
    padding: 0;
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: 600;
    color: white;
}

.uppercase {
    text-transform: uppercase;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.doctors-head .header {
    font-size: 15px !important;
}

.rounded-btn {
    border-radius: 30px;
}

.rounded-img{
    border-radius: 50px;
    padding: 2px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.vertically-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2%;
}

.page-sidebar {
    margin-top: 0px;
}

.main-wrapper {
    margin-top: 0px;
    padding-top:30px;
}

.page-topbar {
    display: none;
}

#main-content.sidebar_shift {
    background: #edf3f8 !important;
}

.pace .pace-progress {
    background: #11c3d0 !important;
}

.pace .pace-activity{
    border-top-color: #11c3cf;
    border-left-color: #11c3cf;
}

.breadcrumb {
    margin-bottom: 0px !important;
    font-size: 12px !important;
    padding-bottom: 0px !important;
}

.width-30{
    width: 30px !important
}


.width-40{
    width: 40px !important
}

.rounded-btn-icon {
    width:40px !important;
    padding:10px 0 !important;
}

.scanner-box-ui{
    position: absolute;
    top: 0;
    width: 100%;
}

.scanner-top-box{
    position: absolute;
    top: 0;
    height: 20px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.scanner-bot-box{
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.scanner-left-box{
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 20px;
    background: rgba(0,0,0,0.5);
}
.scanner-right-box{
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 20px;
    background: rgba(0,0,0,0.5);
}

.line-top-left{
    position: absolute;
    width: 100px;
    border-top: 3px solid #fff;
    top: 20px;
    left: 20px;
}
.line-top-right{
    position: absolute;
    width: 100px;
    border-top: 3px solid #fff;
    top: 20px;
    right: 20px;
}
.line-bot-left{
    position: absolute;
    width: 100px;
    border-top: 3px solid #fff;
    bottom: 20px;
    left: 20px;
}
.line-bot-right{
    position: absolute;
    width: 100px;
    border-top: 3px solid #fff;
    bottom: 20px;
    right: 20px;
}
.line-left-top{
    position: absolute;
    height: 100px;
    border-left: 3px solid #fff;
    top: 0;
    left: 20px;
}
.line-left-bot{
    position: absolute;
    height: 100px;
    border-left: 3px solid #fff;
    bottom: 0;
    left: 20px;
}
.line-right-top{
    position: absolute;
    height: 100px;
    border-left: 3px solid #fff;
    top: 0;
    right: 20px;
}
.line-right-bot{
    position: absolute;
    height: 100px;
    border-left: 3px solid #fff;
    bottom: 0;
    right: 20px;
}

.tab-pane.fade{
    display: none;
}

.tab-pane.fade.active{
    display: block;
}

.segmented-radius-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.segmented-radius-right {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.patient-container{
    position: absolute;
    top: 34px;
    width: 100%;
    background: transparent;
    z-index: 9;
    display: none;
}
.patient-scroll{
    /*position: relative;*/
    /*overflow: auto;*/

    position: relative;
    overflow: auto;
    background: #edf3f8;
    max-height: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.patient-name{
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
}
.patient-address{
    color: #757575;
    font-weight: 100;
    font-size: 12px;
    padding: 0 10px;
    line-height: 1.5;
}
.patient-list{
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 5px;
}
.patient-list:hover{
    background: #5ac4d2;
    color: #ffffff;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.patient-list:hover .patient-address{
    color: #ffffff;
}


.patient-label{
    position: absolute;
    top: 32px;
    width: 100%;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swal-overlay--show-modal .swal-modal {
    border-radius: 20px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 999 !important;
    padding: 10px 30px;
}

.swal-overlay{
    z-index: 30000;
}

.swal-footer {
    margin-bottom: 20px;
}

.swal-button {
    background: #5ac4d2;
    min-width: 100px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.swal-title:not(:last-child) {
    margin-bottom: 0px;
}

.swal-title {
    padding-top: 0px;
}

.swal-button--cancel {
    background: white;
}

.btn-actions {
    border-radius: 8px;
    min-width: 85px;
    font-family: 'Poppins';
}

.btn-primary-custom {
    background: white;
    color: #0dc3d1;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn-primary-custom:hover{
    background: #0dc3d1;
    color: white;
}

.btn-danger-custom {
    background: white;
    color: #DA3C35;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn-danger-custom:hover{
    background: #DA3C35;
    color: white;
}

.btn-success-custom {
    background: white;
    color: #4CAF50;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn-success-custom:hover{
    background: #4CAF50;
    color: white;
}

.custom-header {
    color: #97949b;
    padding-top: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
}

.custom-header-btn {
    float: right;
    margin-top: 15px;
    font-size: 13px;
    color: #0dc3d1;
    padding-right: 10px;
    padding-left: 10px;
    background: none;
    border: none;
    outline:none;
    cursor: pointer;
}

.custom-header-btn:hover {
    background: #deebf3;
    /*background: #0dc3d1;*/
    border-radius: 4px;
    color: #0dc3d1;
    /*font-weight: bold;*/
}

.custom-header-btn-icon{
    float: right;
    margin-top: 10px;
    color: #0dc3d1;
    background: none;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
}

.custom-header-btn-icon3{
    margin-top: 10px;
    color: #0dc3d1;
    background: none;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
}

.custom-header-btn-icon:hover, .custom-header-btn-icon3:hover {
    /*background: #cedde8;*/
    background: #ecf3f7;
    border-radius: 4px;
    color: #0dc3d1;
    font-weight: bold;
    border-radius: 50px;
}

.custom-header-btn-icon2{
    float: right;
    margin-top: -5px;
    color: #0dc3d1;
    background: none;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
}

.custom-header-btn-icon2:hover {
    background: white;
    border-radius: 4px;
    color: #0dc3d1;
    font-weight: bold;
    border-radius: 50px;
}

.custom-header2 {
    color: #97949b;
    padding-top: 15px;
    float: left;
}

.custom-header3 {
    color: #97949b;
    padding-top: 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.color-gray {
    color: #99969e;
}

.db_box-custom {
    border-radius: 10px;
    background: #edf3f8;
    box-shadow: none;
    margin-bottom: 10px;
}


.rotate-text{
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.view-gdrive-dialog .ngdialog-content{
    width: 100% !important;
    height: 100vh !important;
}

.ngdialog.ngdialog-theme-default {
    padding: 0px;
}

.limited-text {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.attachment_box:hover {
    /*background: #04A9F4;*/
    background: #dae8f5;
    /*color: white;*/
    cursor: pointer;
}

.loading-div {
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.loading-div2 {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 15;
    top: 20%;
    left: 50%;
    margin: -100px 0 0 -50%;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    overflow-y: auto;
    /*max-height: 90vh;*/
    /*margin-top: 5vh;*/
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 65px;
    font-size: 14px;
    /*background: transparent;*/
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    margin-right: 10px;
    margin-top: 10px;
    color: white;
}

/*.center-image-container{*/
/*    width: 100%;*/
/*    max-height: 80vh;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*    height: 100vh;*/
/*}*/

/*.center-image{*/
/*    width: 100%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    !*max-width: 40vh;*!*/
/*}*/

.alert {
    border-radius: 10px;
}

.alert-success-custom {
    background: #D4EDDA;
    color: #4CAF50;
}

.alert-success-custom strong, .alert-success-custom button {
    color: #4CAF50;
}

.dropdown-menu-custom {
    padding: 5px 10px;
    width: 100%;
    margin-right: 10px;
}

.btn-actions-right {
    padding:5px 7px;
    background: #f0f0f0;
}

.swal-text {
    text-align: center !important;
}

label {
    margin-bottom: 0px;
}

.active-section {
    border: 1px solid #5ac4d2;
    border-top: 5px solid #5ac4d2 !important;
}

.not-active-section {
    border-top: none;
}

.btn-options {
    border: none;
    cursor: pointer;
    color: #005bcf;
}

.btn-remove-options {
    position: absolute;
    top: 5px;
    right: 0;
}

.recommended {
    text-align: center;
    background: #233448 !important;
    max-width: 50%;
    margin: 0 auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 5px;
    color: white;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}


.subs-select{
    color: #515559 !important;
}

.subs-select:hover {
    background-image: linear-gradient(-12deg,#0054CE 0,#0DC3D1 100%, #ffffff 80%) !important;
}

.subs-select:hover img{
    filter: brightness(0) invert(1);
}

.subs-select:hover h2{
    color: white !important;
}

.subs-select:hover h5{
    color: white !important;
}

.subs-select:hover p{
    color: white !important;
}

.subs-select:hover li{
    color: white !important;
}

.loginpage input[type=email], .loginpage form select {
    font-weight: normal;
}

/*.designer-info {*/
/*    padding-left: 10px;*/
/*}*/

.patient-img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 10px;
}

.patient-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: contain;
    max-height: 95px;
    object-fit: cover;
    padding: 2px !important;
}

.patient-img2 {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    position: relative;
    cursor: pointer;
}


.patient-img2 img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    max-height: 95px;
    object-fit: cover;
    padding: 2px !important;
}

.patient-img2 i {
    position: absolute;
    bottom: 0px;
    right: 0px;
    /* border: 1px solid; */
    border-radius: 50%;
    /* padding: 11px; */
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #11c3d0;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.patient-img3 {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    position: relative;
}


.patient-img3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 40px;
    border-radius: 50%;
    padding: 2px !important;
}

.patient-img4 {
    position: absolute;
    line-height: 44px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    display: inline-block;
    border-radius: 100%;
    background: white;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.patient-img4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 80px;
    border-radius: 50%;
    padding: 2px !important;
}

.patients-info {
    padding: 15px 15px 0px 15px !important;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd), .thead-default th {
    background: transparent;
}

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


/* Calendar */
.fc th {
    background: #0055ce !important;
}

.fc-toolbar{
    margin-bottom: 5px !important;
}

.fc button {
    background: white !important;
}

.fc .fc-toolbar > * > * {
    margin-left: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.doc-img-con {
    max-width: 40px !important;
    max-height: 40px !important;
    border-radius: 50% !important;
    padding: 2px !important;
    /*background: white !important;*/
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    border: none !important;
    top: 0 !important;
}

.doc-img-con > img {
    object-fit: contain;
    max-height: 95px;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}



.visit-date2 {
    text-align: center;
    width: 95px;
}

.visit-date2{
    position: absolute;
    font-size: 12px;
    padding: 7px 5px;
    top: 42%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 0;
    line-height: 1;
    background: #f0f0f0;
    font-weight: bold;
    border-radius: 4px;
}

.visit-date:hover {
    background: white;
}

.div_clickable{
    cursor: pointer;
    color: #767676 !important;
}

.round {
    background: none !important;
}

.round img {
    max-width: 40px !important;
    margin-right: 10px !important;
}

.vertical-aligned-span-45{
    min-height: 45px;
    display: inline-flex;
    align-items: center;
}

.custom-table-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
    font-weight: bold;
}

.custom-row-color{
    /*padding: 5px 0px;*/
    /*padding: 10px 0px 0px 0px !important;*/
}
.custom-row-color:hover > div > div > div > div > p{
    color: white !important;
}
.custom-row-color:hover, .custom-row-color:hover > a{
    background: #5ac4d2 !important;
    border-radius: 5px;
    cursor: pointer;
}

.custom-row-color:hover > a > div > span,.custom-row-color:hover > a > div > p, .custom-row-color:hover > a > div > div > p, .custom-row-color:hover > div > div > p {
    color: white !important;
}

.custom-row-color:hover > div > img, .custom-row-color:hover > div > div > img {
    filter: brightness(0) invert(1);
}

.custom-row-color2{
    padding: 5px 0px;
}
.custom-row-color2:hover, .custom-row-color2:hover > a{
    background: #5ac4d2 !important;
    color: white !important;
    border-radius: 5px;
    cursor: pointer;
}

.custom-row-color:nth-child(odd) {
    background: #f7f7f7;
    border-radius: 5px;
}

.custom-row-color3:hover, .custom-row-color3:hover > div > div > h6, .custom-row-color3:hover > div > div > p {
    background: #5ac4d2 !important;
    color: white !important;
    border-radius: 5px;
    cursor: pointer;
}

.custom-row-color3:hover > div > div > img {
    filter: brightness(0) invert(1);
}

.r4_counter:hover > p {
    color: white !important;
}

.no-boxshadow {
    box-shadow: none !important;
    border: none !important;
}

.btn.btn-secondary {
    background: #bbbbbb;
}

.tags-btn-violet {
    background: #EAEEF9 !important;
    color: #8787C1 !important;
}

.tags-btn-violet2 {
    background: #d7deff !important;
    color: #5162de !important;
}

.tags-btn-blue {
    background: #EAF3F4 !important;
    color: #579CA3 !important;
}

.tags-btn-blue2 {
    background: #E8F3F7 !important;
    color: #51ACDE !important;
}

.tags-btn-orange {
    background: #F9EDE5 !important;
    color: #FA9F42 !important;
}

.tags-btn-green {
    background: #EBF7ED !important;
    color: #55AA69 !important;
}

.tags-btn-yellow {
    background: #F9F3E4 !important;
    color: #CCA648 !important;;
}

.tags-btn-red {
    background: #f9e7e7 !important;
    color: #f14e4e !important;
}

.tags-btn {
    padding: 0px 8px;
    border-radius: 50px;
    color: #656565;
    font-size: 12px;
    background: #e4e4e4;
    cursor: pointer;
}

.tags-btn2 {
    border-radius:50px;
    position: absolute;
    top: 0;right: 10px;
    font-size: 12px;
    width: 90px;
    text-align: center;
    margin-top: 0;
}

.tags-btn:hover {
    background: #0dc3d1 !important;
    color: white !important;
}

.tags-btn.tags-btn-violet:hover {
    background: #8787C1 !important;
    color: white !important;
}

.tags-btn.tags-btn-violet2:hover {
    background: #5162de !important;
    color: white !important;
}

.tags-btn.tags-btn-blue:hover {
    background: #579CA3 !important;
    color: white !important;
}

.tags-btn.tags-btn-blue2:hover {
    background: #51ACDE !important;
    color: white !important;
}

.tags-btn.tags-btn-orange:hover {
    background: #FA9F42 !important;
    color: white !important;
}

.tags-btn.tags-btn-green:hover {
    background: #55AA69 !important;
    color: white !important;
}

.tags-btn.tags-btn-yellow:hover {
    background: #CCA648 !important;
    color: white !important;;
}

.tags-btn.tags-btn-red:hover {
    background: #f14e4e !important;
    color: white !important;
}

.fc-event-container .fc-event, .fc-draggable {
    background-image: linear-gradient(-12deg,#5ac4d2 0,#5ac4d2 100%);
}

.subs-header{
    background: #2B6CC8;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.subs-header2{
    background: #0dc3d1;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.selected-details {
    cursor: pointer;
    border: 1px solid #5ac4d2;
    background: #fafeff;
    border-radius: 10px;
}

.select-list-details:hover {
    cursor: pointer;
    background: #e5f5f9;
    border-radius: 10px;
}

.subs-header img, .subs-header2 img {
    filter: brightness(0) invert(1);
    width: 100%;
    max-width: 150px;
}

section .content-body {
    border: none;
    padding: 15px 20px 15px 20px;
}

.page_error_info {
    color: #243448;
    font-size: 35px;
    line-height: 1.4;
}

.print-box {
    border: 2px solid #5ac4d2;
    padding: 12px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.prescription_box {
    margin-bottom: 10px;
    padding:10px 15px !important;
    border-radius: 10px;
    background-color: #edf3f8 !important;
}

.no-result-img {
    width: 40%;
    max-width: 250px;
    min-width: 150px;
}

.no-result-img_max {
    width: 90%;
    max-width: 500px;
}

.no-result-img_min {
    width: 90%;
    max-width: 350px;
}

.hover-link {
    color: #505458;
}
.hover-link:hover {
    color: #5ac4d2 !important;
}

.absolute-btn-icon-right {
    position: absolute;
    top: 0;
    right: 0;
}

.reminder-icon {
    max-width: 50px !important;
}

.breadcrumb>li, .breadcrumb li a {
    color: #a0a0a0;
}

.breadcrumb>li+li:before {
    content: ">";
}

.max-height {
    max-height: 330px !important;
    overflow: auto !important;
}

.max-height2 {
    max-height: 320px !important;
    overflow: auto !important;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0dc3d1;
}

/*.sm-pull-right-badge > span {*/
/*    padding: 0px 7px;*/
/*    border-radius: 5px;*/
/*}*/

.sm-badge > span {
    padding: 0px 7px !important;
    border-radius: 5px !important;
    font-weight: 600;
    font-size: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
}

.select2-container--open .select2-dropdown--below {
    border: none;
    padding: 10px;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 30%);
    background-color: white;
}

.select2-selection.select2-selection--single{
    height: 37px !important;
    padding: 3px !important;;
    border: 1px solid #dee2e4 !important;;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #5ac4d2 !important;
    border-radius: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #ebf8f9;
}

.select2-results__option {
    padding: 5px 10px !important;
}

.select2-results__option:hover{
    background-color: #5ac4d2 !important;
    border-radius: 5px;
}

.doctors-list.patient .doctors-head:before {
    background: rgba(13, 195, 209, .85) !important;
}

section.box {
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 6%);
    margin: 10px 0;
}

.search-box-main {
    margin: 15px 0px;
    border-radius: 50px;
    padding:20px;
    border: none;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 6%);
}

.form-control:focus, .has-focus .form-control {
    background: white;
}

.center-vertically{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.objectFit {
    object-fit: contain;
    width: 100%;
    max-height: 95px;
    border-radius: 50%;
}

.selectBadge {
    max-width:110px;
    min-width:110px;
    padding: 0px 10px !important;
    border-radius: 50px !important;
    height: 28px;
}

.signup-col{
    height: 100vh;
}

.signup-selection{
    border: 3px solid #62d2da;
    border-radius: 35px;
}

.signup-selection:hover{
    background-color: #d9f6f9;
    cursor: pointer;
}


.custom-input-upload {
    background: #e9f8f9;
    border: none;
    border-radius: 5px;
}


.preview-selected-image {
    width: 100%;
    background: #eaf8f9;
    min-height: 250px;
    border-radius: 10px;
    border: 2px solid #5dceda;
    padding: 20px;
}

.preview-image {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 250px;
    width: 250px;
    border: 4px solid white;
    object-fit: cover;
    background: white;
}

.loginpage label {
    font-size: 12px !important;
    color: #777 !important;
}

.signature {
    width:130px;
    position:absolute;
    right:0;
}

.nav-badge {
    position: absolute;
    right: 15px;
    margin-top: 12px;
}

.select2-container {
    z-index: 100000 !important;
}

.mini-profile-box {
    padding: 15px;
    background: #eafeff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.chat-patient-list {
    max-height: 88vh !important;
}

.doctors-list:before {
    background: none !important;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input .country-list {
    z-index: 200000;
}

.password-requirements {
    font-size: 12px;
    width: 100%;
    background: #d6f1f5;
    padding: 10px 15px;
    border: 1px solid #7ed7e1;
    border-radius: 5px;
    font-weight: normal;
}

/*BOUNCE*/
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
.bounce {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
/*BOUNCE*/
@media (min-width: 560px){
    .sm-560{
        display: none;
    }

    .lg-560{
        display: block;
    }
}

@media (max-width: 560px){
    .sm-560{
        display: block;
    }

    .lg-560{
        display: none;
    }

    .page_error_info {
        font-size: 20px;
        margin-bottom: 0px;
    }
}

@media (min-width: 767px) {
    .sm-767 {
        display: none;
    }

    .lg-767 {
        display: block;
    }
}

@media (max-width: 767px){
    #main-content {
        margin-left: 0px !important;
    }

    .page-sidebar.chat_shift, .page-sidebar.collapseit {
        display: none;
    }

    .page-topbar {
        display: inline;
        background-image: linear-gradient(-12deg,#edf3f8 0,#edf3f8 100%) !important;
        z-index: 1;
    }

    .page-topbar .quick-area .info-menu li.sidebar-toggle-wrap {
        right: 20px !important;
    }

    .main-wrapper {
        margin-top: 50px !important;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }

    .lg-767 {
        display: none;
    }

    .sm-767 {
        display: block;
    }

    .signup-col{
        height: 50vh;
    }
}

@media only screen and (min-width: 992px) {
    .divAppointmentLarge {
        display: block;
    }

    .divAppointmentSmall {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .divAppointmentLarge {
        display: none;
    }

    .divAppointmentSmall {
        display: block;
    }

    .round {
        width: 80px !important;
        height: 80px !important;
    }
    .round img {
        max-width: 80px !important;
    }

    .chat-patient-list {
        max-height: 26vh !important;
        overflow: scroll !important;
    }
}

@media (max-width: 967px){
    .no-result-img_max {
        width: 90%;
    }

    .page_error_info {
        font-size: 30px;
    }
}

