/*
 Theme Name:     Dental Scanning
 Theme URI:      https://www.dentalscanning.com
 Description:    Dental Scanning Theme
 Author:         ThePurpleBook
 Author URI:     https://www.thepurplebook.co.uk
 Template:       blankslate
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
body {
    background-color: #fff;
}

clearBoth {
    clear: both;
}

a {
    text-decoration: none;
}

:root {
    --DSFont: 'Inter', sans-serif;
}




.DSSnotice {
    text-align: left;
    padding: 13px 14px;
    background-color: white;
    border: 2px solid red;
    background-color: #f1f1f1;
    color: red;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    font-family: var(--DSFont);
    color: black;
    line-height: 1.3;
    font-size: 12px;
}

.dssSignoff {
    font-style: italic;
}




#homeServiceLevel {
    text-align: center;
    padding: 13px 14px;
    background-color: white;
    border: 2px solid red;
    background-color: #f1f1f1;
    color: red;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#homeServiceLevel a {
    font-family: var(--DSFont);
    font-size: 13px;
    color: red;
    font-weight: 400;
}

#cbctLevelMsg {
    text-align: center;
    padding: 13px 14px;
    background-color: white;
    border: 2px solid red;
    background-color: #f1f1f1;
    color: red;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#cbctLevelMsg a {
    font-family: var(--DSFont);
    font-size: 13px;
    color: red;
    font-weight: 400;
}

#machineTrainingMsg {
    text-align: center;
    padding: 13px 14px;
    background-color: white;
    border: 2px solid blue;
    background-color: #f1f1f1;
    color: blue;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#machineTrainingMsg a {
    font-family: var(--DSFont);
    font-size: 13px;
    color: blue;
    font-weight: 400;
}

#justificationRequest {
    font-weight: 400;
    background-color: #ddd;
    margin: 0px 50px 0px 0px;
    padding: 20px;
    border: 2px solid #1489bd;
}

#justificationRequest select {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #1489bd;
    border-radius: 4px;
    background-color: white;
    font-family: var(--DSFont);
    font-size: 14px;
}

#justificationRequest select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}

#additionalBox {
    background-color: #ddd;
    padding: 20px 10px;
    border: 1px solid white;
    box-sizing: border-box;
    width: 95%;
    line-height: 16px;
}

b {
    font-weight: 500;
}

.reviewMonthBox {
    font-family: var(--DSFont);
    background-color: #eee;
    border-radius: 6px;
    margin: 0px 0px 20px 0px;
    font-size: 13px;
    padding: 20px;
    color: #333;
    display: grid;
    line-height: 17px;
}

.reviewMonthBox h2 {
    font-size: 20px;
    margin: 10px 0px;
}

.reviewHolder {
    display: flex;
    flex-direction: column-reverse;
}


.dentalVideo {
    text-align: center;
    margin: 30px 0px;
    padding: 0px 0px 30px;
    background-color: #f1f1f1;
}

.dentalVideo h1 {
    font-family: var(--DSFont);
    font-size: 22px;
    font-weight: 400;
    padding: 30px 0px;
}

.scanSearches {
    display: flex;
    justify-content: space-between;
}

.myDentistSearch {
    margin: 20px 0px;
    display: flex;
    justify-content: flex-start;
}

.myScanSearch {
    margin: 20px 0px;
    display: flex;
    justify-content: flex-end;
}

.myScanSubmit {
    cursor: pointer;
    padding: 10px 30px;
    border: 0px;
    color: #000;
    background-color: #c2df2d;
}

.MSRHolder {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}

.MSR {
    font-family: var(--DSFont);
    font-size: 13px;
    color: white;
    font-weight: 400;
    padding: 10px;
    background-color: #333;
    border-radius: 6px;
}


.SLAHolder {
    width: 70%;
    margin: 0px 0px 30px 0px;
    background-color: #1489db;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    color: #fff;
}

.SLAhome {
    font-family: var(--DSFont);
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.myScanInput {
    padding: 10px 30px 10px 10px;
    border: 1px solid #bbb;
}

.searching {
    font-family: var(--DSFont);
    padding: 10px;
    background-color: #f0f0f0;
    margin: 0px 0px 20px 0px;
}

#dentistCount,
#dentistYear,
#dentistMonth {
    padding: 10px 30px 10px 10px;
    border: 1px solid #bbb;
    -webkit-appearance: none;
}


.pleasenote {
    color: red !important;
    font-weight: 400 !important;
}

.backlink {
    margin: 0px 0px 20px;
}

.dsl_location {
    border: none;
    width: 100%;
    background-color: transparent;
}

.dsl_time {
    border: none;
    width: 90%;
    background-color: #f1f1f1;
}

.updateBtn {
    background-color: #1489db;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    float: right;
    text-align: center;
}

.downloadLinks {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.downloadLink img {
    width: 98%;
    margin-bottom: 30px;
    margin-right: 5px;
}

.signinPage #loginform {
    padding: 20px 20px 20px 20px;
    width: 50%;
    background-color: #f1f1f1;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0px 0px 20px 0px;
}

.signinHome #loginform {
    padding: 20px 20px 0px 0px;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 6px;
    margin: 0px 0px 20px 0px;
}


.signinHome .lostPassword a {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #1489db;
    margin: 0px;
}



.signinHome #rememberme {
    display: inline-block;
    width: 15px;
    margin-right: 10px;
}


.lostPassword a {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #1489db;
    margin: 20px;
}

#wp-submit {
    cursor: pointer;
    background-color: #1489db;
    text-align: center;
    color: #fff;
    font-weight: 400;
    width: 50%;
    border: none;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}


#loginform {
    font-family: var(--DSFont);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #1489db;
}

#loginform p {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #777;
    margin: 10px 0px;
}

#loginform input[type=text],
#loginform input[type=password] {
    width: 100%;
    border: none;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #bbb;
    margin: 5px 0px;
}


.registerForm input:focus {
    outline: none;
}



.dentalScanListHeader {
    padding: 10px 0px;
    font-family: var(--DSFont);
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    display: flex;
    text-align: left;
    padding: 10px 10px;
}

.dentalScanList {
    display: flex;
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    margin: 10px 0px;
    background-color: #f1f1f1;
    padding: 10px 10px;
    align-items: center;
}

.DSL_id {
    float: left;
    width: 10%;
    padding: 0px 5px;
    cursor: pointer;
    text-align: center;
}

.DSL_id p {
    font-size: 9px;
}



.DSL_name {
    float: left;
    width: 20%;
    padding: 0px 5px;
}

.DSL_location {
    width: 100%;
    padding: 10px 0px 10px 5px;
    background-color: white;
    margin: 10px 0px;
}

.dsl_location_select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--DSFont);
    font-size: 14px;
}

.dsl_location {
    width: 100%;
    height: 60px;
    min-height: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--DSFont);
    font-size: 14px;
    resize: none;
    overflow-y: auto;
}

.DSL_date {
    float: left;
    width: 25%;
    padding: 0px 5px;
}

.DSL_time {
    float: left;
    width: 20%;
}

.DSL_status {
    float: left;
    width: 40%;
    /* Increased from 30% */
    padding: 0px 5px;
}

