﻿/*.form-control:focus {
    outline: none;
    box-shadow: none;
}*/

/*.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}*/


/*.custom__page-inner {
    margin-bottom: 2rem;
    padding: 1.5rem;
}
.__page-title-bar {
    margin-bottom: 0.5rem;
    padding: 0px 0.1rem;
}
.accordion-header{   
   height:2.5rem;
}

.__accordion-button {
    height: 2.5rem;
    background: #4E9F3D;
}
.__submit-line{
    justify-content:space-between;
}
.__btn{
    border-radius:50%;
    border:none;
    font-size:2rem;
    align-items:center;
    
 
}*/



::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(18, 102, 119);
}

::-webkit-scrollbar-thumb {
    background: #28C7B8;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #28C7B8;
    }

.popup-form .detail-form {
    font-size: 14px;
}
.openModelBtn {
    border-radius: 50%;
    background: #4E9F3D;
    font-weight: bold;
    font-size: 50px;
    margin-left: 0.3rem;
    outline: none;
    border: none;
}

.custom__input-container {
    position: relative;
}

    .custom__input-container > span {
        font-size:10px;
    }

.custom__input {
    padding: 3px 6px !important;
    font-size: 13px !important;
    height: 10px !important;
    min-height: 28px !important;
    background: #f8f9fa !important;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
    color: #444;
    line-height: 28px;
    border: 1px solid #2196f3;
    border-radius: 4px;
}*/
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;  
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px !important;
        color: #444;
        line-height: 33px !important;

 
    }

.select2-container--default .select2-selection--single {

    border: 1px solid #d1d1d1 !important;
}

/*select 2 height*/
.select2-container .select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 28px!important;
}

/*//Select arrow*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px!important;
    right: 7px;
}

.custom__input > select > option {
    font-size: 12px !important;
}

    .custom__input ~ label {
        position: absolute;
        left: 15px !important;
        top: 0% !important;
        color: rgba(0, 0, 0, 0.7);
        font-size: 12px !important;
        transform: translateY(-50%);
        pointer-events: none;
        transition: all 0.2s ease-in-out;
        font-weight: 400;
    }

    .custom__input:focus ~ label,
    .custom__input:not([value=""]) ~ label {
        top: 0% !important;
        left: 15px !important;
        background: var(--color-white);
        padding: 0.3px !important;
        color: var(--color-dark-gray);
        font-size: 12px !important;
        font-weight: 400;
    }



.custom__input-container label {
    background: #fff !important;
    border-radius: 20px;
    margin-left: 5px;
}



.page__top-bar {
    background: #28A89C !important;
    color: #fff !important;
    padding: 8px 0;
}

    .page__top-bar h1 {
        font-size: 16px;
        margin: 0;
        color: #fff;
    }


.modal-content {
    border:none!important;    
}
    .modal__close-btn {
    position: absolute;
    color: #fff;
    background: #28C7B8 !important;
    padding: 3px 10px !important;
    border-radius: 50%;
    z-index: 10;
    /*border: none !important;*/
    outline: none !important;
    border: 1px solid #28A89C;
    transition: all .2s ease-in-out;
}

    .modal__close-btn:focus, .modal__close-btn:focus:active {
        z-index: 10;
        border: none !important;
        outline: none !important;
        transition: all .2s ease-in-out;
    }

    .modal__close-btn:hover {
        background: #28A89C !important;
    }

.modal .modal-dialog .modal__close-btn {
    top: -16px;
    right: -3%;
}

.modal .modal-dialog.modal-sm .modal__close-btn {
    right: -5%;
}

.modal .modal-dialog.modal-lg .modal__close-btn {
    right: -2%;
}

.modal .modal-dialog.modal-xl .modal__close-btn {
    right: -1%;
}


/*scroll bar css*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #F1F1F1 !important; /* Set the color of the scrollbar thumb */
}

::-webkit-scrollbar-track {
    background-color: #F1F1F1 !important; /* Set the color of the scrollbar track */
}

.page__body {
    padding: 5px 5px;
    background: #ececec;
}

.page__form-container {
    background: #fff;
    padding: 5px 4px;
}

.table__wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: scroll;
    position: relative;
    z-index: 0;
    min-height: 190px;
}

.table__wrapper--cust {
    min-height: 120px;
}


.table__wrapper table {
    width: 100%;
    overflow: scroll;
    margin-bottom: 0;
}

    .table__wrapper thead {
        background: #28A89C;
        color: #fff;
        position: sticky;
        top: -1px;
        z-index: 1;
        --webkit-position: sticky;
    }

.table__wrapper tr th {
    padding: 3px 5px;
    font-weight: 500;
    vertical-align: middle;
    font-size: 12px;
    background: #28A89C !important;
    border: 1px solid #55c9be;
}

    .table__wrapper tr td {
        padding: 4px 2px;
    }

.tbl-sn {
    padding-left: 10px !important
}

.table__wrapper tbody tr:nth-child(odd) {
    background: #fff;
}

