@font-face {
    font-family: "SVN-Gilroy-Bold";
    src: url("../../../../../fonts/SVN-Gilroy/SVN-GILROY-BOLD.otf") format("opentype");
}

@font-face {
    font-family: "SVN-Gilroy-Regular";
    src: url("../../../../../fonts/SVN-Gilroy/SVN-Gilroy-Regular.otf") format("opentype");
}

.box-common-form {
    background: url('../images/common-form/bg-form.webp') no-repeat center center;
    background-size: cover;
}

.box-common-form .box-text img {
    width: 50%;
}

.box-common-form .box-text .text {
    flex-basis: 47%;
}

.box-common-form .box-text .text p {
    color: #FFF;
    text-align: justify;
    font-family: 'SVN-Gilroy-Regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 8px;
}

.box-common-form .box-text .text p:not(:last-child){
    border-bottom: 1px dashed #ffffffb2;
}

.box-common-form .box-text .text p::before {
    content: '';
    background-image: url('../images/common-form/tick-form.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 5px;
}

.form-right {
    background-color: #fff;
    padding: 1.5rem 2.5rem;
    border-radius: 1.25rem;
    width: 80%;
    margin: auto;
}

.form-right .form-right-title {
    color: #000;
    font-family: 'SVN-Gilroy-Bold';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-right .input-form {
    margin-bottom: 1.5rem;
}

.form-right input, .form-right select {
    border-radius: 0.75rem;
    background: #F2F4F5;
    width: 100%;
    height: 100%;
    font-family: 'SVN-Gilroy-Regular';
    border: none;
}

.lmc_footer #enrollment-form .btn-register button {
    color: #FFF;
    text-align: center;
    font-family: 'SVN-Gilroy-Bold';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    border-radius: 0.75rem;
    background: #DB1F1F;
    width: 100%;
}

#trial-form-success-modal .modal-content {
    border: 5px solid rgb(220, 53, 69);
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 2px 6px 20px 1px #666;
}

#trial-form-success-modal .modal-content>span {
    width: 24px;
    height: 24px;
    border: 2px solid #999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    right: .5rem;
    top: .5rem;
    cursor: pointer;
    background-color: #fff;
}

#trial-form-success-modal .modal-content>h6 {
    color: rgb(220, 53, 69);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 800;
}

#trial-form-success-modal .modal-content>p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: rgb(220, 53, 69);
}

#trial-form-success-modal .modal-content>button {
    border-radius: 30px;
    width: 70%;
    margin-top: 1.5rem;
    border: unset;
    outline: unset;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #dc3545, #ea861b);
    padding: 4px;
}

#trial-form-success-modal .modal-content>button>span:first-child {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
}

#trial-form-success-modal .modal-content>button>span:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

#trial-form-success-modal .modal-content>button>span:last-child {
    display: inline-block;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    width: calc(100% - 32px);
    padding: 0 1rem;
}

@media screen and (max-width:767px) {
    .box-common-form .box-text img {
        width: 100%;
    }

    .box-common-form .box-text .text {
        flex-basis: 100%;
    }

    .box-common-form {
        background: url('../images/common-form/bg-formmb.webp') no-repeat left top;
        background-size: cover;
    }
}


@media screen and (max-width: 460px) {
    #trial-form-success-modal .modal-content>button {
        width: 100%;
    }

    #trial-form-success-modal .modal-content>button>span:first-child {
        width: 45px;
        height: 45px;
    }

    #trial-form-success-modal .modal-content>button>span:last-child {
        width: calc(100% - 45px);
        padding: 0 .75rem;
    }
}