html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
}

:root {
    --main: #15396b;
    --main-half: #dc1c4983;
    --main-light: #dc1c4930;
    --alt: #15396b;
    --alt-half: #15396b83;
    --alt-light: #15396b30;
    --carbg-light: #15396b;
}

.bg-energy {
    background-color: var(--alt);
}

.bg-energy-light {
    background-color: var(--alt-light);
}

.bg-energy-half {
    background-color: var(--alt-half);
}

.text-energy {
    color: var(--alt) !important;
}

a {
    text-decoration: none;
}

* {
    font-family: 'Tajawal';
}

*:focus {
    outline: none;
}

.bubbleRight {
    position: absolute;
    right: -20vh;
    bottom: -10vh;
    width: 55vh;
    height: 55vh;
    /* background: linear-gradient( 90deg, rgba(92, 206, 255, 0.1) 0%, rgba(92, 206, 255, 1) 45%); */
    background: linear-gradient( 110deg, rgba(92, 206, 255, 0.1) 0%, var(--alt) 60%);
    border-radius: 50%;
}


/* .bubbleRight {
    position: absolute;
    right: -10%;
    bottom: -40%;
    width: 50vw;
    height: 50vw;
    background: linear-gradient(90deg, rgba(92, 206, 255, 0.1) 0%, rgba(92, 206, 255, 1) 45%);
    border-radius: 50%;
} */

.bubbleLeft {
    position: absolute;
    left: -20vh;
    top: -10vh;
    width: 60vh;
    height: 60vh;
    background: linear-gradient( 122deg, rgba(191, 205, 253, 1) 0%, var(--alt-half) 98%);
    /* background: white; */
    border-radius: 50%;
    /* box-shadow: inset -18px -13px 26px 4px rgba(0, 0, 0, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoCircle {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -6px;
    top: -6px;
    /* border: 2px solid #00B2FF; */
    border: 2px solid var(--alt);
    border-radius: 50%;
}

.registration-process {
    width: 90%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: white;
    border-radius: 30px;
    padding: 10px !important;
    margin: 10% auto;
    backdrop-filter: blur(20px);
    z-index: 2;
    overflow: hidden;
}

.container-full {
    width: 100vw;
    position: relative;
    background-color: white;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: auto;
    overflow-x: hidden !important;
}

.title {
    font-weight: bold;
    text-align: center;
    font-size: 3vh;
    /* color: #00B2FF; */
    color: var(--alt);
    padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-gif {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.step-row .title-gif {
    width: 50%;
    height: 35%;
    margin-right: 30px;
    margin: 0 auto;
}

.title-gif img {
    width: 100%;
    height: 100%;
}

.subtitle {
    text-align: center;
    font-size: 2vh;
    margin: 0 auto;
    /* color: #00B2FF; */
    color: var(--alt);
    width: 70%;
    cursor: pointer;
}

.buttons {
    /* width: 70%; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.action-buttons,
.owlReverse,
.commercial-submit {
    cursor: pointer;
    width: 250px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid var(--alt);
    color: var(--alt);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alt);
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background-color: #15396b;
    border: 2px solid transparent;
    user-select: none;
}

.action-buttons:hover,
.owlReverse:hover,
.commercial-submit:hover {
    transition: 300ms;
    /* background-color: #00B2FF; */
    background-color: var(--alt);
    color: white;
    border: 2px solid white;
}

.activeActionButton {
    background-color: var(--alt) !important;
    color: white !important;
    font-weight: bold;
}

.header-navbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(92, 206, 255, 0.5); */
    background-color: var(--alt-half);
    height: 50px;
    z-index: 9999;
    backdrop-filter: blur(10px);
}

.insurance-steps {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.step-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
    width: 40%;
}

.step-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* color: #00B2FF; */
    color: var(--alt);
}

.step-title {
    font-size: 16px;
    font-weight: bold;
}

.step-subtitle {
    font-size: 15px;
}

.downArrow {
    width: 0px;
    height: 0px;
    /* border-top: 5px solid rgb(0, 178, 255, 0.5); */
    border-top: 5px solid var(--alt-half);
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    background-color: transparent;
    border-radius: 1px;
    position: absolute;
    bottom: -30px;
    right: 50%;
    left: 30%;
}

