.bg-color {
    background-image: url(../images/bg-img.svg);
    padding: 138px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

strong {
    color: #2B374B !important;
    font-weight: bolder;
}

.login-wrap {
    max-width: 550px;
    min-height: 523px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(34, 37, 41, 0.08);
    border-radius: 10px;
    text-align: center;
    padding: 30px 65px;
}

.logo {
    max-width: 399px;
    width: 100%;
}

.login-heading {
    padding: 64px 0 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #2B374B;
}

/* form css */
.did-floating-label-content {
    position: relative;
    margin-bottom: 35px;
}

.did-floating-label {
    color: rgba(43, 55, 75, 0.8);
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 17px;
    padding: 0 5px;
    text-transform: capitalize;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 52px;
    padding: 17px 15px;
    background: #fff;
    color: #323840;
    border: 1px solid rgba(43, 55, 75, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
}


.did-floating-input:focus {
    outline: none;
}

.did-floating-input:focus~.did-floating-label {
    top: -8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    color: rgba(43, 55, 75, 0.8);
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    color: rgba(43, 55, 75, 0.8);
}

/* error msg */
.errortext {
    color: #D60C18;
    text-align: left;
    display: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px;
}

.border-error .did-floating-input {
    border-color: #D60C18;
}

.border-error .did-floating-input:focus~.did-floating-label {
    color: #D60C18;
}

.border-error .did-floating-label {
    color: #D60C18 !important;
}


/* password icon css */
.pwd-icon {
    position: absolute;
    right: 13px;
    top: 15px;
    color: rgba(43, 55, 75, 0.8);
    ;
}

/* forgot pwd */
.forgotpwd {
    text-align: right;
    display: block;
    color: #2B374B;
    margin-top: -15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
}

/* arrow button move */


.arrow::after {
    position: absolute;
    right: 20px;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    content: "\f061";
    font-family: "FontAwesome";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.arrow:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

/* button css */
.btn-submit {
    background-color: #DE772D;
    max-width: 420px;
    height: 52px;
    width: 100%;
    padding: 15px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-family: 'Nunito';
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}

.btn-cancel {
    background-color: #fff;
    color: #DE772D;
    border-color: #DE772D;
    border: 1px solid;

}
.btn-cancel a{
    color: #DE772D;
    text-decoration: none;
}

.secdory-btn {
    max-width: 154px;
    width: 100%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 4px;
}

/* popup model */
.txt-center {
    text-align: center;
}

.popup-title {
    text-align: center;
    width: 100%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2B374B;
}

.img-wrp {
    background-color: black;
    max-width: 68px;
    height: 68px;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 19px 14px;
    margin-bottom: 23px;
}

.txt-para>p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
}

.redirct-btn {
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #DE772D;
    background: transparent;
    border: none;
}

.redirct-btn:hover {
    color: #DE772D;
}



/* front end  css start*/
.scroll-view {
    overflow-y: scroll;
    height: 554px;
}

.scroll-view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-view::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scroll-view::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(230, 223, 223, 0.219);
    background-color: #555;
}

.first-row h4 {
    text-align: left;
}

/* details view */
.profile-section-frontent {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    border-radius: 6px;
    padding: 20px 22px;
}

.inner-det-wrp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.pro-dlt {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 180px; */
    width: 100%;
    margin: 0 4px;
    text-align: center;
}

.hospital-img {
    max-width: 200px;
    height: 152px;
    width: 100%;
    border-radius: 5px;
}

.cricle-img {
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-left: -130px;
}

.upload-section-wrp {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    border-radius: 6px;
    padding: 20px 15px;
    margin-top: 30px;

}

.upld-iner {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.upld-iner .btn-download {
    margin-bottom: 17px;
}

.wdth-btn {
    max-width: 240px;
}

.upld-wrp {
    padding: 28px 33px;
}

.drop-wrp {
    max-width: 496px;
    width: 100%;
    height: 229px;
    display: flex;
    align-items: center;
    border: 1.4px dashed #D6E4EC;
    border-radius: 6px;
}

.drop-wrp span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
    margin-left: 50px;
}

.selt-txt {
    color: #DE772D;
    text-decoration: none;
}

.list-img-video {
    padding-left: 0;
    margin-top: 30px;
}

.list-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(188, 185, 169, 0.15);
    border-radius: 4px;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
}

.gren-checkbox {
    color: #009656;
}

.upload-wrp {
    max-width: 561px;
}

.files-show-wrp {
    display: flex;
    justify-content: space-between;
}

.import-btn {
    background: #FFFFFF;
    color: #DE772D;
    border: 1px solid #DE772D;
    margin-right: 10px;
}

.uplod-wrp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    overflow-y: scroll;
    height: 232px;
}

.uplod-wrp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.uplod-wrp::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.uplod-wrp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(230, 223, 223, 0.219);
    background-color: #555;
}

.uplod-wrp li {
    margin-right: 23px;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 10px 9px;
    height: 216px;
    max-width: 221px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}


.uplod-wrp li video {
    max-width: 210px;
    width: 100%;
    height: 118px;
    margin-bottom: 8px;
}

.video-wrp {
    position: relative;
}

.video-wrp .plya-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-57%, -55%);
}

.top-upld-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    width: 60%;
}

.top-upld-inner span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2B374B;
}

.bottom-upld-inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.bottom-upld-inner .action-btn-wrp span {
    max-width: 29px;
    height: 29px;
    width: 100%;
    background: #BCB9A9;
    border-radius: 6px;
    padding: 2px 10px;
    margin-right: 5px;
    display: block;
    text-align: center;
}

.bottom-upld-inner .action-btn-wrp span img {
    max-width: 10px;
    width: 100%;
    margin-bottom: 0;
}

.bottom-upld-inner a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #3399FF;
    text-decoration: none;
}

.action-btn-wrp {
    display: flex;
    margin-bottom: 10px;
}

.bottom-upld-inner .action-btn-wrp .color-bg-mike {
    background-color: #2B374B;
}

/* micro section */
.micro-wrp video {
    width: 100%;
}

.wdth-micro {
    max-width: 767px;
}

.ply-btn {
    max-width: 89px;
    height: 89px;
    padding: 26px 32px;
    width: 100%;
    background-color: #2B374B;
    border-radius: 50%;
    position: absolute;
    left: 320px;
    top: 180px;
    border: none;
}

.ply-btn img {
    min-width: 21px;
    width: 100%;
    text-align: center;
}

.display-none {
    display: none;
}

.remark-wrp {
    max-width: 561px;
}

.remark-body {
    padding: 30px 32px;
}

.remark-text textarea {
    border: 1px solid rgba(43, 55, 75, 0.3);
    width: 100%;
    max-width: 561px;
    height: 121px;
    border-radius: 4px;
    padding: 15px 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(43, 55, 75, 0.8);

}

/* paitents view list */

.paitents-wrp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.inner-patst {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 172px;
    width: 100%;
    margin-right: 30px;
}

.inner-patst img {
    width: 100%;
    border-radius: 10px;
    height: 59px;
    max-width: 172px;
}

.wrp-prf-paitent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inner-txt-patst {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-txt-patst .action-wrp {
    padding: 6px 9px;
}

.inner-patst span {
    font-size: 14px;
}

.inner-txt-patst span,
.inner-patst span {
    margin-bottom: 20px;
}

.pitst-wrp {
    margin-top: 30px;
}

.pitst-wrp ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    overflow-x: scroll;
    height: 210px;
}

.pitst-wrp ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pitst-wrp ul::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.pitst-wrp ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(230, 223, 223, 0.219);
    background-color: #555;
}


.pitst-wrp ul li {
    background: #F8F8F8;
    border-radius: 4px;
    padding: 10px;
    margin-right: 20px;
    position: relative;
}

.pitst-wrp ul .txt-crente {
    background: #fff;
    text-align: center;
    width: 100%;
    margin-right: 0;
}

.pitst-wrp ul li img {
    max-width: 200px;
    width: 100%;
    min-width: 172px;
    height: 124px;
}

.pitst-wrp ul li video {
    max-width: 200px;
    width: 100%;
    min-width: 200px;
}

.pitst-wrp h4 {
    text-align: left;
    position: relative;
}