/* Add styles for status dropdown */
.dsl_status {
    width: 100%;
    min-width: 200px;
    /* Ensure minimum width for dropdown */
}

.dsl_status option {
    white-space: normal;
    /* Allow text wrapping in options */
    padding: 5px;
}

/* Mobile adjustments */
@media only screen and (max-width: 700px) {
    .DSL_status {
        width: 100%;
        background-color: white;
        padding: 5px;
        margin: 10px 0px;
    }

    .dsl_status {
        width: 100%;
        min-width: unset;
        /* Remove min-width on mobile */
    }

    .dsl_location,
    .dsl_status_message {
        height: 80px;
        min-height: 80px;
    }
}

.DSL_dentist {
    float: left;
    width: 10%;
}

.DSL_dentistdate {
    float: right;
    width: 15%;
    margin-left: 10px;
}



.DSL_update {
    float: right;
    width: 20%;
    text-align: right;
}

.datepicker {
    float: left;
    width: 90%;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
}

.denatlScanListHolder {
    margin-bottom: 30px;
}

.showRequest {
    padding: 10px;
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
}

.showRequest tr {
    padding: 10px;
}

.showRequest td {
    padding: 10px;
}

.dssOrderForm {
    border: 1px solid #bbb;
    background-color: #f1f1f1;
}

.dssOrderForm input,
.dssOrderForm textarea {
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
}

.formTitle {
    font-family: var(--DSFont);
    font-weight: 700;
    font-size: 52px;
    padding: 30px 0px 0px 30px;
    color: #888;
}

.formInstructions {
    font-family: var(--DSFont);
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0px 0px 30px;
    color: #666;
}

.dssOrderForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 7px;
    border: none;
    border: 1px solid #bbb;
    border-radius: 0px;
    width: 40%;
}

.dssOrderForm input[type=text] {
    padding: 7px;
    border: 1px solid #bbb;
    width: 40%;
    margin: 2px 0px;
}

.dssOrderForm textarea {
    width: 80%;
    height: 100px;
    padding: 15px;
    font-size: 12px;
}

.formFootnote,
.infoHolder {
    padding: 10px;
    margin: 0px 0px 0px 20px;
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
}


.questionHolder {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 20px;
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
}

.questionGroup {
    margin: 20px 0px 20px 0px;
}

#GDCError {
    margin: 20px 0px 20px 30px;
    font-family: var(--DSFont);
    font-weight: 400;
    font-size: 12px;
    color: darkred;
}

.statementHolder {
    padding: 30px 30px;
    margin: 20px 0px 20px 30px;
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
    background-color: #1489bd;
    width: 80%;
    color: #fff;
}



input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;

    padding: 18px;
    font-size: 28px;
}

label {
    display: block;
    padding: 0px 50px 0px 0px;
}

.submitForm input[type=button] {
    border: none;
    margin: 30px;
    padding: 15px 55px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #1489bd;
    color: #fff;
}

.submitForm input[type=button]:hover {
    border: none;
    margin: 30px;
    padding: 15px 55px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #18a5e4;
    color: #fff;
}



.smallBox {
    width: 80px !important;
}

.mediumBox {
    width: 180px !important;
}







.displayName {
    float: right;
    font-family: var(--DSFont);
    font-weight: 500;
    color: #1489bd;
    font-size: 11px;
    padding: 5px 20px;
}

.displayName .logged {
    color: #c2df2d
}

.headerlogout a {
    color: #bbb;
}

.headerlogout a:hover {
    color: #333;
}

section {
    position: relative;
}

.showSkull {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    right: 0px;
    bottom: -30px;
}