.form-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.form-title {
    width: 70%;
    margin: 0 auto;
    padding: 0px;
    border-radius: 50px;
    color: white;
    /* background-color: #00B2FF; */
    background-color: var(--alt);
    text-align: center;
    position: relative;
    z-index: 99;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formLineRight {
    position: absolute;
    width: 50%;
    height: 5px;
    /* background-color: #00B2FF; */
    background-color: var(--alt);
    top: 22px;
    right: -80px;
}

.formLineLeft {
    position: absolute;
    width: 50%;
    height: 5px;
    /* background-color: #00B2FF; */
    background-color: var(--alt);
    top: 22px;
    left: -101px;
}

.form-inputs {
    width: 90%;
    margin: 25px auto;
}

.form-inputs input,
.form-inputs select {
    width: 100%;
    background: transparent;
    /* border: 1px solid #00b3ff5d; */
    border: 1px solid var(--alt-half);
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 50px;
    color: var(--alt);
}

.form-inputs input::placeholder {
    color: var(--alt-half);
    font-weight: normal;
}

.next-form,
.prev-form {
    cursor: pointer;
    width: 40%;
    background-color: white;
    /* border: 1px solid #00b3ff9c; */
    border: 1px solid var(--alt-half);
    color: var(--alt-half);
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-form:hover,
.prev-form:hover {
    cursor: pointer;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
    /* background-color: #00b3ff; */
    background-color: var(--alt);
    transition: 500ms;
}

.nextArrow {
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
    border-left: 5px solid transparent;
    background-color: transparent;
    border-radius: 1px;
}

.form-title lord-icon {
    width: 30px;
    height: 30px;
}

.radio-title {
    font-size: 17px;
    font-weight: bold;
    color: var(--alt);
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}

.radio-title label {
    margin-bottom: 0px !important;
}

.radio-inputs {
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    color: var(--alt);
}

.inner-radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.inner-radio input {
    width: 10%;
    margin-top: 17px;
}

.radio-label {
    width: 90%;
    text-align: right;
    margin: 2px;
    color: var(--alt-half);
}

.sliderButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.radio-form {
    padding: 5px;
    /* border-bottom: 1px solid #00B2FF; */
    border-bottom: 1px solid var(--alt-light);
}

.inputClick {
    position: absolute;
    top: 5px;
    left: 7px;
    border: 1px solid transparent;
    /* background-color: #00B2FF; */
    background-color: var(--alt);
    color: white;
    border-radius: 50px;
    padding: 5px 15px;
}

.radioTitleInfo {
    font-size: 11px;
    /* color: #00b3ff9a; */
    color: var(--alt-half);
    width: 100%;
}

.radioTitleInfo:hover,
.radio-label:hover {
    color: var(--alt);
    transition: 500ms;
    cursor: pointer;
}


/* Building the new layout */

.sidebar {
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    background-color: var(--alt);
    position: fixed;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.owl-carousel {
    width: 70% !important;
    margin-top: 10px;
}


/* .stage {
    margin-top: 10%;
} */

.logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 50%;
}

.logo img {
    width: 100%;
    height: 100%;
}

.bottomBubble {
    display: flex;
    position: absolute;
    top: 53%;
    right: -11.5%;
    width: 106%;
    height: 31vw;
    border-radius: 50%;
    background-color: var(--carbg-light);
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 60px;
}

.bottomBubble img {
    width: 100%;
    height: 43%;
    background-color: white;
    margin-top: 100px;
}

.side-bar-text-wrapper {
    margin-top: 6em;
}

.side-bar-text-wrapper>.title {
    font-size: 50px;
}

.insurance-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 50px;
}

.insurance-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border: 1px solid transparent;
    color: var(--alt) !important;
    width: 200px;
    border-radius: 30px;
    margin: 10px 10px;
}

.insurance-card-header {
    width: 40%;
    color: inherit;
}

.insurance-card-header img {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.582);
}

.insurance-card .title {
    font-size: 17px;
    height: 70px;
    margin-bottom: 20px;
}

