﻿body {
}

    body.modal-open {
        overflow: hidden;
    }


.learning-detail {
    padding: 0;
}

    .learning-detail .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }


    .learning-detail .header-content {
        padding: 2em 2em 2em 2.5em;
    }


        .learning-detail .header-content:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: #000000;
            opacity: 0.1;
        }

@media(max-width:768px) {
    .learning-detail .header-content:after {
        top: inherit;
        left: 10%;
        bottom: 0;
        height: 1px;
        width: 80%;
    }
}


.learning-detail .header-content span {
    font-size: 0.9em;
    font-weight: 400;
    display: block;
    opacity: 0.9;
}

.learning-detail .header-content h2 {
    font-size: 1.5em;
    font-weight: 800;
    margin: 0.6em 0 1em;
}

.learning-detail .header-content p {
    font-size: 0.9em;
    font-weight: 200;
    opacity: 0.7;
    text-align: justify;
    margin: 0;
    white-space: pre-wrap;
}


.learning-detail .header-detail {
    padding: 2em 2.5em 2em 2em;
}

    .learning-detail .header-detail > h3 {
        font-size: 1.2em;
        font-weight: 700;
        opacity: 0.8;
    }

    .learning-detail .header-detail > div {
        margin: 0.8em 0;
        font-size: 0.9em;
    }

        .learning-detail .header-detail > div span {
            opacity: 0.75;
            font-weight: 500;
            display: inline-block;
        }

            .learning-detail .header-detail > div span > i {
                display: inline-block;
                width: 1.1em;
                font-size: 1.1em;
                margin-left: 0.3em;
                text-align: center;
            }

        .learning-detail .header-detail > div a {
            opacity: 0.8;
            font-weight: 700;
            display: inline-block;
        }

            .learning-detail .header-detail > div a:hover {
                opacity: 1;
            }

    .learning-detail .header-detail > a,
    .tab-content .tab-pane#details a.btn {
        text-align: center;
        display: block;
        background-color: var(--primary);
        color: #ffffff;
        margin: 2em 0 0.5em;
        padding: 0.8em;
    }
.tab-content .tab-pane#details a.btn {
    max-width: 15em;
    margin: 4em auto 1em;
}

        .learning-detail .header-detail > a.disable,
        .tab-content .tab-pane#details a.btn.disable {
            opacity: 0.8;
            cursor: not-allowed;
        }