.pitst-wrp h4::before {
    content: '';
    border-top: 1px solid rgba(119, 119, 119, 0.3);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pitst-wrp h4 span {
    background: #FFFFFF;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.pitst-wrp ul li .plya-icon {
    position: absolute;
    top: 45px;
    left: 96px;
    display: none;
}

.upload-section {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.or-line {
    position: relative;
    display: block;
    max-width: 200px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.or-line::after {
    content: '';
    border-top: 1px solid rgba(119, 119, 119, 0.3);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -52%;
    transform: translateY(-50%);
}

.or-line::before {
    content: '';
    border-top: 1px solid rgba(119, 119, 119, 0.3);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -60%;
    transform: translateY(-50%);
}

.or-line span {
    background: #FFFFFF;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
}

.bar-codescan {
    display: flex;
    flex-direction: column;
}

/* nurse css */

.pro-dlt strong {
    margin-bottom: 20px;
}

.mrg-left {
    margin-left: 0;
}

.jst-space {
    justify-content: space-between;
    flex-wrap: wrap;
}

.nurse-wrp-frontend .jst-space {
    flex-wrap: nowrap;
}

/* profile view css */


.inner-dels {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.inner-dels .imageUploadContainer {
    max-width: 300px;
    width: 100%;
    margin-bottom: 0;
}

.file-selt {
    width: 100%;
    margin-bottom: 30px;
}

.mrg-10 {
    margin-right: 10px;
}

.inner-dels form {
    width: 100%;
}


/* surgeon dashborad css  */


.new-container {
    max-width: 1850px;
    width: 100%;
    padding: 0 20px;
}

.new-container h2.metrics-color {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #2B374B;
    margin-top: 20px;
}

.metrics-style {
    display: flex;
    margin-bottom: 45px;
}

.new-metrics-details-style {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    background-color: #ffffff;
    display: flex;
    margin-right: 26px;
    max-width: 365px;
    width: 100%;
    justify-content: flex-start;
}

.new-metrics-details-style figure {
    flex: 0 0 82px;
    background-color: #2B374B;
    padding: 35px 0;
    min-height: 100%;
    display: flex;
    align-items: center;
}

.new-metrics-details-style figure img {
    background-color: #2B374B;
    width: 54px;
}

.metrics-week-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.metric-color span {
    color: #2B374B;
    font-weight: 700;
}

.metrics-week-style span {
    font-size: 22px;
    line-height: 1.2;
}

.metrics-week {
    text-align: center;
    flex: 0 0 75px;
    padding-right: 10px;
}

.metrics-week strong {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.metrics-week-style strong {
    color: #2c2d32;
}

.metrics-week-style .metrics-week span {
    color: #2c2d32;
    font-weight: 400;
    font-size: 10px;
}

.new-metrics-details-style:last-child {
    max-width: 404px;
    width: 100%;
}

.new-metrics-details-style:last-child figure {
    background-color: #DE772D;
}

.new-metrics-details-style:last-child img {
    background-color: #de772d;
}


/* paitents dashorad css  */

.top-row-container {
    width: 100%;
    text-align: center;
    padding: 35px 30px;
    overflow: hidden;
    background: #BCB9A9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.prs-content .title {
    margin-bottom: 43px;
    padding-left: 10px;
}

.new-more-container-links {
    width: 100%;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.new-more-container-links .new-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-more-container-links .new-links-list li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 166px;
    width: calc(100% / 2 - 21px);
    border-radius: 3px;
    box-shadow: 0 0 15px 2px rgb(121 121 121 / 50%);
    background-color: #fdfdfd;
    overflow: hidden;
}

.new-more-container-links .new-links-list li {
    padding: 33px 18px;
}

.new-more-container-links .new-links-list li a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

.new-more-container-links .new-links-list li figure {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.new-more-container-links .new-links-list li figure img {
    width: 100%;
}

.new-more-container-links .new-links-list li a strong {
    font-size: 18px;
    font-weight: bold;
    color: #2b374b;
    margin-bottom: 22px;
    text-transform: capitalize;
    text-align: center;
}

.new-more-container-links .new-links-list li a span {
    border-radius: 4px;
    width: 100%;
    font-size: 15px;
    color: #5d5d5d;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.new-more-container-links .new-links-list li:nth-child(even) {
    margin-right: 0;
}

/* paitents css dashborad */
.home-content {
    background-color: #fff;
}

.paitens-content {
    padding-top: 20px;
    height: 100vh;
}

.date>div>img {
    max-width: 29px;
    width: 100%;
}

.mfg-left {
    margin-left: 0;
}

.import-btn:hover,
.import-btn:focus {
    color: #DE772D;
}

.table-wrp table {
    text-align: center;
}

.impt-img p {
    margin-bottom: 0;
}

.btn-upload {
    color: #DE772D;
    margin-top: -21px;
}

.btn-upload input {
    opacity: 0;
    overflow: hidden;
    width: 100%;
}

.alert.alert-block {
    display: block;
    position: relative;
    text-align: center;
    margin: 10px 0;
    line-height: normal;
}

.alert.alert-block .rel-center {
    width: 370px;
    border-radius: 6px;
    box-shadow: 0 20px 40px 0 rgb(40 50 60 / 35%);
    border: solid 1px #2B374B;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 14px;
    position: relative;
}

.alert.alert-block .rel-center button.close {
    display: none;
}

.alert.alert-block .rel-center strong {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #28323c;
    margin-left: 22px;
}

/* tool tip */


.newfeed-back-line {
    white-space: normal;
    font-size: 16px;
    font-weight: 600;
    color: #28323c;
    display: block;
    padding: 5px;
    text-align: center;
    background-color: rgba(188, 185, 169, 0.15);
    border-radius: 5px;
    word-break: break-all;
    width: 100%;
    position: relative;
}

.newedit-feed-back-box {
    position: absolute;
    bottom: -40px;
    left: 67px;
    font-size: 12px;
    line-height: 16px;
    color: #3399FF;
    font-weight: 700;
    cursor: pointer;
    padding: 4px 0;
}

.newedit-feed-back-box img {
    max-width: 13px !important;
    width: 100% !important;
    height: 13px !important;
}

.card {
    height: 200px !important;
    overflow-y: scroll;
}


.card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.card::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(230, 223, 223, 0.219);
    background-color: #555;
}

.pub-wrp {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.pub-wrp .import-btn {
    margin-right: 10px;
}

.top-upld-inner .color-grn {
    color: #009656;
    margin-left: 30px;
}


/* checkbox  */
.video-select {
    position: absolute;
    top: 11px;
    left: 1px;
    width: 100%;
    height: 20px;
}

.video-select .control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
    font-family: "proxima_nova";
}

.video-select .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.2px;
    width: 100%;
    height: 52%;
    z-index: 99;
}

.video-select .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.video-select .control__indicator {
    position: absolute;
    top: -4px;
    right: 8px;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #009656;
    border-radius: 50%;
    background-color: #fff;
}

.video-select .control--radio .control__indicator {
    border-radius: 50%;
}

.video-select .control input:checked~.control__indicator {
    background-color: #009656;
}


.video-select .control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.video-select .control__indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.video-select .control input:checked~.control__indicator:after {
    display: block;
}

.video-select .control--checkbox .control__indicator:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.fac-heading {
    text-align: left;
}

.upld-iner form {
    width: 100%;
}

.publish-wrp .micro-wrp .pic img {
    width: 100%;
    max-width: 200px;
}

.procedure-container {
    display: none;
}

/* nurse module */
.action-wrp a i {
    color: #fff;
}

.box-show-wrp {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    padding: 10px 12px;
    border-radius: 7px;
}

.remove-bx {
    box-shadow: unset;
    padding: 0;
}

.pro-dlt span a {
    text-decoration: none;
}

.box-show-wrp .pro-dlt {
    margin-bottom: 5px;
}

.date div {
    margin-top: 15px;
}

.bulk-uplod label {
    color: #DE772D;
    cursor: pointer;
}

.det-just {
    justify-content: space-between;
}

.detaisl-infropat {
    width: 30%;
}

.secnd-detaisl-infropat {
    width: 70%;
}

.inner-txt-patst span:first-child,
.detaisl-infropat span {
    color: #2B374B !important;
    font-weight: bolder;
}

/* deciate video wrp section */
.dict-wrp {
    padding: 20px;
}

.dict-wrp h3 {
    margin-bottom: 20px;
}

.dictate-video-wrp {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    border-radius: 6px;
    padding: 20px 22px;
    position: relative;
}

.dictate-video-wrp video {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 500px;
}

#controls {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 47%;
    transform: translateY(10px);
    max-width: 89px;
    height: 89px;
    padding: 22px 32px;
    width: 100%;
    background-color: #2B374B;
    border-radius: 50%;
    border: none;
}

#controls img {
    min-width: 21px;
    width: 100%;
    text-align: center;
}

.recording {
    min-width: 21px !important;
    width: 100% !important;
    text-align: center !important;
    display: block;
    margin-top: 10px;
}

.audioProgress {
    text-align: center;
}

/* surgeon css */
.uplod-wrp li {
    height: 274px;
}

.bottom-upld-inner {
    flex-wrap: nowrap;
    width: 100%;
}

.newfeed-back-line {
    width: 100%;
    margin-top: 5px;
    text-align: left;
    height: 48px;
    display: block;
}

.mike-icon-wrp {
    max-width: 30px;
    height: 30px;
    width: 100%;
    background: #2B374B;
    padding: 5px;
    border-radius: 6px;
    margin-left: 2px;
}

.mike-icon-wrp img {
    max-width: 20px;
    height: 20px !important;
}

.bottom-upld-inner a {
    position: absolute;
    right: 76px;
    /* bottom: 11px; */
    bottom: 33px;
    z-index: 9;
}

.addr {
    max-width: 420px;
}

.deci-btn {
    position: absolute;
    /* top: 50px; */
    top: 35px;
    right: 11px;
    background-color: #009656;
    color: #fff !important;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 10px;
}

.botm-mrg {
    margin-bottom: 0;
    margin-top: 0;
}

.botm-mrg label {
    margin-bottom: 10px;
}

.mrg-lft {
    margin-left: 0;
}

/* .pro-dlt:first-child{
    max-width: 120px;
} */
/* .pro-dlt:first-child strong {
    margin-bottom: 10px;
} */
.pro-dlt strong {
    margin-bottom: 20px;
}

.pro-dlt:last-child div {
    height: 100%;
    padding-top: 10px;
}

.files-show-wrp {
    padding-top: 20px;
}

.v-prt {
    margin-right: 59px;
}

.pro-dlt .pd-bt {
    padding-top: 0 !important;
}

.upmrg {
    margin-top: 30px;
}

.profile-section-frontent {
    margin-bottom: 10px;
    border: 3px solid #fff;
}
.profile-section-frontent-overall {
    margin-bottom: 10px;
    background: #FFFFFF;
    padding: 20px 22px;
 }

.detaisl-infropat span {
    font-weight: 800;
}

/* new feed back desgin css 13-12-2022 */
.new-patinet-video {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.new-patinet-video .upload-section-wrp {
    margin-top: 0;
    box-shadow: none;
    padding: 0 25px;
    width: 70%;
}

.new-patinet-video .inner-det-wrp {
    flex-wrap: wrap;
    width: 30%;
    justify-content: space-between;
}

.new-patinet-video .files-show-wrp {
    flex-wrap: wrap;
    padding-top: 15px;
}

.new-patinet-video .uplod-wrp li {
    margin-right: 7px;
}

.new-patinet-video .btn-download {
    padding: 15px 32px;
}

.new-patinet-video .pro-dlt {
    margin-bottom: 20px;
}

.surgeonnav li a {
    justify-content: center;
}

.new-prf-sect-front a {
    text-decoration: none;
    color: #2B374B;
}

/* paitents css new desgin 19-12-2022 */
.pait-wth {
    width: 30%;
    flex-wrap: wrap;
}

.pait-wth .secnd-detaisl-infropat {
    width: 100%;
    flex-wrap: wrap;
}

.pait-wth .inner-txt-patst {
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
}

.pait-wth-vid {
    width: 70%;
    padding-left: 20px;
}

.pait-wth .date div {
    margin-top: 0;
}

.right-paitents {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.link-btn {
    max-width: 261px;
    height: auto;
    padding: 13px;
    display: flex;
    align-items: flex-start;
}

.link-btn figure {
    max-width: 100px;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.link-btn figure img {
    height: 100%;
    width: 100%;
    max-width: 100px;
}

.link-btn strong {
    color: #fff !important;
}

/* qa feed back css 28-12-2022 */
.new-patinet-video .pro-dlt:last-child {
    justify-content: center;
    margin: 0 auto;
}

.new-patinet-video .inner-det-wrp {
    justify-content: flex-start;
}

.new-patinet-video .pro-dlt {
    max-width: 130px;
}

.new-patinet-video .pro-dlt strong {
    white-space: nowrap;
}

/* 11-1-2023  */

/* sales module form css*/
.key-contacts {
    width: 100%;
    text-align: left;
}

/* sale module header section css 2-1-2023 */
.sales-header {
    display: flex;
    justify-content: space-between;
    padding: 23px 30px;
    align-items: center;
}

.iconsale-tab i {
    color: #2B374B;
    font-size: 24px;
}

.sale-nav {
    position: relative;
}

.sale-topnav {
    flex-direction: column;
    position: absolute;
    left: -500%;
    top: 0;
    background-color: #2B374B;
    border-radius: 0px 0px 6px 6px;
    transition: .60s all;
    z-index: 99999;
    height: 600px;
    padding-left: 0;
}

.sale-topnav li {
    width: 200px;
    border-bottom: 2px solid #232E40;
    border-right: none;
    height: 63px;
}

.sale-topnav li a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px 12px 17px;
    font-family: 'Nunito';
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #F8F8F8;
    border-bottom: 3px solid transparent;
    height: 100%;
}

.sale-topnav a.active {
    background-color: #FFFFFF;
    color: #DE772D;
    border-color: #DE772D;
    border-radius: 0;
}

.sale-sidebar-open {
    left: 0;
    transition: .60s all;
}

.sales-header .logo {
    max-width: 250px;
    height: 28px;
}

/* surgeon patients nurse ui changes css 14-2-2023 */
.new-patinet-video {
    align-items: self-start;
}


.new-patinet-video .inner-det-wrp,
.pait-wth .secnd-detaisl-infropat {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    margin-right: 10px;
    /* padding: 10px; */
    padding: 15px 10px;
}

.new-patinet-video .upload-section-wrp {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    margin-right: 10px;
    padding: 10px;
    padding: 15px 10px;
}

.pait-wth-vid {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    margin-right: 10px;
    padding: 10px;
}

.new-patinet-video .pro-dlt,
.pait-wth .inner-txt-patst {
    max-width: 90%;
    flex-direction: unset;
    align-items: baseline;
    justify-content: space-between;
    margin: 0;
}

.new-patinet-video .pro-dlt:last-child {
    justify-content: space-between;
    margin: 0;
}

.pait-wth .inner-txt-patst .date {
    max-width: 100%;
    flex-direction: unset;
    align-items: baseline;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.sale-module-wrp h3 {
    font-size: 24px;
}

/* dashborad  */
.dash-wrp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wrp-pro {
    padding-right: 40px;
}

.progress-br {
    display: flex;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: conic-gradient(#DE772D var(--progress), #2B374B 0deg);
    font-size: 0;
}

.progress-br::after {
    content: attr(data-progress) '/8';
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nurse-hed {
    display: flex;
    justify-content: space-between;
}

.new-prf-sect-front .pro-dlt strong {
    display: none;
}

.new-prf-sect-front .fixedheader .pro-dlt strong {
    display: block;
}

.new-prf-sect-front .pro-dlt span img {
    max-width: 30px;
    width: 100%;
    margin: 10px;
    border-radius: 50%;
    background: white;
    font-size: 1rem;
    text-align: center;
}

.right-dash h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #2B374B;
    text-align: left;
}

.right-dash p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgba(43, 55, 75, 0.8);
}

.txt-dash {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(43, 55, 75, 0.8);
    text-align: left;
    padding-top: 26px;
}

.txt-dash:last-child {
    padding-top: 0;
}

.courses-wrp {
    padding-top: 30px;
}

.courses-wrp .sales-upload-wrp li {
    width: 31%;
}

.courses-wrp .sales-upload-wrp li a {
    text-decoration: none;
}

.courses-wrp .bulk-uplod label {
    text-align: center;
    display: block;
}

.peiview-qus {
    padding-left: 22px;
    display: flex;
}

.upcmpaitnet {
    justify-content: space-between;
    align-items: center;
}

.peiview-qus li {
    position: relative;
    width: 50% !important;
}

.peiview-qus li::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #555F6F;
    border-radius: 50%;

}

.peiview-qus li span {
    display: block;
    width: 50%;
    margin-right: 0;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(43, 55, 75, 0.8);
    white-space: nowrap;
}

/* 11-1-2023  */

.top-label-select {
    top: -10px;
    width: auto;
}

/* sales module css start 31-01-2023 */

/* sales module form css*/
.key-contacts {
    width: 100%;
    text-align: left;
}

/* sale module header section css 2-1-2023 */
.sales-header {
    display: flex;
    justify-content: space-between;
    padding: 23px 30px;
    align-items: center;
}

.iconsale-tab i {
    color: #2B374B;
    font-size: 24px;
}

.sale-nav {
    position: relative;
}

.sale-topnav {
    flex-direction: column;
    position: absolute;
    left: -500%;
    top: 0;
    background-color: #2B374B;
    border-radius: 0px 0px 6px 6px;
    transition: .60s all;
    z-index: 99999;
    height: 1150px;
    padding-left: 0;
}

.sale-topnav li {
    width: 200px;
    border-bottom: 2px solid #232E40;
    border-right: none;
    height: 63px;
}

.sale-topnav li a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px 12px 17px;
    font-family: 'Nunito';
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #F8F8F8;
    border-bottom: 3px solid transparent;
    height: 100%;
}

.sale-topnav a.active {
    background-color: #FFFFFF;
    color: #DE772D;
    border-color: #DE772D;
    border-radius: 0;
}

.sale-sidebar-open {
    left: 0;
    transition: .60s all;
}

.sales-header .logo {
    max-width: 250px;
    height: 28px;
    width: 100%;
}

.sale-module-wrp h3 {
    font-size: 24px;
}

/* dashborad  */
.dash-wrp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wrp-pro {
    padding-right: 40px;
}

.progress-br {
    display: flex;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: conic-gradient(#DE772D var(--progress), #2B374B 0deg);
    font-size: 0;
}

.progress-br::after {
    content: attr(data-progress) '/9';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 10px;
    border-radius: 50%;
    background: white;
    font-size: 1rem;
    text-align: center;
}

.right-dash h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #2B374B;
    text-align: left;
}

.right-dash p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgba(43, 55, 75, 0.8);
}

.txt-dash {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(43, 55, 75, 0.8);
    text-align: left;
    padding-top: 26px;
}

.txt-dash:last-child {
    padding-top: 0;
}

.courses-wrp {
    padding-top: 30px;
}

.courses-wrp .sales-upload-wrp li {
    width: 31%;
}

.courses-wrp .sales-upload-wrp li a {
    text-decoration: none;
}

.courses-wrp .bulk-uplod label {
    text-align: center;
    display: block;
}

.peiview-qus {
    padding-left: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.peiview-qus li {
    position: relative;
    width: 50% !important;
}

.peiview-qus li::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #555F6F;
    border-radius: 50%;

}

.peiview-qus li span {
    display: block;
    width: 50%;
    margin-right: 0;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(43, 55, 75, 0.8);
    white-space: nowrap;
}

.courses-wrp .wrp-sales-content strong {
    padding-bottom: 16px;
}

.peiview-qus li:last-child span {
    text-align: right;
    width: 100%;
}

/* video test  */
.testpaper-wrap {
    padding-bottom: 50px;
}

.inner-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 155px;
}

.close-wrp {
    max-width: 46px;
    height: 46px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 11px 15px;
    margin-right: 20px;
}

.prgrs {
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 18px;
    border-radius: 30px;
    background: #FFFFFF;
}

.prgrs::-webkit-progress-bar {
    background: #FFFFFF;
    border-radius: 20px;
}

.prgrs::-webkit-progress-value {
    border-radius: 30px;
    height: 18px;
    /* max-width: 55px; */
    /* width: auto; */
    background: #2B374B !important;
}

.vido-sale-test {
    width: 100%;
    max-width: 518.05px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    padding: 0 95px 45px;
    position: relative;
    height: 492.21px;
    margin: 0 auto;
}

.vido-sale-test video {
    max-width: 327.63px;
    width: 100%;
    position: absolute;
    top: -60px;
    border-radius: 6px;
    z-index: 999;
}

.sale-cont {
    padding-top: 160px;
    text-align: center;
}

.sale-cont h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #2B374B;
}

