/* input(513,40): run-time error CSS1046: Expect comma, found '155'
input(513,47): run-time error CSS1046: Expect comma, found ')' */
.fkd {
    max-width: 720px;
    background: #F0F3F5;
    padding: 32px 100px;
    box-sizing: border-box;
    font-family: mulish,sans-serif;
}

@media(max-width: 1350px) {
    .fkd {
        padding: 32px 50px 16px 50px;
    }
}

@media(max-width: 950px) {
    .fkd {
        max-width: 100%;
        order: 2;
    }
}

@media(max-width: 600px) {
    .fkd {
        padding: 24px;
    }
}

@media(min-width: 1351px) {
    #free-design-popup .fkd {
        padding: 32px 50px;
    }
}

.fkd p,
.fkd-2-ways .fkd p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #414854;
}

@media(max-width:600px) {
    .fkd p,
    .fkd-2-ways .fkd p {
        font-size: 14px;
        line-height: 22px;
    }
}

.fkd p + p {
    margin-top: 16px;
}

.fkd p a,
.fkd p a:visited {
    color: #185A73;
    text-decoration: underline;
}

p.fkd__p-strong {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: #12223b;
}

.free-design .fkd p a {
    font-size: inherit;
}

.fkd * {
    box-sizing: border-box;
}

.fkd-2-ways .fkd {
    text-align: left;
}

.fkd_digital_progress {
    border-radius: 8px;
    height: 8px;
    background: #D5DAE0;
    margin-bottom: 24px;
    max-width: 490px;
}

@media(max-width: 950px) {
    .fkd_digital_progress {
        max-width: 100%;
    }
}

.fkd_digital_bar {
    display: block;
    border-radius: 8px;
    height: 8px;
    background: #459BAC;
    transition: width 0.5s;
}

.fkd__header {
    margin-bottom: 24px;
}

main form.fkd .fkd__heading,
.fkd-2-ways .fkd__heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #12223B;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: left;
}

@media(max-width: 600px) {
    .fkd__heading,
    .fkd-2-ways .fkd__heading {
        font-size: 21px;
        line-height: 28px;
    }
}

.fkd-2-ways .fkd__digital_step--1 .fkd__header {
    display: none;
}

.fkd p.fkd__heading-thx {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    color: #12223B;
    margin-top: 0;
    margin-bottom: 8px;
}

.fkd-2-ways .fkd__heading-thx {
    font-size: 28px;
    line-height: 40px; /* 142.857% */
    margin-top: 0;
    margin-bottom: 8px;
}

@media(max-width: 600px) {
    .fkd__heading-thx, .fkd-2-ways .fkd__heading-thx {
        font-size: 26px;
        line-height: 40px;
    }
}

.fkd__subheading,
p.fkd__subheading {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #414854;
    font-family: 'Mulish';
}

@media(max-width: 600px) {
    .fkd__subheading,
    p.fkd__subheading {
        font-size: 14px;
        line-height: 22px;
    }
}

.fkd__digital_step,
.fkd__final {
    max-width: 490px;
}

@media(max-width: 950px) {
    .fkd__digital_step,
    .fkd__final {
        max-width: 100%;
    }

    .fkd__digital_step--1 .fdk__open-modal {
        width: 100%;
    }
}

.fkd-2-ways .fkd__digital_step,
.fkd-2-ways .fkd__final {
    min-height: 0;
}

.fkd__digital_step--loading {
    position: relative;
}

    .fkd__digital_step--loading > * {
        visibility: hidden;
    }

    .fkd__digital_step--loading::before {
        content: "";
        height: 70px;
        width: 70px;
        background: url(/Themes/RTA/Content/images/loading-new.gif);
        display: block;
        background-size: cover;
        position: absolute;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
    }