.learning-content {
    padding: 3em 0 2em;
    text-align: center;
}

    .learning-content .nav-tabs {
        width: 100%;
        position: relative;
        max-width: 500px;
        display: inline-block;
        border: none;
    }

        .learning-content .nav-tabs .nav-item {
            width: 31%;
            float: right;
            text-align: center;
            font-weight: 800;
            background-color: transparent;
        }

            .learning-content .nav-tabs .nav-item:last-of-type {
                width: 38%;
            }

            .learning-content .nav-tabs .nav-item .nav-link {
                border: none;
                background-color: transparent;
                border-bottom: solid 2px rgba(33, 37, 41,0);
                opacity: 0.6;
                color: rgba(33, 37, 41,1);
                font-size: 1em;
            }

            .learning-content .nav-tabs .nav-item.show .nav-link,
            .learning-content .nav-tabs .nav-link.active {
                border-color: rgba(33, 37, 41,0.9);
                opacity: 1;
            }

        .learning-content .nav-tabs .nav-link:hover {
            opacity: 0.8;
        }

        .learning-content .nav-tabs .nav-link > span {
            background-color: rgba(33, 37, 41,0.9);
            margin-right: 0.3em;
            padding: 0.4em 0.5em 0.3em;
        }











    .learning-content img.content-img {
        width: 100%;
        max-height: 350px;
        object-fit: contain;
        object-position: center;
    }

    .learning-content .content-body {
        text-align: justify;
        margin-top: 3em;
    }

        .learning-content .content-body h3 {
            font-size: 1.1em;
            font-weight: 600;
            color: rgba(33, 37, 41,1);
            margin-bottom: 0.6em;
        }

        .learning-content .content-body p {
            font-size: 0.9em;
            color: rgba(33, 37, 41,0.7);
            white-space: pre-wrap;
            /*        margin-top:-0.7em;
            text-align:right;*/
        }

    .learning-content #moredetails > div {
        margin: 0 -2px;
        display: inline-block;
        vertical-align: top;
    }


    .learning-content #moredetails h3 {
        font-size: 1.1em;
        font-weight: 600;
        color: rgba(33, 37, 41,1);
        margin-bottom: 0.5em;
        text-align: right;
    }

    .learning-content #moredetails ul {
        list-style: none;
        padding: 0;
        width: 100%;
        text-align: right;
        position: relative;
    }

    .learning-content #moredetails li {
        width: 100%;
        position: relative;
    }

    .learning-content #moredetails .moredetails-details li {
        padding: 0.4em 0;
    }

        .learning-content #moredetails .moredetails-details li > span {
            font-size: 0.95em;
            color: rgba(33, 37, 41, 0.7);
            font-weight: 400;
            /*              width:6em;
                    display:inline-block;*/
        }

        .learning-content #moredetails .moredetails-details li > a {
            font-size: 1em;
            color: rgba(33, 37, 41, 0.9);
            font-weight: 500;
            /*           width:calc(100% - 6em);
                    display:inline-block;*/
        }

    .learning-content #moredetails .moredetails-days {
        padding-right: 10px;
    }

        .learning-content #moredetails .moredetails-days ul {
            padding-right: 15px;
        }

            .learning-content #moredetails .moredetails-days ul:before {
                content: "";
                position: absolute;
                right: 0;
                width: 1px;
                background-color: rgb(66, 139, 202);
                top: 0;
                height: 100%;
            }

        .learning-content #moredetails .moredetails-days li {
            padding: 0.5em 0 1.5em;
        }

            .learning-content #moredetails .moredetails-days li:last-of-type {
                padding-bottom: 0.5em;
            }

            .learning-content #moredetails .moredetails-days li:before {
                content: "";
                width: 12px;
                height: 12px;
                border: solid 4px rgb(66, 139, 202);
                outline: 4px solid #f4f4f4;
                background-color: #f4f4f4;
                border-radius: 50%;
                right: -21px;
                top: calc(0.5em + 6px);
                position: absolute;
            }

            .learning-content #moredetails .moredetails-days li .times {
                display: block;
                color: rgba(33, 37, 41, 0.7);
                font-size: 0.9em;
            }

            .learning-content #moredetails .moredetails-days li span {
            }

            .learning-content #moredetails .moredetails-days li .title {
                font-size: 1em;
                color: rgba(33, 37, 41, 0.9);
                margin-bottom: 0.5em;
            }

@media(max-width:768px) {
    .learning-content #moredetails .moredetails-details {
        margin-bottom: 3em;
    }
}





#LearningRegister .modal-body .field {
    margin: 0 -2px;
    display: inline-block;
}































body {
}





{
}

.course-register {
    padding-bottom: 2em;
}

    .course-register .card {
        display: block;
        margin-bottom: 30px;
        padding: 1.5em;
    }

    .course-register .price-card {
        padding: 1.1em 1.5em;
    }

    .course-register .card .card-body {
        padding: 0.4em 0.5em;
    }

        .course-register .card .card-body.have-profile {
            padding: 1em 0.5em 0.4em;
        }

    .course-register .field {
        margin-left: -2px !important;
        margin-right: -2px !important;
        display: inline-block;
    }

        .course-register .field small {
            display: block;
            width: 100%;
            opacity: 0.85;
            text-align: center;
        }

    .course-register .profile {
        display: table;
        width: 100%;
        margin-bottom: 1.2em;
        padding: 0;
        position: relative;
        z-index: 1;
    }

        .course-register .profile .img {
            width: 6em;
            height: 6em;
            position: relative;
            float: right;
            border-radius: 50%;
            background-color: rgba(0, 36, 77, 0.7);
            display: inline-block;
        }

            .course-register .profile .img > span {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 4em;
                color: #ffffff;
            }

            .course-register .profile .img > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: none;
            }

            .course-register .profile .img.active > span {
                display: none;
            }

            .course-register .profile .img.active > img {
                display: block;
            }

        .course-register .profile a.upload {
            background-color: rgba(0, 36, 77, 0.7);
            margin-top: 2em;
            margin-right: 2.5em;
            width: auto;
        }

        .course-register .profile a.remove {
            background-color: rgba(0,0,0,0.15);
            margin-top: 2em;
            width: auto;
        }

        .course-register .profile input#UserPhoto {
            display: none;
        }


        .course-register .profile > div.tooltip {
            position: absolute;
            background-color: rgba(30, 30, 30,0.93);
            color: #ffffff;
            opacity: 0;
            bottom: -4.5em;
            font-size: 0.83em;
            font-family: dana;
            padding: .7em 1.2em;
            margin: 0;
        }

            .course-register .profile > div.tooltip:after {
                content: "";
                position: absolute;
                bottom: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent transparent rgba(30, 30, 30,0.93) transparent;
            }

    .course-register #uploadimg:hover + div.tooltip {
        opacity: 1;
        bottom: -3.5em;
    }

    .course-register .profile-desc {
        padding: 0 !important;
    }
        .course-register .profile-desc > ul {
            padding-right: 1em !important;
        }

        .course-register .profile-desc ul {
            font-size: 0.85em;
            color: rgba(0, 36, 77, 0.9);
            display:table;
            width:100%;
            margin:0;
            padding:0.1em 0 0.25em;
        }

        .course-register .profile-desc li {
            margin: 0.2em 0;
        }