.sale-cont ul {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    padding-left: 0;
}

.sale-cont ul li {
    list-style: disc;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(43, 55, 75, 0.8);
}

.sale-cont .did-floating-label-content {
    padding-top: 30px;
    padding-bottom: 59px;
}

.red-theory {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #3399FF;
    text-decoration: none;
}


/* video play section  */
.video-ply-section {
    height: 400px;
    max-width: 800px;
}

.video-ply-section video {
    left: 49px;
    max-width: 700px;
    height: 100%;
    top: -20px;
    padding-bottom: 30px;
}

.ply {
    position: absolute;
    top: 0;
    font-size: 48px;
    left: 45%;
    height: 0;
    margin: auto;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
}

.testpaper-ply {
    top: -1%;
}

.up-innerscend video::-webkit-media-controls {
    display: none;
}

video::-webkit-media-controls-play-button {
    vertical-align: middle;
}

.hide {
    display: none;
}


/* test-video-start css */
.strt-test-wrp .inner-progress {
    padding-bottom: 50px;
}

.test-video-start {
    position: relative;
}

.test-video-start video {
    max-width: 485px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
}

.test-video-start .ply {
    top: 32%;
}

.question-wrp {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 150px;
}

.option-section-wrp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.option-section-wrp label {
    max-width: 557px;
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
    padding: 16px 28px;
    margin-bottom: 31px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 2px;
    color: rgba(43, 55, 75, 0.8);
    position: relative;
    cursor: pointer;
}

.option-section-wrp label>span {
    position: absolute;
    top: 30px;
}

.option-section-wrp input {
    opacity: 0;
    width: 100%;
    padding: 100px;
    cursor: pointer;
}

.ques-txt {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #2B374B;
    max-width: 512px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sale-footer-section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, 0.1);
    padding: 22px 30px;
}

.inner-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-continue-disable {
    background: #F5F5F2;
    padding: 18px 55px;
    border: none;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2B374B;
    cursor: pointer;
}

.btn-enable {
    background: #DE772D;
    color: #fff;
}

.btn-worng {
    background-color: #CF3142;
}

.footer-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 52%;
}

.dingcorrect {
    display: flex;
    flex-direction: column;
    padding-left: 23px;
}

.dingcorrect span:first-child {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #009656;
}

.dingcorrect span:last-child {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2B374B;
}

.wrong-ding span:first-child {
    color: #CF3142;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.footer-left>span {
    border: 4px solid #009656;
    max-width: 59px;
    height: 59px;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
}

.footer-left .clsred {
    border: 4px solid #CF3142;
    max-width: 59px;
    height: 59px;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
}

.footer-left>span img {
    padding: 17px 15px;
}

.footer-right {
    width: 100%;
    text-align: end;
}

.option-section-wrp .correct-ans {
    border: 1.5px solid #009656;
    background-color: rgba(0, 150, 86, 0.1) !important;
    color: #009656;
}

.option-section-wrp .worng-ans {
    background: rgba(207, 49, 66, 0.1);
    border: 1.5px solid #CF3142;
    color: #CF3142;
}


/* last screen  paper  */
.last-screenpaper {
    padding-top: 200px;
    padding-bottom: 200px;
}

.last-screenpaper .vido-sale-test .grp-img {
    position: absolute;
    top: -87px;
    left: 33%;
    max-width: 185.8px;
    width: 100%;
}

.lst-corrent {
    display: flex;
    flex-direction: column;
}

.sale-cont .lst-corrent li {
    list-style: none;
    margin-bottom: 24px;
    display: flex;
}

.corntans {
    background: #009656;
    max-width: 22px;
    height: 22px;
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    margin-right: 51px;
}

.worngans {
    background: #CF3142;
    max-width: 22px;
    height: 23.35px;
    display: inline-block;
    width: 100%;
    border-radius: 50%;
    margin-right: 51px;
}

.sale-cont .right-ans {
    background: rgba(0, 150, 86, 0.1);
    border: 1.5px solid #009656;
    border-radius: 10px;
    padding: 14px 16px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #009656;
}

.sale-cont .worng-ans {
    background: rgba(207, 49, 66, 0.1);
    border: 1.5px solid #CF3142;
    border-radius: 10px;
    padding: 14px 16px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #CF3142;
}

/* new feed back desgin css 13-12-2022 */
.new-patinet-video {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.new-patinet-video .upload-section-wrp {
    margin-top: 0;
    box-shadow: none;
    padding: 0 25px;
    width: 70%;
}

.new-patinet-video .inner-det-wrp {
    flex-wrap: wrap;
    width: 30%;
    justify-content: space-between;
}

.new-patinet-video .files-show-wrp {
    flex-wrap: wrap;
    padding-top: 30px;
}

.new-patinet-video .uplod-wrp li {
    margin-right: 9px;
}

.new-patinet-video .btn-download {
    padding: 15px 32px;
}

.new-patinet-video .pro-dlt {
    margin-bottom: 20px;
}

.surgeonnav li a {
    justify-content: center;
}

.new-prf-sect-front a {
    text-decoration: none;
    color: #2B374B;
}

/* paitents css new desgin 19-12-2022 */
.pait-wth {
    width: 30%;
    flex-wrap: wrap;
}

.pait-wth .secnd-detaisl-infropat {
    width: 100%;
    flex-wrap: wrap;
}

.pait-wth .inner-txt-patst {
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
}

.pait-wth-vid {
    width: 70%;
    padding-left: 20px;
}

.pait-wth .date div {
    margin-top: 0;
}

.right-paitents {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.link-btn {
    max-width: 261px;
    height: auto;
    padding: 13px;
    display: flex;
    align-items: flex-start;
}

.link-btn figure {
    max-width: 100px;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.link-btn figure img {
    height: 100%;
    width: 100%;
    max-width: 100px;
}

.link-btn strong {
    color: #fff !important;
}

/* qa feed back css 28-12-2022 */
.new-patinet-video .pro-dlt:last-child {
    justify-content: center;
    margin: 0 auto;
}

.new-patinet-video .inner-det-wrp {
    justify-content: flex-start;
}

.new-patinet-video .pro-dlt {
    max-width: 130px;
}

.new-patinet-video .pro-dlt strong {
    white-space: nowrap;
}

/* sales module css start */
.sales-upload-wrp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sales-upload-wrp li {
    margin-right: 20px;
    padding-bottom: 20px;
    width: 31.533%;
}

.wrp-sales-content {
    position: relative;
    height: 218;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    padding: 19px 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.wrp-sales-content img {
    padding-bottom: 18px;
    max-width: 63.22px;
    height: 81px;
    width: 100%;
}

.wrp-sales-content strong {
    display: inline-block;
    padding-bottom: 40px;
}

.wrp-sales-content p {
    border: 1px solid #009656;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* 9-1-2023 new upload screen sales  */
.part-section-wrp {
    display: flex;
    justify-content: space-between;

}

.view-wrp-first {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 42%;
}

.upinner-top {
    display: flex;
    align-items: flex-start;
}

.up-innerfirst {
    display: flex;
    flex-direction: column;
    padding-left: 26px;
}

.up-innerfirst h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
    padding-bottom: 18px;
    margin-top: -2px;
}

.sales-btn-upload {
    background: #DE762D;
}

.sales-btn-upload label {
    color: #fff;
}

.preview-section {
    display: flex;
    justify-content: space-between;
    padding-left: 48px;

}

.preview-section li {
    padding-right: 48px;
}

.up-innerscend {
    max-width: 220px;
    min-width: 220px;
    width: 100%;
    position: relative;
}

.up-innerscend h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
    text-align: left;
}

.up-innerscend video {
    width: 100%;
    border-radius: 10px;
}

.up-innerscend>i {
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-13px, 0px);
    cursor: pointer;
}

.up-thrid {
    padding-left: 45px;
    width: 58%;
}

.thumnails-view {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.up-thrid h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
    text-align: left;
}

.item {
    position: relative;
}

.sale-check-box .control__indicator {
    top: 0px;
    border: 2px solid #fff;
    background: #D9D9D9;
}

.item img {
    /* max-width: 217.2px; */
    height: 125px;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -43px;
    top: 34px;
    width: 50px;
    height: 50px;
}

.owl-carousel .owl-nav button.owl-prev span {
    font-weight: normal;
    font-family: 'Nunito';
    font-size: 0;
    line-height: 26px;

}

.owl-carousel .owl-nav button.owl-prev span::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 21px;
    color: rgba(43, 55, 75, 0.8);
    ;

}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -38px;
    top: 34px;
    width: 50px;
    height: 50px;
}

.owl-carousel .owl-nav button.owl-next span {
    font-weight: normal;
    font-family: 'Nunito';
    font-size: 0px;
    line-height: 26px;

}

.owl-carousel .owl-nav button.owl-next span::after {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 21px;
    color: rgba(43, 55, 75, 0.8);
    ;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
}

.btn-sal-wrp {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 20px;
}

.btn-sales-wrp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 36%;
}

.sync-file img {
    margin-right: 10px; /* Add spacing between the icon and text */
    vertical-align: middle; /* Align icon with the text */
}


.sync-status{
    padding-left: 40px;
}

.image-sync-status {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
}

.image-sync-status img {
    width: 25px;
    height: 16px;
}

.image-sync-status span {
    font-size: 12px;
    color: #565656;
}

/* Disable anchor: just for clarity */
#fetchScheduleBtn.disabled-anchor {
    pointer-events: none;
    cursor: not-allowed;
}

/* Only grey out the button */
#fetchScheduleBtn button.greyed-out {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: #FFFFFF !important;
}



.btn-sales-wrp .btn-download {
    padding: 12px 15px;
    height: 43px;

    max-width: 200px;
}

.btn-sales-wrp .bulk-uplod {
    max-width: 175px;
    padding: 12px 15px;
    margin-right: 30px;
}


.left-according-sect {
    width: 40%;
}

.left-according-sect .did-floating-input {
    height: 72px;
}

.botm-acc-sec h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(43, 55, 75, 0.8);
    text-align: left;
}

.chck-box-wrp {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chck-box-wrp .a-class input[type=checkbox] {
    width: 33px;
    height: 22px;
    margin-left: 15px;
}

.a-class {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
}

.right-according-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}

.in-forminpt {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 49%;
}

.right-according-sect .did-floating-label-content {
    width: 100%;
    margin-left: 14px;
}

.from-accordioninner {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.wwrp {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    border-radius: 6px;
    margin-bottom: 20px;
}

.accordion-container .accordion-title {
    position: relative;
    padding: 13px 14px;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #EAF0F4;
    margin-bottom: 20px;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-container .accordion-title p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
    margin-bottom: 0;
    word-break: break-all;
    padding-right: 10px;
}

.accordion-content {
    display: none;
}

.arrowtop {
    display: none;
}

.rotatedarrow .arrowtop {
    display: block;
}

.rotatedarrow .arrowdown {
    display: none;
}

.arrw-wrp {
    width: 23px;
    height: 23px;
    background-color: #EFEFEC;
    ;
    padding: 9px 6px;
    border-radius: 50%;
}

.arrowdown,
.arrowtop {
    right: 18px;
    position: absolute;
}

.dele-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dele-arrow span {
    background: #bcb9a95c;
    width: 29px;
    height: 29px;
    padding: 3px 8px;
    border-radius: 6px;
    text-align: center;
    margin-right: 15px;
}

.btn-sal-wrp h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #2B374B;
}


.submenu {
    display: none;
}

.myprofile-det ul li:nth-child(3):hover .submenu {
    display: block;
    position: absolute;
    right: 200px;
    width: 200px;
    top: 35%;
    background: #fff;
    padding: 10px 0;
    box-sizing: border-box;

}

/* 20-01-2023 sales module css */

.site-sur-wrp {
    margin-top: 28px;
    margin-bottom: 100px;
}

.back-arrow-heding {
    text-align: left;
}

.progresses {
    display: flex;
    align-items: center;
    margin-top: 28px;
    justify-content: center;
}

.stepone {
    display: flex;
    align-items: center;
    position: relative;
}

.line {
    width: 346px;
    height: 2px;
    background: rgba(43, 55, 75, 0.3);
}


.steps {
    display: flex;
    color: #fff;
    font-size: 14px;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid rgba(43, 55, 75, 0.3);

}

.active-step {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3399FF;
    border: 2px solid #F8F8F8;
    box-shadow: 0px 3px 6px rgba(0, 48, 151, 0.28);
}

.stepname {
    position: absolute;
    top: 16px;
    transform: translate(-23px, 10px);
    white-space: nowrap;
    text-align: center;
    left: -27px;
}

.site-sur-from {
    padding-top: 44px;
    text-align: left;
}

.site-sur-from form {
    width: 100%;
}

