body {
    background-image: url("../../../public/img/Background.png");
    font-family: "Cagliostro", sans-serif;
}

input {
    border: transparent !important;
}

label {
    font-size: 18px !important;
}

/* header {
    text-align: center;
    color: #fff;
}

header img {
    max-width: 100%;
    height: auto;
} */

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(241, 193, 206) !important;
}

.container {
    padding: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.form-group label,
.form-group input {
    margin-bottom: 0;
}

::placeholder {
    color: #aeadad !important;
}

.custom-input {
    height: 60px !important;
    box-shadow: -10px 0px 0px #f1c1ce;
    border-radius: 13px !important;
    position: relative;
    display: inline-block;
}

.custom-input:disabled {
    background-color: white !important;
}

.lg-backdrop,
.lg-outer {
    z-index: 2000 !important;
}

@media screen and (max-width: 599px) {
    .switch-container {
        width: 100% !important;
        display: flex;
        border-radius: 25px;
        overflow: hidden;
        background-color: #ffffff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 468px) {
    .minus-tire {
        margin-right: 50px !important;
        margin-left: 10px !important;
    }
}

section.container-fluid.footer_section {
    background-color: white !important;
}

.submit_order {
    padding: 10px 55px;
    background-color: var(--theme-btn-primary-color);
    color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
    border: none;
}

.switch-container {
    height: 40px;
    width: 40%;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.option {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.option:hover {
    background-color: #f0f0f0;
}

.option.left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.option.right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.option.active {
    color: #ffffff;
    background-color: #f1c1ce;
}

.image-container {
    background-color: white !important;
    border-radius: 12px;
    padding: 7px;
    width: 100%;
    box-shadow: -10px 0px 0px #f1c1ce !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.preview img {
    border-radius: 12px;
    max-width: 100px;
    max-height: 100px;
    height: 40px;
    position: relative;
    top: 4px;
}

.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: transparent;
    background-image: url("../../../public/front-assets/images/remove-button.png");
    background-size: contain;
    cursor: pointer;
}

.remove-btn:hover {
    background-color: #ffc0cb;
}

.plus-tire,
.minus-tire {
    box-shadow: -4px 3px 0px #d7babe !important;
    border-radius: 100px;
    width: 80px !important;
    border: transparent !important;
    color: #f6eaea !important;
    color: #f6eaea !important;
    height: 40px;
    background-color: white !important;
}

.plus-tire:hover,
.minus-tire:hover {
    color: red;
}

.plus-minus-button {
    display: flex !important;
}

.plus-tire {
    margin-right: 10px;
    margin-left: 50px;
}

.minus-tire {
    margin-right: 50px;
    margin-left: 50px;
}

.tire-value {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    height: 40px !important;
    width: 50px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    height: 40px;
}

i.fa-solid.fa-plus {
    color: black;
}

button {
    outline: none !important;
    border: none !important;
}

#tires-value {
    font-weight: bolder;
    margin: 0px !important;
}

.button.button1,
.button.button2,
.button.button3,
.button.button4,
.button.button5,
.button.button6,
.button.button7,
.button.button8,
.button.button9,
.button.clear {
    margin: 20px !important;
    border-radius: 9px !important;
    color: black !important;
    text-transform: none;
    box-shadow: -4px 3px 0px #d7babe !important;
    background-color: white;
}

.selected-button {
    background-color: red !important;
}

.weight-label {
    flex-grow: 1 !important;
    align-items: center !important;
    display: flex;
    position: relative;
    left: 15px;
}

#minusplus {
    margin-top: 50px !important;
    position: relative;
    left: 15px;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: none;
    z-index: 1000;
}

.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #f1c1ce #f1c1ce;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #3a292a #3a292a transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
}
