input:not([type='checkbox']):read-only {
  background: #F8F9FA;
}

input:not([type='checkbox']):read-only:focus {
  background: #F8F9FA;
}
.text-resize-none{
    resize: none;
}
.form-group.is-invalid .invalid-feedback{
    display: block;
}
.hide{
	display: none !important;
}
.text-primary{
    color: #0E82FD !important;
}
.text-elipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-setcount .step-icon {
    width: 32px;
    height: 32px;
}
.btn.btn-sm {
    padding: 5px 16px !important;
}
.btn.btn-primary {
    color: #ffffff;
    background-color: #0E82FD;
    border: 1px solid #0E82FD;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    padding: 10px 16px;
}
.btn.btn-primary:not([disabled]):hover {
    color: #0E82FD;
    background-color: #ffffff;
    border: 1px solid #0E82FD;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-primary-inverse{
    color: #0E82FD;
    background-color: #ffffff;
    border: 1px solid #0E82FD;
    box-shadow: inset 0 0 0 0 #0E82FD;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    padding: 10px 16px;
}
.btn.btn-primary-inverse:not([disabled]):hover {
    color: #ffffff;
    background-color: #0E82FD;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 50px #0E82FD;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-danger-inverse{
    color: #c8303f;
    background-color: #ffffff;
    border: 1px solid #c8303f;
    box-shadow: inset 0 0 0 0 #c8303f;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    padding: 10px 16px;
}
.btn.btn-danger-inverse:not([disabled]):hover {
    color: #ffffff;
    background-color: #c8303f;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 50px #c8303f;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-secondary {
    color: #15181C;
    background-color: #e9ecef;
    border: 1px solid #6C757D;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    padding: 10px 16px;
}
.btn.btn-secondary:not([disabled]):hover {
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: inset 0 0 0 50px #6C757D;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #0E82FD;
    font-size: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CED4DA;
    position: relative;
}
.btn-icon {
    text-align: center;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 3px;
}