.bro-line {
    border-top: 1.6px solid rgba(43, 55, 75, 0.3);
    margin-bottom: 30px;
    margin-top: 10px;
}

.top-label-select {
    top: -10px;
    width: auto;
}

.site-wrp form .mand-pat-info .did-floating-label-content {
    width: 50%;

}

.key-contacts .subheding {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    margin-top: 31px;
    margin-bottom: 20px;
}

.btn-footer-wrp {
    position: sticky;
    bottom: 0;
    padding: 21px 29px;
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, 0.1);
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);

}

.btn-sub-wrp {
    display: flex;
    justify-content: space-between;
}

.btn-sale {
    background: #DE772D;
    max-width: 188px;
    width: 100%;
    padding: 18px 55px;
    border: none;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #F8F8F8;
}

.back-btn {
    background: rgba(188, 185, 169, 0.15);
    color: #2c2d32;
    z-index: 9;
    position: relative;
}


/* 23-01-2023 */

.wrapperbtn {
    display: inline-flex;
    background: #fff;
    align-items: center;
    justify-content: space-evenly;
}

.wrapperbtn .option {
    background: #fff;
    height: 100%;
    max-width: 60px;
    min-width: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid rgba(43, 55, 75, 0.3);
    transition: all 0.5s ease;
    margin: 0 10px;
}

input[type="radio"] {
    display: none;
}

input#one:checked~.option-1,
input#two:checked~.option-2 {
    border-color: rgba(43, 55, 75, 0.3);
    background-color: #2B374B;
}

input#one:checked~.option-1 span,
input#two:checked~.option-2 span {
    color: #fff;
}

.wrapperbtn .option span {
    font-size: 14px;
    color: rgba(43, 55, 75, 0.8);
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.pd-40px {
    padding-top: 40px;
}

.footer-btn-iner {
    display: flex;
}

.daft-btn {
    text-decoration: none;
    background: #FFFFFF;
    color: #DE772D;
    border: 1px solid #DE772D;
    margin-right: 10px;
    max-width: 188px;
    width: 100%;
    padding: 18px 55px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    border-radius: 6px;
}

@media(max-width:800px) {
    .line {
        width: 263px;
    }
}

/* 23-01-2023 from managemnt desgin */
.from-management-wrp {
    display: flex;
    justify-content: space-between;
}

.leftfrom-management {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    padding: 18px;
    width: 45%;
    margin: 0 15px 0px 0;
}

.inner-leftfrom-management {
    padding: 12px;
    margin-bottom: 27px;
    /* max-width: 600px; */
    width: 100%;
    border: 1px solid #fff;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.myprofile-det ul li:hover a,
.myprofile-det ul li:hover span {
    padding-left: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.inner-leftfrom-management::after {
    content: '';
    height: 10px;
    border-top: 1.5px solid #EAF0F4;
    position: absolute;
    bottom: -24px;
    left: 0;
    /* width: calc(594px - 20px); */
    width: 100%;
}

.inner-leftfrom-management:hover {
    border-color: #DE772D;
}

.inner-leftfrom-management.border-active {
    border-color: #DE772D;
}


.shre-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
}

.shre-wrp span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3399FF;
    position: relative;
    cursor: pointer;
}

.pdf-wrp {
    padding-bottom: 17px;
}

.pdf-wrp a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3399FF;
    text-decoration: none;
    padding-left: 12px;
    padding-top: 10px;
}

.file-uplaod-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;
}

.file-uplaod-wrp .bulk-uplod {
    margin: 0;
    background: #DE762D;
    cursor: pointer;
}

.file-uplaod-wrp .bulk-uplod label {
    color: #fff;
    cursor: pointer;
}


.from-btnfixed {
    position: static;
    bottom: 0;
    padding: 20px 0 0;
}

.sroll-listfrom {
    height: 500px;
    overflow-y: scroll;
    overflow-x: unset;
}

/* width */
.sroll-listfrom::-webkit-scrollbar {
    width: 10px;
    height: 20px;
    opacity: 0;
}

/* Track */
.sroll-listfrom::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px;
    opacity: 0;
}

/* Handle */
.sroll-listfrom::-webkit-scrollbar-thumb {
    background: #2B374B;
    border-radius: 6px;
}

/* Handle on hover */
.sroll-listfrom::-webkit-scrollbar-thumb:hover {
    background: #2B374B;
}

.rightfrom-management {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    padding: 18px;
    width: 53%;
    margin: 0 0 0px 15px;
}

.add-email-wrp {
    max-width: 382.72px;
    height: 382.77px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    padding: 12px;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 9;
    display: none !important;
}

.view-sharepopup {
    display: block !important;
}

.add-email-wrp h3 {
    border-bottom: 1px solid #EAF0F4;
    ;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.addemail-wrp ul {
    padding-left: 0;
}

.addemail-wrp ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 14px;
    border-bottom: 1px solid #EAF0F4;
    ;
}

.email-list-nm {
    display: flex;
    justify-content: flex-start;

}

.email-list-nm span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
    padding-left: 10px;
}

.email-list-nm input[type=checkbox] {
    border: 1px solid rgba(43, 55, 75, 0.3);
    width: 23px;
    height: 19px;
}

.addemail-wrp ul {
    padding-left: 0;
    height: 150px;
    overflow-y: scroll;
}

/* width */
.addemail-wrp ul::-webkit-scrollbar {
    width: 10px;
    height: 20px;
    opacity: 0;
}

/* Track */
.addemail-wrp ul::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px;
    opacity: 0;
}

/* Handle */
.addemail-wrp ul::-webkit-scrollbar-thumb {
    background: #2B374B;
    border-radius: 6px;
}

/* Handle on hover */
.addemail-wrp ul::-webkit-scrollbar-thumb:hover {
    background: #2B374B;
}

.addemail-wrp ul li i {
    color: #CF3142;
}

.email-from-btn {
    display: flex;
    justify-content: space-between;
}

.email-from-btn .did-floating-label-content {
    width: 100%;
}

.email-from-btn .btn-submit {
    max-width: 100px;
    width: 100%;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
}

.uplaod-files-section {
    border-top: 1px solid #EAF0F4;
}

.uplaod-files-section h3 {
    padding-top: 12px;
}

.users-wrp-list {
    background: #bcb9a91f;
    border-radius: 0px 0px 6px 6px;
    padding: 8px 17px;
    width: 100%;
    max-width: 600px;
}

.users-wrp-list h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
}

.list-wrp-msg {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid #EAF0F4;
    padding-top: 12px;
    padding-bottom: 17px;
}

.firtmsg {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 50%;
}

.sutext {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.roundsale {
    position: relative;
    padding-right: 10px;
}

.roundsale label {
    background-color: #BCB9A9;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.roundsale label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 3px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.roundsale input[type="checkbox"] {
    visibility: hidden;
}

.roundsale input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.text-1 strong {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.text-1 span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
}

.sutext span {
    background: rgba(0, 150, 86, 0.1);
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #009656;
    padding: 5px;
}

.sutext a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #3399FF;
}

.not-singed-color span {
    background: #FAF0F1;
    border-radius: 4px;
    color: #CF3142;
}

/* list site 1-02-2023 */
.list-site-survey-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wdt {
    padding: 14px 29px;
}

.list-site-view {
    margin-top: 29px;
}

.list-site-view li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 15px;
}

.wrp-list-site {
    width: 100%;
    text-align: left;
    display: flex;
}

.wrp-list-site strong {
    max-width: 200px;
    width: 100%;
    display: block;
    margin-right: 35px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(43, 55, 75, 0.8) !important;
    padding-bottom: 12px;
}

.wrp-list-site span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
}

.courses-wrp .sales-upload-wrp li a {
    position: relative;
}

.completed-img {
    position: absolute;
    right: -6px;
    top: -17px;
    max-width: 90.28px !important;
    object-fit: contain;
}



.wrp-from-list {
    padding: 29px;
    background: #FFFFFF;
    box-shadow: 0px 2px 32px rgb(0 0 0 / 4%);
    border-radius: 4px;
    margin-top: 29px;
    border-radius: 4px;
}

.from-list-view {
    background: rgba(248, 248, 248, 0.2);
    border-radius: 6px;
    padding: 13px;
    margin-top: 20px;
}

.active-border {
    border: 2px solid #DE772D;
}

.from-list-view .users-wrp-list {
    max-width: 100%;
}

.from-list-view .users-wrp-list .firtmsg {
    justify-content: flex-start;
    width: auto;
    margin-right: 30px;
}

.from-list-view .users-wrp-list .list-wrp-msg {
    justify-content: flex-start;
}

.from-list-view .users-wrp-list .sutext {
    justify-content: space-between;
    width: 100%;
}

.faq-sect {
    margin-top: 20px;
}

.faq-wrp {
    padding: 15px 11px;
    display: flex;
    justify-content: space-between;
}

.faq-wrp p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #2B374B;
}

.faq-wrp a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3399FF;
    text-decoration: none;
}

/* ui bug fixed */
.submitbtn-training {
    text-align: left;
}

.thumnails-select {
    position: absolute;
    right: 0;
}

.thumnails-select input[type="radio"] {
    display: block;
}

/* .owl-carousel.owl-drag .owl-item {
    width: 250px !important;
} */

/* .toggle-check {
    position: relative;
}

.toggle-check:after {
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 5px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
} */

.toggle-check:after {
    content: '';
    background-color: black;
    width: 0.45em;
    height: 0.45em;
    border-radius: 50%;
}

/* sale material modules */
.sale-material-wrap {
    width: 100%;
}

.pre-sale-material-wrap {
    width: 100%;
    justify-content: flex-start;
}

.pre-sale-material-wrap .up-innerscend {
    max-width: 100%;
    min-width: unset;
}

.pre-sale-material-wrap .up-innerscend .top-upld-inner {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pre-sale-material-wrap .pdfcontainer {
    margin-right: 26px;
    margin-bottom: 35px;
    text-align: left;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    width: 30%;
}

.pre-sale-material-wrap .pdfcontainer img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 175px;
    /* max-width: 352.37px; */
}

.pre-sale-material-wrap .pdfcontainer p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #2B374B;
    background-color: #fff;
    padding: 12px;
    margin: 0;
    word-break: break-all;
}

.link-material {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 13px 16px;
    background: rgba(188, 185, 169, 0.06);
    border-radius: 0 0 10px 10px;
}

.linkshare a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #3399FF;
    text-decoration: none;
    margin-right: 49px;
}

.link-material .delete .del-bg {
    background-color: unset;
}

.link-material .delete .del-bg img {
    min-width: 16px;
    width: 100%;
    max-width: 11px;
    height: 35px;
}

.a-class input[type="radio"] {
    display: block;
    margin: 0 10px;
    max-width: 50px;
    background-color: #fff;
    width: 1.15em;
    height: 1.05em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
}

.a-class {
    width: 200px;
}

.a-class span {
    margin-bottom: 5px;
}

.thumnails-view {
    display: flex !important;
}

/* .muliple-sector-wrp {
    width: 32% !important;
} */

.sales-reps {
    overflow-x: unset;
}

.option-section-wrp label input[type="radio"] {
    display: block;
    padding: 188px;
    height: 44px;
    position: relative;
    z-index: 1;
}




/* surgeon patients nurse ui changes css 14-2-2023 */
.new-patinet-video {
    align-items: flex-start;
}

.new-patinet-video .inner-det-wrp,
.pait-wth .secnd-detaisl-infropat {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    margin-right: 10px;
    padding: 10px;
}

.new-patinet-video .upload-section-wrp {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    margin-right: 10px;
    padding: 10px;
}

.pait-wth-vid {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    margin-right: 10px;
    padding: 10px;
}

.new-patinet-video .pro-dlt,
.pait-wth .inner-txt-patst {
    max-width: 90%;
    flex-direction: unset;
    align-items: baseline;
    justify-content: space-between;
    margin: 0;
}

.new-patinet-video .pro-dlt:last-child {
    justify-content: space-between;
    margin: 0;
}

.pait-wth .inner-txt-patst .date {
    max-width: 100%;
    flex-direction: unset;
    align-items: baseline;
    justify-content: space-between;
    display: flex;
    width: 100%;

}

.nurse-hed {
    display: flex;
    justify-content: space-around;
}
.jst-around{
    justify-content: space-around;
}

.new-prf-sect-front .pro-dlt strong {
    display: none;
}

.new-prf-sect-front .fixedheader .pro-dlt strong {
    display: block;
}

.new-prf-sect-front .pro-dlt span img {
    max-width: 30px;
    width: 100%;
}

.profile-section-frontent:hover {
    border-color: lightgray;
}

.new-patinet-video {
    border: none;
}

.new-patinet-video:hover {
    border: none;
}

.uplod-wrp li img,
.uplod-wrp li video {
    border-radius: 6px;
}

.share-btn-mrg {
    margin-right: 10px;
}

.profile-section-frontent:hover {
    border-color: lightgray;
}

.new-patinet-video {
    border: none;
}

.new-patinet-video:hover {
    border: none;
}

.uplod-wrp li img,
.uplod-wrp li video {
    border-radius: 6px;
}

.share-btn-mrg {
    margin-right: 10px;
}

.sync-icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-top: -5px;
}

.sync-file {
    margin-right: auto; /* Push Sync All to the left */
    white-space: nowrap;
}

.upcmpaitnet {
    justify-content: space-between;
}

.tb-profile-section-frontent {
    box-shadow: none;
    border: none;
}

.inner-det-wrp.jst-space.tab-viewpait.nur-pt {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    border-radius: 6px;
    padding: 20px 22px;
    border: 3px solid #fff;
    width: 100%;
}

.inner-det-wrp.jst-space.tab-viewpait.nur-pt:hover {
    border-color: lightgray;
}

/* 24-03-2023 ui bug fixes css  */
.saletraning-bulk {
    width: 47%;
}

.accordion-container {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
}

.up-thrid {
    padding-left: 10px;
    width: 60%;
}