.fkd__digital_step-1-fields {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fkd__txt-input {
    height: 50px;
    padding: 12px 10px 12px 16px;
    border-radius: 4px;
    border: 1px solid #747474;
    font-family: Mulish, sans-serif;
    color: #414854;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px
}

@media(max-width: 600px) {
    .fkd__txt-input {
        font-size: 16px !important;
        line-height: 22px;
        -webkit-text-size-adjust: 100%;
    }
}

.fkd__floating-input {
    position: relative;
}

    .fkd__floating-input input {
        width: 100%;
    }

.fkd__floating-lbl {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 11px 10px 12px 16px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    color: #414854;
}

    .fkd__floating-lbl em {
        color: #5C6470
    }

@media (max-width: 600px) {
    .fkd__floating-lbl {
        font-size: 14px;
        line-height: 22px;
    }
}

.fkd__floating-input > .fkd__txt-input {
    padding: 16px 10px 8px 16px;
    margin: 0;
    width: 100%;
    background: #fff;
}

    .fkd__floating-input > .fkd__txt-input:focus ~ label,
    .fkd__floating-input > .fkd__txt-input:not(:placeholder-shown) ~ label,
    .fkd__floating-input > .fkd__txt-input:-webkit-autofill ~ label {
        opacity: .65;
        transform: scale(.8) translateY(-10px) translateX(4px);
        color: #414854;
        font-size: 16px;
        line-height: 26px;
        top: 0;
        left: 0;
        background: none;
        padding: 11px 10px 12px 16px;
    }

@media (max-width: 600px) {
    .fkd__floating-input > .fkd__txt-input:focus ~ label,
    .fkd__floating-input > .fkd__txt-input:not(:placeholder-shown) ~ label {
        transform: scale(.8) translateY(-8px) translateX(4px);
    }
}

.fkd__floating-input > .fkd__txt-input:focus ~ label em,
.fkd__floating-input > .fkd__txt-input:not(:placeholder-shown) ~ label em,
.fkd__floating-input > .fkd__txt-input:-webkit-autofill ~ label em {
    display: none
}

.fkd__floating-input > .fkd__txt-input::placeholder {
    color: transparent
}

.fkd__zip-input::-webkit-outer-spin-button,
.fkd__zip-input::-webkit-inner-spin-button,
.fkd__zip-input {
    appearance: none;
}

.fkd__select {
    height: 50px;
    padding: 12px 40px 12px 16px;
    border-radius: 4px;
    border: 1px solid #747474;
    font-family: Mulish, sans-serif;
    color: #414854;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    appearance: none;
    background: url('data:image/svg+xml,<svg width="14" height="8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 1 6 6 6-6" stroke="%2385929C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 21px;
    background-color: #fff;
}

@media(max-width:600px) {
    .fkd__select {
        font-size: 14px;
        line-height: 22px;
    }
}

.fkd__txtarea {
    border-radius: 4px;
    border: 1px solid #747474;
    background: #fff;
    padding: 12px 10px 12px 16px;
    font-family: Mulish, sans-serif;
}

.fkd__input-50 {
    flex-grow: 2;
    width: calc(50% - 6px);
}

.fkd__input-100 {
    width: 100%;
}

.fkd__btn-light,
a.fkd__btn-light,
#free-design-popup .fkd__btn-light,
#free-design-popup a.fkd__btn-light {
    display: inline-flex!important;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    border: 1px solid #747474;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: #12223B;
    cursor: pointer;
    font-family: Mulish, sans-serif;
}

#free-design-popup .fkd__btn-light,
#free-design-popup a.fkd__btn-light {
    margin-left: 0;
    margin-right: 0;
}

@media(max-width:600px) {
    .fkd__btn-light,
    a.fkd__btn-light,
    #free-design-popup .fkd__btn-light,
    #free-design-popup a.fkd__btn-light {
        font-size: 14px;
        line-height: 20px;
    }
}

.fkd__btn-light--em,
a.fkd__btn-light--em,
#free-design-popup .fkd__btn-light--em,
#free-design-popup a.fkd__btn-light--em {
    border: 2px solid #185A73;
    color: #185A73;
}

    .fkd__btn-light--em:hover,
    a.fkd__btn-light--em:hover,
    #free-design-popup .fkd__btn-light--em:hover,
    #free-design-popup a.fkd__btn-light--em:hover {
        border: 2px solid #459BAC;
        color: #459BAC;
    }

