@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #262626;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
}
.searchbox .searchInput {
    width: 88%;
    display: inline-block;
}
.searchbox .adddr-btn {
    display: inline-block;
}
.sidenavProfile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.headcanvas .offcanvas-header {
    display: flex;
    flex-direction: column;
}
.create-prescriptions .choosedate label {
    background-color: #fff;
    border: 1px solid #afcbfa;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #4b4b4b;
    font-weight: 600;
    width: 120px;
    background: #d0e2ff;
}
.create-prescriptions .dayname {
    display: block !important;
    text-align: center;
    border-bottom: 1px solid #afcbfa;
    padding: 4px;
    border-right: none;
    font-size: 12px !important;
}
.create-prescriptions .choosedate .date {
    font-size: 13px !important;
    line-height: 13px;
    margin: 6px 0px;
    display: block;
    text-align: center;
}
.create-prescriptions .choosedate .date span {
    font-weight: 400;
    font-size: 15px;
    display: block;
}
.create-prescriptions .choosetime label {
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 18px;
    padding: 9px 2px;
    border-radius: 100px;
    background: #e3eeff !important;
    font-weight: 500;
    border-radius: 100px !important;
}
.book-appointmentbox .drlistBox a {
    font-size: 16px;
}
.book-appointmentbox h4 {
    font-size: 18px;
    text-align: center;
}
.book-appointmentbox .date span {
    display: block;
}
.book-appointmentbox .date {
    font-size: 16px !important;
}
.calender-wrapper h2 {
    font-size: 18px !important;
    color: #406cb5;
}
.top-doc-wrapper h2 {
    font-size: 18px;
}
.top-doc-wrapper .viewall {
    font-size: 14px;
}
.calender-wrapper .fc-button {
    text-transform: capitalize;
    font-size: 14px;
}
.calender-wrapper .fc-daygrid-day-top {
    display: flex;
    justify-content: center;
}
.calender-wrapper {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}
.top-doc-wrapper {
    padding-top: 30px !important;
}
.app-row {
    display: flex;
}
.drlistBox a {
    font-size: 12px;
}
.app-name i, .app-row-grid i {
        color: #406cb5;
        margin-right: 6px;
    }
.app-call a {
    background: #ebf2ff;
    padding: 10px 13px;
    border-radius: 8px;
    margin-right: 5px;
    color: #406cb5;
    font-size: 14px;
    margin-bottom: 10px;
    width: 150px;
    text-align: center;
}
.app-call i {
    color: #406cb5;
    margin-right: 5px;
}
.app-row i, .app-row-grid i {
    color: #406cb5 !important;
}
.app-name {
    min-width: 10%;
    max-width: inherit;
}
.app-date {
    text-align: center;
    display: flex;
}
.boxAppinfo h2 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.profile-info {
    display: flex;
    justify-content: space-between;
}
.canvasnav li a {
    font-size: 13px;
}
    .popup-overlay .bg-danger {
        background: #f37f40 !important;
        border-radius: 7px;
        color: #fff;
    }
    p.textMsg {
    font-size: 13px;
}
.YesLink {
    background: #406cb5;
    border-radius: 7px;
    color: #fff;
}
.modal-body {
    font-size: 12px;
}
.modal-body .doctor_name {
    font-size: 15px;
}
.modal-body .table {
    font-size: 12px;
    font-weight: 500;
}
.modal-body th {
    font-weight: 500;
}
.modal-footer .text-success {
    background: #ebf2ff;
    padding: 10px 13px;
    border-radius: 8px;
    margin-right: 5px;
    color: #406cb5;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100px;
    text-align: center;
}
    .modal-footer .text-danger {
        background: #F22400;
        padding: 10px 13px;
        border-radius: 8px;
        margin-right: 5px;
        color: #406cb5;
        font-size: 12px;
        margin-bottom: 10px;
        width: 100px;
        text-align: center;
        color: #fff !important;
    }