@media(max-width:768px) {
    .course-register .profile {
        text-align: center;
    }

        .course-register .profile .img {
            float: none;
            display: block;
            margin: auto;
            margin-bottom: 1em;
        }

        .course-register .profile a.upload,
        .course-register .profile a.remove {
            margin-top: 1em;
        }
}

@media(max-width:576px) {
    .course-register .profile a.upload,
    .course-register .profile a.remove {
        width: 100%;
    }

    .course-register .profile a.upload,
    .course-register .profile a.remove {
        margin: 0.6em 0;
    }
}

.course-register .card .card-header {
    background-color: transparent;
    padding: 0;
    padding-bottom: 0.5em;
    font-weight: 600;
    color: rgba(0, 36, 77, 0.9);
    font-size: 1.15em;
    margin-bottom: 0.8em;
}

form.course-register {
    padding-bottom: 2.5em;
}

    form.course-register .price-card {
    }
        form.course-register .price-card .card-body{
            padding-top:0;
            padding-bottom:0;
        }
        form.course-register .price-card ul {
            list-style: none;
            padding: 0;
            display: table;
            width: 100%;
            margin: 0;
        }

        form.course-register .price-card li {
            display: table;
            width: 100%;
            margin: 1.8em 0;
            position: relative;
        }

            form.course-register .price-card li:after {
                position: absolute;
                content: "";
                /*background-color: rgb(33, 37, 41);*/
                border-bottom: dotted 1px rgb(33, 37, 41);
                left: 0;
                width: 100%;
                top: 50%;
                height: 1px;
                opacity: 0.3;
            }

            form.course-register .price-card li > span {
                color: rgba(33, 37, 41, 0.7);
                font-size: 0.94em;
                display: inline-block;
                float: right;
                font-weight: 600;
                outline: 10px solid #fff;
                position: relative;
                background-color: #fff;
                z-index: 1;
            }

            form.course-register .price-card li > a {
                color: rgba(33, 37, 41, 0.9);
                font-size: 0.94em;
                display: inline-block;
                float: left;
                font-weight: 600;
                outline: 10px solid #fff;
                position: relative;
                background-color: #fff;
                z-index: 1;
            }

.course-register .discount-card {
}

    .course-register .discount-card .card-body {
        margin-top: 0.7em;
        margin-bottom: 0.6em;
    }

    .course-register .discount-card .md-form {
        width: calc(100% - 11em);
    }

    .course-register .discount-card button {
        width: 12em;
        position: absolute;
        left: 0;
        top: 45%;
        transform: translateY(-50%);
        background-color: rgb(66, 139, 202);
    }

        .course-register .discount-card button:hover {
            background-color: rgba(66, 139, 202, 0.9);
        }




form.course-register .accept-rule {
    text-align: center;
    margin-right: 2em;
    margin: 2.5em 0 1.5em 0;
}

    form.course-register .accept-rule .form-check-input[type="checkbox"]:checked + label::before {
        border-right-color: rgb(66, 139, 202);
        border-bottom-color: rgb(66, 139, 202);
        border-right-width: 3px;
        border-bottom-width: 3px;
    }

    form.course-register .accept-rule label a {
        color: rgb(66, 139, 202);
        font-weight: 600;
        position: relative;
    }

        form.course-register .accept-rule label a:after {
            content: "";
            position: absolute;
            left: 50%;
            width: 0;
            height: 1px;
            bottom: -2px;
            background-color: rgb(66, 139, 202);
            display: block;
            transition: 0.3s;
        }

        form.course-register .accept-rule label a:hover:after {
            left: 0;
            width: 100%;
        }

