:root {
    --gradient-transparency: 90%
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scene-1,
.scene-2 {
    margin-top: 50px;
    margin-bottom: 100px
}

h1 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    font-weight: 700;
    color: #004185
}

.input-field-group {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    background: transparent;
    margin-top: 30px;
    gap: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

.select-service-option-group {
    display: block;
    margin-top: 40px;
    position: relative
}

.label-content {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 0;
    color: #004185
}

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-container label,
.service-input-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #004185
}

.select-selected {
    background-color: transparent;
    padding: 5px 20px;
    border: 1px solid #004185;
    cursor: pointer;
    height: 51px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    color: #004185;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #004185;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    z-index: 5;
    width: 100%;
    color: #004185;
    border-radius: 3px;
    touch-action: manipulation;
    transform: translateY(5px);
    scrollbar-width: thin;
    scrollbar-color: #004185 #efefef;
}

.btn-yellow,
.btn-yellow:link,
.btn-yellow:visited {
    background: #fd0;
    color: #004185;
    padding: 20px 30px;
}

.rug-service-container {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.rug-service-select {
    cursor: pointer;
    flex: 1;
}

.fine em {
    font-size: 12px;
    line-height: 15px;
}

.rug-service-select .rug-service-content {
    background: #DFEEFF;
    padding: 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
}

.rug-service-icon {
    width: auto;
    margin-bottom: 10px;
}

.rug-service-content h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}

.rug-service-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.bottom-selection {
    background: #004185;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
}

.text-info {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.bottom-continue {
    margin-top: 50px;
    text-align: center;
}

.continue-btn {
    width: 270px;
}

.continue-btn:hover {
    color: #004185;
}

.circle-check {
    background: #fd0;
    border-radius: 50%;
    padding: 10px 10px;
    width: 30px;
    height: 30px;
}

.rug-service-select.active .rug-service-content {
    background: #fd0;
}

.select-selected.active + .select-items {
    display: block;
}

.select-items div {
    padding: 15px 20px;
    cursor: pointer;
}

.select-items div:hover {
    background-color: #efefef;
}

.select-items::-webkit-scrollbar {
    width: 5px;
}

.select-items::-webkit-scrollbar-thumb {
    background-color: #004185;
    border-radius: 10px;
}

.select-items::-webkit-scrollbar-thumb:hover {
    background-color: #0051a2;
}

.select-items::-webkit-scrollbar-track {
    background-color: #efefef;
}

.hidden {
    display: none;
}

.select-hide {
    display: none;
}

.select-none {
    display: none;
}

.service-dropdown {
    width: 100%;
    height: 52px;
    color: #004185;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #004185;
    appearance: none;
    background: transparent;
    -webkit-appearance: none;
    padding: 16px 20px
}

.custom-select::after {
    content: url(/media/0h4hgwwi/icon-down-arrow.svg);
    font-size: 1rem;
    top: 50%;
    right: 5px;
    position: absolute;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.form-control {
    height: 50px;
    padding-left: 15px !important;
    border: 1px solid #004185;
    color: #001485;
    font-weight: 600
}

.service-dropdown:focus-visible {
    outline: 1px solid #004185
}

.container-input-quantity {
    position: relative;
    cursor: pointer;
}

.quantity-input::placeholder {
    color: #004185 !important;
    font-size: 14px;
}

.value-content-dropdown {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
}

.quantity-select {
    background: #fff;
    position: absolute;
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.30);
    border: 1px solid #004185;
    border-radius: 5px;
    z-index: 10;
}

.quantity-select div {
    cursor: pointer;
    color: #004185;
    padding: 15px 20px;
}

.umb-grid {
    position: relative
}

.pager-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #E5F2FF
}

.pager-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 10px;
    background: #FD0;
    transition: all 1s
}

.service-box-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 55%
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #004185
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: 1;
    transform: translateY(-1.5rem) translateX(-0.3rem);
    padding: 0px 5px;
    background: #fff;
    color: #004185;
    font-size: 12px !important;
    font-weight: 600;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.form-floating > .form-control:focus ~ label {
    opacity: 1;
    transform: translateY(-1.2rem) translateX(0.2rem);
    padding: 5px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #004185;
    z-index: 3
}

.button-continue-2 {
    margin-top: 30px
}

.form-floating > label {
    height: auto;
    color: #004185;
    transform: translateY(-2.5rem) translateX(-0.3rem);
    font-size: 12px;
    font-weight: 600;
    padding: 1rem .5rem;
}

