* {
    padding: 0;
    margin: 0;
    font-family: Helvetica, sans-serif !important;
}

.rqqContainer {
    top: 0;
    width: 100vw;
}

#closeRQQ {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(183, 34, 34, 0.544);
    border: none;
    right: 50px;
    background: url("./icons/plus-icon.png") center center no-repeat;
    background-size: contain;
    transform: rotate(45deg);

}



.rqqContainer form {
    background-color: white;
    width: 640px;
    height: 100%;
    padding: 50px;
    color: #484848;
    margin: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    border-radius: 12px;
}

.rqqContainer form .tpORNG {
    font-size: 1.1rem;
    font-weight: bold;
    color: #FF554B;
}

.rqqContainer form .topHDNGN {
    font-size: 1.9rem;
    color: #222;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
}

.rqqContainer form ._df {
    /* background-color: red; */
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.rqqContainer form ._df label {
    margin-left: 6px;
    margin-right: 50px;
}

.rqqContainer form ._inptContainer_ {
    /* background-color: blue; */
    margin-top: 8px;
}

.rqqContainer form ._inptContainer_ .ssllect {
    background-color: #fff;
    border: 1px solid #48484865;
    padding: 10px;
    border-radius: 6px;
}

.rqqContainer form .addCustomization {
    border: 1px solid #FF554B;
    margin-top: 20px;
    border-radius: 6px;
    padding: 20px;
    position: relative;

}

.rqqContainer form .addCustomization .ddff {
    display: flex;
    justify-content: space-between;
}

.rqqContainer form .addCustomization .ddff .tplftDIV {
    display: flex;
}

.rqqContainer form .addCustomization .ddff .tplftDIV .titleee {
    color: #444 !important;
}

.rqqContainer form .addCustomization .ddff .tplftDIV .xoxo {
    color: #44444480 !important;
    font-size: 0.8rem;
}


#customizedShoesImg {
    background: url("./bottomCard-shoes-images/Bitmap\(12\).png") center center no-repeat;
    background-size: contain;
    width: 68px;
    /* border: 2px solid red; */
}

#customizationUserText {
    width: 100% !important;
    border: none;
    outline: none;
    height: 40px;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #484848;
}

.rqqContainer .addCustomization .deleteIcon {
    width: 16px;
    height: 16px;
    background: url("./icons/trash-solid.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: -10px;
    cursor: pointer;
}

.rqqContainer form ._df2 {
    /* background-color: red; */
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.rqqContainer form ._df2 ._d_f___ {
    /* background-color: blue; */
    width: fit-content;
}

.rqqContainer form ._df2 ._d_f___ label {
    display: block;
}

.rqqContainer form ._df2 ._d_f___ input {
    display: block;
    padding: 10px 20px;
    border: 1px solid #48484865;
    border-radius: 6px;
    margin-top: 6px;
}
.rqqContainer form ._df2 ._d_f___.n {
    /* background-color: blue; */
    width: fit-content;
}

.rqqContainer form ._df2 ._d_f___ .n label {
    display: block;
}

.rqqContainer form ._df2 ._d_f___.n input {
    display: block;
    padding: 10px 44px;
    border: 1px solid #48484865;
    border-radius: 6px;
    margin-top: 6px;
}
.rqqContainer form .zzozzoo {
    /* background-color: red; */
    margin-top: 20px;
}

.rqqContainer form .zzozzoo label {
    display: block;
}

.rqqContainer form .zzozzoo textarea {
    margin-top: 6px;
    background-color: #F0EFEF;
    padding: 16px;
    font-size: 0.9rem;
    border-radius: 6px;
    border: none;
    outline: none;
    width: 100%;
}

#_sendQuoteBtn_ {
    background-color: #FF554B;
    border: none;
    padding: 14px 30px;
    color: #fff;
    border-radius: 100px;
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 20px;
}


@media only screen and (max-width: 724px) {

    .rqqContainer form {
        background-color: white;
        width: 600px;
    }

    #select1 {
        margin-right: 20px;
    }

    #select3 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 642px) {

    .rqqContainer form {
        background-color: white;
        width: 90%;   
        padding: 18px;
    }

    #select1 {
        margin-right: 20px;
    }

    #select3 {
        margin-top: 20px;
    }
    .rqqContainer form ._df2 {
            /* background-color: red; */
    margin-top: 16px;
    display: block;
    justify-content: space-between;
    position: relative;

    }
    #closeRQQ {
        right: 18px;
    }
    .rqqContainer form ._df2 ._d_f___{
        width: 100%;
    }
    .rqqContainer form ._df2 ._d_f___ input {
        /* background-color: red; */
        display: block;
        width: 100% !important;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .rqqContainer form ._df{
        /* background-color: red; */
        display: flex;
        flex-wrap: wrap;
    }
    .rqqContainer form ._df label {
        margin-left: 6px;
        margin-right: 20px;
        font-size: 0.8rem;
    }
   
    .rqqContainer form .addCustomization .ddff .tplftDIV .titleee {
        color: #444 !important;
        font-size: 0.9rem;
    }
    
    .rqqContainer form .addCustomization .ddff .tplftDIV .xoxo {
        color: #44444480 !important;
        font-size: 0.7rem;
    }
    #adcccc{
        font-size: 0.8rem !important;
    }


    .tpORNG{
        font-size: 1rem !important;
    }
    .topHDNGN{
        font-size: 1.2rem !important;
    }
}

/* ___________________________________________________ */

@media only screen and (max-width: 425px) {

    .rqqContainer form {
        background-color: white;
        /* background-color: #ffffff8d; */

        width: 90%;   
        padding: 18px;
    }

    #select1 {
        margin-right: 20px;
        width: 100%;
    }
    
    #select3 {
        width: 100%;
        margin-top: 20px;
    }
    #select2 {
        width: 100%;
        margin-top: 20px;
    }
    .rqqContainer form ._df2 {
            /* background-color: red; */
    margin-top: 16px;
    display: block;
    justify-content: space-between;
    position: relative;

    }
    #closeRQQ {
        right: 18px;
    }
    .rqqContainer form ._df2 ._d_f___{
        width: 100%;
    }
    .rqqContainer form ._df2 ._d_f___ input {
        /* background-color: red; */
        display: block;
        width: 100% !important;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .rqqContainer form ._df{
        /* background-color: red; */
        display: flex;
        flex-wrap: wrap;
    }
    .rqqContainer form ._df label {
        margin-left: 6px;
        margin-right: 20px;
        font-size: 0.8rem;
    }
   
    .rqqContainer form .addCustomization .ddff .tplftDIV .titleee {
        color: #444 !important;
        font-size: 0.9rem;
    }
    
    .rqqContainer form .addCustomization .ddff .tplftDIV .xoxo {
        color: #44444480 !important;
        font-size: 0.7rem;
    }
    #adcccc{
        font-size: 0.7rem !important;
    }

    .rqqContainer form .addCustomization {
        border: 1px solid #FF554B;
        margin-top: 20px;
        border-radius: 6px;
        padding: 10px;
        position: relative;
    
    }
    .dddfffss{
        transform: scale(0.8);
    }

    .tpORNG{
        font-size: 1rem !important;
    }
    .topHDNGN{
        font-size: 1.2rem !important;
    }
}