.insurance-card:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3) !important;
    transition: 300ms;
}

.form-summary {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
}

.form-summary2 {
    display: flex;
    align-content: center;
    justify-content: space-between;
    position: absolute;
    top: 11px;
    left: 17.2%;
    width: 30%;
}

.summary-line {
    width: 3px;
    margin-top: 5px;
    height: 85%;
    position: absolute;
    top: 0px;
    right: 11px;
    background-color: var(--carbg-light);
    z-index: 0;
}

.summary-line2 {
    height: 3px;
    margin-top: 10px;
    width: 75%;
    position: absolute;
    top: 0px;
    right: 11px;
    background-color: var(--carbg-light);
    z-index: 0;
}

.summary-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: white;
    text-align: right;
}

.summary-row2 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    color: var(--alt);
    text-align: right;
    width: 30%;
    position: relative;
}

.check-indicator {
    background-color: var(--carbg-light);
    margin-left: 10px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25px;
    z-index: 3;
    height: 25px;
    text-align: center;
    color: white;
}

.check-indicator2 {
    border: 2px solid var(--alt);
    background-color: white;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25px;
    z-index: 3;
    height: 25px;
    text-align: center;
    color: white;
}

.summary-value {
    font-size: 20px;
    width: 90%;
}

.summary-value2 {
    font-size: 15px;
    width: 60%;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 57%;
}

.pricing-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: 50px;
    margin: 20px auto;
    padding: 10px 70px;
    color: var(--alt);
}

.pricingHeader {
    width: 80%;
    background-color: var(--alt);
    height: 670px;
    position: absolute;
    top: 20px;
    right: 9.7%;
    z-index: -1;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 120px;
}

.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.pricingCard {
    width: 35%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    margin: 1px;
}

.pricingCard>.radio-title {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.pricingCard>.price-value {
    color: var(--main);
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}

.pricing-checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.pricing-logo-wrapper {
    width: 50%;
    height: 50%;
}

.pricing-logo-wrapper svg {
    width: 100%;
    height: 100%;
}

.pricing-logo-wrapper svg path {
    fill: inherit;
}

.pricing-checkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 17px;
    border: 3px solid transparent;
    background-color: white;
    margin: 0 15px;
    position: relative;
    color: white;
    margin-bottom: 50px;
}

.pricing-checkbox i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: inherit;
}

.infoData {
    cursor: pointer;
}

.pricing-checkbox:hover {
    border: 3px solid var(--warning);
    transition: 300ms;
    /* color: var(--warning); */
    cursor: pointer;
}

.pricing-checkbox-activated {
    border: 3px solid var(--carbg-light) !important;
    transition: 300ms !important;
    color: var(--warning) !important;
    cursor: pointer !important;
}

.pricing-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: var(--alt);
}

.pricing-checkbox-wrapper .custom-checkbox {
    display: flex;
    align-items: center;
}

.pricing-checkbox-wrapper label {
    font-size: 20px !important;
    color: white;
    font-weight: bold;
    user-select: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border: none;
    background-color: var(--warning) !important;
    color: white !important;
}

.spinner-border {
    position: absolute;
    z-index: 999;
    top: 45%;
    right: 45%;
}

#apiResponse {
    border-radius: 30px;
}

#apiResponse>.modal-content {
    border-radius: 30px !important;
}

.data-response-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.res-carName {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alt);
    font-weight: bold;
}

.res-carSpecs {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.carSpec {
    width: 45%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 5px;
}

.specIcon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--alt);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.specIcon img {
    width: 70%;
    height: 70%;
}