.adddr-btn {
    background: #f37f40;
    color: #fff;
    display: block;
    border-radius: 8px !important;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    width: 120px;
    font-size: 12px;
}
.bodywrapper h2 {
    font-size: 20px;
    font-weight: 600 !important;
}
@media(min-width:1366px) {
    .bodywrapper {
        width: 1366px;
        margin: auto;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#loader img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    animation: zoomInOut 1.2s infinite ease-in-out;
}
.editoption {
    position: absolute;
    right: 16px;
    top: 10px;
}
.listappointment .btn-danger {
    background: #ebf2ff;
    padding: 10px 13px;
    border-radius: 8px;
    margin-right: 5px;
    color: #406cb5;
    font-size: 12px;
    border: none;
    margin-top: 12px;
}
.modal-dialog {
    max-width: 70%;
}
.appoinform a {
    background: #d0def7;
    padding: 10px 13px;
    border-radius: 8px;
    margin: 6px 0px;
    color: #406cb5;
    font-size: 12px;
    display: block;
    text-align: center;
    font-weight: 400;
}
.appoinform .btn-success {
    background: #000;
    width: 100% !important;
    display: block;
    font-size: 13px;
    border: none;
    line-height: 30px;
}
@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background: #406cb5 !important;
    border-color: #406cb5 !important;
    opacity: var(--bs-btn-disabled-opacity);
}
.bodywrapper {
    max-width: 100%;
    min-height: 100vh;
    padding-bottom: 70px !important;
    background: #e7f0ff !important;
}
.logscreen {
    padding: 60px 0;
    position: relative;
    background-image: url(../images/bg-rounded-img.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.doc-list {
    padding-top: 10px !important;
}
.doctor-img {
    width: 150px;
}

.logscreenImg {
    position: relative;
    z-index: 1;
}

.logoicon {
    text-align: center;
}

.logoicon img {
    height: 100px;
}
.form-control[type=file] {
    overflow: hidden;
    height: 9px !important;
    min-height: 32px !important;
}
.doc-list .justify-content-between {
    display: flex;
    align-items: center;
}
.adddr-btn {
    background: #f37f40 !important;
    border-color: #f27b39 !important;
    font-size: 12px;
}
.adddr-btn i {
    font-size: 10px;
    margin-left: 4px;
}
.logBtn {
    display: flex;
    background: #4872b9;
    padding: 4px;
    border-radius: 30px;
    transition: all .3s;
    align-items: center;
}
.logBtn:hover {
    background: #f37f40;
}
.logbtnicon {
    width: 50px;
    height: 50px;
    
    line-height: 50px;
    border-radius: 50%;
    background: #D8FFFA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logbtnicon img {
    height: 30px;
}

.logbtntext {
    display: inline-block;
    padding: 0 26px 0 22px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.logbtndr {
    background: #f37f40;
}
.logbtndr:hover {
    background: #4872b9;
}
.iconimg {
    height: 100px;
    filter: brightness(0) invert(1);
}

.logbox {
    padding: 40px;
    background: #ffffffd9;
}

.logbox label {
    font-weight: 500;
    margin-bottom: 6px;
}
.logbox .form-control {
    min-height: 60px;
    border-radius: 12px;
    border: 1px solid #cad3f0;
    padding-left: 20px;
    font-size: 14px;
    background: #fff;
}
.logbox .btn {
    min-height: 60px;
    font-weight: 600;
    background: #4872b9;
    border-radius: 12px;
}

.btn-success {
    background: #406cb5;
    border-color: #5180cf;
}

.btn-success:hover {
    background: #F47E40;
    border-color: #F47E40;
}

.forgotpass {
    text-decoration: underline;
    color: #000000;
    font-weight: 600;
}

.headerpnl {
    padding: 10px 30px;
    background: #fff;
}
.logopnl img {
    width: 130px;
}

.notificationIcon {
    width: 45px;
    height: 45px;
    border: 1px solid #CACACA;
    border-radius: 50%;
    line-height: 43px;
    display: block;
    text-align: center;
}

.notificationIcon img {
    height: 22px;
    margin: auto;
}

.userIcon img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #eee;
}

.userinfohead h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #000;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.popup-box .tf-btn {
    padding: 6px 20px;
    min-width: 100px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.userinfohead h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.userinfohead {
    max-width: 120px;
}
.searchInput {
    border: 1px solid #c7dcfd;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
}
.searchbtn {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #009281;
    border: 0;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
}

.findBox {
    border-radius: 8px;
    min-height: 160px;
    position: relative;
    background-color: #FFD6AE;
    text-align: center;
    display: block;
    transition: all .3s;
}

.findBoxcontent img {
    height: 70px;
    margin-bottom: 20px;
}

.findBoxcontent {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    width: 100%;
}

.findBoxcontent h4 {
    font-size: 15px;
    min-height: 35px;
    margin: 0;
}

.findBox:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 20px #00000023;
}

.viewall {
    font-weight: 500;
    text-decoration: underline;
    color: #406cb5;
}

.drlistBox {
    display: flex;
    gap: 15px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(0, 24, 73, 0.07);
    border-radius: 20px;
    transition: all .3s;
    border: 1px solid #c7dcfd;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.drboximg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    min-width: 75px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
    max-width: 75px;
    position: relative;
    z-index: 1;
}

.drlistBox h2 {
    font-size: 16px;
    font-weight: 600;
}
.drlistBox p {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: justify;
}
.text-success {
    color: #406cb5 !important;
}

.footer {
    background: #406cb5;
    padding: 8px 150px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

.footernav {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.choosedate input[type="radio"]:checked+label {
    background: #406cb5;
    color: #fff;
}
.choosedate input[type="radio"]:checked+label .dayname {
    border-color: #b2cdfa;
}
.choosedate input[type="radio"]:checked+label .dayname {
    border-color: #afcbfa;
}
    .profile-info {
        padding: 12px;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 12px;
        box-shadow: 0 10px 15px #0000001c;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .client-pr .profile-info {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.client-pr .profile-info label {
    color: #406cb5;
    font-weight: 600;
    font-size: 12px;
    margin-right: 6px;
    display: flex;
    align-items: center;
}
.profile-info label span {
    background: #406cb5;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    padding: 8px 4px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    margin-right: 8px;
    margin-top: 0px !important;
}
.client-pr .profile-info .col-md-3 {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    align-items: center;
    width: 30%;
}
.ham {
    background: #406cb5 !important;
    border: none !important;
    border-radius: 4px;
}
.checkinfo input[type="checkbox"]:checked + label:before {
    width: 23px !important;
    font-size: 13px;
    padding: 1px;
    margin-right: 4px;
}
@media(min-width:768px) {
    .footernav .navItem {
        min-width: 120px;
        max-width: 120px;
    }
}

.footernav p {
    margin: 0;
    color: #fff;
    margin-top: 4px;
    font-weight: 500;
    font-size: 14px;
}

.footernav img {
    height: 28px;
}
.middleNav {
    width: 80px;
    line-height: 80px;
    height: 80px;
    background: #f37f40;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    margin: auto;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-warning {
    background: #F22400;
    border-color: #F22400;
}
.appointmentDateList {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.timelist label {
    width: 150px;
    text-align: center;
    height: 60px;
    line-height: 18px;
    padding: 9px 2px;
    border-radius: 100px;
    background: #e3eeff !important;
    font-weight: 500;
    border-radius: 100px !important;
}
.choosedate label {
    background-color: #fff;
    border: 1px solid #afcbfa;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #4b4b4b;
    font-weight: 600;
}
    .datelist .dayname {
        display: block;
        text-align: center;
        border-bottom: 1px solid #afcbfa;
        padding: 4px;
        border-right: none;
    }
.datelist label {
    width: 150px;
    text-align: center;
    background: #d0e2ff;
    border: 1px solid #afcbfa;
}
    .datelist .dayname {
    font-size: 13px;
}

.choosedate .date {
    display: inline-block;
    padding: 1px 4px;
    font-size: 13px;
}

.choosedate .date span {
    font-weight: 400;
    font-size: 15px;
}
.date, .date span {
    font-size: 12px !important;
}
.choosedate input[type="radio"] {
    display: none;
}
.book-appointmentbox .choosedate .date {
    font-size: 13px !important;
    line-height: 25px;
    margin: 6px 0px;
}
.form-control {
    min-height: 40px;
    font-size: 13px;
}

.bookInfo h5 {
    font-size: 17px;
}

.formbox .btn {
    min-height: 48px;
}

.formbox .form-control {
    border-color: #666666;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid #cad3f0;
    padding-left: 20px;
    font-size: 13px;
    background: #fff;
        color: #6b6a6a;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #f37f40;
    border-color: #f37f40;
}
.imgBox {
    width: 120px;
    margin: auto;
}

.imgBox img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    min-width: 120px;
    border: 1px solid #eee;
}

.imgBox input {
    display: none;
}

.uplodimg {
    width: 36px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #406cb5;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxAppinfo {
    padding: 15px 15px !important;
    background-color: #fff !important;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 10px 15px #0000001c;
    display: flex;
    gap: 20px;
    align-items: center;
}
.listappointment .boxAppinfo:nth-child(2n+1) {
    background-color: #F5FFFE;
}

.boxAppinfo p {
    color: #666666;
    margin-bottom: 5px;
    font-size: 14px;
}

.boxAppinfo h2 {
    font-size: 15px;
    font-weight: 400 !important;
    margin: 0;
}

.appcount {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.middleboxinfo {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.app-name {
    max-width: 25%;
}
.app-call {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 8px 10px;
}
.app-call .callinfo {
    color: #406cb5;
    font-weight: 500;
}
.app-call i {
    color: #406cb5;
}
.app-call a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 0px;
}
.offcanvas-header {
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}

.headcanvas {
    position: relative;
    overflow: hidden;
    background: #406cb5;
}

.headcanvas:after {
    width: 584px;
    height: 584px;
    background: #4a79c6;
    border-radius: 50%;
    content: '';
    right: -350px;
    top: -322px;
    position: absolute;
    z-index: 0;
}

.headcanvas::before {
    width: 584px;
    height: 584px;
    background: #5388de;
    border-radius: 50%;
    content: '';
    right: -460px;
    top: -325px;
    position: absolute;
    z-index: 1;
}

.backnav {
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.sidenavProfile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin: 15px 20px;
    background: #fff;
}
.offcanvas-header p {
    color: #D8FFFA;
}

.offcanvas-header h2 {
    font-size: 18px;
}
.offcanvas-header h3 {
    font-size: 13px;
    margin-bottom: 5px;
}
.offcanvas-body {
    padding: 0;
    background: #e7f0ff !important;
}
.canvasnav {
    display: block;
    margin: 0;
    padding: 0;
}
.sidenavProfile p {
    color: #fff !important;
}
.canvasnav li {
    display: block;
}

.canvasnav li a {
    color: #262626;
    padding: 8px 0;
    font-size: 14px;
}

.canvasnav li a i {
    color: #009281;
}

.logoutbtn {
    background: #f37f40;
    color: #fff;
    display: block;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}
.editoption {
    position: absolute;
    right: 16px;
    top: 10px;
}
.editoption i {
    font-size: 12px;
}
.drdetailbox.drlistBox{
    height: auto;
}
.customcheckscroll {
    background: #fff;
    max-height: 175px;
    overflow: auto;
}
.checkinfo input[type="checkbox"]{
    display: none;
}
.checkinfo label {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #dee2e6;
    line-height: 1.3;
    cursor: pointer;
    font-size: 13px;
}
.checkinfo input[type="checkbox"]:checked + label{
    background: #edfffd;
}
.findBox  .ui-state-active, .ui-widget-content .ui-state-active{
    border: 1px solid #009281 !important;
    background: #009281 !important;
    color: #fff !important;
}
#calendar a{
    color: #009281;
}
.findBox .hasDatepicker .ui-datepicker-inline{
    width: 100%;
}

.offcanvas-header {
    text-align: right;
}
.over-menu {
    padding: 0;
    background: #90fff2;
    padding: 20px;
}
.over-menu ul {
    padding: 0px !important;
}
.over-menu ul li {
    list-style: none;
}  
    .over-menu ul li a {
        display: block;
        color: #01237f;
        line-height: 50px;
        border-bottom: 1px solid #bed6fe;
        font-weight: 500;
    }
    .patient-prescription .btn-danger {
    margin-top: 0px;
}
.patient-prescription-p .col-md-3 {
    margin-top: 10px;
}
.patient-prescription-p .bg-white {
    padding: 20px 15px !important;
}
.patient-prescription-p .table {
    font-size: 13px;
    background: #ffffff;
}
.patient-prescription-p #diagnosis {
    font-size: 13px;
}
.alert-success {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    max-width: 350px;
    margin: 0px auto;
    font-size: 16px;
    z-index: 9;
    background: #ffc19e;
    box-shadow: 3px 7px 13px 1px rgb(0 0 0 / 16%);
    padding: 40px;
    text-align: center;
    border: none;
    color: #303030;
    border-radius: 15px;
}
.alert-success button {
    outline: none !important;
    box-shadow: none !important;
    top: 10px !important;
    right: 10px !important;
    width: 8px;
    height: 8px;
    font-size: 15px;
    position: relative;
}
.timelist .choosedate input[type="radio"]:checked+label {
    color: #f37f40;
}
.patient-tab .form-control {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
}
.patient-tab .btn-success {
    width: 19.5%;
    border-radius: 0px;
    line-height: 30px;
    margin-left: -3px !important;
}
.client-pr .offcanvas-header {
    display: flex;
    align-items: center;
}
.client-pr .offcanvas-header p {
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
}
.client-pr .offcanvas-header button {
    font-size: 14px;
}

input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.teeth-list label {
    padding: 0px;
    display: block;
    position: relative;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #606060;
    border-radius: 40px;
    width: 30px;
    height: 30px;
}
.teeth-list label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50% 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    transition-duration: 0.4s;
    transform: scale(0);
}

label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}
:checked + label:before {
    content: "✓";
    background-color: #f37f40;
    transform: scale(1);
    font-size: 10px;
    border: none;
}

:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.teeth-list label i {
    font-size: 25px;
    color: #e7f0ff;
    display: none;
}
.oral-exam {
    display: flex;
    /*flex-direction: row;*/
    padding: 0px 12px 0px 0px;
}
.oral-exam::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.oral-exam::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.oral-exam::-webkit-scrollbar-thumb {
  background: #406cb5; 
  border-radius: 10px;
}

/* Handle on hover */
.oral-exam::-webkit-scrollbar-thumb:hover {
  background: #f37f40; 
}
.teethbox_desc {
    width: 100%;
}
.teeth-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
.teeth-list li {
    display: inline-block;
    position: relative;
}
.teeth-list li span {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    text-align: center;
    color: #535353;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.oral-exam {
    background: transparent;
    border: none !important;
}
.choosedate input[type="radio"]:checked+label:before {
    display: none;
}

.choosetime input[type="radio"]:checked+label {
    color: #f37f40 !important;
}
.teethbox_desc input {
    margin: 10px 0px;
}
.offcanvas-header {
    display: flex;
    align-items: center;
}
.offcanvas-header p {
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
}
.backbtn i {
    margin-right: 8px;
    color: #000000;
    background: #fff;
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-radius: 100px;
}
.backbtn {
    color: #ffffff !important;
    font-size: 13px;
    display: block;
    background: #000;
    padding: 6px 16px 6px 8px;
    border-radius: 100px;
    font-weight: 500;
}
.head-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:1199px) {
    .container {
        max-width: 100%;
    }

    .headerpnl {
        padding: 10px 15px;
    }

    .drlistBox .btn {
        font-size: 13px;
    }
    .searchbox .searchInput {
    width: 87%;
    display: inline-block;
}
.searchbox form {
    text-align: center;
}
.client-pr .profile-info .col-md-3 {
    width: 32%;
}
}