#service-date,
#service-date-1 {
    border-radius: 3px;
    z-index: 2;
}

.service-input-group span.input-group-text {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: translateX(0px);
    z-index: 1;
    cursor: pointer;
    border: none;
}

.form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    background: #fff;
    opacity: .65;
    padding: 0.2rem 0.2rem;
}

.form-floating > .form-select {
    padding-top: 0;
    padding-bottom: 0;
}

.service-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    flex-direction: row;
    max-width: 100%;
    background: #004185;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 5px;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px
}

.fibre-material-type-select-group {
    display: block;
    margin-top: 0;
    position: relative;
    width: 60%;
    margin-right: 15px
}

.form-floating.service-input-group.quantity-group {
    width: 30%;
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 10px;
}

.quantity-group label {
    font-size: 12px
}

#rug-marterials {
    margin-top: 0
}

.button-plus-group-inputs {
    background: #AAD7FE;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.button-remove-group-inputs {
    background: #ec2024;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}

.count-service {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FD0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004185
}

.service-details {
    margin-top: 10px;
    background: #E5F2FF;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.service-content-title {
    font-size: 16px;
    font-weight: 600;
    color: #004185;
    margin-bottom: 0;
    text-transform: capitalize;
}

.service-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px
}

.icon-minus-service-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.count-item-blue {
    font-size: 18px;
    font-weight: 700;
    color: #004185;
    padding: 2px 10px;
    background: #B1D8FF;
    border-radius: 3px;
    margin-left: 15px;
    margin-right: 15px
}

.icon-plus-service-detail {
    margin-right: 15px;
    cursor: pointer
}

.icon-bin-service-detail {
    cursor: pointer
}

.service-additional {
    display: flex;
    align-items: center
}

.hr-footer {
    background-color: #004185
}

.footer-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-2.1rem) translateX(0.2rem);
    background: #fff;
    opacity: 1;
    text-wrap: nowrap
}

.datepickerfield {
    margin-bottom: 0;
}

.input-group-icon {
    position: relative
}

.service-icon-date-blue {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0%)
}

.service-remarks {
    width: 100%;
    height: 200px;
    padding-left: 20px;
    padding-top: 15px;
    border: 1px solid #004185;
    border-radius: 5px;
    margin-top: 40px
}

.service-remarks::placeholder {
    color: #004185;
    font-size: 14px;
    font-weight: 600
}

.attachment-service {
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-decoration: underline;
}

.attachment-service p {
    font-size: 16px;
    font-weight: 700;
    color: #004185;
    margin-left: 10px;
    margin-bottom: 0
}

.btn-lightblue:link,
.btn-lightblue:visited {
    background: #B1D8FF;
    color: #004185;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 17px
}

.btn-lightblue:active,
.btn-lightblue:hover {
    filter: brightness(80%)
}

.input-field {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    border-radius: 5px;
    padding-left: 25px;
    border: 1px solid #004185;
    color: #004185;
    font-size: 14px
}

.input-field::placeholder {
    color: #004185;
    font-size: 14px;
    font-weight: 600
}

.error-message {
    margin-bottom: 0;
}

.input-error {
    border: 1px solid red
}

.file-upload-name {
    margin-top: 20px
}

.remove-file {
    cursor: pointer;
    margin-left: 10px
}

.error-message {
    color: red
}

.error-message-date {
    color: red;
}

.messenger-base {
    display: none !important
}

.subscribe-to-newsletter {
    display: none
}

.custom-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #6c757d;
}

.custom-breadcrumbs:hover {
    color: #004185;
}

.custom-breadcrumbs-disable {
    pointer-events: none;
    opacity: .65;
}

.active-breadcrumbs {
    color: #004185;
    font-weight: bold;
    transition: all .3s;
}

.active-breadcrumbs:hover {
    text-decoration: underline;
    color: #004185;
}

.scene-3-contents {
    text-align: center;
    margin-bottom: 30px;
}

.scene-3 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.scene-3 .column {
    display: flex;
    justify-content: center;
}

.service-content-title {
    font-size: 16px;
    font-weight: 600;
    color: #004185;
    margin-bottom: 0;
    text-transform: capitalize;
    flex: 1;
}

hr:not([size]) {
    height: 1px;
}

