aside.Container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}

aside.Container.show {
    display: block;
}

#myModal .modal-content {
    width: 70% ;
}

#myModal .modal-content .modal-header {
    border-bottom: none;
}

#myModal .modal-content .modal-header .modal-title .mixedTitle {
    color: #b69a69;
}
#myModal .twoField {
    display: flex;
    gap: 20px;
}
#myModal .field-group {
    flex: 1;
}

#myModal .info {
    color: #757473;
    margin-bottom: 30px;
}

#myModal .enquiry-block {
    display: flex;
    justify-content: end;
    align-items: end;
}

#myModal .custom-button {
    background-color: #2a2a29;
    width: 220px;
    padding: 10px 0;
    color: #f5f3f1;
    font-size: 18px;
    margin: 0 !important;
}

#myModal .description {
    padding-left: 16px;
    width: 50%;
    color: #757473;
    font-family: "SatoshiRegular";
}

#myModal {
    /* display: flex !important; */
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}
/* #myModal {
    display: flex;
    justify-content: center ;
    align-items: center ;
    width: 100%;
} */

#myModal .buttonContainer {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100%;
}

#myModal #captcha {
    /* border: 1px solid #505050; */
    width: 150px;
}

#myModal .captchaContainer {
    display: flex;
    gap: 10px;
    align-items: center;
}

#myModal .captchaImage {
    width: 200px;
}

#myModal .refresh-captcha {
    cursor: pointer;
}

#myModal .backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}


@media all and (max-width: 1280px) {
    #myModal .description {
        width: 85%;
    }
}

@media all and (max-width: 1080px) {
    #myModal .description {
        font-size: 14px;
    }
    #myModal .modal-content .modal-header .modal-title {
        font-size: 18px;
    }
    #myModal .info {
        font-size: 14px;
    }
    #myModal input::placeholder {
        font-size: 14px;
    }
    #myModal .custom-button {
        background-color: #2a2a29;
        width: 120px;
        padding: 7px 0;
        color: #f5f3f1;
        font-size: 15px;
        /* margin: 36px 0px 0px 0px !important; */
    }
}

@media all and (max-width: 640px) {
    #myModal .modal-content {
        max-height: 90vh;
        overflow-y: scroll;
        width: 80%;
    }
    #myModal .form-control {
        padding: 3px 6px;
    }

}

@media all and (max-width: 640px) {
    #myModal .modal-header {
        padding: 5px;
    }
    #myModal .modal-header .close {
        padding: 0;
    }
    #myModal .description {
        padding: 0 5px;
        width: 100%;
        margin-bottom: 3px;
    }
    #myModal .twoField {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 4px;
    }
    #myModal .form-group {
        margin-bottom: 4px;
    }
    #myModal .custom-button {
        width: 91px;
        padding: 5px 0;
        font-size: 14px;
        /* margin: 15px 0px 0px 0px !important; */
    }

    #myModal .modal-content {
        padding: 20px !important;
    }
    #myModal .modal-body {
        padding: 0;
    }
    #myModal .captcha {
        /* display: none; */
    }
    #myModal .bottom {
        display: flex !important;
    }
}

@media all and (max-width: 640px) {
    #myModal .captchaContainer {
        flex-direction: column;
        align-items: start;
    }
}