input[type='radio']:checked + .fkd__btn-light,
#free-design-popup input[type='radio']:checked + .fkd__btn-light {
    background-color: #e9fbff;
    border-color: #459BAC;
    color: #459BAC;
}

.fkd__tool-item {
    position: relative;
    width: 218px;
}

.fkd__radio-item {
    position: relative;
}

    .fkd__radio-item label {
        width: 144px;
        height: 40px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

.form-new-design .fkd__radio-item label::before,
.form-new-design .fkd__radio-item label::after {
    display: none
}

.fkd__digital_btn-radio {
    visibility: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    bottom: 0;
    left: 50%;
}

.fkd__inline-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fkd__tool-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}



.fkd__2-col-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .fkd__2-col-btns > * {
        width: calc(50% - 4px);
    }

@media(max-width: 500px) {
    .fkd__1-col-btns-mob {
        flex-direction: column;
    }

        .fkd__1-col-btns-mob > * {
            width: 100%;
        }
}

.fkd__button-icon {
    margin-bottom: -3px;
    margin-left: 12px;
}

.fkd__tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

@media(max-width: 550px) {
    .fkd__tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}

.fkd__tile {
    border-radius: 6px;
    border: 1px solid #747474;
    display: flex;
    flex-direction: column;
    background: #fff;
    cursor: pointer;
}

input[type='radio']:checked + .fkd__tile {
    border-color: #185A73;
    color: #185A73;
    box-shadow: 0px 0px 0px 2px rgb(69 155 172)
}

.fkd__tile-img {
    border-radius: 6px;
    max-width: 100%;
}

.fkd__tile-title {
    padding: 16px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #12223B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

@media(max-width: 600px) {
    .fkd__tile-title {
        font-size: 12px;
        line-height: 20px;
    }
}

.fkd__tool-title {
    padding: 16px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #12223B;
    display: inline;
    font-family: 'Mulish';
}

.fkd_digital_footer {
    margin-top: 24px;
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

@media(max-width: 1350px) {
    .fkd_digital_footer {
        padding-bottom: 24px;
    }
}

.fkd_digital_footer .button {
    margin-bottom: 0;
}

.fkd_digital_footer-buttons {
    margin-top: 24px;
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fdk__digital-no-msrmnts {
    font-size: 16px;
    text-decoration: underline;
}

.fkd_digital_footer--sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fkd_digital_footer-msrmnts {
    justify-content: end !important;
}

.fdk__link--has-icon {
    display: flex;
    text-decoration: underline;
}

.fkd_digital_footer a {
    font-weight: 700;
}

.free-design .fkd_digital_footer a.button {
    color: #fff;
    border-radius: 27px;
}

progress {
    border-radius: 7px;
    width: 80%;
    height: 22px;
    margin-left: -11.5%;
    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}

.fkd__digital-file-drop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 185px;
    padding: 0px 24px;
    border: 2px dashed #D5DAE0;
    position: relative;
    gap: 16px;
}

    .fkd__digital-file-drop.dz-started {
        border: none;
        background: #fff;
        border-radius: 4px;
        min-height: 0;
        padding: 12px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
    }

.fkd__digital-drop-text {
    color: #747474;
}

.fkd__digital-drop-more {
    display: none;
    min-width: 120px;
    width: 120px;
    padding: 0px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 2px dashed #D5DAE0;
    cursor: pointer;
    height: 122px;
    order: 2;
}

.dz-started .fkd__digital-drop-more {
    display: flex;
}

.dz-started .fkd__digital-drop-icon,
.dz-started .fkd__digital-drop-text,
.dz-started .fkd__divider,
.dz-started .camera-option {
    display: none;
}

.dz-preview {
    min-width: 120px;
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}

.dz-image {
    max-height: 82px;
    display: flex;
    justify-content: center;
    background-color: #D5DAE0;
    border-radius: 4px 4px 0px 0px;
    border-top: 0.3px solid #D5DAE0;
    border-right: 0.3px solid #D5DAE0;
    border-left: 0.3px solid #D5DAE0;
    padding-bottom: 1px;
}

    .dz-image img {
        max-height: 100%;
    }

.dz-filename {
    max-width: 102px
}

    .dz-filename > span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block;
        margin-right: 20px;
        padding: 8px 0 8px 8px;
    }

.dz-remove {
    padding: 8px 8px 8px 0;
}

.fkd__additional {
    width: 100%;
    appearance: none;
    resize: none;
}

.fkd__msrs-reminder {
    border-radius: 4px;
    border: 1px solid #D5DAE0;
    background: #FFF;
    padding: 24px;
    margin: 24px 0;
}

    .fkd__msrs-reminder footer {
        margin: 24px 0 0;
    }

@media(max-width: 480px) {
    .fkd__msrs-reminder footer {
        justify-content: center;
        column-gap: 8px;
    }

    .fkd__msrs-reminder .fkd__btn-light--em {
        width: 100%;
        margin-bottom: 20px;
    }
}

.fdk__download-icon {
    margin-left: 5px;
}

.drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
}

