body .sandbox-main-container {
    margin: auto;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 0px;
}

.sandbox-main-container .sandbox-container {
    margin: auto;
    padding: 0px;
}

.sandbox-title-container{
    margin: auto;
}

.sandbox-sub-title  {
    display: none;
}

.first-title {
    font-family: 'Poppins';
    font-size: 26px;
    color: #7761FF;
}

.second-title {
    font-family: 'PoppinsBold';
    font-size: 26px;
    color:  #5077FF;
}

.sandbox-form {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    margin-top: 30px;
}

.bg-image {
    background-image: url('../img/form_bg.png');
    background-position: 47% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F7F8;
}

.bg-color {
    background-color: #F2F7F8;
}


.mini-width {
    width: 536px;
}

.medium-width {
    width: 696px;
}


.form-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #858585;
    bottom: 20px;
}

.form_label {
    font-family: Poppins;
    font-style: normal;
    font-size: 12px;
    line-height: 21px;
    color: #858585;
    opacity: 0.5;
}

.merchant_logo_pre {
    border: solid 1px #eeeeee;
    border-radius: 50px;
}

.required {
    color: #EB4D3D;
}

.text-input {
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    background: #F9F9F9 !important;
    height: 45px;
    border-radius: 7px;
    border: none !important;
}

.read-only {
    color: #b8b8b8 !important;
    background: url("../img/icon_lock.png") no-repeat right !important;
    background-color: #F9F9F9 !important;
}

.required {
    color: #EB4D3D;
}

.error {
    border: 1px solid #EB4D3D !important;
}

.center {
    text-align: center;
}

.text-input-err-block {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #EB4D3D;
}

.text-area {
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    background: #F9F9F9 !important;
    border-radius: 7px;
    height: 85px;
    border: none;
}

.text-input:focus {
    outline:none;
    border: none;
}

.accept-term-text {
    font-family: Poppins;
    font-size: 12px;
    line-height: 21px;
    color: #858585;
}

.submit-button {
    text-align: center;
    width: 100%;
    height: 54px;
    background: #2860D7;
    border: none;
    border: 2px solid #2860D7;
    border-radius: 8px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.x-btn:focus, .button:focus, [type="submit"]:focus {
    outline: none;
 }

.submit-button-text {
    font-family: PoppinsMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}


body .form-bottom-text {
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #858585;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.textfield {
    background: #F9F9F9;
    height: 45px;
    border: none;
    border-radius: 7px;
    padding-left: 5px;
    width: 91%;
    margin-bottom: 5px;
    padding-right: 55px;
}

.pasword-wrap {
    position: relative;
}
    
.password {
    width: 100%;
    text-align: left;
}
    

.hyperlink {
    color: #007AE0 !important;
    display: block;
    float: right;
    font-family: PoppinsBold;
    font-style: normal;
    font-size: 14px;
    height: 22px;
    line-height: 17px;
    text-align: left;
    cursor : pointer;
    margin-right: 15px;
    position: absolute;
    top: 7px;
    right: 0px;
    margin-top: 8px;
}

/* modal  */
.sandbox-modal-container {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Fallback color */
    justify-content: center;
  }
  
  /* Modal Content */
.sandbox-modal-content {
    background: #FFFFFF;
    border: 1px solid #888;
    border-radius: 19px;
    width: 536px;
    margin:0 auto;
    position: absolute;
    left: 0;
    right:0;
    top: 50%;
    padding: 40px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    display: flex;
    align-items: center;
}

.sandbox-modal-content .sandbox-modal-body {
    margin: auto;
    padding: 30px 16px;
    display: flex;
    align-items: center;
    width: 100%;
}

.sandbox-modal-body #sandbox-container {
    margin: auto;
    text-align: center;
    width: 100%;
}

.img-browse-upload {
    margin: auto;
    margin-top: 80px;
}

.sandbox-modal-icon {
    margin: auto;
    margin-top: 10%;
}

.modal-title-container {
    text-align: center;
}

.first-title-modal {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #7761FF;
}

.second-title-modal {
    font-family: 'PoppinsBold';
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    font-size: 25px;
    color:  #5077FF;
}

#drag-drop-container {
    margin-top: 30px;
    padding: 10px;
}

.modal-sub-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #858585;
}

.error-title-modal {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #EB4D3D;
}

.modal-browse-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color:  #5077FF;
    cursor: pointer;
}

#sandbox-container .modal-description-container {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sandbox-container .modal-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #858585;
    margin-top: 20px;
}

#sandbox-container .submit-button {
    margin: auto;
}

@media only screen and (max-width: 760px) {
    body .sandbox-main-container {
        padding: 0px !important;
    }

    .sandbox-form {
        padding: 30px !important;
        border-radius: 12px !important;
        margin-top: 20px;
        margin: 10px;
    } 

    .mini-width {
        padding: 20px !important;
    }

    .medium-width {
        padding: 20px !important;
        width: 100%;
    }

    .form-title {
        display: none;
    }

    .sandbox-title {
        text-align: center;
        margin: 10px !important;
    }

    .first-title {
        font-size: 14px !important;
    }

    .second-title {
        font-size: 14px !important;
    }

    .sandbox-sub-title {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }
    
    .sandbox-sub-title > span{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        color: #1C1C1C;
    }

    .form-container {
        padding: 20px !important;
    }

    .form-sub-title {
        display: none !important;
    }

    .text-input {
        height: 44px !important;
    }

    .submit-button {
        height: 44px !important;
    }

    .submit-button-text {
        font-size: 13px !important;
    }

    .form-bottom-text {
        font-size: 13px !important;
    }

    /* mdoal  */
    .sandbox-modal-content {
        width: 90% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .first-title-modal {
        font-size: 17px !important;
    }
    
    .second-title-modal {
        font-size: 17px !important;
    }

    .img-browse-upload {
        margin-top: 10% !important;
    }

    .modal-sub-title {
        font-size: 15px !important;
    }
    
    .modal-browse-title {
        font-size: 15px !important;
    }

    .modal-description {
        font-size: 13px !important;
    }

    .margin-10 {
        margin: 20px !important;
    }

    .merchant-logo-container {
        text-align: center !important;
    }
    .padding-20 {
        padding: 20px !important;
    }
}

.error-checkbox {
    outline: 2px solid #EB4D3D;
    outline-offset: -2px !important;
}
.margin-bottom-txt {
    margin-bottom: 75px !important;
}