@media(max-width:1024px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:991px) {

    .boxAppinfo h2,
    .boxAppinfo p {
        font-size: 14px;
    }
    .searchbox form {
        text-align: left;
    }
        .searchbox .searchInput {
        width: 100%;
    }
    .searchbox .adddr-btn {
    display: inline-block;
    margin-top: 10px;
}

}

@media(max-width:767px) {

    /* .footernav .navItem{
        min-width: 20%;
        max-width: 20%;
    } */
    .middleboxinfo {
        flex-wrap: wrap;
    }

    .app-name {
        min-width: 180px;
        max-width: 180px;
    }

    .middleboxinfo {
        gap: 10px;
    }

    .footernav p {
        font-size: 11px;
        margin: 0;
    }

    .middleNav {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin-top: -20px;
    }

        .adddr-btn {
        font-size: 11px;
    }
}

@media(max-width:575px) {
        .teethbox_desc {
    padding: 0px 10px;
}
    .oral-exam {
    display: flex;
    flex-direction: column;
    padding: 0px 12px 0px 0px;
}
.teeth-list, .teethbox_desc {
        width: 100%;
        text-align: center;
    }
    .book-appointmentbox .h5 {
        font-size: 18px;
    }

    .footernav .navItem {
        min-width: 20%;
        max-width: 20%;
    }

    .footernav img {
        height: 25px;
    }

    .logbox .form-control,
    .logbox .btn {
        min-height: 50px;
    }

    .boxAppinfo {
        align-items: start;
    }

    .drlistBox {
        padding: 10px;
        gap: 12px;
    }

    .drboximg {
        min-width: 75px;
        max-width: 75px;
    }

    .findBoxcontent img {
        height: 50px;
    }

    .findBox {
        min-height: 135px;
    }

    .findBoxcontent h4 {
        font-size: 14px;
    }

    .headerpnl {
        padding: 10px 15px;
    }

    .userIcon img {
        width: 35px;
        height: 35px;
    }

    .notificationIcon {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }

    .notificationIcon img {
        height: 16px;
    }

        .userinfohead h2, .userinfohead h3 {
        font-size: 12px;
    }

    .drlistBox h2 {
        font-size: 15px;
    }

    .drlistBox .btn {
        font-size: 13px;

    }

    .choosedate label {
        font-size: 14px;
    }

    .dayname,
    .choosedate .date {
        padding: 8px 8px;
    }

  .formbox .btn {
        min-height: 50px;
        width: 100%;
        font-size: 13px;
        font-weight: 500 !important;
        text-transform: none !important;
    }
    .boxAppinfo h2,
    .boxAppinfo p {
        margin-bottom: 2px;
    }

    .middleboxinfo {
        gap: 2px;
    }

    .imgBox {
        width: 80px;
    }

    .imgBox img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .uplodimg {
        right: -15px;
    }

    .footernav p {
        font-size: 10px;
    }

    .viewall {
        font-size: 13px;
    }

    .boxAppinfo h2, .boxAppinfo p {
        font-size: 13px;
        font-weight: 400;
    }
}