.file-label {
    font-size: 14px;
    color: #007bff;
}

.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.thumbnail {
    margin: 5px;
    max-width: 100px;
    max-height: 100px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .thumbnail img {
        max-width: 100%;
        max-height: 100%;
    }

.remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff4c4c;
    color: white;
    border: none;
    cursor: pointer;
}

/* FKD 2 Ways */
.fkd-2-ways {
    display: flex;
    column-gap: 100px;
}

@media(max-width: 950px) {
    .fkd-2-ways {
        flex-direction: column;
        align-items: center;
        gap: 42px;
    }
}

.fkd-2-ways * {
    box-sizing: border-box;
}

.fkd-2-ways__divider {
    border-left: 1px solid #D5DAE0;
}

@media(max-width: 950px) {
    .fkd-2-ways__divider {
        border-left: none;
        border-top: 1px solid #D5DAE0;
        order: 2;
        width: 100%;
    }
}

.fkd-2-ways .fkd__digital_step--1 .fkd__digital_next-step {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fkd-cta {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 365px;
    text-align: center;
}

@media(max-width: 950px) {
    .fkd-cta {
        order: 2;
    }
}

.fkd-cta__number {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #185A73;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.fkd-cta__heading {
    color: #12223B;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

.fkd-cta__p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.fkd-cta .fkd_digital_footer {
    margin: 0;
    max-width: 210px;
}

.fkd-cta .fkd__btn-light--em {
    width: 100%;
    margin-bottom: 16px;
}

/* FKD in the popup */
#free-design-popup .fkd {
    display: none;
    padding-top: 80px;
    max-width: 560px;
    width: 100%;
}

.free-design--stretch {
    align-items: stretch
}

@media(max-width: 767px) {
    .free-design--stretch .img-wrapper {
        display: none;
    }
}

#free-design-popup .fkd [type="radio"]:checked + label.fkd__tile,
#free-design-popup .fkd [type="radio"]:not(:checked) + label.fkd__tile {
    margin: 0;
    padding: 0;
}

#free-design-popup .fkd textarea,
#free-design-popup .fkd input[type='text'],
#free-design-popup .fkd input[type='tel'],
#free-design-popup .fkd input[type='email'],
#free-design-popup .fkd select {
    background: #fff;
}

#free-design-popup .fkd input[type=button] {
    width: auto;
    display: inline-block;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    border: 1px solid #185a73;
    border-radius: 28px;
    background: #185a73;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
    margin: 0;
}