.table__wrapper tbody tr:nth-child(even) {
    background: #F0F0F0;
}

.button-medium {
    padding: 3px 10px;
    font-size: 14px;
}

.button-small {
    font-size: 12px;
    padding: 1px 4px;
    display: inline;
}

.table_title {
    display: flex;
    align-items: end;
    padding-left: 10px;
}

    .table_title span {
        font-weight: 800 !important;
    }

.actions-td{
    text-align:center;
}
.btn-circle {
    border-radius: 50% !important;
    height: 25px !important;
    width: 25px !important;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

    .btn-circle:focus {
        outline: none;
        box-shadow: none !important;
    }

.table_search {
    background: #F0F0F0;
    justify-content: center;
    align-items: center;
}

.emailTemplageBox {
    /* margin-top: 5px;*/
    margin-bottom: 5px;
    overflow: scroll;
    position: relative;
    z-index: 0;
    max-height: calc(100vh - 45vh);
    background: red;
}

.form-control:disabled {
    background: #EEEEEE !important;
}

.form-control {
    background-color: white !important;
}

/*nav bar*/
.header-nav-custom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;

    margin-bottom: 0;
}

.main-nav > li.active > a {
    color: #FF9F29 !important;
}

.main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

/*emr opt print option*/
.emr-opt-print-option {
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
    font-size: 12px;
}

/*EMR Report*/
.emr-opt-report {
    box-shadow: 0px 0px 0px #919191;
    overflow-y: scroll;
    min-height: 500px;
    overflow-x: hidden;
}


/*OPD left nav*/
.patient-test-info {
    background-color: #AAC8B8;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    font-style: normal;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
}

.video-call {
    border: none;
    border-radius: 4px;
    padding: 5px 18px !important;
    text-align: center;
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    background: white;
}

.dashboard-menu ul i a {
    font-size: 16px;
}

/*Model error fixed*/
.modal-open .main-wrapper {
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    fliter: none !important;
    -webkit-filter: none !important;
}

.custom-card-header {
    background-color: #07456a !important;
    /*background-color: #065e94 !important;*/
}

/*footer*/
.custom-copyright {
    padding: 20px !important;
}

.custom-container {
    padding: 0px !important;
}

.opd-right-nav {
    padding: 8px !important;
}


.main-wrapper {
    background: #EEF5F4;
}
/*footer*/
/*.custom-footer{
    height:30px!important;
}*/
@media only screen and (max-width: 767.98px) {
    .custom__input-container {
        position: relative;
        margin-bottom: 10px;
    }
    .main-wrapper{
        padding-bottom: 60px;
    }
    .mobile-pl {
        padding-left: 135px !important;
    }
}

/*Password show icons*/
.field-icon {
    float: right;
    margin-right: 13px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    color: #c5c5c5;
}

.field-icon1 {
    float: right;
    margin-right: 12px;
    margin-top: -22px;
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.validate-message {
    color: red !important;
    padding-bottom: 5px;
}

/*-----------------
	 Patient Dashboard slider 
-----------------------*/
.section-doctor {
    padding: 20px 0 !important;
}

/*-----------------
	Patient Dashboard
-----------------------*/

.dash-widget-icon {
    align-items: center;
    display: inline-flex;
    font-size: 1.875rem;
    height: 50px;
    justify-content: center;
    line-height: 48px;
    text-align: center;
    width: 50px;
    border: 3px solid;
    border-radius: 50px;
    padding: 28px;
}

.dash-count {
    font-size: 18px;
    margin-left: auto;
}

.dash-widget-info h3 {
    margin-bottom: 10px;
}

.dash-widget-header {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.card-chart .card-body {
    padding: 8px;
}

#morrisArea > svg, #morrisLine > svg {
    width: 100%;
}

.activity-feed {
    list-style: none;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

    .activity-feed .feed-item {
        border-left: 2px solid #e4e8eb;
        padding-bottom: 19px;
        padding-left: 20px;
        position: relative;
    }

        .activity-feed .feed-item:last-child {
            border-color: transparent;
            padding-bottom: 0;
        }

        .activity-feed .feed-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -7px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #177dff;
        }

        .activity-feed .feed-item .feed-date {
            display: block;
            position: relative;
            color: #777;
            text-transform: uppercase;
            font-size: 13px;
        }

        .activity-feed .feed-item .feed-text {
            color: #777;
            position: relative;
        }

            .activity-feed .feed-item .feed-text a {
                color: #333;
                font-weight: 600;
            }


.section-patients {
    background-color: #f8f9fa !important;
    padding: 20px 0;
}

.section-patient-features {
    background-color: #f8f9fa !important;
    padding: 5px 0;
}

.feature-title {
    padding-bottom: 5px;
}

#diseasesId > .select2-container {
    display: block !important;
    width: 100% !important;
}

/*Quick services*/

/*1.Tele consulation*/
.section-quick-services {
    background: #ffffff;
    padding: 20px 0;
}