.showSkull img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}


strong {
    font-weight: 700;
}

#hiddenmenu2020 {
    width: 350px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    right: -400px;
    box-shadow: 0px -2px 13px rgba(0, 0, 0, 0.8);
    padding: 80px 0px;
    border-left: 10px solid #1489bd;
    text-align: center;
}



.doubleFull {
    position: relative;
    background-color: #f1f1f1;
}




.close2020 {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 32px;
    height: 32px;
    opacity: 0.8;
}

.close2020:hover {
    opacity: 1;
}

.close2020:before,
.close2020:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 4px;
    background-color: #1489BD;
}

.close2020:before {
    transform: rotate(45deg);
}

.close2020:after {
    transform: rotate(-45deg);
}

.mobileBar {
    display: none;
}

#mobileMenu {
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 999;
}

.MM {
    width: 35px;
    height: 5px;
    background-color: #1489BD;
    margin: 6px 0;
}

#mobileNav {
    display: none;
}

#hiddenmenu2020 a {
    color: #333;
    text-align: center;
    text-decoration: none;
    font-family: var(--DSFont);
    font-weight: 300;
}

#hiddenmenu2020 li {
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    background-color: none;
    font-weight: normal;
    list-style-type: none;
    height: 45px;
}

#hiddenmenu2020 img {
    width: 140px;
    margin-bottom: 20px;
}


.dentalWrapper {
    width: 100%;
    max-width: 1180px;
    position: relative;
    margin: 0px auto;
    padding: 0px 40px;
}

#dentalHeader {
    position: relative;
    z-index: 555;
}

.dentalHeaderInner {
    display: flex;
}

.dentalFullWidth {
    width: 100%;
    background-image: linear-gradient(to right, #1489bd 50%, #c2df2d);
    position: relative;
    top: -20px;
}

#dentalLogo {
    width: 250px;
    min-width: 250px;
    background-color: #fff;
    max-height: 190px;
    padding: 20px 20px 10px;
    margin: 0px;
    box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.1);
}


#dentalLogo img {
    object-fit: contain;
    width: 100%;
    object-position: center;
}





#dentalInfo {
    flex-grow: 1;
    padding: none;
    margin: 0px;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}




.socialBar {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    height: 35px;
}

.socialIcon {
    height: 20px;
    float: right;
}

.socialIcon img {
    height: 100%;
    width: auto;
}

.contactInfo {
    border-bottom: 1px solid #ddd;
    margin-left: 30px;
    padding: 10px 5px;
}

.phoneNumber {
    font-family: var(--DSFont);
    font-weight: 300;
    margin: 5px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #77787A;
}

.phoneNumber img {
    height: 15px;
    margin-right: 10px;
}

.emailAddress img {
    height: 15px;
    margin-right: 10px;
}


.emailAddress {
    font-family: var(--DSFont);
    font-weight: 300;
    margin: 5px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #77787A;
}


.mainMenu {
    padding: 10px;
    display: flex;
}

.mainMenu li {
    display: inline-block;
    margin-left: 10px;
}

.mainMenu a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #77787A;

}

.mainMenu a:hover {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #1489bd;

}

.mainMenu {
    display: inline-block;
}



.bottomSpacer {
    height: 20px;
    background-color: transparent;
}


.dentalSlider {
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

#dentalSliderLeft {
    width: 55%;
    display: flex;
    align-items: center;
}

#dentalSliderRight {
    width: 45%;
    display: flex;
    text-align: right;
}



.sliderWording {
    width: 100%;
}

.sliderWordingHome {
    width: 100%;
}

.sliderWording p {
    font-size: 16px;
    font-family: var(--DSFont);
    color: #fff;
    font-weight: 200;
    line-height: 1.3;
    padding: 10px 0px 10px 0px;
}

.sliderWordingHome p {
    font-size: 24px !important;
    font-family: var(--DSFont);
    color: #fff;
    font-weight: 200;
    line-height: 1.3;
    padding: 10px 0px 10px 0px;
}

.sliderImage {
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.sliderImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    padding: 0px 0px 0px 0px;
}



.single {
    min-height: 200px;
    margin: 30px 0px;
}

.threeQ {
    min-height: 200px;
    margin: 30px 0px;
    width: 75% !important;
}





#homeForms {
    border-top: 15px solid #d4e86b;
}

.double {
    min-height: 200px;
    display: flex;
    margin: 20px 10px;
    flex-direction: row;
}

.doubleLeft {
    width: 50%;
    border-right: 1px solid #e0e0e0;
}

.doubleRight {
    width: 50%;
}

.homeIntro {
    padding: 15px;
    background-color: #edf5bf;
    border-radius: 3px;
}

.homeIntro p {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0px 0px 20px 0px;
}


.priceIncrease {
    padding: 15px;
    background-color: #edf5bf;
    border-radius: 3px;
}