.item {
    max-width: 334px;
    height: 125px;
    width: 100%;
}



.submitbtn-training {
    margin-top: 20px;
}

.preview-section {
    padding-left: 17px;
}

.up-innerscend {
    max-width: 200px;
    min-width: 200px;
}

.inprobtn {
    background-color: #FAF0F1;
    border-radius: 4px;
    display: block;
    color: #CF3142;
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    padding: 9px 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.traning-fill .dt-buttons {
    top: 67px;
}

.not.upload-block {
    background: #ffffff;
    box-shadow: 0px 3px 16px rgba(34, 37, 41, 0.08);
    border-radius: 10px;
    padding: 33px;
    text-align: center;
    margin: 50px auto;
    display: block;
    max-width: 400px;
    width: 100%;
    font-size: 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    color: #2B374B;
    text-transform: capitalize;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
    background: transparent;
    padding: 0;
}

.owl-carousel .owl-nav button.owl-prev span::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 21px;
    color: rgba(43, 55, 75, 0.8);
}

.owl-carousel .owl-nav button.owl-next span::after {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 21px;
    color: rgba(43, 55, 75, 0.8);
}

.tb-profile-section-frontent {
    box-shadow: none;
    border: none;
}

.inner-det-wrp.jst-space.tab-viewpait.nur-pt {
    box-shadow: 0px 4px 34px rgb(0 0 0 / 4%);
    border-radius: 6px;
    padding: 20px 22px;
    border: 3px solid #fff;
}

.inner-det-wrp.jst-space.tab-viewpait.nur-pt:hover {
    border-color: lightgray;
}


/* 23-03-2023 ui changes css  */
.surgon-heding a {
    color: #2B374B;
    text-decoration: none;

}

.fixedheader .pro-dlt strong {
    font-size: 18px;
    border-bottom: 2px solid #2B374B;
    display: flex;
    text-align: center;
    justify-content: center;
}

.profile-section-frontent:hover {
    border-color: #2B374B;
}

.uplod-wrp {
    height: 579px;
}

.files-show-wrp {
    width: 55%;
    padding-top: 0;
    display: contents;
}

.uplod-wrp li a img {
    max-width: 200px;
    margin-bottom: 10px;
}

.uplod-wrp li video {
    margin-bottom: 100px;
}

.mike-icon-wrp img {
    text-align: center;
    min-width: 20px !important;
    padding: 1px;
}

.uplod-wrp li {
    height: 374px;
}

.newbottom-upld-inner {
    position: relative;
}

.newbottom-upld-inner a {
    bottom: 18px;
}

.desktop-view {
    display: none;
}

.uplod-wrp li {
    height: 400px;
}

.prfile-inner-wrp {
    display: flex;
    align-items: baseline;
}

/* 28-3-2023 */
.nur-pt {
    align-items: baseline;
    flex-wrap: unset;
}

.nur-pt .pro-dlt {
    max-width: 225px;
}

.nur-pt .pro-dlt span img {
    border-radius: unset;
}

.tab-card-view:hover {
    border-color: white;
}

.boxshow {
    box-shadow: none;
}

