﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

body {
    font-family: iransans !important;
    direction: rtl;
    margin: 0;
}

    body * {
        font-family: iransans;
        direction: rtl;
        font-size:1.5rem !important;
    }

.dir-ltr {
    direction: ltr;
}

    .dir-ltr * {
        direction: ltr;
    }

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: iransans !important;
}

h1 {
    font-weight: bold;
}

.card-title {
    word-break: normal;
    word-wrap: normal;
}

button:focus, a:focus {
    outline: none;
}

.opacity-full {
    opacity: 1 !important;
}

.modal-backdrop.show {
    opacity: .5 !important;
}
/*#region public */
.progress-bar-rage-manual {
    margin-top: 5px;
    position: relative;
    background-color: #888;
    height: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.progress-rage-manual {
    background-color: #1ca2a5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    box-shadow: 0 0 10px -5px #e1e1e1
}

    .progress-rage-manual span {
        position: absolute;
        bottom: -100%;
        background-color: #888;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        padding: 2.5px 5px;
        left: 50%;
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
        margin-top: -3px;
        text-align: center;
        min-width: 30px;
    }

        .progress-rage-manual span:after {
            content: " ";
            position: absolute;
            top: 100%; /* At the bottom of the tooltip */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #888 transparent transparent transparent;
        }

        .progress-rage-manual span label {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            font-family: iransansRd !important;
        }

.card-manual {
    margin-bottom: 10PX;
}

.spinner-content {
    z-index: 999;
    background-color: rgba(0,0,0,.1) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
}

    .spinner-content.parent-fixed {
        position: absolute;
    }

    .spinner-content.white-back {
        background-color: rgba(255,255,255,.9);
    }

    .spinner-content.darken {
        background-color: rgba(0,0,0,.9);
    }

    .spinner-content .spinner-body {
        width: 200px;
        max-width: 100%;
        background-color: #fff;
        min-height: 200px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 0 0 7px -7px rgba(255,255,255,.3);
        -webkit-box-shadow: 0 0 7px -7px rgba(255,255,255,.3);
        box-shadow: 0 0 7px -7px rgba(255,255,255,.3);
        padding: 10px;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

        .spinner-content .spinner-body img {
            width: 100px;
            max-width: 100%;
        }

.btn-loading {
    position: relative;
    padding-left: 30px
}

    .btn-loading:after {
        content: "";
        left: 5px;
        top: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 2px solid #FFFFFF;
        border-left-color: transparent;
        position: absolute;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-animation: rotate-spinner .75s linear infinite;
        -o-animation: rotate-spinner .75s linear infinite;
        -webkit-animation: rotate-spinner .75s linear infinite;
        animation: rotate-spinner .75s linear infinite;
    }

@keyframes rotate-spinner {
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
        -o-transform: translateY(-50%) rotate(360deg);
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

@-moz-keyframes rotate-spinner {
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
        -o-transform: translateY(-50%) rotate(360deg);
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate-spinner {
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
        -o-transform: translateY(-50%) rotate(360deg);
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .active .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.active > .menu-link .menu-text {
    color: #fff;
}

.container-login100 {
    background-image: url(/Images/Test/BG.jpg);
    background-size: cover;
    background-position: center center;
}

/*#endregion public */
/*#region table */
.center-table {
    text-align: center;
}

.hidden-overflow {
    overflow: hidden;
}

.table-custom {
    margin: auto;
    max-width: 100%;
    width: 500px;
    text-align: center;
    vertical-align: middle;
    display: inline;
}

    .table-custom tr.header-row {
        background-color: #C51F6A;
        color: #fff;
        font-weight: bold;
    }

    .table-custom td {
        text-align: center;
        vertical-align: middle;
    }

.custom-td {
    width: 100px;
}

.td-week-day {
    position: relative;
    color: #fff;
}

    .td-week-day > .course-name {
        min-width: 100px;
        font-size: 17px;
    }

    .td-week-day .actions-week-day {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 0 5px 5px;
    }

        .td-week-day .actions-week-day a {
            font-size: 0;
            width: 10px;
            height: 10px;
            padding: 0;
            margin-left: 5px;
        }

            .td-week-day .actions-week-day a i {
                font-size: 14px;
                color: #fff;
            }

.fixed-top {
    position: fixed;
    top: 0;
    left: 50%;
}

.course-link {
    font-size: 13px;
    min-height: 50px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

.hint-link {
    width: 100%;
    color: #d8d8d8;
    height: 100%;
    display: inline-block;
    min-height: 100px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.col-fill {
    background-color: #bc0034;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    top: 10px;
}
/*#endregion table*/
/*#region public */
.spinner-content {
    z-index: 999;
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
}

    .spinner-content .spinner-body {
        width: 200px;
        max-width: 100%;
        background-color: #fff;
        min-height: 200px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 0 0 7px -7px rgba(255,255,255,.3);
        -webkit-box-shadow: 0 0 7px -7px rgba(255,255,255,.3);
        box-shadow: 0 0 7px -7px rgba(255,255,255,.3);
        padding: 10px;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

        .spinner-content .spinner-body img {
            width: 100px;
            max-width: 100%;
        }

.btn-loading {
    position: relative;
    padding-left: 30px
}

    .btn-loading:after {
        content: "";
        left: 5px;
        top: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 2px solid #FFFFFF;
        border-left-color: transparent;
        position: absolute;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-animation: rotate-spinner .75s linear infinite;
        -o-animation: rotate-spinner .75s linear infinite;
        -webkit-animation: rotate-spinner .75s linear infinite;
        animation: rotate-spinner .75s linear infinite;
    }

@keyframes rotate-spinner {
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
        -o-transform: translateY(-50%) rotate(360deg);
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

@-moz-keyframes rotate-spinner {
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
        -o-transform: translateY(-50%) rotate(360deg);
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate-spinner {
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
        -o-transform: translateY(-50%) rotate(360deg);
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

/*#endregion public */
/*#region public Share */
.header-menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link.disabled-click,
.header-menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link.disabled-click,
.header-menu .menu-nav > .menu-item.menu-item-here > .menu-link.disabled-click,
.header-menu .menu-nav > .menu-item.menu-item-active > .menu-link.disabled-click {
    background-color: #888;
}

.header-menu .menu-nav > .menu-item.disabled-click > .menu-link,
.header-menu .menu-nav > .menu-item.menu-item-hover.disabled-click > .menu-link,
.header-menu .menu-nav > .menu-item.disabled-click > .menu-link:hover,
.header-menu .menu-nav > .menu-item.menu-item-active.disabled-click > .menu-link {
    background-color: #888;
    opacity: .7;
}

.header-fixed[data-header-scroll="on"] .header-menu .menu-nav > .menu-item.disabled-click > .menu-link .menu-text {
    color: #fff;
}
/*#endregion public Share*/

/*#region main page */

.header-image-university {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 25px 250px 25px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative
}

    .header-image-university.custom {
        padding: 200px 15px 250px 15px;
    }

    .header-image-university.custom-footer {
        padding: 125px 0px 0px 0px;
    }

.logo-site {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    .logo-site .logo-img {
        padding: 15px 0;
    }

        .logo-site .logo-img a {
            max-width: 150px;
            display: inline-block;
            margin-right: 10px;
        }

            .logo-site .logo-img a img {
                max-width: 100%;
            }

.caption-image {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

    .caption-image h1 {
        display: inline-block;
        width: auto;
        font-size: 35px;
        padding: 10px;
    }

.btn-caption {
    margin-top: 10px;
}

    .btn-caption a {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-color: #ffaf00;
        color: #fff;
        font-weight: bold;
        font-size: 23px;
        padding: 10px 20px;
    }

.elementor-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

    .elementor-shape.custom {
        overflow: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        line-height: 0;
        direction: ltr;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        -webkit-transform: unset;
        transform: unset;
    }

    .elementor-shape.elementor-shape-top {
        top: -1px;
        bottom: unset;
    }

        .elementor-shape.elementor-shape-top svg {
            width: calc(300% + 1.3px);
            height: 150px;
            -moz-transform: translateX(-50%) rotateY(180deg);
            -ms-transform: translateX(-50%) rotateY(180deg);
            -o-transform: translateX(-50%) rotateY(180deg);
            -webkit-transform: translateX(-50%) rotateY(180deg);
            transform: translateX(-50%) rotateY(180deg);
        }

    .elementor-shape.footer svg {
        width: calc(300% + 1.3px);
        height: 100px;
        -moz-transform: translateX(-50%) rotateY(40deg);
        -ms-transform: translateX(-50%) rotateY(40deg);
        -o-transform: translateX(-50%) rotateY(40deg);
        -webkit-transform: translateX(-50%) rotateY(40deg);
        transform: translateX(-50%) rotateY(40deg);
    }

    .elementor-shape svg {
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(200% + 1.3px);
        height: 150px;
    }

    .elementor-shape .elementor-shape-fill {
        fill: #fff;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

.body-university {
    padding: 100px 25px 100px 25px;
}

.title-university {
    font-size: 20px;
    margin-bottom: 15px;
}

    .title-university.custom {
        color: #FFF;
        font-weight: bold;
    }

        .title-university.custom h2 {
            font-size: 30px;
            font-weight: bold;
        }

.body-university-about {
    color: #fff;
    font-size: 14px;
}

.uni-ctn,
.about-ctn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 10px 15px;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
}

.uni-split {
    width: 25%;
    padding: 10px 15px
}

.about-ctn {
    padding: 0 0 0 5px;
}

    .about-ctn > .about-split {
        width: 50%;
    }

.details-uni {
    border: 1px solid #e1e1e1;
    padding: 0 5px;
}

.university-main {
    width: 100%;
    padding: 10px;
}

.name-class {
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #C51F6A;
    margin-bottom: 10px;
}

    .name-class.dec-name {
        font-size: 16px;
        color: #888;
    }

    .name-class.link-weekly {
        color: #00bc24;
    }

        .name-class.link-weekly a {
            min-width: 150px;
            padding: 10px;
            border: 1px solid #00bc24;
            color: #00bc24;
            font-size: 15px;
        }

.img-university-class {
    width: 100%;
}

    .img-university-class img {
        width: 100%;
    }

.contact-ctn {
    padding: 100px 0px 150px 0px;
    text-align: center;
}

    .contact-ctn .contact-title {
        margin-bottom: 20px;
    }

        .contact-ctn .contact-title h2 {
            margin: 0;
            color: #888;
            font-size: 18px;
            display: inline-block;
            margin: 0;
        }

        .contact-ctn .contact-title.address {
            margin-bottom: 20px;
        }

            .contact-ctn .contact-title.address h3 {
                font-size: 28px;
                font-weight: bold;
                display: inline-block;
                margin: 0;
                color: #555;
            }

.image-line {
    margin: 20px 0;
    display: inline-block;
    opacity: 0.3;
}

/*ADDRESS INFO*/
.share-phone-number-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

    .share-phone-number-row .share-split {
        width: 50%;
    }

.share-split .main-share {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

    .share-split .main-share i {
        font-size: 35px;
        color: #ff0024;
    }

    .share-split .main-share .icon-share {
        margin-bottom: 15px;
    }

    .share-split .main-share .address {
        font-size: 22px;
        margin-bottom: 15px;
    }

        .share-split .main-share .address.custom {
            font-size: 15px;
            margin-bottom: 5px;
        }

.footer-site {
    max-width: 915px;
    margin: auto;
}

    .footer-site .line-bottom {
        padding-top: 100px;
        border-bottom: 2px solid #fff;
    }

    .footer-site .footer-bottom-site {
        background-color: #f3cc4e;
        padding: 35px 20px 35px 20px;
    }

.footer-bottom-site .row-footer {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.row-footer .footer-split {
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

    .row-footer .footer-split a {
        color: #0024ff;
    }

/*#endregion main page */

/*#region superAdmin page */

.btn-link-container {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 25px;
}

    .btn-link-container .btn-link-split {
        width: 25%;
        padding: 0 6px;
    }

.btn-link-split a {
    width: 100%;
    display: inline-block;
    border: 3px solid #bcbc24;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .btn-link-split a:hover {
        background-color: #d8d8d8;
    }

/*#endregion superAdmin page */
/*#region Setting Page Styles*/
.flex-lg-row-fluid.editing-flex-lg-row-fluid {
    min-height: 100%;
}
/*#endregion public Share*/

/*#region all table page */


.dropdown-menu.custom {
    max-height: 300px;
    overflow: auto;
}

.deopdown.dropdown-full {
    width: 100%;
}

    .deopdown.dropdown-full button {
        width: 100%;
    }

.dropdown-menu.custom-oorder {
    max-height: 200px;
    overflow: auto;
}

.search-box-dropdown {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.d-none {
    display: none;
}

.custom-treeview-pd {
    padding: 0px 0 !important;
    position: relative;
}

    .custom-treeview-pd > .link-treeview {
        position: absolute;
        left: 10px;
        top: 0;
        font-size: 10px;
        padding: 3px 15px;
    }

.p-right-zerro {
    padding-right: 0 !important;
}

.table-custom {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

    .table-custom td {
        text-align: center;
        vertical-align: middle;
    }

w-100 {
    width: 100%;
}
/*#newRecord .carousel-inner {
    height: 300px;
}*/
/*#endregion */

.description-game-content {
    text-align: right;
}

    .description-game-content .description-title {
        margin-top: 10px;
        font-size: 14px;
    }

    .description-game-content ul {
        margin: 0;
        padding: 10px 20px;
        list-style: none;
    }

        .description-game-content ul li {
            list-style: none;
            margin-bottom: 5px;
            position: relative;
            display: flex;
            display: -webkit-flex;
            display: -ms-flexbox;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            font-size: 13px;
        }

            .description-game-content ul li:before {
                content: "";
                width: 10px;
                height: 10px;
                display: inline-block;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #888;
                margin-left: 10px;
            }

.game-content {
    position: relative;
}

.game-row .game-split img {
    max-width: 100%;
}

.webgl-content.webgl-content-custom {
    position: unset;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-game {
    width: 100%;
    height: 100%;
}

.justify-content-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.webgl-content .footer .fullscreen.custom {
    height: 38px;
}

.btn-next-game a {
    padding: 10px 15px;
}

.canas-game-custom {
    width: 100% !important;
    height: 100% !important;
}

.wrap {
    /*margin-top: 150px;*/
    /*height: 350px;*/
    width: 100%;
}

    .wrap ul {
        /*height: 500px;*/
        width: 500px;
        margin: 0 auto;
        list-style: none;
        position: relative;
    }

        .wrap ul li {
            cursor: pointer;
            position: absolute;
            transition: all 0.6s ease-in;
            opacity: 0;
            margin-top: 10px;
        }

            .wrap ul li img {
                width: 100%;
                cursor: pointer;
            }

    .wrap li.active {
        z-index: 999;
        opacity: 1;
    }

    .wrap li.left2 {
        transform: perspective(600px) translateX(-160%) rotateY(-40deg) scale(0.5);
        opacity: 1;
    }

    .wrap li:not(.active) img {
        opacity: .5;
    }

.game-caption {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    width: 80%;
    min-height: 100px;
    background-color: #fff;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-shadow: 0 13px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 13px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 50px rgba(0, 0, 0, 0.1);
    text-align: center;
    -moz-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
    padding: 10px
}

ul.prespective-slide li.active:hover .game-caption {
    bottom: 50px;
}

.game-caption .game-caption-header {
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
}

.game-caption .game-caption-body {
    color: #888;
}

.wrap li.left1 {
    transform: translateX(-102%) scale(0.8);
    opacity: 1;
}

.wrap li.right1 {
    transform: translateX(102%) scale(0.8);
    opacity: 1;
}

.wrap li.right2 {
    transform: perspective(600px) translateX(160%) rotateY(40deg) scale(0.5);
    opacity: 1;
}
/*#region game game */
.end-game-content h2 {
    margin-top: 30PX;
    color: #bc0024;
    font-size: 25px;
    text-align: center;
}

.game-start-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 5px;
}

    .game-start-content > .description-game {
        width: 25%;
    }

.description-game .description-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 0 0;
}

.description-row .description-split {
    width: 25%;
    padding-left: 5px;
}

    .description-row .description-split.custom {
        width: 75%;
        padding: 5px;
    }

.icon-content {
    width: 80%;
    height: 40px;
    margin: auto;
    border: 1px solid #ddd;
    position: relative;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .icon-content span {
        display: inline-block;
        height: 5px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .icon-content i {
        position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 20px;
        color: #d8d8d8;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

.description-row:hover .icon-content {
    border-color: #bc0024;
}

    .description-row:hover .icon-content i {
        color: #bc0024;
    }

    .description-row:hover .icon-content span {
        border-color: #bc0024;
    }

.description-row .description-split.custom h3 {
    font-size: 15px;
    font-weight: bold;
    color: #555;
    margin: 0;
    margin-bottom: 10px;
}

.description-row .description-split.custom p {
}

.game-start-content > .game-content {
    width: 70%;
    background-color: rgba(0,0,0,.1);
    position: relative;
}

/*#endregion */
/*#region large Display*/
/*#region new template*/

.container-manual {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 10px;
}

.menu-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    background-color: #fff;
    padding: 10px;
}

.menu ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
}

    .menu ul li {
        margin-left: 5px;
        list-style: none;
    }

        .menu ul li a {
            padding: 10px 15px;
            color: #888;
            -moz-transition: .3s;
            -o-transition: .3s;
            -webkit-transition: .3s;
            transition: .3s;
            display: inline-block;
        }

            .menu ul li a:hover {
                font-weight: bold;
                text-decoration: none;
            }

.logo-site-game a {
    display: inline-block;
    width: 100px;
}

    .logo-site-game a img {
        max-width: 100%;
    }

.content-site {
    position: relative;
    height: calc(100vh - 65px);
    text-align: center;
    overflow: hidden;
}

    .content-site > img {
        position: absolute;
        left: -50px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 500px;
    }

    .content-site .image-game {
        max-width: 100%;
        width: 600px;
    }

    .content-site .row-manual {
        width: 100%;
        position: relative;
        z-index: 1;
        /*height: 100%;*/
        /*display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;*/
        text-align: center;
        padding: 50px 15px;
        margin: auto;
    }

    .content-site .image-game {
        margin: auto;
    }

        .content-site .image-game img {
            max-width: 100%
        }

.btn-description-content {
    position: absolute;
    right: 20px;
    top: 50px;
}

    .btn-description-content button {
        padding: 10px 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #1ca2a5;
        border: 1px solid #1ca2a5;
        color: #fff;
        font-size: 13px;
    }

.btn-helper-game-content {
    position: absolute;
    right: 10px;
    bottom: 170px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .btn-helper-game-content button {
        padding: 10px 15px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-color: #1ca2a5;
        border: 1px solid #1ca2a5;
        color: #fff;
        font-size: 13px;
    }

.foter-game-site {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1ca2a5;
    z-index: 2;
}

    .foter-game-site .row-manual {
        position: relative;
        padding: 50px 0;
        text-align: center;
    }

    .foter-game-site .row-manual {
    }

        .foter-game-site .row-manual .split-footer.custom {
            position: absolute;
            right: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .foter-game-site .row-manual .split-footer img {
            max-width: 150px;
        }

        .foter-game-site .row-manual .split-footer span {
            font-size: 13px;
            color: #fff;
        }

.more-button-content {
    display: none;
}

.menu-content.fix .logo-site-game {
    display: none;
}
/*#endregion new template*/
@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .uni-split {
        width: 33.33%;
    }
}
/*#endregion large Display*/


/*#region small Display*/
@media only screen and (max-width: 991px) {
    .btn-description-content {
        right: unset;
        left: 20px;
        bottom: 0px;
        top: unset;
    }

    .content-site .row-manual {
        position: unset;
    }

    .btn-helper-game-content {
        bottom: 64px;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .scroll-bar .btn-helper-game-content,
    .scroll-bar .btn-description-content {
        bottom: -40px
    }

    .more-button-content {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px;
    }

        .more-button-content button {
            background-color: #fff;
            border: 1px solid #e1e1e1;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            display: inline-block;
            padding: 5px 10px;
            line-height: 0;
        }

            .more-button-content button span {
                background-color: #888;
                height: 1px;
                width: 100%;
                display: inline-block;
                margin: 2px 0;
            }

    .logo-site-game:not(.mobile) {
        display: none;
    }

    .content-site .row-manual {
        padding: 70px 5px 10px;
    }

    .menu-content.fix {
        position: fixed;
        background-color: rgba(0,0,0,.3);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        padding: 0;
        display: none
    }

        .menu-content.fix.open {
            display: block;
        }

        .menu-content.fix .menu {
            width: 80%;
            max-width: 300px;
            background-color: #fff;
            height: 100%;
            z-index: 101;
            text-align: right;
            -moz-transition: .3s .8s;
            -o-transition: .3s .8s;
            -webkit-transition: .3s .8s;
            transition: .3s .8s;
            position: absolute;
            right: -300px;
            top: 0;
            bottom: 0;
        }

        .menu-content.fix.open .menu {
            right: 0;
        }

        .menu-content.fix.open .logo-site-game {
            text-align: center;
            padding: 13px 0 0;
            display: block;
        }

        .menu-content.fix .menu ul {
            display: block;
        }

            .menu-content.fix .menu ul li {
                position: relative;
            }

                .menu-content.fix .menu ul li::before {
                    content: "";
                    width: 10px;
                    height: 10px;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    background-color: #d8d8d8;
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    display: inline-block;
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -moz-transition: .3s;
                    -o-transition: .3s;
                    -webkit-transition: .3s;
                    transition: .3s;
                }

                .menu-content.fix .menu ul li:hover {
                    background-color: #f8f8f8;
                }

                .menu-content.fix .menu ul li a {
                    padding-right: 25px;
                    display: block;
                    width: 100%;
                }

    .foter-game-site .row-manual {
        padding: 30px 10px;
    }

    .split-footer-text {
        text-align: left;
    }

    .foter-game-site .row-manual .split-footer img {
        max-width: 100px;
    }

    .scroll-bar {
        overflow: auto;
        padding-bottom: 126px;
    }
}

@media only screen and (max-width: 767px) {
    .header-image-university {
        padding: 150px 20px 120px 20px;
    }

    .logo-site .logo-img a {
        max-width: 140px;
    }

    .caption-image h1 {
        font-size: 30px;
    }

    .btn-caption a {
        font-size: 16px;
    }

    .uni-split {
        width: 100%;
    }

    .body-university {
        padding: 50px 10px 50px 10px;
    }

    .title-university {
        margin-bottom: 0;
    }

    .name-class {
        font-size: 20px;
    }

        .name-class.dec-name {
            font-size: 14px;
            font-weight: bold;
            color: #555;
        }

    .header-image-university.custom {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 100px 25px 200px 25px;
    }

    .elementor-shape svg {
        height: 100px;
    }

    .title-university.custom {
        text-align: center;
        font-size: 20px;
    }

        .title-university.custom h2 {
            margin-bottom: 20px;
            font-size: 25px;
        }

    .contact-ctn .contact-title.address h3 {
        font-size: 18px;
    }

    .contact-ctn {
        padding: 30px 0px 50px 0px;
    }

    .share-phone-number-row .share-split {
        width: 100%;
        margin-top: 15px;
    }

    .footer-site .footer-bottom-site {
        padding: 20px 10px;
    }

    .footer-bottom-site .row-footer {
        display: block;
        text-align: center;
    }

    .row-footer .footer-split {
        width: 100%;
        line-height: 1.6
    }

    .row-footer .footer-split {
        margin-top: 10px;
    }
}


@media only screen and (max-width: 500px) {
}
/*#endregion small Display*/


.bootstrap-select.bs-container {
    left: 0 !important;
    right: unset;
}



.addNewRecordSticky {
    -webkit-animation: animation-scrolltop .4s ease-out 1;
    animation: animation-scrolltop .4s ease-out 1;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 120px;
    left: 20px;
    cursor: pointer;
    z-index: 100;
    background-color: #3699FF;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    border-radius: 0.42rem !important;
}

[data-scrolltop="on"]
.addNewRecordSticky:hover {
    opacity: 1;
}

[data-scrolltop="on"]
.addNewRecordSticky {
    opacity: 0.3;
}


.white-space-nowrap {
    white-space: nowrap;
}

.select2-results__option{
    color:#000;
}
.select2-container .select2-selection--multiple .select2-selection__rendered
{
    display:block !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before{
    display:none;
}
.foodCount input{
    margin:2px;
}

.box-shadow {
    box-shadow: 0px 0px 20px 1px #00000020
}

.rounded-2 {
    border-radius: 1.25rem !important
}

.gap-2 {
    gap: .5rem !important
}
.cursor-pointer{
    cursor:pointer;
}
.datatable-table{
    overflow-x:auto !important;
    white-space:nowrap;
}