.quick-card {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    margin: 10px;
    width: 200px;
    display: flex-start;
    flex: 1 1 200px;
    flex-direction: column;
    background-image:url("~/assets/img/icons/Tip-Container-3.png");
    background: #28C7B8 !important;
    /*background: conic-gradient(from 90deg at 100% 0%, rgba(148, 187, 207, 1) 5%, rgba(3, 169, 244, 1) 16%, rgba(1, 127, 193, 1) 33%, rgba(3, 169, 244, 1) 46%);*/
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
}


.btn-tele-consultation {
    background: blue !important;
    color: white;
}

    .btn-tele-consultation:hover {
        background: blue !important;
        color: white;
    }

.progress-tele-bg {
    background: blue !important;
}

/*Patient Health tips*/
/*Patitle shedule*/
#shedule-title {
    font-weight: 600;
}


#shedule-card-body {
    padding: 10px !important;
    overflow: scroll;
    height:200px;
}

/*Patient banner*/
#banner-left {
    text-align: justify;
}

/*Others service*/

.service-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 15px;
}

.service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

    .service-img img {
        align-items: center;
        border-radius: 4px;
        transform: translateZ(0);
        transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        width: 100%;
        height: 130px;
    }

    .service-img:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }



.featurs-btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: solid 2px #fff !important;
    background: #28C7B8 !important;
}

    .featurs-btn:hover {
        color: white;
        background: #28A89C !important;
    }

/*Calculator*/
.section-calculator {
    background-color: #fff;
    padding: 20px 0;
}

.calclator-btn {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
    width: 100%;
    border: solid 2px #fff !important;
    border-radius: 5px;
    background: #28C7B8 !important;
}

    .calclator-btn:hover {
        color: white;
        background: #28A89C !important;
    }

    .calclator-btn img {
        margin-right: 5px;
        height: 35px;
        width: 35px;
    }

.footer-ui .policy-menu li a {
    color: #fff;
}

.footer-ui .custom-copyright {
    padding: 1rem 20px !important;
}

.patient__footer-contact {
    display: flex;
    color: #fff;
}

.policy-menu {
    font-size: 13px;
    color: #fff;
}





/*.patient-footer {
    background: rgb(62,51,249);
    background: linear-gradient(90deg, rgba(62,51,249,1) 0%, rgba(0,212,255,1) 100%);
    padding: 15px 0;
}*/
/*OPD SECTION*/
/*1. Patient details section*/
.section-patient-details {
    background-color: #fff !important;
    padding: 20px 0px 0px 0px;
}

.patient-media {
    justify-content: end !important;
}

.btn__patient-media {
    margin: 2px;
    height: 35px;
    width: 45px;
    align-items: center;
    color: white;
    font-size: 16px;
}

/*patient image*/
/*.patient-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;    
    width: 100px;
}*/
.patient-image {
    width: 85px;
    height: 85px !important;
    align-items: center !important;
    padding: 5px !important;
    border-radius: 10px !important;
}

.patient-left-sidebar {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    /*margin-bottom: 30px;*/
    overflow: hidden;
}



.btn-test {
    /*display:block!important;*/
    /*padding: 5px !important;*/
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: flex;
    flex-direction:column;
    align-items:center;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    height:90px;
    border-radius: 8px;

    transition: all 0.2s;
    background: linear-gradient(135deg, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-test:hover {    
    /*background: linear-gradient(135deg, rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity:0.8;
}
.btn-text:active{
    
}

.btn-test > img {
    width: 50px;
    height: 45px;
}

.btn-test > span {
    font-size: 15px;
    font-weight: 400;
    padding: 3px;
    color: #000;
}
/*.patient-report-widget {
  background:blue;
  display:flex;
}*/

.test-outer {
    width: 100%;
}

/*REPORT Section*/
.report-top-section{
    display:flex;
    flex-direction:row;
    padding:5px;
    background:white;
    justify-content:end;
    align-content:center;
}

/*EMR Setting*/
.emr-setting-box {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    /*margin-bottom: 30px;*/
    overflow: hidden;
}

.footer {
    background-color: #20a99c !important;
}

.blood-group {
    display: none!important;
}

.btn-secondary,
.btn-success {
    font-size: 14px;
    font-weight: 500;
    background: #28c7b8;
    border-color: #23bcae;
}

.eticket-card {
    height: 68.6vh;
}





@media only screen and (max-width: 992px) {
    .eticket-card {
        height: auto;
    }

    #progressbar li {
        flex: 0 0 13% !important;
        margin-bottom: 20px;
    }
    .form-card {
        margin-bottom: 20px;
    }
    .navbar-header{
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .navbar-header {
        flex: 1 !important;
    }

    #progressbar li {
        flex: 0 0 20% !important;
        margin-bottom: 20px;
    }

    .steps-content-item{
        width: 100% !important;
    }

   
}

@media only screen and (max-width: 400px) {


    #progressbar li {
        flex: 0 0 25% !important;
    }
}