@media(max-width:576px) {
    form .course-register .accept-rule {
        text-align: center;
        margin-right: 2em;
        margin: 1em 0 1.5em 0;
    }
}




form.course-register .actions {
    margin: 1em 0 1em;
}

    form.course-register .actions > button {
        float: left;
        padding: 0.45em 1em;
        /*transition: 0.2s;*/
        opacity: 0.8;
        margin: 0.7em 2em;
        font-size: 0.9em;
    }

        form.course-register .actions > button.submit {
            font-size: 1em;
            margin: 0.3em 0.4em;
            padding: 0.8em 1em;
            width: 11em;
            opacity: 1;
            background-color: var(--primary);
        }

@media(max-width:576px) {
    form.course-register .actions > button {
        margin: 0 !important;
        width: 100% !important;
    }

        form.course-register .actions > button.submit {
            margin-bottom: 1em !important;
        }
}











.requests-list table .control {
    /*padding-left: 0 !important;*/
    color: rgba(2, 52, 109, 0.85);
    font-size: 0.8em;
}

    .requests-list table .control > i {
        transform: rotate(90deg);
    }

.requests-list table .parent .control > i {
    transform: rotate(0);
}




.requests-list table tr.child {
    background-color: #f0f0f0 !important;
}


    .requests-list table tr.child ul {
        width: 100%;
        margin: 0;
        padding: 0 0.5em;
        text-align: center;
        display: table;
        right: 50%;
        transform: translateX(50%);
        position: relative;
        max-width: 350px;
        list-style: none;
    }

    .requests-list table tr.child li {
        position: relative;
        display: table;
        width: 100%;
        font-size: 0.95em;
    }

        .requests-list table tr.child li:after {
            content: "";
            width: 100%;
            left: 0;
            height: 0;
            top: 50%;
            border-bottom: dotted 1px rgba(33, 37, 41, 0.4);
            position: absolute;
        }

        .requests-list table tr.child li > span {
            border: none !important;
            background-color: #f0f0f0;
            position: relative;
            z-index: 1;
            padding: 0.5em 1em;
        }

            .requests-list table tr.child li > span.dtr-title {
                float: right;
            }

            .requests-list table tr.child li > span.dtr-data {
                float: left;
            }

.requests-list table th {
    font-size: 0.87em;
}

.requests-list table td {
    font-size: 0.85em;
    padding: 1.1em 0.7em 1.5em !important;
}

    .requests-list table td.icon {
        padding-left: 0;
    }

        .requests-list table td.icon > img {
            width: 1.6em;
            height: 1.8em;
            object-fit: contain;
            object-position: center;
        }

.table-container .detail-link {
    display: table-cell;
}

    .table-container .detail-link > a {
        font-size: 0.95em;
        padding: 0.5em;
        color: #ffffff;
        border: solid 1px rgba(2, 52, 109, 0.9);
        background-color: rgba(2, 52, 109, 0.9);
        width: 5em;
    }

        .table-container .detail-link > a:hover {
            background-color: rgba(2, 52, 109, 0.75);
            border-color: rgba(2, 52, 109, 0.75);
            color: #fff;
        }




.invalid-feedback {
    margin-top: -0.2em;
}

    .invalid-feedback.field-validation-error {
        display: block;
        font-size: 0.75em;
    }






