@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
}

/* Sign In - Sign Up*/
.signin-signup {
    height: 100%;
    overflow: hidden;
}

.signin-signup .signin-signup-banner {
    width: 50%;
    background: url(../images/login-banner.svg) no-repeat center center;
    height: 100%;
    background-size: 60%;
}

.signin-signup .signin-signup-banner.sign-up-only {
    background: url(../images/sign-up.png) no-repeat center center !important;
    height: 100%;
    background-size: 55% !important;
}

.signin-signup .signin-signup-banner .top-left-ellipse {
    position: absolute;
    top: -140px;
    left: -140px;
}

.signin-signup .signin-signup-banner .top-left-ellipse .big {
    background: rgba(94, 132, 255, 0.2);
    width: 417px;
    height: 417px;
    border-radius: 50%;
    animation: zoom-in-zoom-out 3s ease infinite;
}

.signin-signup .signin-signup-banner .top-left-ellipse .small {
    background: rgba(255, 94, 255, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: -110px;
    top: 240px;
    animation: zoom-in-zoom-out 3s ease infinite;
}

.signin-signup .signin-signup-banner .bottom-right-ellipse {
    position: absolute;
    bottom: -180px;
    right: -180px;
}

.signin-signup .signin-signup-banner .plus-icon {
    position: absolute;
    top: 15%;
    right: 10%;
    animation: zoom-in-zoom-out 3s ease infinite;
}

.signin-signup .signin-signup-banner .bottom-right-ellipse .big {
    background: rgba(94, 132, 255, 0.2);
    width: 417px;
    height: 417px;
    border-radius: 50%;
    animation: zoom-in-zoom-out 3s ease infinite;
}

.signin-signup .signin-signup-banner .bottom-right-ellipse .medium {
    background: rgba(94, 132, 255, 0.2);
    width: 175px;
    height: 175px;
    border-radius: 50%;
    position: absolute;
    right: 300px;
    bottom: 280px;
    animation: zoom-in-zoom-out 3s ease infinite;
}

.signin-signup .signin-signup-banner .bottom-right-ellipse .small {
    background: rgba(255, 94, 255, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 320px;
    bottom: 490px;
    animation: zoom-in-zoom-out 3s ease infinite;
}

.signin-signup .signin-signup-banner h1 {
    font-size: 42px;
    color: #000;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    bottom: 7%;
    left: 5%;
}

.signin-signup .signin-signup-form {
    width: 35%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: -1px 0px 3px #00000029;
    padding-top: 65px;
    overflow-y: auto;
}

.signin-signup .signin-signup-form > .row {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(50% + 20px);
    width: 90%;
}

.signin-signup .signin-signup-form > .row {
    top: 50px;
    transform: translate(-50%, 10px);
}

.signin-signup .signin-signup-form h1 {
    font-size: 40px;
    font-weight: 300;
}

.signin-signup .signin-signup-form .form-control {
    height: 42px;
}

/* header css */
.header {
    background: #121e66;
    padding: 14px 24px;
    box-shadow: 0px 3px 3px #00000029;
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
}

.header .bi {
    color: #fff !important;
}

.header-left .brand {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    margin-left: 27px;
    text-transform: uppercase;
}

.header-left .seperator {
    background: #fff;
    opacity: 0.5;
    margin-left: 70px;
    height: 32px;
    width: 1px;
}

.header-left .clinic-name {
    color: #fec33b;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}

.header-left a {
    text-decoration: none;
}

.header-right .support,
.header-right .notification {
    margin-right: 20px;
}

.header-right .notification-count {
    width: 20px;
    height: 20px;
    background: #ff9e5e;
    color: #fff;
    border: 2px solid #121e66;
    right: -5px;
    top: -6px;
    font-size: 12px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
}

.header-right .user-details,
.header-left .hamburger-icon {
    cursor: pointer;
}

.header-right .user-details,
.header-left .hamburger-icon .bi {
    font-size: 26px;
}

.header-right .user-details .user-photo img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
}

.header-right .user-details .user-name {
    color: #9ba3d4;
    font-size: 16px;
    font-weight: 400;
}

.header-right .user-details + .dropdown-menu {
    top: 11px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #121e66;
}

.header-right .dropdown-toggle::after {
    display: none;
}

/* Left Navigation */
.left-nav {
    background: #f3f3f3;
    border-right: 1px solid #00000029;
    height: 100%;
    width: 260px;
    position: fixed;
    padding: 26px 0px 75px 0px;
    left: 0;
    transition: all ease 0.3s;
    z-index: 8;
    overflow: auto;
}

.left-nav h1 {
    color: #121e66;
    opacity: 0.6;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 24px;
}

.left-nav .nav .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #00000029;
    transition: all ease o.3s;
    border-left: 4px solid transparent;
}

.left-nav .nav .nav-link:hover,
.left-nav .nav .nav-link.active {
    background: #121e66;
    color: #fff;
    border-left: 4px solid #f57a3a;
    transition: all ease o.3s;
}

.left-nav .nav .nav-link .onhover {
    display: none;
}

.left-nav .nav .nav-link:hover .onhover,
.left-nav .nav .nav-link.active .onhover {
    display: block;
}

.left-nav .nav .nav-link:hover .offhover,
.left-nav .nav .nav-link.active .offhover {
    display: none;
}

.left-nav .nav .nav-link > span {
    margin-left: 14px;
}

.left-nav .nav .nav-link .menu-arrow {
    transform: rotate(180deg);
    transition: all ease 0.3s;
}

.left-nav .nav .nav-link.collapsed .menu-arrow {
    transform: rotate(0deg);
    transition: all ease 0.3s;
}

.left-nav .nav .nav-submenu img {
    transform: rotate(-90deg);
}

.left-nav .nav .nav-submenu .nav-link {
    padding-left: 48px;
}

.menu-collapsed .nav-submenu .nav-link {
    padding-left: 8px !important;
    font-size: 12px;
    padding-right: 0;
    max-width: 63px;
}

.menu-collapsed.left-nav .nav .nav-link.collapsed .menu-arrow,
.menu-collapsed .nav-submenu .nav-link img {
    display: none;
}

/* main content */
.content-main {
    transition: all ease 0.3s;
    width: calc(100% - 260px);
    padding: 24px;
    margin-left: 260px;
    margin-top: 60px;
    padding-bottom: 80px;
}

.content-main .intro-card {
    background: #fafafa;
    border: 1px solid #cccccc;
    height: 100%;
    padding: 24px;
}

.content-main .intro-card h1 {
    font-size: 20px;
    font-weight: 400;
}

.content-main .intro-card h1 a {
    font-size: 16px;
    text-decoration: none;
}

.content-main .intro-card h1 a img {
    margin-top: -4px;
}

.content-main .intro-card p {
    font-size: 16px;
    line-height: 21px;
}

.card-btn-primary {
    background-color: #121e66;
    border-color: #121e66;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}

.card-btn-secondary {
    background-color: #f57a3a;
    border-color: #f57a3a;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}

.card-btn-primary:hover,
.card-btn-secondary:hover {
    color: #fff;
}

.btn-primary {
    background-color: #121e66;
    border-color: #121e66;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 14px 32px;
}

.btn-primary i {
    color: #fff;
}

.btn-secondary {
    background-color: #fff;
    border-color: #121e66;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 14px 32px;
    color: #121e66;
}

.btn-primary:hover,
.btn-secondary:hover {
    color: #fff;
}

.text-link {
    color: #5e84ff;
    text-decoration: none;
}

.drugs-selected .bi {
    color: #249627;
    font-size: 22px;
    line-height: 28px;
}

.drugs-unselected .bi {
    color: #cc2020;
    font-size: 24px;
    line-height: 28px;
}

.big-icon {
    font-size: 24px !important;
    line-height: 28px;
}

.clinic-summary-header {
    border-bottom: 1px solid #c8c6c5;
    /* margin-top: 21px; */
    margin-bottom: 16px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
}

.clinic-summary-header span {
    background: #f57a3a;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 4px;
}

.clinic-summary-header .seperator {
    background: none;
}

.clinic-summary-header .seperator img {
    transform: rotate(-90deg);
}

.clinic-summary-card .summay-card-details {
    color: #fff;
    text-align: center;
}

.clinic-summary-card .d-flex {
    padding: 16px 24px 0;
}

.clinic-summary-card .summay-card-details h3 {
    font-size: 32px;
    font-weight: 300;
}

.clinic-summary-card .summay-card-details h4 {
    font-size: 24px;
    font-weight: 300;
}

.clinic-summary-card .summay-card-details h5 {
    font-size: 18px;
    font-weight: 300;
}

.clinic-summary-card .view-more {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 16px;
    padding: 6px 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.clinic-summary-card .view-more img {
    margin-right: 10px;
}

.new-patients {
    background: #8687cb;
}

.appointments {
    background: #67bcef;
}

.earnings {
    background: #e97682;
}

.expenses {
    background: #d8b658;
}

.no-data {
    background: #f3f3f3;
    min-height: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-additional-info {
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}

.add-additional-info-content {
    display: none;
}

.form-btn {
    padding: 7px 24px;
}

.form-mandatory {
    color: red;
}

/* Grid table css */
.app-grid .table-body,
.app-grid header {
    display: flex;
}

.app-grid .table-body .col,
.app-grid header .col {
    flex: 1;
}

.app-grid {
    font-size: 16px;
}

.app-grid table {
    border: 1px solid #b5b3b3;
    white-space: nowrap;
}

.app-grid thead tr {
    background: #b7bcdc;
    border: 1px solid #858cb9;
    font-weight: 500;
}

.app-grid thead tr th {
    padding: 8px 16px;
}

.app-grid tbody tr {
    border: 1px solid #b5b3b3;
    border-top: 0;
}

.app-grid tbody tr td {
    padding: 8px 16px;
    vertical-align: middle;
}

.app-grid tbody tr td .form-check-input {
    margin-top: 14px;
}

.app-grid tbody tr:nth-child(even) {
    background: #ededf6;
}

.app-grid .table-footer {
    border: 1px solid #cbcbcb;
    border-radius: 0px 0px 5px 5px;
    min-height: 84px;
    border-top: 0;
}

.app-grid .table-footer .custom-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app-grid .table-footer .custom-pagination li {
    min-width: 32px;
    min-height: 32px;
    border: 1px solid #cbcbcb;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.app-grid .table-footer .custom-pagination li:first-child {
    border-left: 1px solid #cbcbcb;
}

.add-new-drugs {
    display: none;
}

.footer-action {
    position: fixed;
    width: calc(100% - 260px);
    box-shadow: 0px -1px 0px #00000029;
    padding: 12px 16px;
    bottom: 0;
    background: #fff;
    margin-left: -24px !important;
}

.footer-action .btn {
    padding: 12px 32px;
}

/* alerts */
.alert {
    padding: 0 5px;
    margin-bottom: 0.5rem;
}

.alert-success {
    color: green;
}

.alert-warning {
    color: #664d03;
}

.alert-danger,
.alert-error {
    color: red;
}

/* Form Styles */
.form-label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}

.form-control {
    border: 1px solid #707070;
}

.form-check-input:checked {
    background-color: #121e66;
    border-color: #121e66;
}

.bootstrap-select .bs-ok-default:after {
    border-width: 0 0.15em 0.15em 0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100%;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 5px;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff !important;
    color: #000 !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.form-select {
    border: 1px solid #707070;
}

/* Collapse and Expand menu & Content */
.left-nav.menu-collapsed {
    width: 64px;
    transition: all ease 0.3s;
}

.left-nav.menu-collapsed .nav .nav-link > span,
.left-nav.menu-collapsed h1 {
    display: none;
    transition: all ease 0.3s;
}

.content-main.content-expanded,
.footer-action.footer-action-expanded {
    width: calc(100% - 64px);
    margin-left: 64px;
    transition: all ease 0.3s;
}

/* For animation */
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

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

.left-0 {
    left: 0;
}

.bi.white {
    color: #fff;
}

.left-nav .nav-link:hover,
.left-nav .nav-link i:hover,
.left-nav .nav-link .bi:hover {
    color: #fff;
}

.disabled {
    cursor: not-allowed;
    color: #808080;
}

.bi {
    font-size: 18px;
    color: #121e66;
}

.disabled .bi {
    color: #808080 !important;
}

input[readonly] {
    cursor: not-allowed;
    background: #e9e9e9;
}

.case-sheet button,
.case-sheet a {
    min-width: 185px;
    text-align: left;
}

.case-sheet .mt-3 {
    margin-top: 0.7rem !important;
}

.blue-bg {
    background-color: #121e66 !important;
    border-color: #121e66 !important;
    min-width: 85px;
    margin: 3px 0px;
}

.blue-bg.white {
    color: #fff;
}

#clinic-notes .btn-primary {
    background-color: #121e66;
    border-color: #121e66;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 3.5px 8px;
}

#clinic-notes .btn-secondary {
    border-radius: 5px;
    font-size: 16px;
    padding: 3.5px 8px;
}

.practice-settings .card a {
    color: #fff;
    text-decoration: none;
}

#ortho-case-sheet .btn-primary {
    background-color: #121e66;
    border-color: #121e66;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.teath1 {
    cursor: pointer;
    border: 2px solid transparent;
}

.teath1.selected {
    border-color: blue;
}

.savebtn {
    border-color: #121e66;
    background-color: #121e66;
    color: #ffffff;
}

.float-right {
    float: right;
}

.content-main-print {
    transition: all ease 0.3s;
    width: 100%;
    padding: 5px;
    margin: 0px 15px;
}

.checkbox_Pre {
    width: 35px;
    height: 25px;
}

.red-icon {
    color: red;
}

.template_btn {
    position: relative;
    display: inline-block;
    height: 27px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 30%;
    min-width: 170px;
    margin-bottom: 10px;
    width: 100%;
}

.template_btn span {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    top: 0;
    left: 0px;
    right: 0px;
    width: 165px;
    padding: 5px;
    transition: 0.3s;
    border-radius: 20px;
    height: 30px;
    background-color: #121e66;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: pre;
}

.template_btn.hover-slide-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 69%;
    width: 0%;
    margin-left: 15px;
    border-radius: 20px;
    height: 35px;
}