.priceIncrease h3 {
    font-family: var(--DSFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0px 0px 10px 0px;
}

.priceIncrease p {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0px 0px 5px 0px;
}



.benefitsHeader {
    padding: 15px;
    background-color: #1489BD;
    border-radius: 3px;
}

.benefitsHeader h3 {
    font-family: var(--DSFont);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}


.benefitsHolder {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 30px;
}

.benefit {
    width: 32.7%;
    background-color: #1489BD;
    margin: 0.4% 0px;
    border: 1px solid #e0e0e0;
}

.benefit:nth-child(5n) {
    width: 49.5%;
}

.benefit:nth-child(4n) {
    width: 49.5%;
}



.benefitImage {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

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


.benefitWording {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.benefitWording p {
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: var(--DSFont);
    font-size: 12px;
    line-height: 1.3;
}

.contactForm {
    padding: 20px 30px 30px 0px;
}


.contactForm h3 {
    font-family: var(--DSFont);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #1489db;
}

.contactForm p {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #777;
    margin: 10px 0px;
}

.contactForm input {
    width: 100%;
    border: none;
    color: #444;
    background-color: #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    margin: 5px 0px;
}

.contactForm textarea {
    width: 100%;
    border: none;
    color: #444;
    background-color: #fff;
    border-radius: 4px;
    height: 100px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    margin: 5px 0px;
}

.contactForm input:focus {
    outline: none;
}

.contactForm textarea:focus {
    outline: none;
}

#DSSubmit {
    background-color: #1489db;
    text-align: center;
    color: #fff;
    font-weight: 400;
}







.registerForm {
    padding: 20px 20px 0px 20px;
}


.registerForm h3 {
    font-family: var(--DSFont);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #1489db;
}

.registerForm p {
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #777;
    margin: 10px 0px;
}

.registerForm input {
    width: 100%;
    border: none;
    color: #444;
    background-color: #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    margin: 5px 0px;
}


.registerForm input:focus {
    outline: none;
}


.SLALink {
    padding: 10px 20px;
    text-align: right;
    margin-bottom: 30px;
    background-color: #1489bd;
    margin-top: -30px;
    color: #fff;
    font-family: var(--DSFont);
    font-size: 12px;
    border-radius: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.SLALink a {
    color: #fff;
    text-decoration: none;
}

.dentalSLA {
    font-family: var(--DSFont);
    line-height: 1.5;
}

.dentalSLA p {
    margin: 20px 0px 20px 0px;
    font-size: 14px;
}

.legal p {
    margin: 20px 0px 20px 0px;
    font-size: 14px;
    font-family: var(--DSFont);
    line-height: 1.5;
}

.legal h1 {
    margin: 20px 0px 20px 0px;
    font-size: 22px;
    font-family: var(--DSFont);
    line-height: 1.5;
}


.SLADownloads {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.SLADownload {
    width: 49%;
    padding: 30px;
    text-align: center;
    background-color: #1489bd;
    border-radius: 6px;
    font-family: var(--DSFont);
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.SLADownload a {
    color: #fff;
}


#DSSignIn {
    background-color: #1489db;
    text-align: center;
    color: #fff;
    font-weight: 400;
    width: 50%;
}

#DSRegister {
    background-color: #1489db;
    text-align: center;
    color: #fff;
    font-weight: 400;
    width: 50%;
    margin: 30px 0px 30px 0px;
}

.chkbox {
    padding-left: 10px;
    font-family: var(--DSFont);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #777;
    margin: 10px 0px;
}

#rememberMe {
    width: 15px !important;
    margin: 20px 0px !important;
    height: 15px;
}




#footerLeft {
    height: 100%;
    width: 70%;
}

#footerRight {
    height: 100%;
    width: 53%;
    text-align: right;
}


#DSFooter {
    background-image: linear-gradient(to right, #1489bd 50%, #c2df2d);
    position: relative;
    margin-top: 0px;
    z-index: 99999;
}

#DSFWrapper {
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
}

#footerLeft h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

#footerLeft p {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #fff;
    margin: 5px 0px;
    font-style: italic;
    line-height: 1.4;
}

#footerRight h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

#footerRight p {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #fff;
    margin: 5px 0px;
    font-style: italic;
    line-height: 1.4;
}

#footerLeft a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 5px 0px;
    line-height: 1.6;
    text-decoration: none;
}


.aboutIntro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.aboutIntroImage {
    width: 50%;
    overflow: hidden;
}

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

.aboutIntroWording {

    width: 50%;
    padding: 60px;
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.4;
    background-color: #edf5bf;
    font-weight: 300;
}






.aboutImages {
    width: 32.7%;
    background-color: #edf5bf;
    margin: 0.4% 0px;
    border: 1px solid #e0e0e0;
}




.aboutImage {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

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


.aboutWording {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.aboutWording p {
    color: #444;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.3;
}










.techSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background-color: #edf5bf;
}

.techImage {
    width: 50%;
    overflow: hidden;
}

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

.techWording {
    width: 50%;
    padding: 60px;
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}

.techWording h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}





.safetySection {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    background-color: #edf5bf;
}


.safetyWording {
    width: 70%;
    padding: 20px;
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}

.safetyWording h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}







.contactSection {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    background-color: #d2e9f3;
}


.contactWording {
    width: 100%;
    padding: 30px;
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}

.contactWording p {
    margin: 10px 0px;
}










.testimonialsHolder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quotation {
    position: absolute;
    font-size: 50px;
    font-family: 'Coustard', serif;
    background-color: #C2DF2D;
    height: 30px;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    top: -15px;
    left: 10px;
}

.testimonialSection {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    border: 4px solid #edf5bf;
    width: 49%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}


.testimonialWording {
    width: 100%;
    padding: 20px;
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}

.testimonialWording h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.testimonialWording h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

























.keyBenefitsHeader {
    padding: 15px;
    background-color: #1489BD;
    border-radius: 3px;
}