@media(max-width:480px) {
        .logBtn {
        width: 46%;
        text-align: left;
    }

    .logbtnicon {
        text-align: center;
    }

    .dayname,
    .choosedate .date {
        padding: 5px 6px;
        font-size: 13px;
    }

    .bookInfo label {
        font-size: 14px;
        margin: 0 !important;
        line-height: 1.2;
    }

    .bookInfo h5 {
        font-size: 15px;
        margin: 0;
    }

    .boxAppinfo {
        padding: 10px;
        gap: 12px;
    }

    .logopnl img {
        width: 150px;
    }

    .searchInput {
        height: 45px;
        font-size: 14px;
    }

    .searchbtn {
        height: 45px;
        font-size: 14px;
        padding: 0 15px;
    }

        .logbox {
        padding: 20px;
        margin: 40px 0px !important;
    }
}

@media(max-width:420px) {

    .findBoxcontent img {
        height: 45px;
        margin-bottom: 15px;
    }
.footernav img {
        height: 20px;
    }
        .footernav p {
        font-size: 10px !important;
    }
    .findBox {
        min-height: 130px;
    }

    .doctor-img {
        width: 100px;
    }

    .logscreen {
        padding: 30px 0;
    }

    .logbtnicon img {
        height: 22px;
    }

        .logbtnicon {
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 44px;
        padding: 7px 0px;
    }

        .logbtntext {
        font-size: 15px;
        text-align: center;
    }
    .findBox {
        min-height: 110px;
    }
}