.template_btn.hover-slide-right:hover::before {
    width: 80%;
}

.case-sheet .col-lg-1 {
    width: 12.5% !important;
}

.case-sheet .col-lg-5 {
    width: 62.5% !important;
}

.case-sheet .upper-left {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.case-sheet .upper-right {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.case-sheet .lower-left {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.case-sheet .lower-right {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.implant .row .type {
    color: red;
    font-weight: 500;
}

.implant .row .size {
    color: black;
    font-weight: 500;
}

.implant .row .brand {
    color: orange;
    font-weight: 500;
}

.implant .row .pta {
    color: maroon;
    font-weight: 500;
}

.implant .row .at {
    color: purple;
    font-weight: 500;
}

.perio .row .mg {
    color: #121e66;
    font-weight: 500;
}

.perio .row .recession {
    color: red;
    font-weight: 500;
}

.perio .row .calculs {
    color: orange;
    font-weight: 500;
}

.perio .row .pd {
    color: black;
    font-weight: 500;
}

.perio .row .col-lg-1 {
    width: 11% !important;
}

.drugs-action .fa-pencil:hover {
    color: #121e66;
    cursor: pointer;
}

.drugs-action .fa-trash:hover {
    color: red;
    cursor: pointer;
}

.text-right {
    text-align: right !important;
}

.gst_total {
    background-color: #06206d;
    color: #ffffff;
    border-radius: 6px;
}

.consent-form-print pre,
.consent-form pre {
    overflow: hidden;
}

.consent-form-print p {
    padding: 0px;
}

.consent-form-print ul {
    margin-left: 15px;
}

@media print {
    .pagebreak {
        page-break-before: always;
    }
}

.gird-action-menu .btn-check:checked + .btn,
.gird-action-menu .btn.active,
.gird-action-menu .btn.show,
.gird-action-menu .btn:first-child:active,
:not(.btn-check) + .btn:active {
    border: none;
}

.sign-up .alert {
    width: 100%;
    left: 0;
}

.sign-up .alert.alert-error {
    color: red;
}

.sign-up .alert.alert-warning {
    color: orange;
}

.sign-up .alert.alert-success {
    color: green;
}

.case-sheet .row > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.case-sheet .row .form-control {
    padding: 0.275rem 0.35rem;
    font-size: 0.87rem;
}

.clinic-notes .dataTable a.disabled {
    cursor: not-allowed;
}

.clinic-notes .dataTable a.disabled li {
    color: gray;
}

.appointments a {
    text-decoration: none;
    color: #121e66;
    font-weight: 500;
}

#deleteConfirmationModal .btn,
#cancelConfirmationModal .btn,
#activeConfirmationModal .btn,
#inactiveConfirmationModal .btn {
    padding: 0.375rem 0.75rem;
}

.medical_history .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: red;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-container input {
    width: 100%;
    padding-right: 40px; /* Space for the eye icon */
}

.password-container .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.password-container .toggle-password:hover {
    color: #000;
}

.add-medicine .medicine-list {
    width: 250px !important;
}
.add-medicine .food-list {
    width: 125px !important;
}

.select2-container {
    max-width: 200px;
}

.select2-container .select2-selection__choice {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.select2-results__option {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.select2-selection__rendered {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pl-40 {
    padding-right: 20px;
    text-align: right;
}

.pr-35 {
    padding-right: 35px !important;
}

.w-15 {
    width: 15%;
}

a[disabled] {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: not-allowed !important;
}

.overdue-appointment td {
    text-decoration: line-through;
}
.overdue-appointment td:last-child {
    text-decoration: none;
}

.regular-patients .row .dt-search {
  float: left;
  position: absolute;
  left: 500px;
}
#today-appointments_wrapper .justify-content-between:nth-child(1),
#patient-queue_wrapper .justify-content-between:nth-child(1) {
    display: none;
}
#today-appointments-data,
#patient-queue-data {
    min-height: 325px;
    max-height: 325px;
    padding: 5px;
    border: 1px solid #EFF1F3;
}

.add-template-btn {
    position: absolute;
    right: 50px;
    padding: 2px;
    font-size: 12px;
}

.sm-btn-link-appointment {
    font-size: 13px;
    margin-top: 10px !important;
    text-align: right;
}
.sm-btn-link-patient {
    font-size: 13px;
    margin-top: 10px !important;
    text-align: right;
}

.case-sheet img {
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.case-sheet .teeth-type-dropdown {
    display: none;
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 2px;
    list-style: none;
    width: 100px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    left: 70%;
    transform: translateX(-50%);
    z-index: 1;
}

.case-sheet .teeth-type-dropdown::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 40%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #121e66 transparent;
}

.case-sheet .teeth-type-dropdown li {
    padding: 2px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 13px;
}
.case-sheet .teeth-type-dropdown li:hover,
.case-sheet .teeth-type-dropdown li.active {
    background-color: #121e66;
    color: white;
}
.case-sheet .image-container {
    position: relative;
    display: inline-block;
}