.attendees-profile {
}

    .attendees-profile > button {
        border: solid 2px var(--secondary);
        color: var(--secondary);
        margin-bottom: 2em;
        font-weight: 600;
    }

        .attendees-profile > button:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            width: 0;
            height: 100%;
            background-color: var(--secondary);
            z-index: -1;
            transition: inherit;
        }

        .attendees-profile > button:hover {
            color: #fff;
        }

            .attendees-profile > button:hover:before {
                left: 0;
                width: 100%;
            }

    .attendees-profile ul {
        list-style: none;
        padding: 0;
    }

    .attendees-profile li.attendee-profile {
        position: relative;
        width: 100%;
        display: flex;
        padding: 1.2em;
        border-radius: 0.6em;
        transform: scale(1);
    }

        .attendees-profile li.attendee-profile:hover {
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
            background-color: rgba(0,0,0,0.01);
            transform: scale(1.01);
            cursor: pointer;
        }

        .attendees-profile li.attendee-profile:after {
            content: "";
            position: absolute;
            left: 10%;
            width: 80%;
            height: 1px;
            background-color: #262626;
            opacity: 0.1;
            top: 0;
        }

        .attendees-profile li.attendee-profile:first-of-type:after,
        .attendees-profile li.attendee-profile:hover:after,
        .attendees-profile li.attendee-profile:hover + li.attendee-profile:after {
            opacity: 0;
        }

        .attendees-profile li.attendee-profile > div.img {
            position: relative;
            right: 0;
            border-radius: 50%;
            width: 4em;
            height: 4em;
            top: 0;
            float: right;
            background-color: rgba(0, 36, 77, 0.7);
            overflow: hidden;
        }

            .attendees-profile li.attendee-profile > div.img.active {
                background-color: rgba(0, 36, 77, 0);
            }

            .attendees-profile li.attendee-profile > div.img span {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 2.5em;
                color: #ffffff;
            }

            .attendees-profile li.attendee-profile > div.img.active span {
                display: none;
            }

        .attendees-profile li.attendee-profile div.img img {
            width: 100%;
            height: 100%;
            display: none;
        }

        .attendees-profile li.attendee-profile div.img.active img {
            display: block;
        }

        .attendees-profile li.attendee-profile > div.content {
            position: relative;
            display: block;
            text-align: right;
            float: right;
            width: calc(100% - 4em - 6.5em);
            margin: auto 0;
            padding: 0 1em;
        }

        .attendees-profile li.attendee-profile .content h4 {
            font-size: 1.05em;
            color: #262626;
            opacity: 0.95;
            margin: 0;
            margin-bottom: 0.5em;
            font-weight: 800;
        }

        .attendees-profile li.attendee-profile .content p {
            font-size: 0.75em;
            color: #262626;
            opacity: 0.6;
            margin: 0;
            direction: ltr;
        }

        .attendees-profile li.attendee-profile > div.status {
            position: relative;
            float: right;
            width: 6.5em;
            left: 0;
            margin: auto 0;
            text-align: left;
        }

        .attendees-profile li.attendee-profile .status span {
            display: inline-block;
            font-size: 0.72em;
            color: rgba(38, 38, 38, 1);
            font-weight: 800;
            opacity: 0.9;
            background-color: rgba(38, 38, 38, 0.2);
            padding: 0.4em;
            border-radius: 1.1em;
            width: 100%;
            text-align: center;
        }

            .attendees-profile li.attendee-profile .status span.Unpaid {
                color: rgba(255, 136, 0, 1);
                background-color: rgba(255, 136, 0, 0.2);
            }

            .attendees-profile li.attendee-profile .status span.Inactive,
            .attendees-profile li.attendee-profile .status span.Fail {
                color: rgba(204, 0, 0, 1);
                background-color: rgba(204, 0, 0, 0.2);
            }

            .attendees-profile li.attendee-profile .status span.Paid,
            .attendees-profile li.attendee-profile .status span.Studying {
                color: rgba(2, 52, 109, 1);
                background-color: rgba(2, 52, 109, 0.2);
            }

            .attendees-profile li.attendee-profile .status span.Pass {
                color: rgba(0, 126, 51, 1);
                background-color: rgba(0, 126, 51, 0.2);
            }

    .attendees-profile .no-attendee {
    }

        .attendees-profile .no-attendee > p {
            margin: 1em 0;
            font-size: 1em;
            opacity: 0.75;
        }








#ProfileDetailsResult .modal-dialog {
    position: relative !important;
    left: auto !important;
    width: auto !important;
    bottom: auto !important;
    margin: auto !important;
    max-width: 36em;
    padding: 1em;
}

#ProfileDetailsResult .modal-content {
    border-radius: 0.4em;
    margin-top: 4em;
}

#ProfileDetailsResult .modal-body {
    /*    padding-top: 2em !important;
    padding-bottom: 2em !important;*/
    margin-top: -5em;
    padding-top: 0 !important;
}

    #ProfileDetailsResult .modal-body .alert {
        margin: 1.5em 0 0.5em;
        text-align: center;
        font-size: 0.95em;
    }







#ProfileDetailsResult .profile-details {
    width: 100%;
    display: block;
    text-align: center;
}

    #ProfileDetailsResult .profile-details > div.img {
        border-radius: 50%;
        width: 10em;
        height: 10em;
        display: inline-block;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
        background-color: var(--primary);
        margin: 0;
        position: relative;
    }

    #ProfileDetailsResult .profile-details .img > i {
        position: relative;
        display: block;
        font-size: 5em;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
    }

    #ProfileDetailsResult .profile-details .img > img {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }

    #ProfileDetailsResult .profile-details .img.active > img {
        display: block;
    }

    #ProfileDetailsResult .profile-details .img.active > i {
        display: none;
    }


    #ProfileDetailsResult .profile-details > div {
        margin-top: 1.5em;
    }


    #ProfileDetailsResult .profile-details h4 {
        font-size: 1.4em;
        margin-bottom: 0.5em;
        font-weight: 800;
        color: rgba(30,30,30,1);
    }

    #ProfileDetailsResult .profile-details p {
        font-size: 0.85em;
        color: rgba(30,30,30,0.8);
        margin: 0;
    }