.done-btn {
    background-color: rgba(0, 150, 86, 0.1);
    border-radius: 4px;
    display: block;
    color: #009656;
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
    padding: 9px 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.nurse-wrp-frontend .new-prf-sect-front,
.tab-card-view .new-prf-sect-front {
    cursor: pointer;
}

.success-msg {
    position: relative;
    top: 80px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B374B;
    text-align: center;
    display: block;
}

.msg-block p {
    text-align: center;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B374B;
}

.sale-mangr .dt-buttons {
    top: 115px;
}

.inner-det-wrp.botm-mrg.fixedheader {
    padding: 0 22px;
}

.new-prf-sect-front a .botm-mrg .pro-dlt span {
    display: block;
    width: 100%;
    text-align: center;
}

/* .vido-sale-test video::-webkit-media-controls {
    display: none;
} */
.courses-wrp .sales-upload-wrp li:nth-child(2) .wrp-sales-content img {
    max-width: fit-content;
}

/* marteil */
.marteil-share {
    position: relative;
}

.add-email-wrp.materishare {
    top: unset;
    bottom: -244px;
    height: 250px;
}

.materishare .from-btnfixed {
    padding: 0;
    position: unset;
}

.btn-sales-wrp .btn-download {
    padding: 12px 14px;
}

/* sale materils css start */
.preview-section-files {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.preview-section .nofileupload {
    width: 49%;
    text-align: end;
}

.link-material .delete {
    margin-right: -10px;
}

.link-material .delete .del-bg {
    width: auto;
    display: block;
}

.accordion-content .form-group {
    padding-bottom: 22px;
}

.top-hrd-close {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row-reverse;
}

.table-wrp .table.listmaterial tbody tr td {
    position: relative;
}

.input-group-append>a {
    margin-right: 10px;
    position: relative;
}

.add-email-wrp.materishare.faq-module {
    bottom: unset;
    right: 78px;
    top: inherit;
}

.Upload-file-faq {
    color: transparent;
}

.Upload-file-faq::-webkit-file-upload-button {
    visibility: hidden;
}

.Upload-file-faq::before {
    content: 'Upload File';
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DE772D;
    border-radius: 7px;
    padding: 11px 28px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #DE772D;
    text-shadow: 1px 1px #fff;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
}

.removetxtara {
    resize: none;
}

.removetxtara::-webkit-scrollbar {
    display: none;
}

/* from management css 12-06-2023 */
.edit-templatebtn {
    text-align: right;
    margin-bottom: 30px;
    padding-top: 30px;
}

.from-table-scoll {
    height: 500px;
    overflow-y: scroll;
    overflow-x: unset;
}

.from-table-scoll::-webkit-scrollbar {
    width: 10px;
    height: 20px;
    opacity: 0;
}

.from-table-scoll::-webkit-scrollbar-thumb {
    background: #2B374B;
    border-radius: 6px;
}

.from-table-scoll::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px;
    opacity: 0;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 39px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.overlay-content {
    position: relative;
    top: 39px;
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #000;
    display: block;
    font-weight: 800;
    transition: 0.3s;
}

.overlay .closebtn {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.edit-temp-popup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.open-popup {
    width: 38.9%;
    right: 0;
    transition: 0.5s;
}

.overlay-content-inner {
    width: 100%;
}

.sub-inerwrp {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(43, 55, 75, 0.3);
    padding: 13px 17px;
    border-radius: 7px;
    margin-bottom: 32px;
    position: relative;
}

.sub-inerwrp strong {
    width: 33.333%;
    text-align: left;
}

.sub-inerwrp i {
    width: 10%;
}

.sub-inerwrp input,
.sub-inerwrp textarea {
    border: none;
    width: 57%;
    outline: none;
    resize: unset;
    padding-left: 15px;
}

.line-input {
    width: 1px;
    height: 22px;
    display: inline-block;
    background: black;
}


.overlay::-webkit-scrollbar {
    width: 10px;
    height: 20px;
    opacity: 0;
}

.overlay::-webkit-scrollbar-thumb {
    background: #2B374B;
    border-radius: 6px;
}

.overlay::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 6px;
    opacity: 0;
}

.overlappop {
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(217, 217, 217, 0.21);
}

.congratulations-wrp {
    padding: 170px 130px;
}

.congratulations-inner {
    margin: 0 auto;
    max-width: 422px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    color: #524F4F;
}

.congratulations-inner img {
    max-width: 115px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.congratulations-inner strong {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

/* 20-6-2023 */
.btn-wrpfrom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
}

.btn-wrpfrom .btn-submit {
    max-width: 300px;
    width: 100%;
}

.view-sales-form-pdf {
    display: flex;
    flex-direction: column;
}

.email-list-nm input[type="radio"] {
    display: grid;
    place-content: center;
    width: 12px;
}

/* .from-table-scoll .errortext{
    position: absolute;
    top: 20px;;
} */
.share-hrd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.height-share {
    height: auto;
}

.editproviewfrom {
    background: white;
}

.editproviewfrom .from-table-scoll {
    margin: 0 auto;
    overflow: unset;
    padding: 30px 0;
    height: 100%;
}

.editproviewfrom .from-table-scoll table {
    margin: 0 auto;
}

.editproviewfrom .btn-wrpfrom {
    padding-bottom: 30px;
}

.dis-shre .share-from {
    color: #0d6efd;
}

.share-from {
    color: #0d6efd;
}

.msg-pos {
    position: relative;
}

.msg-pos .alert.alert-block {
    position: absolute;
    right: 0;
    z-index: 1;
}

#edit-temp .error-message {
    position: absolute;
    left: 0;
}

.downarrow-from {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.users-wrp-list {
    background: #bcb9a91f;
    border-radius: 0px 0px 6px 6px;
    padding: 8px 17px;
    width: 100%;
    max-width: 600px;
    display: none;
}

.dis-shre .add-email-wrp {
    height: auto;
}

.reminder-from {
    color: #0d6efd;
}

.listmaterila .dis-shre {
    width: 20% !important;
}

.from-table-scoll .date-pick {
    top: 2px;
}

.from-table-scoll table tbody tr td {
    width: 50%;
}

.adobeStatus .users-wrp-list {
    width: 100%;
}

.adobeStatus .users-wrp-list .list-wrp-msg {
    flex-direction: column-reverse;
    align-items: center;
    border-bottom: none;
}

.adobeStatus .users-wrp-list .list-wrp-msg .firtmsg {
    width: 100%;
}

.adobeStatus .users-wrp-list .list-wrp-msg .sutext {
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-bottom: 10px;
}

/* 13-7-2023 */
.shre-wrp h3 {
    width: 50%;
}

.shre-wrp span {
    width: 50%;
    text-align: right;
}

.view-sales-form-pdf {
    flex-direction: unset;
    align-items: baseline;
}

.email-list-nm input[type="radio"] {
    cursor: pointer;
}

.photo-wrp {
    /* display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
    margin: 0 auto; */
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 10px;
    padding: 10px;
    margin: 0 auto;
}

.photo-wrp>span {
    /* width: 100%; */
    display: block;
    height: 200px;
}

.photo-wrp>span img {
    width: 100%;
    height: 100%;
}
.right-sidebox {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.imgscondcatgry {
    grid-template-columns: auto auto;
}

.imgthirdcatgry {
    grid-template-columns: auto auto auto;
}

.render-images {
    max-width: 100%;
    background: #fff;
    padding: 20px;
}

.email-list-nm input[type="radio"] {
    cursor: pointer;
}

.inner-det-wrp .col {
    flex-direction: unset;
    flex: none;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding-top: 0 !important;
}

.inner-det-wrp .col span,
.pro-dlt span {
    padding-top: 0;
    text-align: right;
}

.inner-det-wrp .col strong,
.inner-det-wrp .col span {
    margin-bottom: 20px;
}

.right-side-btn .rigth-btn-wrp {
    margin-inline-start: auto;
}

.greyed-out {
    background-color: #cccccc;
    border-color: #cccccc;
    /* Add other styles as needed */
}



#sync-button-text.greyed-out {
    color: grey;
}

#sync-progress-text{
    color: #DE772D;
}

.header-inner-subwrap {
    position: relative;
}

.drop-down {
    position: absolute;
    /*right: 28%;*/
    top: 27%;
}

.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    border: 1px solid #d7d7d7;
    width: auto;
    border-radius: 6px;
    text-decoration: none;
    color: #3179ac;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);

}

.rotating-sync-icon {
    width: 20px;
    height: 20px;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.drop-down .selected a span {
    cursor: pointer;
    display: flex;
    padding: 5px;
    align-items: center;
    color: rgba(43, 55, 75, 0.8);
    font-family: 'Nunito';
    font-weight: 700;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 53px;
    width: auto;
    min-width: 178px;
    border: 1px solid #d7d7d7;
    margin: 0;
    z-index: 999;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px;
    display: flex;
    text-decoration: none;
    color: rgba(43, 55, 75, 0.8);
    font-family: 'Nunito';
}

.drop-down .options ul li a img,
.drop-down .selected a span img {
    max-width: 50px;
    width: 100%;
    padding-right: 10px;
}

.drop-down .options ul li a:hover {
    background: #3179ac;
    color: #fff;
    transition: 0.2s ease;
}

.uplod-wrp li video {
    margin-top: 10px
}

.close-discrete-modal {
    cursor: pointer;
}

.drop-down.faci-drop-down {
    left: 63%;
}

.surgeon-drop-down.drop-down {
    left: 46%;
}

.close-discrete-modal {
    cursor: pointer;
}

/* multi-select dropdown */
.surgeon-drop-down.drop-down {
    left: 54%;
}

.drop-down.faci-drop-down {
    left: 67%;
}

.drop-down .selected a span {
    display: inline-block;
    max-width: 145px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


/* popup prstn 621  */
.shre-img-popup img {
    max-width: 200px;
    width: 100%;
}

.btnsubmit {
    margin: 0;
    width: 100%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #DE772D;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #DE772D;
    padding: 10px 20px;
    min-width: 214px;
    height: 52px;
    margin-bottom: 50px;
}

.publish-wrp .btn-submit {
    max-width: 100%;
}

.btnsubmit:disabled {
    background: #dddddd52;
    border-color: unset;
    border: unset;
    color: #b88f8f73;
}

.add_email_address {
    color: #DE772D;
    font-weight: 700;
}

.add_email_address:hover {
    color: #DE772D;
    font-weight: 700;
}

.loader {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/newloader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

#description {
    border: 1px solid #d2d3d5;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font: 300 12px/36px;
    color: #444;
}

.new-patinet-video .pro-dlt span {
    word-break: break-word;
    width: 200px;
}

/* 3-4-2024 ui bug select box */
.surgeon-drop-down.assistant-nurse {
    top: 15px;
    left: 52%;
}

.assistant-nurse-fac {
    position: absolute;
    left: 64%;
    top: 15px;

}
/* con 87 capture opertaive note css 11-4-2024 */
.operst-btn{
    max-width: 354px;
}
.note_feedback_opt{
    display:block;
    text-align: right;
}
.close-account-modal{
    cursor: pointer;
}
.note_feedback_opt-wrp{
    display: flex;
    justify-content: space-between;
}

/* con-124 surgeon add physician Assistant 19-4-2024 */
.addPhybtn {
    background: #DE772D;
    color: #fff;
    border: 1px solid #DE772D;
    border-radius: 50%;
    padding: 5px;
    width: 38px;
    height: 38px;
    font-weight: 900;
    margin-top: 9px;
}

.phy-assistant {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.phy-assistant-show {
    display: flex !important;
}

.phy-assistant_relative {
    position: relative;
}

.phy-assistant_relative .sugtest-section-slect {
    max-width: 390px !important;
}

.full-access {
    width: 50%;
    display: none;
}

/* con-112 surgeon add authrized Assistant 20-5-2024 */
.addAtuthbtn {
    background: #DE772D;
    color: #fff;
    border: 1px solid #DE772D;
    border-radius: 50%;
    padding: 5px;
    width: 38px;
    height: 38px;
    font-weight: 900;
    margin-top: 9px;
}

.auth-assistant {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.auth-assistant-show {
    display: flex !important;
}

.auth-assistant_relative {
    position: relative;
}

.auth-assistant_relative .sugtest-section-slect {
    max-width: 390px !important;
}

#authsuggestion {
    position: absolute;
    top: 53px;
    background-color: #ffffff;
    width: 100%;
    max-width: 258px;
    z-index: 9;
}

.phy-assistant .help-block {
    white-space: normal;
}

/* Con 197 print out changes */
.render-img-top-heading {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
    font-size: 12px;
}

.render-img-inner {
    width: 50%;
    margin-bottom: 10px;
    text-align: left;
}
.render-img-inner:last-child{
    text-align: left;
}
.logofooter{
    max-width: 150px;
    width: 100%;
   padding-right: 10px;
}
   

/* CON-322-User-Management */
.Permission-wrpercheck {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;

}

.Permission-wrpercheck .full-access {
    width: auto;
}

.Permission-wrpercheck .did-floating-label-content {
    width: 32.333% !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px !important;
    margin-right: 10px !important;
}

.Permission-wrpercheck .did-floating-label-content label {
    font-weight: 700;
    margin-bottom: 20px;
}

.Permission-wrpercheck .did-floating-label-content div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 20px;
    font-weight: 400;
    flex-wrap: wrap;
}

.Permission-wrpercheck .did-floating-label-content div .permission_inner_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.Permission-wrpercheck .did-floating-label-content div .permission_inner_wrapper label {
    color: rgba(43, 55, 75, 0.8);
    font-weight: 400;
    font-size: 14px;
}

.Permission-wrpercheck .did-floating-label-content:last-child {
    width: 32.333% !important;
}

.Permission-wrpercheck .did-floating-label-content .input-checkbox {
    width: 19px;
    height: 19px;
    margin-left: 10px !important;
}

.Permission-wrpercheck .did-floating-label-content .viewpermission_inner_wrapper .input-checkbox {
    width: 20px;
    height: 20px;
    cursor: not-allowed;
    position: relative;
    appearance: none;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}



.Permission-wrpercheck .ispaaawrp .ispaaawrpmultiSurgeon {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    width: 50%
}

.Permission-wrpercheck .ispaaawrp {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 20px !important;
    flex-direction: column;
}

.Permission-wrpercheck .ispaaawrp select {
    width: 50%;
    margin-left: 20px;
}

.Permission-wrpercheck .ispaaawrp h4 {
    margin-bottom: 20px;
}

.Permission-wrpercheck .ispaaawrp input {
    margin-left: 10px;
    max-width: 19px;
    height: 19px;
    /* margin-left: 10px !important; */
}

/* end CON-322-User-Management */

/* new screens degin css user mangement */
.newuserdesgin-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1368px;
    width: 100%;
    margin: 0 auto;
}

.left-imgwrp {
    width: 30%;
    text-align: center;
}

.right-content-wrp {
    width: 100%;
}
.sectionwrp-inner{
    position: relative;
}

 .sectionwrp-inner h3 {
    margin-bottom: 20px;
    white-space: normal;
}

 .sectionwrp-inner h3 .info-wrp {
    font-size: 16px;
    font-weight: 500;
    color: #BFC3C9;
    margin-left: 25px;
}

 .sectionwrp-inner h3 .info-wrp-mrg-remove{
    margin-left: 0;
}
 .sectionwrp-inner h3 .info-wrp img {
    max-width: 24px;
    width: 100%;
}

 .inersection {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

 .inersection .did-floating-label-content {
    width: 47%;
    margin-right: 20px;
}
 .inersection .did-floating-label-content:last-child{
    margin-right: 0;
}

 .togglechecked-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

 .togglechecked-wrp .toggle-container {
    position: relative;
    display: flex;
    justify-content: space-between;
}
 .togglechecked-wrp .toggle-container span{
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}
 .togglechecked-wrp .toggle-checkbox {
    display: none;
}

 .togglechecked-wrp .toggle-label {
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 30px;
    position: relative;
    transition: background-color 0.2s;
}

 .togglechecked-wrp .toggle-inner {
    display: none;
}

 .togglechecked-wrp .toggle-switch {
    position: absolute;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: transform 0.2s;
}

 .togglechecked-wrp .toggle-checkbox:checked+ .toggle-label {
    background-color: #4caf50;
}

 .togglechecked-wrp .toggle-checkbox:checked+ .toggle-label .toggle-switch {
    transform: translateX(30px);
}
 .inersection .permission_inner_wrapper {
    display: flex;
    /* width: 33.333%; */
    width: 25%;
    margin-bottom: 20px;
}
 .checked-wrp .permission_inner_wrapper:last-child{
    width: 100%;
}
.left-imgwrp .imageUploadContainer{
    flex-direction: column;
    width: 52%;
    justify-content: center;
}
.left-imgwrp .imageUploadContainer .chhosefile-sect .img-wrp-chos{
    background:transparent;
    margin-bottom: 70px;
    margin-right: 0;
}
.left-imgwrp .imageUploadContainer .chhosefile-sect .img-wrp-chos img{
    max-width: 200px;
    width:100%;
    border-radius: 50%;
}
.left-imgwrp .imageUploadContainer .chhosefile-sect{
        max-width: 100%;
        justify-content: center;
}
.inersection .mulipl-select{
    width: 50%;
}
.inersection .mulipl-select select{
    border: none;
}
.newpersmissionbtn-wrp .btn-submit{
    margin-right: 20px;
    max-width: 230px;
    width: 100%;
}
.newpersmissionbtn-wrp .btn-submit:last-child{
    margin-right: 0;
}
.newpermissionviewwrp{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.newpermissionviewwrp .imgnew{
    text-align: center;
}
.newpermissionviewwrp .imgnew img{
    text-align: center;
    max-width: 150px;
    border-radius: 50%;
    width: 100%;
    height: 147px;
}
.w-col .col{
    width: 33.33%;
    flex: unset;
}

.inersection .disble .input-checkbox:checked{
        cursor: not-allowed;
        position: relative;
        appearance: none;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 3px;
        outline: none;
        vertical-align: middle;   
        width: 33px;
        height: 27px;
}
.inersection .disble .input-checkbox:disabled{
    position: relative;
   
}
.inersection .disble .input-checkbox:checked::after{
    content: "";
    position: absolute;
    left: 11px;
    top: -1px;
    width: 9px;
    height: 21px;
    border: solid #fff;
    border-width: 0 3.9px 3.5px 0;
    transform: rotate(45deg);
}

.inersection .disble .input-checkbox:disabled {
    background-color: #007bff;
    border-color: #007bff;
    cursor: not-allowed;
    opacity: 1;
}

.chhosefile-sect img{
    margin-bottom: 20px;
    border-radius: 50% !important;
    max-width: 171px;
    height: 171px;
}
.newpersmissionbtn-wrp .btn-cancel a{
    color: #DE772D;
    text-decoration: none;
}
.check-wrp{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.check-wrp .toggle-checkbox{
    margin-right: 10px;
    width: 33px;
    height: 27px;
    margin-right: 10px;
    border: 1px solid rgba(43, 55, 75, 0.3);
}
.bold-option {
    font-weight: bold;
}
.inersection .permission_inner_wrapper label{
    display: block;
}
.sectionwrp-inner h3{
    white-space: normal;
}
.surgeon-support h3{
    margin-right: 10px;
}

.surgeon-support{
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
}
.userw-100{
    width: 100%;
}
.userw-100 .inersection .mulipl-select{
    width: 33.333%;
}

.drop-down .selected a {
    background: #DE772D no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    border: 1px solid #d7d7d7;
    width: auto;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
}

.drop-down .selected a span {
    display: inline-block;
    max-width: 145px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #fff;
}

/* Print Preview CSS */

/* ==============================
   GLOBAL STYLES & RESET
============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--accent-font);
}

body {
  background-color: #fff;
  min-height: 100vh;
    
}

/* ==============================
     BACK BUTTON CONTAINER
  ============================== */
.back-button-container {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 8px 16px;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  cursor: pointer;
  border: none;
  background: none;
  padding: 8px 16px;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.5rem;
}

.back-button svg {
  width: clamp(32px, 4vw, 48px);
  height: clamp(32px, 4vw, 48px);
}

/* ==============================
     MAIN LAYOUT CONTAINERS
  ============================== */
.main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(8px, 2vw, 16px);
  min-height: 100vh;
  overflow: hidden;
  max-width: 100vw;
}

.main-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(12px, 2vw, 24px);
  flex-grow: 1;
  max-width: 100%;
  overflow: hidden;
}

/* ==============================
     PRINT PREVIEW & REPORT CONTAINER
  ============================== */
.pages-container {
  padding: clamp(8px, 2vw, 16px) clamp(16px, 5vw, 88px);
  overflow-y: auto;
  max-height: calc(100vh - 80px); /* Adjusted for header */
  scrollbar-width: thin;
}

.print-page {
  width: 100%;
  max-width: min(90vw, 1000px); /* Constrain width for large screens */
  aspect-ratio: 11 / 8.5; /* Letter landscape ratio */
  margin: 0 auto 24px;
  page-break-after: always;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: clamp(8px, 1.5vw, 12px);
  box-sizing: border-box;
  overflow: hidden;
}

.print-preview h2 {
  margin-left: clamp(16px, 5vw, 88px);
  font-size: clamp(16px, 2vw, 20px);
}

/* ==============================
     HEADER & FOOTER STYLES
  ============================== */
.preview-header,
.preview-footer {
  padding: clamp(8px, 1.5vw, 16px);
}

.preview-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.doctor-info {
  font-family: var(--accent-font);
  font-weight: 700;
  font-size: clamp(8px, 0.8vw, 9px);
  line-height: 1.3;
  color: #2b374b;
}

.logo img {
  height: clamp(24px, 3vw, 32px);
  object-fit: contain;
  margin-right: clamp(16px, 3vw, 32px);
}

.print-logo-img {
  width: 100%;
  text-align: right;
  margin-right: 8px;
}

.info-label {
  font-family: var(--accent-font);
  font-weight: 700;
  color: #2b374b;
  font-size: clamp(8px, 0.8vw, 9px);
}

.preview-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 8px;
  font-size: clamp(8px, 0.8vw, 9px);
  color: #374151;
}

.divider {
  height: 1px;
  background-color: #2b374b;
  margin: 5px 0;
  width: 100%;
}

/* ==============================
     IMAGE GRID & IMAGE STYLES
  ============================== */
.page-image-grid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
  align-items: center;
  overflow: hidden;
}

.image-row {
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  gap: clamp(4px, 1vw, 8px);
  flex-wrap: wrap;
  justify-content: center;
}

.image-container {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.medical-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  background-color: #000;
}

.image-remark {
  font-size: clamp(7px, 0.7vw, 8px);
  color: #333;
  text-align: left;
  margin-top: 4px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* ==============================
     PAGE LAYOUT OPTIONS (Right Column)
  ============================== */
.page-layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0px 1px 32px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}

/* --- ADD THIS WRAPPER RULE --- */
.page-layout-content {
  padding: 16px;
  /* Allow this section to grow */
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevent internal overflow */
}

/* --- ADD THIS NEW RULE FOR THE HEADER --- */
.layout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-shrink: 0; /* Prevent this from shrinking */
}

.layout-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10px;
  flex-grow: 1;
  overflow-y: auto;
}

.layout-option {
  display: flex;
  gap: 1rem;
  border-radius: 6px;
}

.layout-preview {
  display: grid;
  place-items: center;
  gap: 4px;
  border-radius: 4px;
  cursor: pointer;
  width: clamp(120px, 15vw, 170px);
  height: clamp(80px, 10vw, 10rem);
  padding: 1rem;
  background-color: #f8f8f8;
  border: 1px solid #e5e7eb;
  position: relative; /* Added for label positioning */
}

.layout-preview.selected {
  border: 2px solid #e67e22;
}

.layout-label {
  grid-column: 1 / -1; /* Span all columns */
  text-align: center; /* Center text horizontally */
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  color: #000000;
  margin-top: 4px;
  line-height: 1.5rem;
  font-family: var(--heading-font);
  width: 100%; /* Ensure full width */
}

/* Layout Preview Items */
.preview-1x1 .layout-preview-item-1x1,
.preview-1x2 .layout-preview-item-1x2,
.preview-1x3 .layout-preview-item-1x3,
.preview-2x2 .layout-preview-item-2x2,
.preview-2x3 .layout-preview-item-2x3,
.preview-2x4 .layout-preview-item-2x4,
.preview-3x3 .layout-preview-item-3x3 {
  background-color: #c4c4c4;
  border-radius: 2px;
}