.keyBenefitsHeader h3 {
    font-family: var(--DSFont);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}


.keyBenefitsHolder {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 30px;
}

.keyBenefit {
    width: 24.5%;
    background-color: #1489BD;
    margin: 0.4% 0px;
    border: 1px solid #e0e0e0;
}

.keyBenefitImage {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

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


.keyBenefitWording {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.keyBenefitWording p {
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: var(--DSFont);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}



.teamHolder {
    width: 100%;
    padding: 0px;
    margin-top: 5px;
}

.teamMember {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #d2e9f3;
    margin-bottom: 30px;
}

.teamImage {
    width: 300px;
    margin: 20px;
    overflow: hidden;
}

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

.teamWording {
    width: 100%;
    padding: 40px;
}

.teamWording h2 {
    font-family: var(--DSFont);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.teamWording h3 {
    line-height: 2;
    font-family: var(--DSFont);
    font-weight: 500;
    font-size: 14px;
}

.teamWording p {
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
}


.aboutIntroWording h3 {
    font-weight: 500;
    font-size: 18px;
}




@media only screen and (max-width: 900px) {
    .mainMenu {
        display: none;
    }

    .socialBar {
        display: none;
    }

    .contactInfo {
        display: block;
    }

    #mobileNav {
        display: flex;
    }

    .mobileBar {
        display: flex;
    }

    #mobilePhone {
        display: none;
    }

    #mobileEmail {
        display: none;
    }

    #dentalLogo {
        width: 200px;
        min-width: 200px;
        background-color: #fff;
        max-height: 190px;
        padding: 20px 20px 10px;
        margin: 0px;
        box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.1);
    }


    #dentalLogo img {
        object-fit: contain;
        width: 100%;
        object-position: center;
    }

    #dentalInfo {
        display: flex;
        flex-grow: 1;
        padding: none;
        margin: 0px;
        text-align: right;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 10px;
    }


    .mobileIcon {
        width: 40px;
        margin: 0px 5px;
    }

    .mobileIcon img {
        height: 30px;
        margin-top: 5px;
    }

    .dentalWrapper {
        width: 100%;
        max-width: 1180px;
        position: relative;
        margin: 0px auto;
        padding: 0px 20px;
    }




}







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


    .downloadLinks {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .downloadLink img {
        width: 98%;
        margin-bottom: 30px;
        margin-right: 5px;
    }



    .mainMenu {
        display: none;
    }

    .socialBar {
        display: none;
    }

    .contactInfo {
        display: none;
    }

    #mobileNav {
        display: flex;
    }

    .mobileBar {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        width: 130px;
    }

    .mobileIcon {
        display: block;
    }

    #mobilePhone {
        display: block;
    }

    #mobileEmail {
        display: none;
    }


    .contactForm p {
        font-family: var(--DSFont);
        font-size: 16px;
        font-weight: 300;
        line-height: 1.2;
        text-align: left;
        color: #777;
        margin: 10px 0px;
    }



    #dentalLogo {
        width: 150px;
        height: 100px;
        min-width: 150px;
        background-color: #fff;
        padding: 0px 20px;
        margin: 0px;
        box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    #dentalLogo img {

        object-fit: contain;
        width: 100%;
        object-position: center;
    }

    .dentalSlider {
        padding: 0px 10px 0px 10px;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }


    #dentalSliderLeft {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #dentalSliderRight {
        width: 100%;
        display: none;
        text-align: right;
    }


    #footerLeft {
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #footerRight {
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #DSFooter {
        background-image: linear-gradient(to right, #1489bd 50%, #c2df2d);
        margin-top: 30px;
    }

    #DSFWrapper {
        display: flex;
        flex-direction: column;
        padding: 40px 0px;
    }

    .socialIcon img {
        height: 30px;
        margin-top: 20px;
    }


    .benefit {
        width: 100%;
        margin: 10px 0px;
    }

    .benefit:nth-child(5n) {
        width: 100%;
    }

    .benefit:nth-child(4n) {
        width: 100%;
    }

    .benefitWording p {
        color: #fff;
        width: 100%;
        padding: 15px;
        text-align: center;
        font-family: var(--DSFont);
        font-size: 14px;
    }

    .contactForm {
        padding: 20px 0px 30px 0px;
    }

    .registerForm {
        padding: 20px 0px 0px 0px;
    }



    .double {
        min-height: 200px;
        display: flex;
        margin: 20px 30px;
        flex-direction: column;
    }

    .doubleLeft {
        width: 100%;
        border-right: 1px solid #fff;
    }

    .doubleRight {
        width: 100%;
    }


    .aboutIntro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .aboutIntroImage {
        width: 100%;
        overflow: hidden;
    }

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

    .aboutIntroWording {

        width: 100%;
        padding: 60px;
        font-family: var(--DSFont);
        font-size: 16px;
        line-height: 1.4;
        background-color: #edf5bf;
        font-weight: 300;
    }





    .keyBenefitsHeader {
        padding: 15px;
        background-color: #1489BD;
        border-radius: 3px;
    }

    .keyBenefitsHeader h3 {
        font-family: var(--DSFont);
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #fff;
    }


    .keyBenefitsHolder {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 5px;
    }

    .keyBenefit {
        width: 49.5%;
        background-color: #1489BD;
        margin: 0.4% 0px;
        border: 1px solid #e0e0e0;
    }

    .keyBenefitImage {
        width: 100%;
        height: 20px;
        overflow: hidden;
    }

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


    .keyBenefitWording {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .keyBenefitWording p {
        color: #fff;
        width: 100%;
        padding: 10px;
        text-align: center;
        font-family: var(--DSFont);
        font-size: 12px;
    }

    .teamMember {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #d2e9f3;
        margin-bottom: 30px;
    }


    .teamImage {
        width: 100%;
        margin: 0px;
        overflow: hidden;
        max-height: 450px;
    }

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


    .teamWording h2 {
        font-family: var(--DSFont);
        font-weight: 500;
        font-size: 22px;
        line-height: 1.2;
    }

    .teamWording h3 {
        line-height: 2;
        font-family: var(--DSFont);
        font-weight: 500;
        font-size: 16px;
    }

    .teamWording p {
        font-family: var(--DSFont);
        font-weight: 300;
        font-size: 16px;
        line-height: 1.2;
    }

    .teamWording {
        width: 100%;
        padding: 20px;
    }


    .techSection {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        background-color: #edf5bf;
    }

    .techImage {
        width: 100%;
        overflow: hidden;
    }

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

    .techWording {
        width: 100%;
        padding: 40px;
        font-family: var(--DSFont);
        font-size: 14px;
        line-height: 1.4;
        font-weight: 300;
    }

    .techWording h3 {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }

    .showSkull {
        display: none;
    }


    .safetySection {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
        background-color: #edf5bf;
    }


    .safetyWording {
        width: 100%;
        padding: 20px;
        font-family: var(--DSFont);
        font-size: 14px;
        line-height: 1.4;
        font-weight: 300;
    }

    .safetyWording h3 {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }


    .testimonialsHolder {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .testimonialSection {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
        border: 4px solid #edf5bf;
        width: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        text-align: center;
    }


    .testimonialWording {
        width: 100%;
        padding: 28px;
        font-family: var(--DSFont);
        font-size: 16px;
        line-height: 1.4;
        font-weight: 300;
    }

    .testimonialWording h3 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
    }

    .testimonialWording h4 {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
    }


    .aboutImages {
        width: 100%;
        background-color: #edf5bf;
        margin: 0.4% 0px;
        border: 1px solid #e0e0e0;
        margin-top: 30px;
        font-size: 20px;
    }


    .contactWording {
        width: 100%;
        padding: 30px;
        font-family: var(--DSFont);
        font-size: 16px;
        line-height: 1.4;
        font-weight: 300;
    }

    .contactWording p {
        margin: 10px 0px;
    }

    .threeQ {
        min-height: 200px;
        margin: 30px 0px;
        width: 100% !important;
    }

    .homeIntro p {
        font-family: var(--DSFont);
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3;
        margin: 0px 0px 20px 0px;
    }

    .sliderWording p {
        font-size: 18px;
        font-family: var(--DSFont);
        color: #fff;
        font-weight: 400;
        line-height: 1.3;
        padding: 20px 0px 10px 0px;
    }


    .contactForm input,
    .contactForm textarea,
    .registerForm input,
    .registerForm textarea {
        font-size: 16px;
    }

    #loginform {
        padding: 20px 20px 20px 20px;
        width: 99%;
        background-color: #f1f1f1;
        border-radius: 6px;
        margin: 0px 0px 20px 0px;
    }



    .DSL_id {
        float: left;
        width: 10%;
        padding: 0px 5px;
        cursor: pointer;
        text-align: center;
    }

    .DSL_id p {
        font-size: 9px;
    }


    /* DSL Scans Mobile */


    .dentalScanListHeader {
        padding: 10px 0px;
        font-family: var(--DSFont);
        font-weight: 600;
        font-size: 12px;
        width: 100%;
        display: flex;
        text-align: left;
        padding: 10px 10px;
        display: none;
    }

    .dentalScanList {
        display: flex;
        font-family: var(--DSFont);
        font-weight: 300;
        font-size: 12px;
        width: 100%;
        margin: 10px 0px;
        background-color: #f1f1f1;
        padding: 10px 10px;
        align-items: center;
        flex-direction: column;
    }

    .DSL_id {
        width: 100%;
        padding: 0px 5px;
        text-align: center;
        margin: 10px;
        font-weight: 600;
        font-size: 16px;
    }


    .DSL_name {
        float: left;
        width: 100%;
        padding: 0px 5px;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
    }

    .DSL_location {
        width: 100%;
        padding: 10px 0px 10px 5px;
        background-color: white;
        margin: 10px 0px;
    }




    .DSL_date {
        width: 100%;
        padding: 10px 5px;
        background-color: white;
        margin: 10px 0px;
    }

    .DSL_time {
        width: 100%;
        background-color: white;
        padding: 5px;
        margin: 10px 0px;
    }

    .DSL_time input[type="time"] {
        width: 100%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    /* Hide spinner buttons on time input */
    .DSL_time input[type="time"]::-webkit-calendar-picker-indicator {
        display: none;
    }

    .DSL_status {
        width: 100%;
        background-color: white;
        padding: 5px;
        margin: 10px 0px;
    }

    .DSL_dentist {
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px;
        clear: both;
        font-weight: 500;
        font-size: 16px;
    }

    .DSL_dentistdate {
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px;
        clear: both;
        font-weight: 500;
        font-size: 16px;
    }

    .DSL_update {
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }

    .updateBtn {
        position: relative;
        margin: 0px auto;
        width: 100%;
    }




}