#ProfileDetailsResult .more-details {
    display: flex;
    position: relative;
    margin-top: 1.3em;
    padding-top: 0.5em;
}


    #ProfileDetailsResult .more-details > div {
        width: 33%;
        display: inline-block;
        padding: 1em;
        text-align: center;
    }

    #ProfileDetailsResult .more-details span {
        color: rgba(30,30,30,0.7);
        font-size: 0.75em;
        display: block;
        width: 100%;
        margin-bottom: 0.3em;
    }

    #ProfileDetailsResult .more-details a {
        color: rgba(30,30,30,0.9);
        font-size: 1em;
        display: block;
        width: 100%;
        font-weight: 800;
    }
/*        #ProfileDetailsResult .more-details a > span.not{
            background-color:rgba(0,0,0,0.6);
            width:4em;
            height:2em;
            border-radius:1em;
            display:inline-block;
        }*/






#ProfileDetailsResult .modal-footer {
    display: block;
    text-align: center;
    direction: ltr;
}

    #ProfileDetailsResult .modal-footer button {
        border-color: var(--primary) !important;
        color: var(--primary) !important;
        padding: .6em 2.5em;
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }

        #ProfileDetailsResult .modal-footer button.btn-primary {
            background-color: var(--primary) !important;
            color: #fff !important;
        }

        #ProfileDetailsResult .modal-footer button.disable {
            cursor: not-allowed !important;
        }



#RulesModal {
    padding: 0.5em !important;
}

.modal-open #RulesModal {
    display: flex !important;
}

#RulesModal .modal-dialog {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin: auto !important;
    max-width: 1100px;
    border-radius: .35rem;
    font-size: 0.97em;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    #RulesModal .modal-dialog .modal-content .modal-header {
        background-color: #fff;
        color: var(--secondary);
        font-weight: 600;
    }

        #RulesModal .modal-dialog .modal-content .modal-header .modal-title {
            font-weight: inherit;
            color: inherit;
        }

    #RulesModal .modal-dialog .modal-content .modal-body {
        padding: 1.5em !important;
        padding-top: 0 !important;
    }

    #RulesModal .modal-dialog .modal-content .modal-body {
    }

        #RulesModal .modal-dialog .modal-content .modal-body h6 {
            /*color:var(--primary);*/
            margin-top: 2em;
            font-weight: 600;
        }

        #RulesModal .modal-dialog .modal-content .modal-body ul {
            font-size: 0.93em;
        }

        #RulesModal .modal-dialog .modal-content .modal-body li {
            margin: 0.2em 0;
            border-bottom: none;
            list-style: initial;
            display: list-item;
            padding: 0;
        }

    #RulesModal .modal-dialog .modal-content .modal-footer button {
    }

/*@media(min-width:576px) {
    #RulesModal .modal-dialog {
        max-width: 500px;
    }
}*/









.certificate-inquiry {
}

    .certificate-inquiry .card-body {
        padding: 1em 2em;
    }

    .certificate-inquiry form h3.title {
        padding: 0 1em 0.7em;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.5;
        width: 100%;
    }

    .certificate-inquiry form .field {
        display: inline-block;
    }

    .certificate-inquiry form .action {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        width: 100%;
        padding: 0 15px;
        direction: ltr;
        text-align: center;
    }

        .certificate-inquiry form .action button {
            display: inline-block;
            font-size: 0.95em;
            color: rgba(0,0,0,0.7);
            padding: .8em 1.3em;
            width: 100%;
            margin: 0.5em 0;
        }

            .certificate-inquiry form .action button.submit {
                background-color: #02346d;
                color: #ffffff;
                padding: .8em 3em;
            }

@media (min-width:576px) {
    .certificate-inquiry form .action button {
        width: auto;
        margin: 0.5em 0.5em 0;
    }
}


.certificate-inquiry-preview > img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}







.h_iframe-aparat_embed_frame {
    position: relative;
    margin: 1.5em 0 4em;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