@media only screen and (max-width: 1199px) {
}


@media only screen and (max-width: 1025px) {
    .item-card {
    margin-bottom: 12px;
}
    .client-pr .profile-info label {
    font-size: 12px;
}
    .appointmentDateList {
        justify-content: center;
    }
    .searchbox {margin: 12px 0px !important;}
    .findBoxcontent h4 {font-size: 13px; margin: 0; min-height: auto;}
    .findBoxcontent {width: 100%;}
    .app-name a i {
        background: #e1e1e1;
        color: #515252;
        width: 19px;
        text-align: center;
        height: 19px;
        line-height: 19px;
        font-size: 9px;
        border-radius: 100px;
        margin-left: 4px;
    }

.findBoxcontent img {
    height: 50px;
    margin-bottom: 20px;
}
    .drlistBox .text-success {
        font-weight: 600 !important;
    }
.drlistBox .fw-medium {
    font-weight: 400 !important;
    font-size: 12px;
}
.drlistBox h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 1px;
    }
.drlistBox .btn-success {
        font-size: 12px;
        padding: 6px 17px;
        border-radius: 6px !important;
    }

    .datelist .dayname {
        display: block;
        text-align: center;
        border-bottom: 1px solid #afcbfa;
        padding: 4px;
        border-right: none;
    }
.datelist label {
        width: 150px;
        text-align: center;
        border: 1px solid #afcbfa;
    }
    .datelist .date, .datelist .date span {
        font-weight: 600;
        font-size: 13px;
        line-height: 25px;
        width: 100%;
    }
    .datelist .date span {
    font-weight: 400;
}
.formbox h4 {
    text-align: center;
}
h4.h5 {
    text-align: center;
}

    .profile-info label {
        font-size: 12px;
        font-weight: 600;
    }
    .profile-info {
    font-size: 12px;
    text-align: left;
}
.logopnl img {width: 100px;}
.searchInput {font-size: 14px;}
.findBox {min-height: 120px;}
.fc-toolbar-title {
        font-size: 20px !important;
        font-weight: 700;
    }
.fc-button {
    text-transform: capitalize !important;
    font-size: 13px !important;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
}
.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.footernav p {
    font-size: 12px;
}
.viewall {
    font-size: 12px;
}
    .formbox .btn {
        min-height: 48px;
        font-size: 12px;
        font-weight: 500 !important;
    }
.app-row {
    display: flex;
}
.app-name i, .app-row-grid i {
        color: #406cb5;
        margin-right: 6px;
    }
    .app-call a {
    background: #ebf2ff;
    padding: 10px 13px;
    border-radius: 8px;
    margin-right: 5px;
    color: #406cb5;
    font-size: 12px;
    margin-bottom: 10px;
    width: 140px;
    text-align: center;
}
.app-call i {
    color: #406cb5;
    margin-right: 5px;
}
.app-row i, .app-row-grid i {
    color: #406cb5 !important;
}
.app-name {
    min-width: 10%;
    max-width: inherit;
}
.app-date {
    text-align: center;
    display: flex;
}
.boxAppinfo h2 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.profile-info {
    display: flex;
    justify-content: space-between;
}
.canvasnav li a {
    font-size: 13px;
}
    .popup-overlay .bg-danger {
        background: #f37f40 !important;
        border-radius: 7px;
        color: #fff;
    }
    p.textMsg {
    font-size: 13px;
}
.YesLink {
    background: #406cb5;
    border-radius: 7px;
    color: #fff;
}
.modal-body {
    font-size: 12px;
}
.modal-body .doctor_name {
    font-size: 15px;
}
.modal-body .table {
    font-size: 12px;
    font-weight: 500;
}
.modal-body th {
    font-weight: 500;
}
.modal-footer .text-success {
    background: #ebf2ff;
    padding: 10px 13px;
    border-radius: 8px;
    margin-right: 5px;
    color: #406cb5;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100px;
    text-align: center;
}
    .modal-footer .text-danger {
        background: #F22400;
        padding: 10px 13px;
        border-radius: 8px;
        margin-right: 5px;
        color: #406cb5;
        font-size: 12px;
        margin-bottom: 10px;
        width: 100px;
        text-align: center;
        color: #fff !important;
    }
    .profile-info span {
    display: block;
    text-align: center;
    margin: 0px auto;
}
.profile-info {
    text-align: center;
}
.profile-info label {
        font-size: 12px;
        font-weight: 600;
        display: block;
    }
    .row.profile-info {
    text-align: left;
}
.profile-info span {
    margin: 0;
}
.userinfohead h2 {
    font-size: 12px;
    font-weight: 500 !important;
}
.drlistBox h2 {
    font-size: 14px;
}
.drlistBox p {
    font-weight: bold !important;
}
.book-appointmentbox p {
    font-weight: 400 !important;
}