.btn.btn-icon.btn-icon-sm{
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.btn.btn-icon:hover {
    color: #fff;
    background-color: #0E82FD;
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 50px #0E82FD;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-icon.btn-icon-secondary{
    color: #15181C;
    background: #e9ecef;
    border: 1px solid #e9ecef;
}

.btn.btn-icon.btn-icon-secondary:hover {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: inset 0 0 0 50px #15181C;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-icon-action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #0E82FD;
    font-size: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CED4DA;
    position: relative;
}
.btn-icon-action {
    text-align: center;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 3px;
}

.btn.btn-icon-action.btn-icon-action-sm{
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.btn.btn-icon-action:hover {
    color: #fff;
    background-color: #0E82FD;
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 50px #0E82FD;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn.btn-icon-action.btn-icon-action-secondary{
    color: #15181C;
    background: #e9ecef;
    border: 1px solid #e9ecef;
}

.btn.btn-icon-action.btn-icon-action-secondary:hover {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: inset 0 0 0 50px #15181C;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.iti .iti__selected-dial-code {
    margin-left: 4px;
    font-size: 15px;
    margin-top: 0.5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #edf0f3;
}
input[type="search"]:focus {
    outline-color: transparent;
    border-radius: 5px;
}
.doctor-search-section {
    background-image: url(../img/hero-background.png);
}
.doctor-search-section .banner-img{
    padding-top: 5.5rem !important;
}
.doctor-search-section .banner-header .title{
    color: #fff;
    font-size: 7rem;
    font-weight: 600;
}
.doctor-search-section .banner-header .subtitle{
    color: #fff;
    font-size: 2rem;
}
.work-section {
    padding: 170px 0 0;
}
.custom-modals .modal-content .modal-header .btn-close {
    background: transparent;
    color: #15181C;
}

.faq-img {
    border-radius: 16px;
    overflow: hidden;
    max-height: 616px;
}

.faq-section {
    margin-top: 80px;
}

.articles-section {
    padding: 50px 0 50px;
}

.articles-section .section-header-one .section-title::before {
    background: url(../vendors/theme/img/icons/healthcare.svg);
}

.article-desc-wrapper{
    white-space: unset;
}

.article-desc-wrapper p{
    margin: 0;
}

.articles-img img{
    height: 100%;
    object-fit: cover;
}

.articles-info .articles-left .articles-img {
    height: 220px !important;
}
.privacy-policy-content{
    max-height: 500px;
    overflow-x: hidden;
    white-space: pre-line;
    overflow-y: scroll;
    padding-right: 5px;
}

.privacy-policy-content {
  --sb-track-color: #e7f1ff;
  --sb-thumb-color: #0d6efd;
  --sb-size: 8px;
}

.privacy-policy-content::-webkit-scrollbar {
  width: var(--sb-size)
}

.privacy-policy-content::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.privacy-policy-content::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;

}

@supports not selector(::-webkit-scrollbar) {
  .privacy-policy-content {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.privacy-policy-modals .modal-content{
    padding: 15px 0px;
}

.privacy-policy-modals .modal-header{
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: none;
}

.privacy-policy-modals .modal-body{
    background:#F8F9FA;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #000;
    font-weight: 400;
}

.privacy-policy-modals .modal-footer{
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: none;
    color: #000;
}
.banner-img-wrapper {
    max-width: 500px;
    margin: auto;
}

.banner-section.search-doctor{
    background-image: url(../img/hero-background-short.png);
}
.banner-simple-section {
    background: #0D6EFD;
    background-image: url(../img/hero-background-short.png);
    padding-top: 85px;
}
.banner-simple-section .banner-header{
    padding: 7rem 10rem;
}
.banner-simple-section .banner-header .title{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}
.banner-simple-section .banner-header .subtitle{
    color: #fff;
    font-size: 32px;
}
.box-icon {
    min-width: 72px;
    width: 72px;
    height: 72px;
    color: #ffffff;
    font-size: 40px;
    background: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.box-icon.box-icon-success{
    background-color: #198754;
}
.box-icon.box-icon-warning {
    background-color: #e8b006;
}
.box-icon.box-icon-danger {
    background-color: #FCEBEC;
    color: #DC3545;
}
.box-icon.box-icon-info {
    background-color: #0D6EFD;
}
.box-icon.box-icon-rounded{
    border-radius: 100%;
}
.radius-primary{
    border-radius: 8px;
}
.swal2-modal{
    border-radius: 12px;
    max-width: 450px;
}

.swal2-modal.swal2-large{
    width: 656px;
    max-width: 656px;
}

.swal2-title{
    color: #15181C;
    font-size: 24px;
    font-weight: 700;
}
.swal2-html-container{
    color: #495057;
    font-size: 16px;
}
.swal2-actions{
    width: 100%;
    padding: 0 50px;
    column-gap: 20px;
}

.swal2-actions .btn{
    flex-grow: 1;
    padding: 10px 0;
}

.swal2-confirm.btn.btn-warning {
    color: #fff;
    background-color: #e8b006;
    border: 1px solid #e8b006;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}
.swal2-confirm.btn.btn-warning:hover {
    color: #e8b006;
    background-color: #e8b006;
    border: 1px solid #e8b006;
    box-shadow: inset 0 0 0 50px #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.swal2-confirm.btn.btn-danger {
    color: #fff;
    background-color: #c8303f;
    border: 1px solid #c8303f;
    box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}
.swal2-confirm.btn.btn-danger:hover {
    color: #c8303f;
    background-color: #c8303f;
    border: 1px solid #c8303f;
    box-shadow: inset 0 0 0 50px #fff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.loader, .spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #0E82FD;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader.reverse, .spinner.reverse {
    border: 5px solid #0E82FD;
    border-bottom-color: #fff;
}

.loader.load-sm, .spinner.spinner-sm {
    border-width: 3px;
    width: 28px;
    height: 28px;
}


.box-icon-container{
    display: flex;
    align-items: center;
    padding: 2rem;
}

.doctor-img a{
    width: 100%;
    height: 100%;
    display: block;
}

.doctor-img.doctor-img-lg{
    width: 100%;
    height: 300px;
}

.doctor-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.available-today {
    background: #E8F3EE;
    color: #188654;
    font-weight: 500;
    border-radius: 25px;
    padding: 8px 12px;
    font-size: 12px;
}

.not-available-today {
    background: #FCEBEC;
    color: #DC3545;
    font-weight: 500;
    border-radius: 25px;
    padding: 8px 12px;
    font-size: 12px;
}

.border-radius-8{
    border-radius: 8px !important;
}

.border-radius-12{
    border-radius: 12px !important;
}

.border-radius-24{
    border-radius: 24px !important;
}

.border-top-radius-24{
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.border-bottom-radius-24{
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.card.search-filter{
    border-radius: 24px;
}

.card.search-filter .card-header{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.doc-info-layout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.doctor-img {
    width: 150px;
    height: 150px;
}

.doctor-img.img-120 {
    width: 120px;
    height: 120px;
    flex: none;
}

.doctor-img.img-80 {
    width: 80px;
    height: 80px;
    flex: none;
}

.clinic-services {
    gap: 8px;
}

.clinic-services .pill-dark{
    background-color: #E9ECEF;
}

.clinic-services span {
    border-radius: 12px;
    margin-left: 0px !important;
}

.experience-list::before {
    top: 25px;
    left: 15px;
}

.before-circle {
    background-color: #fff;
    height: 24px;
    width: 24px;
    border: 5px solid #0D6EFD;
}

.date-picker-container{
    width: 100%;
    max-width: 400px;
}

.date-picker-container .bootstrap-datetimepicker-widget .datepicker-days table tbody tr:hover {
    background-color: #eee;
}

.datetime-picker:read-only{
    background-color: #fff !important;
}

.form-icon .form-control {
    padding: 8px 15px;
}

.day-slot ul li span {
    text-transform: none;
}

.day-slot ul li span {
    font-size: 16px;
}

.day-slot ul li span.slot-date {
    font-size: 12px;
}

.time-slot ul li .timing {
    background-color: #fff;
    border: 1px solid #CED4DA;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    color: #343A40;
}

.time-slot ul li .timing.timing-empty {
    background-color: #FFF2E8;
    border: 1px solid #DC3545;
    color: #DC3545;
}

.time-slot ul li .timing.timing-active {
    background-color: #0D6EFD;
    border: 1px solid #0D6EFD;
    color: #fff;
}

.time-slot ul li .timing.timing-unavailable {
    background-color: #E9ECEF;
    border: 1px solid #6C757D;
    color: #6C757D;
}

.arrow-week.disabled{
    color : #e9ecef;
}

.blockUI{
    z-index: 200000 !important;
}

.blockUI.blockMsg{
    z-index: 200001 !important;
}

.swal2-container{
    z-index: 170000 !important;
}

.dz-progress {
  display: none !important;
}

.content {
    padding-top: 100px;
}

.patient-sidebar.profile-sidebar-new .widget-profile .profile-info-widget::after {
    background-image: url(../img/profile-banner.png);
}

.bg-light{
    background-color: #E9ECEF !important;
}

.header-one .header-navbar-rht li .btn.reg-btn {
    border: 1px solid #6C757D;
}

.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
    height: 48px;
    width: 48px;
    border: none;
}

li.nav-item.dropdown.has-arrow.logged-item:before {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
    background: #CED4DA;
}

.badge.badge-light{
    background-color: #fff;
    color: #15181C;
    font-weight: 700;
    border-radius: 30%;
    padding: 3px 8px;
    font-size: 12px;
}

.doctor-info-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doctor-info .doctor-name{
    max-width: 375px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doctor-detail-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teleconsulting-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teleconsulting-img-container{
    max-width: 350px;
    margin: auto;
    width: auto;
    padding: 0 10px;
}

.teleconsulting-item{
    cursor: pointer;
}

.modal {
    z-index: 111050 !important;
}

.modal-backdrop {
    z-index: 111040 !important;
}

.modal-open .main-wrapper {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}

span.badge{
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
}

span.badge.badge-warning {
  background-color: #EAAB08 !important;
}
span.badge.badge-success {
  background-color: #14B8A6 !important;
}
span.badge.badge-danger {
  background-color: #EF444E !important;
}
span.badge.badge-primary {
  background-color: #0D6EFD !important;
  color: #fff !important;
}

span.badge.badge-light-warning {
  background-color: #FFF2E8 !important;
  color: #FD7E14 !important;
}
span.badge.badge-light-success {
  background-color: #E8F3EE !important;
  color: #198754 !important;
}
span.badge.badge-light-danger {
  background-color: #FCEBEC !important;
  color: #DC3545 !important;
}
span.badge.badge-light-primary {
  background-color: #E7FAFE !important;
  color: #0D6EFD !important;
}

.pagination{
    gap: 15px;
}

.pagination .page-item .page-link {
    border-radius: var(--bs-pagination-border-radius);
}

.pagination > li > a, .pagination > li > span {
    color: #15181C;
    font-weight: 700;
}

.page-item.active .page-link {
    background-color: #0E82FD;
    border-color: #0E82FD;
    color: #fff;
}

.page-item.active .page-link:hover{
    background-color: #0E82FD;
    border-color: #0E82FD;
    color: #fff;
}


.page-item .page-link:hover{
    background-color: #fff;
    border-color: #0E82FD;
    color: #0E82FD;
}

.border-none{
    border: none !important;
}


div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: none;
    padding-bottom: 5px;
}

.dt-search{
    display: none;
}


table.custom-rounded {
    border-collapse: separate;
    border-spacing: 0;
/*    border-radius: 10px;*/
    overflow: hidden; /* Enforces rounded borders visually */
    border: 1px solid #ddd;
}

/*table.custom-rounded thead {
    background-color: #f4f4f4;
    border-bottom: 2px solid #ccc;
}

table.custom-rounded thead th:first-child {
    border-top-left-radius: 10px;
}

table.custom-rounded thead th:last-child {
    border-top-right-radius: 10px;
}

table.custom-rounded thead th {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

table.custom-rounded tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.custom-rounded tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}*/

.course-widget-info{
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    height: 400px;
}

.course-widget-info-img{
    height: 200px;
}

.course-widget-info-img.course-widget-info-img-sm {
    max-height: 248px;
}

.course-widget-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.course-widget-info-author{
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-widget-info-author .author-info{
    color: #15181C;
}

.course-widget-info-author .author-info img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}

.course-widget-info-description .course-title{
    display: block;
    color: #15181C;
    margin-bottom: 10px;
}

.course-widget-info-description .course-description{
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.dash-search-input .form-control {
    height: 50px;
    min-height: 50px;
}

.course-featured-img-wrapper{
    width: 130px;
    height: 86px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.course-featured-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.course-featured-title{
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.course-cover-image{
    width: 100%;
    height: 500px;
}

.course-cover-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.course-accordion-item {
    background: #ffffff;
    border: 1px solid #CED4DA;
    border-radius: 8px;
    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
    margin-bottom: 24px;
}

.course-accordion-item .course-accordion-header{
    background: #E7F1FF;
    padding: 24px 38px 24px 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    color: #0F172A;
    font-size: 16px;
}

.course-accordion-item .accordion-wrap:not(.collapsed)::before {
    content: "\f077";
}

.course-accordion-item .accordion-wrap::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #0D6EFD;
    color: #fff;
    padding: 0px 5px;
    border-radius: 6px;
}

.course-accordion-item .content-collapse {
    padding: 24px;
}

.course-lesson .course-lesson-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}

.course-lesson-list .course-lesson-list-action{
    display: flex;
    gap: 3rem !important;
}

.course-widget-info-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-panel{
    padding-top: 150px;
}

.text-link{
    text-decoration: underline;
}

.course-footer-action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.plyr--full-ui input[type=range] {
    background: #0000 !important;
    color: #0E82FD;
}

.plyr__control--overlaid {
    background: #0E82FD !important;
}

.quiz-container{
    height: 500px;
    background: #B4D2FE;
    padding: 20px;
    display: flex;
    align-items: center;
}

.quiz-card{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.quiz-content{
    width: 100%;
}

.quiz-card-intro{
    margin: 0;
    padding-left: 1rem;
    padding-top: 10px;
}

.quiz-card-intro li {
    list-style-type: decimal;
    line-height: 2;
}

.quiz-option{
    cursor: pointer;
}

.quiz-option.active{
    background-color: #0D6EFD;
    color: #fff;
}

.quiz-option .option-label{
    color: #0D6EFD;
}

.quiz-option.active .option-label{
    color: #fff;
}

.user-module-img-container{
    max-width: 350px;
    margin: auto;
    width: auto;
    padding: 0 10px;
}

.d-flex-standard{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quiz-result{
    display: flex;
    align-items: top;
    gap: 20px;
}

.quiz-score{
    text-align: center;
    width: 125px;
    height: 125px;
    background: #FD7E14;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
}

.quiz-score.quiz-pass{
    background-color: #198754;
}

.quiz-score .score-number{
    font-size: 55px;
}

.certificate {
    padding: 20px 50px 20px 50px;
    width: 100%;
    height: 420px;
    background-image: url('../img/certificate-background.png'); /* Add your background image here */
    background-size: cover; /* Ensures the background covers the entire page */
    background-position: center; /* Centers the background image */
    text-align: center;
}

.certificate .header {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 20px;
}
.certificate .sub-header {
    font-size: 10px;
    margin-bottom: 30px;
    color: #555;
    letter-spacing: 5px;
    font-weight: bold;
}
.certificate .recipient {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 5px;
    background: linear-gradient(to right, transparent 25%, #000 25%, #000 75%, transparent 75%) bottom / 120% 2px no-repeat;
}
.certificate .description {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
    font-weight: 400;
    padding: 0px 50px;
    text-align: center;
}

.certificate .number {
    color: #555;
    font-weight: 500;
    font-size: 10px;
}

.certificate .certificate-signature {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 80px;
}
.certificate .certificate-signature div {
    text-align: center;
}
.certificate .certificate-signature div p {
    margin: 0;
    font-size: 11px;
    color: #333;
    letter-spacing: 2px;
}
.certificate .certificate-signature div p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
    background: linear-gradient(to right, transparent 25%, #000 25%, #000 75%, transparent 75%) bottom / 135% 2px no-repeat;
    padding-bottom: 5px;
    letter-spacing: 5px;
    font-size: 13px;
}

.course-time{
    display: block;
    width: 50px;
    text-align: right;
}

.text-preline{
    white-space: pre-line;
}

.dt-scroll-footInner{
    height: 0;
}

.mr-filename{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
}
.presciption-table span:first-child{
    max-width: 50%;
}

.dt-length{
    display: none;
}

.course-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.filter-set-content .filter-set-content-head a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFC;
    padding: 10px;
    font-size: 16px;
    color: #0F172A;
    font-weight: 500;
}

.filter-set-content {
    margin-bottom: 15px;
}

.filter-radio{
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.filter-radio input{
    width: 18px;
    height: 18px;
}

.filter-radio .check-title{
    padding-left: 7px;
    color: #374151;
}

.btn-white:hover{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #272b41;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    box-shadow: inset 0 0 0 0px #fff;
}

.btn-white:not([disabled]):hover{
    background-color: #272b41;
    border: 1px solid #7e7d7d;
    color: #ffffff;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    box-shadow: inset 0 0 0 50px #272b41;
}

.course-search-input-mobile{
    display: none;
}

.teleconsulting_wrapper{
    cursor: pointer;
}
