.input, .textarea, .select {
    background: #F1F1F1 !important;
    border-radius: 0px !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: solid 4px #02ADD2 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: .25rem;
    padding-right: .25rem;
    height: calc(1.5em + 1.5rem + 2px) !important;
}

.textarea {
    height: 130px !important;
    resize: none;
}

label {
    color: #FFA000;
    font-size: .9rem;
}
.i-icon {
    font-size: 1.5rem;
    line-height: 2.85rem !important;
    padding: 0 1rem;
    background-color: #FFA000;
    color: #fff;
    cursor: pointer;
}
.btn-primary {
    background-color: #02ADD2;
    color: #fff;
    border-radius: .5rem;
    border: none;
}
.btn-primary:hover {
    background-color: #02ADD2;
    border: none;
}
.card {
    border: solid 1px #02ADD2;
}
.card-header {
    background-color: #02ADD2 !important;
    color: #fff;
}
.table thead {
    background-color: #FFA000;
    color: #fff;
}
.normal-icon {
    font-size: 2rem;
    padding: .2rem;
    line-height: 2.6rem !important;
    cursor: pointer;
}

.caption {
    background-color: #02ADD2;
    color: #fff;
}
.caption p {
    margin: 0rem;
    line-height: 3rem;
    font-size: 1.2rem;
}
.table {
    margin-bottom: 0rem;
}
.my-table {
    border: solid 1px #02ADD2;
}
.hr {
    height: 2px;
    border-bottom: solid 2px #02ADD2;
    width: 95%;
    margin: auto;
}
.loading {
    position: fixed;
    top: 0rem;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}
.loading-block {
    margin: 15% auto;
    text-align: center;
    font-size: 3rem;
    color: #fff;
}
.fab-btn {
    position: fixed;
    z-index: 9;
    font-size: 2rem;
    background-color: #02ADD2;
    color: #fff;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 3rem;
    cursor: pointer;
}
.fab-options-list {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}
.fab-icon {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    line-height: 3rem !important;
    text-align: center;
    margin: 0rem .5rem;
}
.fab-options-list {

}
.fab-option-item {
    text-align: right;
    font-size: .8rem;
    font-weight: 500;
    cursor: pointer;
}
.right-bottom {
    right: 2rem;
    bottom: .5rem;
    max-height: 80%;
}
.alertBlock {
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 9999;
}
.component {
    min-height: 70vh;
}
.button {
    padding: .4rem 1.8rem;
    background: #02ADD2;
    color: #ffffff;
    border: none;
    border-radius: .5rem;
    font-size: 1rem;
}
.button-secondary {
    background-color: #BBBBBB;
}
.button-error {
    background-color: #ff0000;
}
.reg-sub-title {
    font-size: 1.5rem;
    padding-bottom: .7rem;
}

.additional-info-sub-block {
    min-height: 40vh;
}

.e-visible {
    display: block;
    margin-top: -.75rem;
}

.registration-process-blocks {
    display: flex;
    margin: .3rem auto;
    width: 80%;
}

.registration-process-block {
    width: 100%;
    text-align: center;
}

.main-s-icon {
    font-size: 3em;
    display: block !important;
    padding-top: 1rem;
}

.s-block {
    background: #b1eae3;
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    overflow: hidden;
    margin: .1rem auto;
    color: #ffffff;
    cursor: pointer;
}

.a-block {
    background: #02ADD2;
}

.hide {
    display: none;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #000 !important;
}
*:disabled, *[readonly] {
    cursor: not-allowed;
}
.input-text {
    font-size: 1rem;
    padding: 0rem .5rem;
}
.nav-item {
    cursor: pointer;
}
.link {
    color: #02ADD2 !important;
    cursor: pointer;
}
.fixed-loading-block {
    position: fixed;
    z-index: 99999;
    top: 0rem;
    left: 0rem;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0rem;
    bottom: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-svg {
    width: 250px;
    height: 250px;
}
.dropdown-menu {
    max-height: 20rem;
    overflow: auto;
}
.p-height {
    max-height: 60vh;
    overflow: auto;
}

/*
 *  STYLE 16
 */

::-webkit-scrollbar-track {
    background-color: rgba(253, 151, 0, 0.2);
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(253, 151, 0, 0.2);
} 
::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background-color: #54b5a8;
}

.mandatory {
    font-weight: bold ;
}

.mandatory-star {
    color: #ff0000 ;
}

.secondery-color {
    color: #02ADD2 ;
}
#printableArea {
    display: none;
    position: relative;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.printable {
    display: none;
}
.min-height {
    min-height: 25rem;
}

td, th {
    padding: .75rem .25rem !important;
}
.qr-code-img {
    width: 3cm;
}
.component {
    overflow-x: hidden;
    overflow-y: auto;
}
.list-item {
    background: #f1f1f1;
    border-radius: .5rem;
    padding: .3rem;
    font-size: 1.2rem;
    margin: .5rem auto;
}
.icon-img img {
    max-width: 5rem;
}
/*------ Colors --------*/
.glucose {
    color: #E80909;
}
.bg-glucose {
    background-color: #E80909 !important;
}
.list-item.glucose {
    border: solid 1px #E80909;
}
.hba1c {
    color: #009688;
}
.bg-hba1c {
    background-color: #009688 !important;
}
.list-item.hba1c {
    border: solid 1px #009688;
}
.weight {
    color: #00BCD4;
}
.bg-weight {
    background-color: #00BCD4 !important;
}
.list-item.weight {
    border: solid 1px #00BCD4;
}
.bp {
    color: #3F51B5;
}
.bg-bp {
    background-color: #3F51B5 !important;
}
.list-item.bp {
    border: solid 1px #3F51B5;
}
.ketone {
    color: #9C27B0;
}
.bg-ketone {
    background-color: #9C27B0 !important;
}
.list-item.ketone {
    border: solid 1px #9C27B0;
}
.cholesterol {
    color: #FF9800;
}
.bg-cholesterol {
    background-color: #FF9800 !important;
}
.list-item.cholesterol {
    border: solid 1px #FF9800;
}
.profilePic img {
    max-width: 10rem;
    margin: 1rem auto 2rem;
}
/*-------  fix for medication details  ------*/
.component .modal-xl {
    width: 90% !important;
    max-width: 90%;
}
.medicine-dose {
    width: 2.5rem;
}
.medicine-route {
    width: 7rem;
}
.medicine-count {
    width: 3.5rem;
}
.no-of-days {
    width: 4rem;
}
.small-icon {
    font-size: 1.3rem;
    margin: .2rem;
    cursor: pointer;
}
.min-30 {
    min-width: 30rem;
}
.myPrintArea {
    position: fixed;
    top: 0rem;
    left: 0rem;
}
.letterHead {
    height: 4cm;
}
@media print {
    .non-printableArea { display: none !important; }
    #printableArea { display: block; }
    .printable {
        display: block;
    }
    .my-table {
        border: none !important;
    }
    label {
        color: #000;
    }
    .table thead {
        background-color: #fff;
        color: #000;
    }
    .col-xl-3 {
        width: 25% !important;
    }
    .col-xl-9 {
        width: 75% !important;
    }
    .table {
        border: solid 1px !important;
    }
    .table th {
        border-top: solid 1px #000 !important;
        color: #000 !important;
    }
    .table td, .table th {
        border-bottom: solid 1px #000 !important;
    }
    tfoot { display: table-footer-group !important; }
    .print-footer {
        position: fixed;
        bottom: 0cm;
        left: 1cm;
        right: 1cm;
    }
    table, .table {
        width: 100%;
    }
    .emptyPlace {
        height: 2cm;
    }
}