.specTitle {
    color: var(--alt);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.specValue {
    color: var(--alt);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.spinner-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 9999;
    background: #ffffffe8;
}

.carValidate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carValidate>.validateQuestion {
    margin-top: 30px;
    color: var(--alt);
    font-size: 20px;
    font-weight: bold;
}

.acceptanceButtons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.acceptanceButtons div {
    cursor: pointer;
    width: 100px;
    border: 1px solid var(--carbg-light);
    color: var(--alt);
    font-weight: bold;
    width: 100px;
    border: 1px solid var(--carbg-light);
    border-radius: 30px;
    text-align: center;
    margin: 10px 5px;
}

.acceptanceButtons div:hover {
    width: 100px;
    border: 1px solid transparent;
    color: white !important;
    font-weight: bold;
    background-color: var(--alt);
    transition: 300ms;
}

td {
    text-align: center;
    color: var(--alt);
    font-weight: bold;
}

td:nth-child(1) {
    background-color: var(--carbg-light);
    color: white;
    width: 120px;
}

.swal2-confirm {
    background-color: var(--alt) !important;
}

.summary-total {
    background-color: var(--alt) !important;
    color: white !important;
}


/* .summary-table {
    height: 500px !important;
} */

.summaryTableWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 40vh !important;
}

.summary-table tr td:nth-child(1) {
    width: 10px !important;
    background-color: white;
    color: var(--primary);
}

.service-explanation {
    color: black;
    font-size: 13px;
    text-align: right;
    font-weight: bold;
}

.service-title {
    font-weight: bold;
    font-size: 17px;
    text-align: right;
    color: var(--alt);
    margin-bottom: 20px;
}

@media (pointer:coarse) {
    .pricing-checkbox:hover {
        border: 1px solid transparent !important;
        transition: 0s;
        color: white;
    }
}

@media only screen and (max-width: 1372px) {
    .owl-carousel {
        margin-top: 5vh;
    }
}

@media only screen and (max-width: 1250px) {
    .sliderButtons {
        width: 90%;
    }
}