/* FKD Modal */
.fkd-modal {
    padding: 0;
    max-width: 992px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

    .fkd-modal .fkd {
        padding: 80px 24px 48px 24px;
    }

.fkd-modal__wrapper {
    display: flex;
    flex-direction: column;
}

@media(max-width: 800px) {
    .fkd-modal__wrapper {
        display: block;
    }
    .fkd-modal__visual {
        order: 2;
    }

    .fkd-modal__form {
        order: 1;
    }
}
@media (min-width: 801px) {
    .fkd-modal__wrapper {
        flex-direction: row;
    }
}

.fkd-modal__visual,
.fkd-modal__form {
    flex-basis: 50%;
    overflow: hidden;
}

@media(max-width: 800px) {
    .fkd-modal__form {
        flex-basis: 100%;
        overflow: hidden;
    }
}

.fkd-modal__visual {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media(max-width: 800px) {
    .fkd-modal__visual {
        display: none;
    }
    .show-tower-visual .fkd-modal__visual {
        display: block !important;
    }
}

.fkd-modal__visual .qsg-logo {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.fkd-modal__hero {
    height: 100%;
}

.fkd-modal__form .fkd {
    height: 100%;
}

.fkd-modal .fancybox-close-small {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    padding: 6px;
    font-size: 32px;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    color: #85929C;
    border: 1px solid #85929C;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.fkd-modal .fkd__heading, #free-design-popup .fkd__heading {
    color: #12223B;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Mulish';
}

.fkd-modal .fkd__subheading,
.fkd-modal p.fkd__subheading {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Mulish';
}

.fkd-modal a.fkd_tower_subheading {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #185A73;
    font-family: 'Mulish';
    cursor: pointer;
}

.fkd-modal-page .fancybox-slide {
    padding: 16px;
}

.variation-b .variation-b-hide {
    display: none;
}

.fkd_ready_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 24px;
    gap: 12px;
    width: 162px;
    height: 44px;
    background: #185A73;
    border-radius: 27px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
    text-align: center;
}

    .fkd_ready_button:hover {
        color: #ffffff;
    }

.getstartedbutton {
    background-color: #FFFFFF !important;
    color: #185A73 !important;
    border: 2px solid #185A73 !important;
}

.fkd__digital_prev-step, .fkd__digital_next-step, .fdk__digital-final-step, #digital_back-first, #saveHtmlToCanvas, .fkd--digital_next-step {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #185A73;
}

.fkd__file-options {
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    border: 2px dashed #D5DAE0;
}

.fkd__option {
    display: flex;
    min-height: 185px;
    padding: 0px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.fkd__option-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.fkd__option-text {
    font-size: 14px;
    color: #85929C;
    text-align: center;
}

.fkd__divider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin: 16px 0;
}

.fkd__divider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 1px;
    height: 96px;
}

    .fkd__divider::before {
        content: "";
        position: absolute;
        width: 1px;
        background-color: #D5DAE0;
        height: 45%;
    }

    .fkd__divider::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: #D5DAE0;
        height: 42%;
    }

    .fkd__divider::before {
        top: 0;
    }

    .fkd__divider::after {
        bottom: 0;
    }

    .fkd__divider div {
        position: absolute;
        color: #85929C;
        font-size: 14px;
        font-weight: bold;
        padding: 0 8px;
    }

