/* style for order placed  modal  */
#orderAlertModal .main-modal-dialog-container {
    width: 545px;
    /* width: 100%; */
}
#orderAlertModal .main-modal-container {
    background-color: #FFFFFF;
    padding: 30px 0px;
    border-radius: 10px;
    border: 1px solid rgba(225,225,225,0.15);
    
}
#orderAlertModal .main-modal-body {
    display: flex;
    /* justify-content: center; */
    /* padding: 0px; */
    padding-left: 30px;
    padding-right: 30px;
}
#orderAlertModal .modal-content-container {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    /* justify-content: center;  */
    max-width: 424px;
    width: 100%;
}
#orderAlertModal .upload-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#orderAlertModal .modal-heading{
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #171719;
    margin-bottom: 20px;
}
#orderAlertModal .modal-description {
    display: flex;
    justify-content: center;
    color: white;
    text-align: center;
    
}
#orderAlertModal .cancel-and-save-btn-container {
    display: flex;
    justify-content: center;
    border: none;
    padding: 0px;
    flex-wrap: nowrap;
    gap: 15px;
    
    
}
#orderAlertModal .cancel-btn {
    /* width: 236px; */
    width: 100%;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    background-color: #E32001;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    height: 50px;
}
#orderAlertModal .save-btn {
    /* width: 236px; */
    width: 100%;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    height: 50px;
}
#orderAlertModal .upward-arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    background-color: #242328;
    margin-bottom: 10px;
    border-radius: 10px;
}
#orderAlertModal .upload-img-container label {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#orderAlertModal .uploaded-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    background-color: #242328;
    margin-bottom: 10px;
    border-radius: 10px;
}
#orderAlertModal .uploaded-img-box img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.2);
    object-fit: cover;
    object-position: center;
}
#orderAlertModal .delete-basket-btn {
    top: 5px;
    right: 5.5px;
    border: none;
    background: transparent;
}

#orderAlertModal .upload-image-and-inputs-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#orderAlertModal .uploaded-img-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#orderAlertModal .upward-arrow-container img {
    width: 42px;
    height: 42px;
}
#orderAlertModal .upload-img-title {

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
#orderAlertModal .form-container {
    width: 100%;
    height: 100%;
}
#orderAlertModal .form-container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
}
#orderAlertModal .form-input-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
#orderAlertModal .upload-img-container label {
    cursor: pointer;
}
#orderAlertModal .form-container form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
#orderAlertModal .form-container form input {
    border: none;
    height: 50px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#orderAlertModal .form-container form textarea {
    background-color: #242328;
    border-radius: 10px;
    border: none;
    height: 95px;
    resize: none;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
}

#orderAlertModal .form-container form textarea::placeholder {
    /* padding-left: 15px;
    padding-top: 16px; */
    color:#878787;
}
#orderAlertModal .form-container form input#description {
    height: 85px;
}

#orderAlertModal .form-container form input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
   
}
#orderAlertModal .modal-close-wrapper {
    position: relative; 
    width: 100%;
    height: 377px;
}
#orderAlertModal .red-cross-container {
    position: absolute; 
    top: 25px; 
    right: 25px;
    pointer-events: all;
}
#orderAlertModal .form-container form .form-element {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#orderAlertModal .upload-image-error-message {
    color: red;
    display: none;
    font-size: 14px;
    font-weight: 400;
}

#orderAlertModal .gap10 {
    gap: 10px;
}

#orderAlertModal .card {
    height: 228px;
    width: 424px;
    border: 2px dashed #000000;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}

#orderAlertModal .hide {
    display: none !important;
}

#orderAlertModal .card label {
    height: 100%;
    width: 100%;
}

#orderAlertModal .pb20 {
    padding-bottom: 20px !important;
}

#orderAlertModal .upload-img-title {
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 28px !important;
    color: #000000 !important;
}

#orderAlertModal .dropdown {
    position: relative;
    display: inline-block;
}

#orderAlertModal .w100 {
    width: 100%;
}

#orderAlertModal .section-title {
    font-size: 1.1rem;
    color: #555353;
}

#orderAlertModal .custom-form-label {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000000 !important;
}

#orderAlertModal .pb10 {
    padding-bottom: 10px;
}

#orderAlertModal .w500 {
    font-weight: 500 !important;
}

#orderAlertModal .categories-text {
    font-size: 13px;
}

#orderAlertModal .drop-control {
    border: 1px solid #E7E7E7;
    background: #FFF;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #000 !important;
    outline: none !important;
    padding: 0rem 1rem !important;
    letter-spacing: 0.05rem !important;
}

#orderAlertModal .current_category {
    height: 50px !important;
    padding: 0 0.3rem !important;
    outline: none !important;
    border: none;
    box-shadow: none !important;
}

#orderAlertModal .custom-form-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #4C4C4C;
    letter-spacing: 0.2px;

}

#orderAlertModal .log-out-icon-container {
    width: 56px;
    height: 56px;
    background-color:#FFF8E6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

}

#orderAlertModal .parent-container-for-log-out-icon-and-descritpion {
    display: flex;
    gap: 26px;
}

#orderAlertModal .log-out-heading {
    font-weight: 600;
    font-size: 20px;
    color: #000000;

}

#orderAlertModal .log-out-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #54595ECC;
}

@media (max-width:576px) {
    #orderAlertModal .main-modal-dialog-container {
        width: 100%;
    }
}