@media only screen and (max-width: 1000px) {
    .container-full {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: auto;
        height: unset;
    }
    .sidebar {
        position: fixed;
        right: 0px;
        top: 0px;
    }
    .owl-carousel {
        margin-top: 5vh;
    }
    .summary-value2 {
        width: 90%;
        text-align: center;
        position: absolute;
        top: 30px;
        left: 38%;
        font-size: 12px;
    }
    .form-summary2 {
        left: 10.2%;
        width: 40%;
    }
    .bottomBubble {
        top: 82%;
        right: -10.5%;
        height: 27%;
        padding-top: 0;
    }
    .bottomBubble img {
        margin-top: 50px;
    }
    .summary-value {
        font-size: 17px;
    }
    .pricingCard {
        width: 55% !important;
        height: 120px;
        border-radius: 0px !important;
    }
    .pricingHeader {
        right: 10%;
        width: 80%;
    }
    .pricing-checkbox-wrapper {
        flex-direction: column;
    }
    .pricing-checkbox {
        flex-direction: row;
        padding: 0 20px;
        margin-bottom: 20px;
        width: 90%;
        height: 110px;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 720px) {
    .bubbleRight {
        right: -30vh;
    }
    .bubbleLeft {
        left: -30vh;
    }
    .registration-process {
        width: 90% !important;
    }
    .form-title lord-icon {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .buttons[rel="steps"] {
        flex-direction: column-reverse !important;
    }
    .step-row .title-gif {
        width: 35% !important;
    }
    .upload-buttons-container {
        /* width: 80% !important; */
    }
}

@media only screen and (min-width: 992px) {
    .insurance-steps {
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
    }
    .step-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .title-gif {
        margin: 0px auto !important;
    }
    .downArrow {
        width: 0px;
        height: 0px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        /* border-right: 5px solid rgb(0, 178, 255, 0.5); */
        border-right: 5px solid var(--alt-half);
        border-left: 5px solid transparent;
        background-color: transparent;
        border-radius: 1px;
        position: absolute;
        bottom: 80px;
        right: 100%;
    }
    .buttons {
        margin-top: 100px;
    }
    .form-inputs {
        width: 85%;
    }
}

@media only screen and (max-width: 900px) {
    .upload-button-wrapper {
        width: 40% !important;
    }
}

@media only screen and (max-width: 700px) {
    .sidebar {
        display: none;
    }
    .owl-carousel {
        width: 90% !important;
    }
    .container-full {
        justify-content: center;
    }
    .form-summary2 {
        left: 25%;
    }
    .pricingCard {
        width: 55%;
        height: 120px;
        border-radius: 0px !important;
    }
    .pricingHeader {
        right: 0px;
        width: 100%;
    }
    .pricing-checkbox-wrapper {
        flex-direction: column;
    }
    .pricing-checkbox {
        flex-direction: row;
        padding: 0 20px;
        margin-bottom: 20px;
        width: 90%;
        height: 110px;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 628px) {
    .form-summary2 {
        width: 100%;
        right: 8.8vw;
    }
    .pricingCard {
        width: 55%;
        height: 120px;
        border-radius: 0px !important;
    }
    .pricingHeader {
        right: 0px;
        width: 100%;
    }
    .pricing-checkbox-wrapper {
        flex-direction: column;
    }
    .pricing-checkbox {
        flex-direction: row;
        padding: 0 20px;
        margin-bottom: 20px;
        width: 90%;
        height: 110px;
        justify-content: space-between;
    }
    .upload-button-wrapper {
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .sliderButtons {
        width: 100%;
    }
    .owl-carousel {
        margin-top: 10vh;
    }
    .form-summary2 {
        width: 100%;
        right: 9vw;
    }
}

@media only screen and (max-width: 300px) {
    .owl-carousel {
        /* margin-top: 150vh;
        padding-top: 200px; */
    }
}

.summarySlide {
    margin-top: 100px;
}


/* success form styling */

.success-title {
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
}

.inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 90%;
    height: 90%;
    text-align: center;
    margin: auto;
}

.radio-form {
    position: relative;
}

.radio-form i {
    position: absolute;
    top: 17px;
    left: 30px;
    color: inherit;
}

.upload-buttons-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.upload-button-wrapper {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 20px;
}

.upload-button {
    width: 100%;
    height: 260px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 40px;
    color: var(--alt);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    box-shadow: 18px 19px 64px -17px rgba(0, 0, 0, 0.29);
    border: 1px solid transparent;
    cursor: pointer;
}

.upload-button:hover {
    border: 1px solid var(--alt-half);
    transition: 0.5s;
}

.upload-button>input {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.upload-button>label {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
}

.upload-text {
    font-weight: bold;
    font-size: 15px;
    color: inherit;
    width: 100%;
    height: 70px;
    text-align: center;
    color: inherit;
}

.upload-button-active {
    color: white !important;
    background-color: var(--alt);
    transition: 100ms;
    cursor: pointer;
}

#fileList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-spinner {
    position: absolute;
    top: 17px;
    left: 37px;
    color: inherit;
}

.upload-spinner .spinner-border {
    width: 1rem !important;
    height: 1rem !important;
}

.blob {
    width: 100%;
    /* height: 100px; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.blob img {
    width: auto !important;
    height: 100px;
}

.animated-svg-wrapper {
    width: 50%;
    height: 50%;
    margin: 0 auto;
}

.upload-placeholder {
    width: 50px;
    height: 50px;
    margin-bottom: 60px;
}

.upload-placeholder img {
    width: 100%;
    height: 100%;
}

.upload-button-wrapper:nth-child(5),
.upload-button-wrapper:nth-child(6) {
    width: 100% !important;
}

.upload-button-wrapper:nth-child(5) .upload-button,
.upload-button-wrapper:nth-child(6) .upload-button {
    width: 100% !important;
}


/* .upload-button-wrapper:nth-child(5) {}

.upload-button-wrapper:nth-child(5) .upload-button {
    width: 100% !important;
} */

.upload-button-active i.fa-check-circle {
    position: absolute;
    top: 30px;
    font-size: 20px;
}

[rel-image-loader="car_images_sides"] img {
    width: 100px !important;
    height: 100px !important;
}

.finish_form_button {
    width: 20%;
    height: 50 px;
    color: white;
    box-shadow: 18px 19px 64px -17px rgb(0 0 0 / 29%);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alt);
    font-size: 15px;
    font-weight: bold;
    margin: 10px auto;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 10px;
}

.finish_form_button:hover {
    box-shadow: 18px 19px 64px -17px rgba(0, 0, 0, 0.1);
    color: white;
    border: 1px solid var(--alt-half);
    transition: 0.5s;
}

.service-text {
    display: none;
}

.pricing-logo-wrapper svg path {
    fill: #15396b;
}