#purpleGotya {
    width: 1px;
    height: 1px;
    border: 0px;
    background-color: transparent;
}

.custom-button {
    /* Your custom styles here */
    padding: 10px 20px;
    background-color: #1489db;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.custom-button:hover {
    background-color: #20a7e6;
    cursor: pointer;
}

.custom-button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.7;
}

.dentistsListTable {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 11px;
    text-align: left;
}

.dentistsListTable thead tr {
    background-color: #f2f2f2;
    color: #333;
    text-align: left;
    font-weight: bold;
}

.dentistsListTable th,
.dentistsListTable td {
    padding: 6px 8px;
    border: 1px solid #ddd;
}

.dentistsListTable tbody tr {
    border-bottom: 1px solid #ddd;
}

.dentistsListTable tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.dentistsListTable tbody tr:last-of-type {
    border-bottom: 2px solid #1489bd;
}

.dentistsListTable tbody tr:hover {
    background-color: #f1f1f1;
}

/* Additional styles for compact inputs in the table */
.dentistsListTable input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.dentistsListTable input[type="text"],
.dentistsListTable input[type="number"] {
    padding: 2px 4px;
    width: 90%;
    font-size: 11px;
}

.dentistsListTable .update-dentist-btn {
    padding: 3px 8px;
    font-size: 11px;
    background-color: #1489bd;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* Make the discount input more compact */
.discount-input {
    width: 60px !important;
    text-align: right;
    padding: 2px 4px !important;
}

/* Update these styles for the progress bar */
#registrationProgress {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    /* Reduced width */
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.progress-bar-container {
    width: 100%;
    height: 15px;
    /* Reduced height */
    background-color: #f0f0f0;
    border-radius: 7px;
    /* Adjusted for smaller height */
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #3d6fdb;
    animation: progress-animation 4s linear infinite;
    /* Doubled animation duration */
}

.progress-message {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    /* Reduced font size */
}

@keyframes progress-animation {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

/* Admin menu styles */
.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.sub-menu li {
    float: none;
    display: block;
}

.sub-menu a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu-item-has-children>.sub-menu {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Nested submenu positioning - make them appear to the right */
.sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
}

/* Ensure nested submenus don't get cut off */
.sub-menu .menu-item-has-children {
    position: relative;
}

/* Add some spacing to prevent overlap */
.sub-menu .menu-item-has-children>.sub-menu {
    margin-top: 0;
    margin-left: -2px;
}




.scan-map-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#scan-map {
    width: 70%;
    height: 600px;
}

#scan-list {
    width: 28%;
    height: 600px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

#scan-list table {
    width: 100%;
    border-collapse: collapse;
}