.book-appointmentbox .drdetailbox h2 a {
        font-size: 14px !important;
    }
.appointmentDateList {
        gap: 8px;
        display: flex;
        justify-content: center;
    }
    .client-pr .profile-info .col-md-3 {
    width: 48%;
}
}

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

}


@media only screen and (max-width: 768px) {
.d-flex {
    display: flex !important;
    align-items: center;
}
    .fc-toolbar-title {
        font-size: 16px !important;
        font-weight: 600;
    }
    .fw-semibold {
    font-weight: 600 !important;
    font-size: 16px;
}
    .app-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .listappointment .app-name h2, .listappointment .app-date h2 {
    font-size: 12px !important;
}
    .app-date {
        display: flex;
        flex-direction: column;
    }
        .boxAppinfo h2 {
        margin-top: 12px;
    }
    .app-call {
        flex-direction: column;
        display: flex;
    }
    .logscreen {
    height: 270px !important;
}
    .row.profile-info {
        text-align: left;
        margin: 10px auto;
        padding: 8px 0px;
    }
    .alert-success {
    padding: 40px;
    font-size: 14px;
    max-width: 300px;
}
.patient-tab .form-control {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    font-size: 12px;
}
.patient-tab .btn-success {
    margin-left: 0px !important;
}
#myTab button {
    font-size: 12px;
}
.bodywrapper h2 {
    font-size: 18px;
    font-weight: 600 !important;
}
.userinfohead h2 {
    font-size: 12px;
}
.listappointment {
    margin: 10px 0px;
}
.customcheckscroll {
    background: #fff;
    max-height: 360px;
    overflow: auto;
}
.backbtn {
    font-size: 10px !important;
    background: #000;
    padding: 4px 12px 6px 6px;
}
.backbtn i {
    width: 18px;
    height: 18px;
    line-height: 18px;
}
}