@media (max-width: 768px) {
    .fkd__file-options {
        flex-direction: row;
        gap: 24px;
        padding: 24px;
    }
    .measurements-Download {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .Left-zoom-out,
    .shaped-container-left-added {
        padding-left: 50px !important;
    }

    .shaped-border-added {
        width: 160px !important;
    }

        .shaped-border-added .Squre-Shaped-dot-Length-dot-size-added,
        .shaped-border-added .Squre-Shaped-dot-right-dot-size-added,
        .shaped-border-added .G-Shaped-dot-left-dot-size-added,
        .shaped-border-added .G-Shaped-dot-right-dot-size-added {
            top: 35%;
        }

        .shaped-border-added .G-Shaped-dot-bottom {
            top: 66%;
        }

    .shaped-counter-right-added {
        left: 116px !important;
    }

    .shaped-container-right-added {
        padding-right: 50px !important;
    }
}

@media (max-width: 1024px) {
    .fkd__file-options {
        display: flex;
    }

    .fkd__digital-drop-text-desktop {
        display: none;
    }
}

@media (min-width: 1025px) {
    .fkd__divider,
    .camera-option {
        display: none;
    }

    .fkd__digital-drop-text-mobile {
        display: none;
    }
}

.dimension-input-container {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    width: 448px;
    height: 244px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

@media (max-width: 375px) {
    .dimension-input-container {
        width: 250px;
    }
}

@media (min-width: 375px)and (max-width: 768px) {
    .dimension-input-container {
        width: 311px;
    }
}

.dimension-input {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.confirm-btn {
    cursor: pointer;
    background-color: green;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}





.dot-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: rgba(167, 211, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.l-shaped-dot {
    width: 12px;
    height: 12px;
    background: #A7D3FF;
    border-radius: 50%;
}





/*Squre-Shaped Kithen Layout*/
.Squre-Shaped-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    gap: 10px;
    position: relative;
    width: 448px;
    height: 244px;
}

.Squre-Shaped-border {
    position: relative;
    width: 206.98px;
    height: 172px;
    background: transparent;
    box-sizing: border-box;
}

.Squre-Shaped-Height-border {
    position: relative;
    width: 300.98px;
    height: 172px;
    background: transparent;
    box-sizing: border-box;
}

.Squre-Shaped-dot {
    width: 12px;
    height: 12px;
    background: #A7D3FF;
    border-radius: 50%;
}

.Squre-Shaped-dot-Width {
    top: -12px;
    left: 42%;
}

.Squre-Shaped-dot-Length {
    top: 46%;
    left: -6%;
}

.Squre-Shaped-dot-right {
    top: 46%;
    right: -6%;
}

/*.G-Shaped-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    gap: 10px;
    position: relative;
    width: 448px;
    height: 244px;
    bottom: 10%;
}

.G-Shaped-border {
    position: relative;
    width: 206.98px;
    height: 172px;
    background: transparent;
    box-sizing: border-box;
}

.G-Shaped-dot {
    width: 12px;
    height: 12px;
    background: #A7D3FF;
    border-radius: 50%;
}

.G-Shaped-dot-top {
    top: -15px;
    left: 40%;
}

.G-Shaped-dot-left {
    top: 45%;
    left: -6%;
}

.G-Shaped-dot-right {
    top: 45%;
    right: -6%;
}

.G-Shaped-dot-bottom {
    top: 90%;
    left: 18%;
}*/

.zoom-overlay {
    display: none;
    position: absolute;
    top: 42%;
    left: 80%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 10;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .zoom-overlay input {
        width: 120px;
        height: 48px;
        padding: 5px;
        border: 1px solid #747474;
        border-radius: 4px;
        margin-bottom: 0px;
    }

.zoom-overlay-Height {
    display: none;
    position: absolute;
    top: 45%;
    left: 80%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 10;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .zoom-overlay-Height input {
        width: 120px;
        height: 48px;
        padding: 5px;
        border: 1px solid #747474;
        border-radius: 4px;
        margin-bottom: 0px;
    }

.zoomed {
    transform: scale(2);
    z-index: 10;
}

.zoom-out {
    transform: scale(1);
    z-index: 1;
    top: 4px;
}

.zoomed .size-dot {
    transform: scale(0.5);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.dot-size-value {
    color: #4B6D38;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Mulish';
    text-align: center;
}

.dot-size-added {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #4B6D38;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    top: 24px;
}

    .dot-size-added:after {
        content: '';
        display: block;
        position: absolute;
        background-color: transparent;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        top: 5px;
        left: 9px;
    }

.dimension-yes-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #D5DAE0;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

    .dimension-yes-button:after {
        content: '';
        display: block;
        position: absolute;
        background-color: transparent;
        width: 7px;
        height: 14px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        top: 6px;
        left: 12px;
    }

.dimension-button:active {
    transform: scale(0.95);
}

.dimension-button.inactive {
    background-color: #D5DAE0;
}

.dimension-cancel-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #185A73;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

    .dimension-cancel-button:before,
    .dimension-cancel-button:after {
        content: '';
        position: absolute;
        display: block;
        background-color: transparent;
        width: 14px;
        height: 2px;
        background-color: #fff;
        top: 14px;
        left: 8px;
        transform-origin: center;
        transition: opacity 0.3s ease;
        opacity: 1;
    }

    .dimension-cancel-button:before {
        transform: rotate(45deg);
    }

    .dimension-cancel-button:after {
        transform: rotate(-45deg);
    }


.shaped-dot {
    background: transparent!important;
}

.dot-container {
    position: relative;
}

.zoomed .dot-container {
    opacity: 1;
}

.size-dot {
    cursor: pointer;
}

.Single-dot-top-dot-size-added {
    top: 49px !important;
}

.TwoRows-dot-top-dot-size-added {
    top: -5%;
}

.TwoRows-dot-bottom-dot-size-added {
    top: 94%;
}

.Squre-Shaped-dot-Width-dot-size-added {
    top: -15px;
}

.Squre-Shaped-dot-Length-dot-size-added {
    top: 45%;
}

.Squre-Shaped-dot-right-dot-size-added {
    top: 45%;
}

.G-Shaped-dot-left-dot-size-added {
    top: 45%;
}

.G-Shaped-dot-right-dot-size-added {
    top: 45%;
}

.l-shaped-dot-left-dot-size-added {
    top: 45%;
}

/*.l-shaped-dot-top-dot-size-added,
.G-Shaped-dot-top-dot-size-added {
    top: -12px;
}

.G-Shaped-dot-bottom-dot-size-added {
    top: 90%;
}*/
/* Positioning Styles */
.dot-Width .dimension-input-container {
    padding-top: 130px;
}

.dot-Length .dimension-input-container {
    padding-left: 210px;
    padding-right: 210px;
}

.dot-right .dimension-input-container {
    padding-right: 240px;
}

.dot-single .dimension-input-container {
    padding-top: 24px;
    padding-left: 0px;
}

.zoom-overlay-Width {
    position: absolute;
    left: 80%;
    transform: translateX(-50%);
}

.zoom-overlay-Length {
    top: 63%;
    left: 123px;
}

.zoom-overlay-right {
    top: 62%;
    left: 68%;
}

.zoom-overlay-bottom {
    left: 50%;
    top: 70%;
}

.zoom-overlay-single {
    left: 50%;
    top: 44%;
}

.dimension-added-Width {
    margin-top: -55px;
}

.dimension-added-Length {
    margin-left: -100px;
}

.dimension-added-Left-Length {
    margin-left: -100px;
}

.dimension-added-right {
    margin-left: 84px;
}

.dimension-added-bottom {
    margin-top: 55px;
}

.dimension-added-center {
    margin-left: 30px;
}

.zoom-dot-bottom {
    bottom: 156px;
}

.zoom-dot-right {
    right: 200px;
}

.fkd__island-btn-radio {
    visibility: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    bottom: 0;
    left: 50%;
}

@media (max-width: 375px) {
    .zoomed {
        transform: scale(1.5);
    }

    .Width-zoomed {
        top: 50px;
    }

    .Length-zoomed {
        left: 140px;
    }
}

@media(min-width: 375px)and (max-width: 400px) {
    .Width-zoomed {
        top: 75px;
    }
}

@media(min-width: 400px)and (max-width: 768px) {
    .Width-zoomed {
        top: 90px;
    }
}

@media(min-width: 375px)and (max-width: 768px) {
    .Length-zoomed {
        left: 180px;
    }
}

@media(min-width: 768px)and (max-width: 800px) {
    .Length-zoomed {
        left: 180px;
    }

    .Width-zoomed {
        top: 90px;
    }
}

@media(min-width: 801px) {
    .Length-zoomed {
        left: 166px;
    }

    .Width-zoomed {
        top: 90px;
    }

    .zoom-overlay-Width {
        position: absolute;
        left: 79%;
        transform: translateX(-50%);
        top: 38%;
    }

    .zoom-overlay-bottom {
        left: 75%;
        top: 70%;
    }

    .zoom-overlay-Length {
        top: 58%;
        left: 66%;
    }
    .zoom-overlay-left-Length {
        top: 50%;
        left: 70%;
    }

    .zoom-overlay-right-Length {
        top: 50%;
        left: 80%;
    }

    .zoom-overlay-right {
        top: 58%;
        left: 82%;
    }

    .zoom-overlay-single {
        left: 76%;
        top: 44%;
    }
    .Left-Length-zoomed {
        left: 150px;
    }
    .Right-Width-zoomed {
        left: -75px;
    }
}

.G-Shaped-container.zoom-dot-bottom {
    bottom: 130px;
}

/*.G-Shaped-container.Left-zoomed {
    left: 166px;
    top: 20px;
}*/

.G-Shaped-container.Right-zoomed {
    right: 200px;
    top: 20px;
}

.TwoRows-container.zoom-out {
    top: -14px;
}

canvas {
    display: block;
    max-width: 100%;
    height: auto;
}
a.fkd_tower_digital_prev-step {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #185A73;
}
.fkd__back-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    vertical-align: middle;
}
.Squre-Height-Shaped-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    gap: 10px;
    position: relative;
    width: 448px;
    height: 244px;
}
.Squre-Height-Shaped-dot-center {
    left: 34%;
    top: 29%;
    justify-content: space-evenly !important;
}
.Squre-Height-Shaped-border {
    position: relative;
    width: 256.98px;
    height: 151px;
    background: transparent;
    box-sizing: border-box;
}
.Squre-Height-Shaped-dot {
    width: 12px;
    height: 12px;
    background: #A7D3FF;
    border-radius: 50%;
}
.dot-container.Squre-Height-Shaped-dot-Length.size-dot {
    left: 29%;
    top: 55%;
}
.dot-container.Squre-Height-Shaped-dot-Width.size-dot {
    left: 60%;
    top: 52%;
    /*position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #4B6D38;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;*/
}
.fkd__vanitywidth label {
    width: 144px;
    height: 40px;
    margin: 5px 1px;
}

label.fkd__btn-sinks {
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    border: 1px solid #747474;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: #12223B;
    cursor: pointer;
    font-family: Mulish, sans-serif;
}

.Squre-Height-Shaped-Length-dot-size-value.dot-size-value {
    margin-top: -55px;
}

.Squre-Height-Shaped-Width-dot-size-value.dot-size-value {
    margin-top: -50px;
    margin-left: 40px;
}
/*@media (max-width: 801px) and (min-width: 610px) {
    .zoom-overlay {
        top: 40%;
    }
}*/
@media (max-width: 510px) {
    .zoom-overlay-Width {
        left: 50%;
    }
}

@media (max-width: 380px) {
    .fkd__vanitywidth label {
        width: 140px;
        height: 30px;
    }

    .fkd__radio-item label {
        width: 140px;
        height: 40px;
    }
}

@media (min-width: 511px) {
    .fkd__inline-btns > * {
        flex-grow: 1;
    }

    .fkd__radio-item label {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 570px) {
    .fbd-start {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
    }
    .zoom-overlay-Height {
        top: 50%;
        left: 70%;
    }
}
.Squre-Height-dot {
    width: 12px;
    height: 12px;
    background: #A7D3FF;
    border-radius: 50%;
}

.Squre-Height-dot {
    width: 12px;
    height: 12px;
    background: #A7D3FF;
    border-radius: 50%;
}
.dot-grey {
    background-color: #747474 !important;
}
@media (max-width: 760px) {
    .dot-container.Squre-Height-Shaped-dot-Length.size-dot {
        left: 22%;
        top: 55%;
    }
}
input[type='radio']:checked + .fkd__btn-light {
    background-color: #e9fbff;
    border-color: #459BAC;
    color: #459BAC;
}
.fkd__vanitywidth label.selected {
    background-color: #e9fbff;
    border-color: #459BAC;
    color: #459BAC;
}

.fkd__sinkPlan label.selected {
    background-color: #e9fbff;
    border-color: #459BAC;
    color: #459BAC;
}
.tower-selected {
    background-color: #e9fbff !important;
    border-color: #459BAC !important;
    color: #459BAC !important;
}
  