.umbraco-forms-page {
    margin-top: 40px;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper input[type="text"],
#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper input[type="email"],
#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper input[type="tel"],
#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper input[type="number"],
#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper textarea,
#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper select {
    width: 100%;
    padding: 10px 15px 10px 20px;
    border: 1px solid #004185;
    border-radius: 5px;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    color: #004185;
    background-color: #fff;
    font-weight: 600;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper textarea {
    height: 200px;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field-wrapper textarea:focus-visible {
    border-color: #004185;
}

.when-would-you-like-your-service .umbraco-forms-label {
    display: none;
}

.select-more-services .umbraco-forms-label {
    color: #004185;
    font-size: 16px;
    font-weight: 600;
}

.attach-any-relevant-photos-optional {
    display: none;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 input[type="submit"] {
    padding: 20.5px 40px;
    font-size: 18px;
    background-color: #fdd100;
    color: #004185;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 input[type="submit"]:hover {
    background-color: #ffc107;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 #remarks {
    height: 120px !important;
    padding: 10px 15px;
    border: 1px solid #004185;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    color: #004185;
    background-color: #fff;
    width: 100%;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 #booking-date {
    background: url('/media/yp3nl1ky/icon-ionic-ios-calendar.svg') no-repeat right 10px center;
    background-size: 24px 24px;
    padding-right: 40px;
    border: 1px solid #004185;
    height: 60px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 600;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .row-fluid .umbraco-forms-container:nth-child(2) {
    padding-left: 10px;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 input::placeholder,
#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 textarea::placeholder {
    color: #004185;
    opacity: 1;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-field {
    margin-bottom: 25px;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .datepickerfield {
    margin-bottom: 0;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .customfileupload {
    margin-top: 0;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-navigation .col-md-12 {
    display: flex;
    justify-content: center;
    width: 100%;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 input[type="submit"] {
    width: auto;
    margin-top: 30px;
}

.field-validation-error span {
    color: red;
}

.multiplechoice .umbraco-forms-label {
    color: #004185;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.checkboxlist input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #004185;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transform: translateY(3px);
}

.checkboxlist input[type="checkbox"]:checked {
    background-color: #004185;
    border-color: #004185;
}

.checkboxlist input[type="checkbox"]:checked::before {
    content: url('/media/zrzblnj1/check-icon-sm.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 18px;
}

.checkboxlist label {
    font-size: 14px;
    cursor: pointer;
    color: #004185;
    font-weight: 600;
    margin-top: 10px;
}

.checkboxlist input[type="checkbox"] + label {
    display: inline-block;
}

.checkboxlist {
    display: flex;
    gap: 20px;
}

.checkbox-column {
    flex: 1;
}

.checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-item label {
    margin-left: 8px;
}

.city-postcode-combined,
.phone-mobile-combined {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.phone-mobile-combined {
    flex-wrap: wrap;
    align-items: flex-start;
}

.phone-mobile-combined > .row-fluid {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.error-message {
    background: #CB0010;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: none;
}

.error-message a {
    color: #fff;
    text-decoration-color: #fd0;
}

.error-phone-message {
    background: #CB0010;
    padding: 20px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 12px;
    display: none;
}

.phone-mobile-combined > .error-phone-message {
    flex: 0 0 100%;
    width: 100%;
}

.phone-mobile-combined > .error-phone-message + .error-phone-message {
    margin-top: 8px;
}

#umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .row-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

.shake-animation {
    animation: shake 0.4s ease-in-out;
}

@media (max-width: 992px) {
    .rug-service-container {
        flex-direction: column;
    }

    .rug-service-select .rug-service-content {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .bottom-continue {
        margin-bottom: 50px;
    }

    .scene-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rug-service-container {
        flex-direction: column;
    }

    .custom-select-container {
        width: 80%;
    }

    .service-box-contents {
        width: 100%
    }

    .custom-breadcrumbs {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-floating.service-input-group.quantity-group {
        margin-top: 43px;
    }

    #umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .umbraco-forms-container {
        width: 100%;
    }

    #umbraco_form_cd5b3fac432141f38efe6553a0871ee1 .row-fluid {
        flex-wrap: nowrap;
        width: 100%;
    }

    .checkboxlist {
        flex-direction: column;
        gap: 0;
    }

    .city-postcode-combined,
    .phone-mobile-combined {
        flex-direction: column;
        gap: 0;
    }

    .phone-mobile-combined > .row-fluid,
    .phone-mobile-combined > .error-phone-message {
        width: 100%;
        flex-basis: 100%;
    }

    .phone-mobile-combined > .error-phone-message {
        margin-top: 10px;
    }
}