/* --- DEFAULT (LANDSCAPE) STYLES --- */
/* These rules are correct and should NOT be changed */
.preview-1x1 {
  grid-template-columns: 1fr;
}
.preview-1x1 .layout-preview-item-1x1 {
  width: 3.5rem;
  height: 3.5rem;
}

.preview-1x2 {
  grid-template-columns: 1fr 1fr;
}
.preview-1x2 .layout-preview-item-1x2 {
  width: 2.5rem;
  height: 2.5rem;
}

.preview-1x3 {
  grid-template-columns: repeat(3, 1fr);
}
.preview-1x3 .layout-preview-item-1x3 {
  width: 1.8rem;
  height: 1.8rem;
}

.preview-2x2 {
  grid-template-columns: 1fr 1fr;
}
.preview-2x2 .layout-preview-item-2x2 {
  width: 2rem;
  height: 2rem;
}

.preview-2x3 {
  grid-template-columns: repeat(3, 1fr);
}
.preview-2x3 .layout-preview-item-2x3 {
  width: 1.5rem;
  height: 1.5rem;
}

.preview-2x4 {
  grid-template-columns: repeat(4, 1fr);
}
.preview-2x4 .layout-preview-item-2x4 {
  width: 1.2rem;
  height: 1.2rem;
}

.preview-3x3 {
  grid-template-columns: repeat(3, 1fr);
}
.preview-3x3 .layout-preview-item-3x3 {
  width: 1.2rem;
  height: 1.2rem;
}

/* 
    * ========================================
    * === ADD THIS ENTIRE NEW BLOCK OF CSS ===
    * ========================================
    * This block contains the overrides for PORTRAIT mode.
    * Your JavaScript adds the `.portrait-mode` class to the `.page-layout` div,
    * which activates these more specific styles.
    */

/* --- Preview for 1x2 Layout --- */
.page-layout.portrait-mode .preview-1x2 {
  grid-template-columns: 1fr; /* Change from 2 columns to 1 */
}

/* --- Preview for 1x3 Layout --- */
.page-layout.portrait-mode .preview-1x3 {
  grid-template-columns: 1fr; /* Change from 3 columns to 1 */
}

/* --- Preview for 2x3 Layout --- */
.page-layout.portrait-mode .preview-2x3 {
  grid-template-columns: repeat(2, 1fr); /* Change from 3 columns to 2 */
}

/* --- Preview for 2x4 Layout --- */
.page-layout.portrait-mode .preview-2x4 {
  grid-template-columns: repeat(2, 1fr); /* Change from 4 columns to 2 */
}

/* 
    * ========================================
    * === END OF NEW BLOCK ===================
    * ========================================
    */

/* ==============================
     ACTION BUTTONS & MODAL
  ============================== */
.action-buttons {
  display: flex;
  padding: clamp(8px, 2vw, 16px);
  gap: 0.5rem;
  background: #ffffff;
}

.btn {
  height: clamp(36px, 4vw, 42px);
  padding: 0 clamp(12px, 1.5vw, 16px);
  border-radius: 6px;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default {
  background-color: transparent;
  color: #e67e22;
  border: 1px solid #e67e22;
}

.btn-default:hover {
  background-color: #fff7ed;
}

.btn-primary {
  background-color: #e67e22;
  color: white;
  border: none;
}

.btn-primary:hover {
  background-color: #d97706;
}

.btn-disabled {
  background-color: #f9fafb !important;
  color: #9ca3af !important;
  border: 1px solid #d1d5db !important;
  cursor: not-allowed !important;
}

#confirmModal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

#confirmModal .modal-content {
  width: 100%;
  max-width: 450px; /* Constrain width on large screens */
  background: #fff; /* Add a background */
  border-radius: 8px; /* Add rounded corners */
  padding: 24px; /* Add internal spacing */
  text-align: center; /* Center the text */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Add a shadow */
}

/* --- This is the "forceful" alternative --- */
#confirmModal .modal-content h3 {
  white-space: normal !important;
}

#confirmModal .modal-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  gap: 8px;
  width: 100%;
}

.back-button-wrapper {
  flex-shrink: 0;
}

.options-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.orientation-selector label {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
  color: #2b374b;
  cursor: pointer;
}

.orientation-selector input[type="radio"] {
  margin-right: 4px;
  accent-color: #e67e22;
}

.orientation-selector {
  display: flex;
  gap: 8px;
}

.orientation-btn {
  padding: 6px 18px;
  border: 1px solid #e67e22;
  border-radius: 5px;
  background: #fff;
  color: #e67e22;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.orientation-btn.selected,
.orientation-btn:hover {
  background: #e67e22;
  color: #fff;
}

@media (max-width: 768px) {
  /* === MAIN LAYOUT: STACK PREVIEW & OPTIONS === */
  .main-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    overflow: hidden;
  }

  .print-preview {
    width: 100%;
    overflow: hidden;
  }

  .page-layout {
    width: 100%;
    height: auto;
    padding: 8px;
    gap: 8px;
  }

  /* === SCROLLING & SIZING === */
  .pages-container {
    padding: 8px;
    height: 100%;
    max-height: none;
  }

  .print-page {
    max-width: 95vw;
    aspect-ratio: 297 / 210;
    padding: 8px;
  }

  /* === TOP BAR & HEADER === */
  .top-row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 6px 8px;
  }

  .options-wrapper {
    justify-content: flex-end;
    gap: 8px;
  }

  .orientation-selector {
    gap: 4px;
  }
  .orientation-selector label {
    font-size: 13px;
  }

  .orientation-btn {
    font-size: 13px;
    padding: 4px 10px;
  }

  .print-preview h2 {
    margin-left: 8px;
    font-size: 14px;
  }

  /* === LAYOUT OPTIONS PANEL (CORRECTED) === */
  .layout-options {
    display: grid; /* Use grid for columns */
    justify-items: center; /* Center the layout previews in their columns */
    gap: 0.75rem;
    padding: 8px;
    overflow-y: auto; /* Ensure it can scroll if content is too tall */
  }

  .layout-preview {
    width: 120px;
    height: 100px;
    padding: 0.5rem;
    gap: 2px;
  }

  .layout-label {
    font-size: 12px;
  }

  /* Individual preview item sizes */
  .preview-1x1 .layout-preview-item-1x1 {
    width: 40px;
    height: 40px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 30px;
    height: 30px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 19px;
    height: 19px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 25px;
    height: 25px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 19px;
    height: 19px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 13px;
    height: 13px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 15px;
    height: 15px;
  }

  /* === ACTION BUTTONS === */
  .action-buttons {
    flex-direction: row;
    gap: 8px;
  }

  .btn {
    height: 36px;
    font-size: 12px;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */

  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 25rem !important;
    height: 25rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 14rem !important;
    height: 14rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 10rem !important;
    height: 10rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 9rem !important;
    height: 9rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 9rem !important;
    height: 9rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 7rem !important;
    height: 7rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 6rem !important;
    height: 6rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }
  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* ==============================
   TABLET LOWER RANGE (769px - 979px)
=============================== */
@media (min-width: 769px) and (max-width: 979px) {
  .main-content {
    grid-template-columns: 55% 45%; /* More space for .page-layout */
    gap: 12px;
  }
  .pages-container {
    padding: 6px 10px;
  }
  .print-page {
    height: 500px;
    max-width: calc(100% - 20px);
    aspect-ratio: 11 / 8.5;
    padding: 8px;
  }
  .print-preview h2 {
    margin-left: 10px;
    font-size: 15px;
  }
  .page-layout {
    padding: 6px;
    gap: 6px;
  }
  .layout-options {
    gap: 0.5rem;
    padding: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .layout-preview {
    width: 120px;
    height: 110px;
    padding: 0.4rem;
    gap: 2px;
  }
  .layout-label {
    font-size: 11px;
  }
  .action-buttons {
    gap: 6px;
    padding: 6px;
  }
  .btn {
    height: 34px;
    font-size: 11px;
    padding: 0 10px;
  }
  .preview-1x1 .layout-preview-item-1x1 {
    width: 45px;
    height: 45px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 30px;
    height: 30px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 20px;
    height: 20px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 25px;
    height: 25px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 20px;
    height: 20px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 15px;
    height: 15px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 15px;
    height: 15px;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */

  /* 1x1 Layout: Single Image */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 14rem !important;
    height: 14rem !important;
  }

  /* 1x2 Layout: One Row, Two Columns */
  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 9.5rem !important;
    height: 9.5rem !important;
  }

  /* 1x3 Layout: One Row, Three Columns */
  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 6rem !important;
    height: 6rem !important;
  }

  /* 2x2 Layout: Two Rows, Two Columns */
  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 5rem !important;
    height: 5rem !important;
  }

  /* 2x3 Layout: Two Rows, Three Columns */
  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 5rem !important;
    height: 5rem !important;
  }

  /* 2x4 Layout: Two Rows, Four Columns */
  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 1px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 1px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 4rem !important;
    height: 4rem !important;
  }

  /* 3x3 Layout: Three Rows, Three Columns */
  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 1px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 1px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 3rem !important;
    height: 3rem !important;
  }

  /* Common Image Styles */
  .print-page[data-layout] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* @media (min-width: 734px) and (max-width: 825px) {
  .print-page[data-layout="2x3"] .image-container {
    width: 4.2rem !important;
    height: 4.2rem !important;
  }

  .image-row {
    text-align: center;
    margin-bottom: 4px;
    display: flex;
    gap: clamp(4px, 1vw, 8px);
    flex-wrap: wrap;
    justify-content: center;
  }

  .print-page[data-layout="1x1"] .image-container {
    width: 9rem !important;
    height: 9rem !important;
  }

  .print-page[data-layout="1x2"] .image-container {
    width: 7.8rem !important;
    height: 7.8rem !important;
  }

  .print-page[data-layout="2x2"] .image-container {
    width: 3.8rem !important;
    height: 3.8rem !important;
  }

  .print-page[data-layout="2x2"] .image-row {
    gap: 2px !important;
  }
} */

/* ==============================
     TABLET (980px - 1079px)
  ============================== */