@media only screen and (max-width: 600px) {
    .appoinform .table tr {
        border-color: #ccc;
        border: none;
        padding: 6px 6px 0px;
        margin-bottom: 0px;
    }
    .appoinform .table tr td {
        height: auto;
        border: none;
        text-align: left !important;
    }
.appoinform .table tr td label {
    margin-bottom: 0px;
}
    .book-appointmentbox .choosedate .date {
    font-size: 13px !important;
    line-height: 28px;
    margin: 1px 0px;
}
    .profile-info {
        max-width: 100%;
        margin: 13px auto;
        font-size: 14px;
    }
.findBox {
        min-height: 110px;
}
.findBoxcontent h4 {
        font-size: 12px;
}
.searchInput {
        font-size: 13px;
}
.logopnl img {
        width: 100px;
    } 
.fc-toolbar-title {
        font-size: 15px !important;
        color: #406cb5;
        font-weight: 600;
    }
.fc-button {
    font-size: 12px !important;
    text-transform: capitalize !important;
} 
#calendar a {
    color: #406cb5;
    font-weight: 600;
    font-size: 13px;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
}
.fc-daygrid-day-top a {
    font-weight: 500 !important;
}
.fc-event-title.fc-sticky {
    font-size: 10px !important;
}
    .book-appointmentbox .h5 {
        font-size: 15px;
        font-weight: 500 !important;
    }
    .choosedate label {
    border: 1px solid #afcbfa;
}
    .datelist .dayname {
        border-bottom: 1px solid #afcbfa !important;
    }
    .dayname {
    border-right: none;
}
.adddr-btn {
        background: #f37f40;
        color: #fff;
        display: block;
        border-radius: 8px !important;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        width: 100%;
        font-size: 12px;
    }
    .app-row {
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 5px;
    }
    .app-row-grid {
        width: 47%;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
.app-name i, .app-row-grid i {
    color: #406cb5;
    margin-right: 6px;
}
.app-call {
    padding: 0px;
}
    .app-call a {
        background: #ebf2ff;
        padding: 10px 13px;
        border-radius: 8px;
        margin-right: 5px;
        color: #406cb5;
        font-size: 12px;
    }
.app-call a i {
    margin-right: 5px;
}
.app-call .callinfo {
    color: #406cb5;
    font-weight: 500;
    font-size: 12px;
}
.modal-dialog {
    max-width: 100%;
}
.table th {
    font-size: 13px;
    font-weight: 500;
}
.checkinfo label {
    font-size: 13px;
}
h6.h6 {
    font-size: 14px;
}
.table label {
    font-size: 13px;
}
.modal-title {
    font-size: 13px !important;
}
.modal-body h4 {
    font-size: 15px;
    font-weight: 500 !important;
}
.dayname {
    display: block;
    border-bottom: 1px solid #afcbfa;
    text-align: center;
}
    .choosedate label {
        border: 1px solid #afcbfa;
        text-align: center;
    }
    .drlistBox h2 {
        font-size: 12px;
    }
        .drlistBox {
        display: flex;
        flex-direction: row;
    }
        .app-row-grid {
        display: flex;
        flex-direction: row;
        width: 40%;
    }
        .boxAppinfo h2 {
        margin-top: 0px;
    }
    .app-row, .app-row-grid {
    margin-bottom: 10px;
}
    .profile-info span, .profile-info label {
        display: inline-block;
    }
    .logbtntext {
    font-size: 14px;
}
.logoicon img {
    height: 80px;
}
.top-doc-wrapper h2 {
    font-size: 18px !important;
}
    .app-call {
        flex-direction: row;
        display: flex;
    }
    .client-pr .profile-info .col-md-3 {
        width: 100%;
    }
    .alert-success {
        padding: 15px;
        font-size: 10px;
        max-width: 250px;
        font-weight: 400;
    }
    .alert-success button {
        padding: 2px !important;
        top: 6px !important;
    }
.patient-tab .btn-success {
        margin-left: 0px !important;
        line-height: 25px;
        min-height: auto;
        margin-top: 8px;
    }
    .formbox .form-control {
    font-size: 10px;
}

}

@media (max-width: 420px) {
    .logbtnicon {
        width: 40px;
        height: 40px;
        line-height: 44px;
    }
        .logbtntext {
        font-size: 12px;
        padding: 0px 18px;
    }
        .logscreen {
        height: 180px !important;
    }
    .iconimg {
    height: 80px;
}
    .app-call a {
        width: 130px;
    }
    .patient-tab .form-control {
    font-size: 10px;
}
.bodywrapper h2 {
        font-size: 14px;
        font-weight: 600 !important;
        margin-bottom: 0px;
    }

}

@media (max-width: 380px) {
.logbtntext {
        font-size: 12px;
        padding: 0px 6px;
    }
}

@media (max-width: 350px) {
.boxAppinfo {
    display: flex;
    flex-direction: column;
}
.appcount {
    display: none;
}
}

@media (max-width: 330px) {
    .logbtntext {
        font-size: 10px;
        padding: 0px 6px;
    }
}
.table {
    margin-bottom: 6px;
}
.table th, .table td {
    padding: .625em;
    text-align: left !important;
    font-size: 14px;
}
.table th {
    text-align: left;
}
.item-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    box-shadow: 0px 2px 0px 0px rgb(216 217 220);
    font-weight: 500;
    margin-bottom: 12px;
}
.doctor-color-item {
    padding: 0px;
    list-style: none;
}
.doctor-name {
    width: 80%;
}
.doctor-color-list {
    margin: 20px 0px;
}
.color-pallate {
    background: #2053d2;
    height: 20px;
    border-radius: 100%;
    margin-right: 8px;
    width: 20%;
    max-width: 20px;
    margin-top: 4px;
}
.doctor-color-list .container {
    padding: 0px;
}
.doctor-name span {
    font-size: 12px;
    color: #46009f;
    display: block;
}
@media screen and (max-width: 600px) {
    .table td {
    padding: 4px;
    height: 50px;
}
.Diagnosis, .investigation {
    height: auto !important;
}
.view-prescription th {
    display: none;
}
  .table {
    border: 0;
  }

  .table caption {
    font-size: 1.3em;
  }
  
  .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table tr {
    display: block;
    margin-bottom: .625em;
  }
  
    .table td {
        display: block;
        font-size: .8em;
        text-align: center !important;
    }
  
    .table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
    }
  
}