#scan-list th,
#scan-list td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#scan-list th {
    background-color: #f2f2f2;
    font-weight: bold;
}

#scan-list tr:nth-child(even) {
    background-color: #f9f9f9;
}

.show-email-btn {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.show-email-btn:hover {
    background-color: #0056b3;
}

.machine-training-email {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.close-email-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.close-email-btn:hover {
    color: #333;
}

/* Add these styles for the compliance popup */
.compliance-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.compliance-content {
    width: 40%;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.compliance-content h2 {
    font-family: var(--DSFont);
    font-size: 24px;
    margin-bottom: 20px;
    color: #1489bd;
}

.compliance-content p {
    font-family: var(--DSFont);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.compliance-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.compliance-content li {
    font-family: var(--DSFont);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.compliance-button {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    padding: 12px 25px;
    background-color: #1489bd;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: var(--DSFont);
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.compliance-button:hover {
    background-color: #0f6d9a;
}

@media only screen and (max-width: 768px) {
    .compliance-content {
        width: 80%;
        margin: 20px;
    }
}

/* Remove the transition effects for now to ensure immediate hiding */
.compliance-overlay.hidden {
    display: none !important;
}

#visible-markers-table {
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
}

#visible-markers-table th,
#visible-markers-table td {
    border: 1px solid #ddd;
    padding: 2px 6px;
    text-align: left;
}

#visible-markers-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

#visible-markers-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#visible-markers-table tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

#visible-markers-table .scan-checkbox {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

#visible-markers-table td:last-child {
    text-align: center;
}

.custom-div-icon {
    background: #2196F3;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: white;
}

.custom-div-icon.purple {
    background: #9C27B0;
}

.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #2196F3;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.custom-div-icon.purple .marker-pin {
    background: #9C27B0;
}

.dentists-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dentists-title {
    font-size: 2em;
    font-weight: 700;
    margin: 0;
}

.dentists-filters {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dentists-filters label {
    display: block;
    margin-bottom: 8px;
}

.dentists-filters label:last-child {
    margin-bottom: 0;
}

.dentists-filters input[type="checkbox"] {
    margin-right: 8px;
}

.longBox {
    width: 300px !important;
}

/* Ensure the input maintains proper spacing */
.questionHolder input.longBox {
    margin-bottom: 10px;
}

.showRequest input[type="text"],
.showRequest input[type="email"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.showRequest input[type="submit"] {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.showRequest input[type="submit"]:hover {
    background-color: #005177;
}

/* Dental Referral Page Styles */
.dental-referral-form table {
    border: 1px solid #666;
    background-color: #f1f1f1;
    width: 100%;
    padding: 5px;
    font-family: var(--DSFont);
    font-weight: 300;
    font-size: 12px;
}

.dental-referral-form tr {
    background: #eee;
}

.dental-referral-form td {
    padding: 10px;
}

.dental-referral-form td:first-child {
    width: 20%;
}

.dental-referral-form .section-header {
    width: 100%;
    background-color: #ddd;
}

.dental-referral-form .form-title {
    width: 100%;
    background-color: #aaa;
    font-size: 16px;
    color: #fff;
}

.dental-referral-form input[type="text"],
.dental-referral-form input[type="email"] {
    width: auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.dental-referral-form input[type="submit"] {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.dental-referral-form input[type="submit"]:hover {
    background-color: #005177;
}

.dentistsListTable thead th {
    font-size: 11px;
    white-space: nowrap;
    padding: 6px 8px;
}

/* Dental Scan List Consistent Font Styling */
.dentalScanList input,
.dentalScanList select,
.dentalScanList textarea,
.dentalScanList div,
.dentalScanListHeader div {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4;
}

.dentalScanList .datepicker,
.dentalScanList .dsl_time,
.dentalScanList .dsl_location,
.dentalScanList .dsl_status,
.dentalScanList .dsl_status_message {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* Ensure consistent height for inputs where possible */
.dentalScanList .datepicker,
.dentalScanList .dsl_time,
.dentalScanList .dsl_status {
    height: 32px;
}

/* Make sure text is vertically centered in all cells */
.dentalScanList div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Ensure the update button has consistent styling */
.updateBtn {
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
    background-color: #c2df2d;
    color: #000;
    border-radius: 3px;
    border: none;
}

/* Pricing Management Table Styles */
.pricing-table-container {
    margin: 30px auto;
    max-width: 90%;
    font-size: 12px;
}

.pricing-table-container .widefat {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pricing-table-container .widefat th,
.pricing-table-container .widefat td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.pricing-table-container .widefat th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.pricing-table-container .price-column {
    text-align: right;
}

.pricing-table-container .discount-column {
    text-align: center;
}

.pricing-table-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1489bd;
}

/* Dental Order Form Price Table Styles */
.price-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.price-table th,
.price-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.price-table th {
    background-color: #f2f2f2;
}

.price-table tfoot th {
    border-top: 2px solid #000;
}

#priceStatementContainer {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}

/* Ensure text is visible in price statement */
#priceStatementContainer,
#priceStatementTable,
#priceStatementTable th,
#priceStatementTable td,
#priceStatement,
.statement,
#totalPrice {
    color: #000 !important;
}

#priceStatementContainer h3 {
    color: #000 !important;
}

/* Order Summary Title */
.order-summary-title {
    color: #fff;
}

/* Postcode Warning */
.postcode-warning {
    color: red;
    display: none;
}

/* Order Progress */
#orderProgress {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Discount Summary */
.discount-summary {
    display: none;
    margin-top: 10px;
    font-style: italic;
    color: #000;
}

.dsl_status_message {
    width: 100%;
    min-height: 60px;
    padding: 8px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--DSFont);
    font-size: 14px;
    resize: vertical;
}

/* Mobile adjustments */
@media only screen and (max-width: 700px) {
    .dsl_status_message {
        height: 80px;
        min-height: 80px;
    }
}

/* CBCT Report Modal Styles */
#cbctReportModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cbctReportModal .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
}

#cbctReportModal p {
    font-family: var(--DSFont);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
}

#cbctReportModal .custom-button {
    display: block;
    width: 200px;
    margin: 0 auto;
}

/* Pagination Styles */
.pagination {
    margin: 20px 0;
    text-align: center;
    font-family: var(--DSFont);
}

.pagination-info {
    margin-bottom: 10px;
    color: #666;
}

.pagination-links {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.pagination-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
}

.pagination-link:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.pagination-link.current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination-link.current:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

@media only screen and (max-width: 700px) {
    .pagination-links {
        gap: 3px;
    }
    
    .pagination-link {
        padding: 6px 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 700px) {
    .pagination-links {
        flex-wrap: wrap;
    }
    .pagination-link {
        margin: 2px;
    }
}

/* Searchable Dropdown Styles */
.searchable-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.location-search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: var(--DSFont);
    background-color: white;
    box-sizing: border-box;
}

.location-search-input:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

.location-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.location-search-result {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-family: var(--DSFont);
    transition: background-color 0.2s ease;
}

.location-search-result:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.location-search-result:last-child {
    border-bottom: none;
}

.no-results {
    padding: 10px 12px;
    color: #666;
    font-style: italic;
    font-size: 14px;
    font-family: var(--DSFont);
}

/* Hide the original select when search is active */
.searchable-dropdown .dsl_location_select {
    display: none;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 700px) {
    .location-search-results {
        max-height: 150px;
    }
    
    .location-search-result {
        padding: 12px;
        font-size: 16px; /* Larger touch targets on mobile */
    }
}

/* Task Count Display Styles */
.task-count-display {
    display: flex;
    gap: 2px;
    margin-top: 5px;
    justify-content: flex-start;
    margin-left: 10px;
}

.task-box {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px;
    font-family: var(--DSFont);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.task-box:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.task-box.past-due {
    background-color: #ff4444; /* Red */
}

.task-box.due-today {
    background-color: #ff8800; /* Orange */
}

.task-box.due-future {
    background-color: #44aa44; /* Green */
}

/* Mobile responsive for task boxes */
@media only screen and (max-width: 700px) {
    .task-box {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
}