@media (min-width: 980px) and (max-width: 1079px) {
  .main-content {
    grid-template-columns: 65% 35%;
  }
  .pages-container {
    padding: 8px 16px;
  }
  .print-page {
    max-width: 90vw;
    aspect-ratio: 11 / 8.5;
    padding: 8px;
  }
  .print-preview h2 {
    margin-left: 16px;
    font-size: 16px;
  }
  .page-layout {
    padding: 12px;
    gap: 12px;
  }
  .layout-options {
    gap: 1rem;
    padding: 12px;
  }
  .layout-preview {
    width: 120px;
    height: 110px;
    padding: 0.75rem;
    gap: 3px;
  }
  .layout-label {
    font-size: 13px;
  }
  .action-buttons {
    gap: 10px;
  }
  .btn {
    height: 38px;
    font-size: 13px;
  }
  .preview-1x1 .layout-preview-item-1x1 {
    width: 50px;
    height: 50px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 30px;
    height: 30px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 21px;
    height: 21px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 30px;
    height: 30px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 19px;
    height: 19px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 16px;
    height: 15px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 20px;
    height: 20px;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */

  /* 1x1 Layout: Single Image */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 18rem !important; /* 352px */
    height: 18rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 1x2 Layout: One Row, Two Columns */
  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 15rem !important; /* 240px */
    height: 15rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 1x3 Layout: One Row, Three Columns */
  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 10rem !important; /* 160px */
    height: 10rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x2 Layout: Two Rows, Two Columns */
  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 8rem !important; /* 160px */
    height: 8rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x3 Layout: Two Rows, Three Columns */
  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 8rem !important; /* 160px */
    height: 8rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x4 Layout: Two Rows, Four Columns */
  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 7rem !important; /* 128px */
    height: 7rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 3x3 Layout: Three Rows, Three Columns */
  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 5rem !important; /* 112px */
    height: 5rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* ==============================
     iPad 9th Generation (Landscape: 1080px) - UNCHANGED
  ============================== */
@media screen and (width: 1080px) {
  /* --- Overall Layout & Body --- */
  .main-container {
    padding: 8px;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  /* --- Back Button --- */
  .back-button-container {
    padding: 0 10px 8px 10px;
    height: 48px;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .back-button {
    padding: 5px 10px;
    font-size: 15px;
  }
  .back-button svg {
    width: 36px;
    height: 36px;
  }

  /* --- Main Content Grid --- */
  .main-content {
    grid-template-columns: 70% 30%;
    gap: 10px;
    flex-grow: 1;
    padding: 0;
    display: grid;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* --- Left Column: Print Preview --- */
  .print-preview {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 40px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .print-preview h2 {
    margin-left: 16px;
    font-size: 15px;
    padding: 8px 0px 8px 0px;
    flex-shrink: 0;
  }

  /* --- Pages Container (Scrollable) --- */
  .pages-container {
    padding: 0 16px 8px 16px;
    flex-grow: 1;
    overflow-y: auto;
    box-sizing: border-box;
  }

  /* --- Print Page Styling --- */
  .print-page {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 11 / 8.5;
    margin: 0 auto 15px auto;
    display: flex !important;
    flex-direction: column !important;
    padding: 6px;
    border: 1px solid #d1d5db;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .print-page .preview-header,
  .print-page .preview-footer {
    padding: 4px 6px;
    flex-shrink: 0;
    border-width: 0.5px;
  }
  .print-page .divider {
    margin: 5px 0;
    height: 0.5px;
    flex-shrink: 0;
  }
  .print-page .doctor-info,
  .print-page .info-label,
  .print-page .patient-name,
  .print-page .medical-record,
  .print-page .procedure-type,
  .print-page .procedure-date {
    font-size: 8pt;
    line-height: 1;
  }
  .print-page .info-label {
    font-weight: bold;
  }
  .print-page .logo img {
    height: 20px;
    width: 70px;
    margin-right: 8px;
  }
  .print-page .page-image-grid {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    overflow: hidden;
    min-height: 0;
    gap: 2px !important;
  }
  .print-page .image-row {
    gap: 2px !important;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 24rem !important;
    height: 24rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 16rem !important;
    height: 16rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 11rem !important;
    height: 11rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 11rem !important;
    height: 11rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 11rem !important;
    height: 11rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 8.5rem !important;
    height: 8.5rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 7rem !important;
    height: 7rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }
  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */

  /* --- Right Column: Page Layout --- */
  /* --- Right Column: Page Layout --- */
  .page-layout {
    padding: 8px;
    gap: 6px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .page-layout .page-layout-content {
    padding: 0; /* Override default padding to manage it internally */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .page-layout .layout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 8px;
    flex-shrink: 0;
  }

  .page-layout .layout-header h2 {
    font-size: 14px !important; /* Override inline style */
    font-weight: 700 !important;
    padding: 0;
    margin: 0;
  }

  .page-layout .orientation-selector {
    display: flex;
    gap: 6px;
  }

  .page-layout .orientation-btn {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
  }

  .page-layout .layout-options {
    gap: 8px;
    padding: 8px;
    flex-grow: 1;
    overflow-y: auto;
    align-items: flex-start;
  }

  .page-layout .layout-option {
    gap: 0.5rem;
    justify-content: flex-start;
    display: flex;
    border-radius: 4px;
  }

  .page-layout .layout-preview {
    width: 120px;
    height: 7rem;
    padding: 0.5rem;
    display: grid;
    gap: 3px;
    place-items: center;
  }

  .page-layout .layout-preview .layout-label {
    font-size: 0.7rem;
    line-height: 1.1;
    text-align: center;
    margin-top: 1px;
  }

  .page-layout .preview-1x1 .layout-preview-item-1x1,
  .page-layout .preview-1x2 .layout-preview-item-1x2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .page-layout .preview-1x3 .layout-preview-item-1x3 {
    width: 1.6rem;
    height: 1.6rem;
  }

  .page-layout .preview-2x2 .layout-preview-item-2x2 {
    width: 2rem;
    height: 1.6rem;
  }

  .page-layout .preview-2x3 .layout-preview-item-2x3 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .page-layout .preview-2x4 .layout-preview-item-2x4 {
    width: 1rem;
    height: 1rem;
  }

  .page-layout .preview-3x3 .layout-preview-item-3x3 {
    width: 1rem;
    height: 1rem;
  }

  .page-layout .action-buttons {
    padding: 8px;
    gap: 6px;
    flex-shrink: 0;
    display: flex;
    box-sizing: border-box;
  }

  .page-layout .btn {
    font-size: 12px;
    height: 32px;
    padding: 0 10px;
  }
}

/* ==============================
   DESKTOP LOWER RANGE (1081px - 1312px)
============================== */
@media (min-width: 1081px) and (max-width: 1312px) {
  .main-content {
    grid-template-columns: 70% 30%;
  }
  .pages-container {
    padding: 12px 20px;
  }
  .print-page {
    max-width: 700px; /* Reduced from 1000px */
    aspect-ratio: 11 / 8.5;
    padding: 10px;
  }
  .print-preview h2 {
    margin-left: 20px;
    font-size: 17px;
  }
  .page-layout {
    padding: 12px;
    gap: 12px;
  }
  .layout-options {
    gap: 1rem;
    padding: 12px;
  }
  .layout-preview {
    width: 110px; /* Increased for better fit */
    height: 115px;
    padding: 0.9rem;
    gap: 4px;
  }
  .layout-label {
    font-size: 14px;
  }
  .action-buttons {
    gap: 12px;
  }
  .btn {
    height: 42px;
    font-size: 14px;
  }
  .preview-1x1 .layout-preview-item-1x1 {
    width: 52px;
    height: 52px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 32px;
    height: 32px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 20px;
    height: 20px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 27px;
    height: 27px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 20px;
    height: 20px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 15px;
    height: 15px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 16px;
    height: 16px;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */

  /* 1x1 Layout: Single Image */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 24rem !important;
    height: 24rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 1x2 Layout: One Row, Two Columns */
  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 16rem !important;
    height: 16rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 1x3 Layout: One Row, Three Columns */
  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 10rem !important;
    height: 10rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x2 Layout: Two Rows, Two Columns */
  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 10rem !important;
    height: 10rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x3 Layout: Two Rows, Three Columns */
  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 10rem !important;
    height: 10rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x4 Layout: Two Rows, Four Columns */
  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 8rem !important;
    height: 8rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 3x3 Layout: Three Rows, Three Columns */
  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 7rem !important;
    height: 7rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* ==============================
   DESKTOP (1313px - 1439px)
============================== */
@media (min-width: 1313px) and (max-width: 1439px) {
  .main-content {
    grid-template-columns: 70% 30%;
  }
  .pages-container {
    padding: 16px 24px;
  }
  .print-page {
    max-width: 1000px;
    aspect-ratio: 11 / 8.5;
    padding: 12px;
  }
  .print-preview h2 {
    margin-left: 24px;
    font-size: 18px;
  }
  .page-layout {
    padding: 16px;
    gap: 16px;
  }
  .layout-options {
    gap: 1.25rem;
    padding: 16px;
  }
  .layout-preview {
    width: 140px;
    height: 130px;
    padding: 1rem;
    gap: 4px;
  }
  .layout-label {
    font-size: 14px;
  }
  .action-buttons {
    gap: 12px;
  }
  .btn {
    height: 42px;
    font-size: 14px;
  }
  .preview-1x1 .layout-preview-item-1x1 {
    width: 60px;
    height: 60px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 40px;
    height: 40px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 23px;
    height: 23px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 33px;
    height: 33px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 25px;
    height: 25px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 18px;
    height: 17px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 25px;
    height: 25px;
  }
  /* Image container adjustments */
  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */

  /* 1x1 Layout: Single Image */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 28rem !important; /* 448px */
    height: 28rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 1x2 Layout: One Row, Two Columns */
  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 5px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 18rem !important; /* 288px */
    height: 18rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 1x3 Layout: One Row, Three Columns */
  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 12rem !important; /* 192px */
    height: 12rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x2 Layout: Two Rows, Two Columns */
  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 5px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 5px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 12rem !important; /* 192px */
    height: 12rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x3 Layout: Two Rows, Three Columns */
  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 12rem !important; /* 192px */
    height: 12rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 2x4 Layout: Two Rows, Four Columns */
  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 9rem !important; /* 144px */
    height: 9rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* 3x3 Layout: Three Rows, Three Columns */
  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 8rem !important; /* 128px */
    height: 8rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
  }

  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* ==============================
   MEDIUM DESKTOP (1441px to 1841px)
============================== */
@media (min-width: 1440px) and (max-width: 1841px) {
  .main-content {
    grid-template-columns: 70% 30%;
  }
  .pages-container {
    padding: 20px 28px;
  }
  .print-page {
    height: 800px;
    max-width: 1100px;
    aspect-ratio: 11 / 8.5;
    padding: 14px;
  }
  .print-preview h2 {
    margin-left: 32px;
    font-size: 20px;
  }
  .page-layout {
    padding: 16px;
    gap: 16px;
  }
  .layout-options {
    gap: 1.25rem;
    padding: 16px;
  }
  .layout-preview {
    width: 150px;
    height: 135px;
    padding: 1.1rem;
    gap: 5px;
  }
  .layout-label {
    font-size: 14px;
  }
  .action-buttons {
    max-width: 400px;
    gap: 12px;
  }
  .btn {
    height: 42px;
    font-size: 15px;
  }
  .preview-1x1 .layout-preview-item-1x1 {
    width: 60px;
    height: 60px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 37px;
    height: 37px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 23px;
    height: 23px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 33px;
    height: 33px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 25px;
    height: 25px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 18px;
    height: 17px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 25px;
    height: 25px;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
  /* 1x1 Layout: Single Image */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 30rem !important; /* 480px */
    height: 30rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 1x2 Layout: One Row, Two Columns */
  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 5px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 15rem !important; /* 304px */
    height: 15rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 1x3 Layout: One Row, Three Columns */
  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 11rem !important; /* ~216px */
    height: 11rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 2x2 Layout: Two Rows, Two Columns */
  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 5px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 5px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 13.5rem !important; /* ~216px */
    height: 13.5rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 2x3 Layout: Two Rows, Three Columns */
  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 11rem !important; /* ~216px */
    height: 11rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 2x4 Layout: Two Rows, Four Columns */
  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 2px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 8.5rem !important; /* ~152px */
    height: 8.5rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 3x3 Layout: Three Rows, Three Columns */
  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 3px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 3px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 9rem !important; /* ~136px */
    height: 9rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }
  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* ==============================
   LARGE DESKTOP (1842px and up)
============================== */
@media (min-width: 1842px) {
  .main-content {
    grid-template-columns: 75% 25%; /* Slight tweak for more preview space */
  }
  .pages-container {
    padding: 24px 32px;
  }
  .print-page {
    max-width: 1200px;
    aspect-ratio: 11 / 8.5;
    padding: 16px;
  }
  .print-preview h2 {
    margin-left: max(32px, calc((100vw - 1850px) / 2 + 32px));
    font-size: 20px;
  }
  .page-layout {
    padding: 20px;
    gap: 20px;
  }
  .layout-options {
    gap: 1.5rem;
    padding: 20px;
  }
  .layout-preview {
    width: 170px;
    height: 156px;
    padding: 1.25rem;
    gap: 5px;
  }
  .layout-label {
    font-size: 15px;
  }
  .action-buttons {
    max-width: 450px;
    gap: 14px;
  }
  .btn {
    height: 44px;
    font-size: 16px;
  }
  .preview-1x1 .layout-preview-item-1x1 {
    width: 70px;
    height: 70px;
  }
  .preview-1x2 .layout-preview-item-1x2 {
    width: 45px;
    height: 45px;
  }
  .preview-1x3 .layout-preview-item-1x3 {
    width: 30px;
    height: 30px;
  }
  .preview-2x2 .layout-preview-item-2x2 {
    width: 40px;
    height: 40px;
  }
  .preview-2x3 .layout-preview-item-2x3 {
    width: 30px;
    height: 30px;
  }
  .preview-2x4 .layout-preview-item-2x4 {
    width: 21px;
    height: 21px;
  }
  .preview-3x3 .layout-preview-item-3x3 {
    width: 30px;
    height: 30px;
  }

  /* --- START: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
  /* 1x1 Layout: Single Image */
  .print-page[data-layout="1x1"] .page-image-grid {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-row {
    gap: 0px !important;
  }
  .print-page[data-layout="1x1"] .image-container {
    width: 35rem !important; /* 512px */
    height: 35rem !important;
  }
  .print-page[data-layout="1x1"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 1x2 Layout: One Row, Two Columns */
  .print-page[data-layout="1x2"] .page-image-grid {
    gap: 15px !important;
  }
  .print-page[data-layout="1x2"] .image-row {
    gap: 6px !important;
  }
  .print-page[data-layout="1x2"] .image-container {
    width: 22rem !important; /* 320px */
    height: 22rem !important;
  }
  .print-page[data-layout="1x2"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 1x3 Layout: One Row, Three Columns */
  .print-page[data-layout="1x3"] .page-image-grid {
    gap: 10px !important;
  }
  .print-page[data-layout="1x3"] .image-row {
    gap: 5px !important;
  }
  .print-page[data-layout="1x3"] .image-container {
    width: 15rem !important; /* 224px */
    height: 15rem !important;
  }
  .print-page[data-layout="1x3"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 2x2 Layout: Two Rows, Two Columns */
  .print-page[data-layout="2x2"] .page-image-grid {
    gap: 6px !important;
  }
  .print-page[data-layout="2x2"] .image-row {
    gap: 6px !important;
  }
  .print-page[data-layout="2x2"] .image-container {
    width: 14rem !important; /* 224px */
    height: 14rem !important;
  }
  .print-page[data-layout="2x2"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 2x3 Layout: Two Rows, Three Columns */
  .print-page[data-layout="2x3"] .page-image-grid {
    gap: 5px !important;
  }
  .print-page[data-layout="2x3"] .image-row {
    gap: 5px !important;
  }
  .print-page[data-layout="2x3"] .image-container {
    width: 13rem !important; /* 224px */
    height: 13rem !important;
  }
  .print-page[data-layout="2x3"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 2x4 Layout: Two Rows, Four Columns */
  .print-page[data-layout="2x4"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="2x4"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="2x4"] .image-container {
    width: 10rem !important; /* 160px */
    height: 10rem !important;
  }
  .print-page[data-layout="2x4"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }

  /* 3x3 Layout: Three Rows, Three Columns */
  .print-page[data-layout="3x3"] .page-image-grid {
    gap: 4px !important;
  }
  .print-page[data-layout="3x3"] .image-row {
    gap: 4px !important;
  }
  .print-page[data-layout="3x3"] .image-container {
    width: 11rem !important; /* 144px */
    height: 11rem !important;
  }
  .print-page[data-layout="3x3"] .medical-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }
  /* --- END: LAYOUT-SPECIFIC IMAGE GRID OVERRIDES --- */
}

/* ==============================
     PRINT MEDIA
  ============================== */
@media print {
  @page {
    size: letter landscape;
    margin: 16px;
  }

  body,
  html {
    margin: 0 !important;
    padding: 0 !important;
  }

  .back-button,
  .page-layout,
  .action-buttons,
  #confirmModal,
  .modal {
    display: none !important;
  }

  .print-page {
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: #ffffff !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    page-break-after: always !important;
    width: 100% !important;
    height: 100% !important;
  }

  .preview-header,
  .preview-footer {
    flex-shrink: 0 !important;
  }

  .page-image-grid {
    flex-grow: 1 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .medical-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  .preview-footer {
    margin-top: auto !important;
  }

  .pages-container {
    overflow: visible !important;
    max-height: none !important;
    padding: 0 !important;
  }

  .main-content {
    display: block !important;
    width: 100% !important;
  }

  .print-preview {
    width: 100% !important;
    padding: 0 !important;
  }
}
