.btn {
    box-shadow: 4px 4px 8px #1d23624d;
    color: #606273;
}
body{
    color:#333;
}

.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}

.font-frank{
    font-family: 'Frank Ruhl Libre', serif;
}

.header{
    position: relative;
    width:100%;
    display: block;
}

.slide-header{
    position: absolute;
    z-index: -1;
    right: -100px;
    top: -150px;
}

body{
    overflow-x: hidden;
}

.my-navbar a {
    font-size: 18px;
    color:#555;
    font-weight: bold;
}


.my-navbar .nav-item {
    margin-right: 15px;
}

.gap-lg{
    height: 50px;
}

.gap-xs{
    height: 8px;
}

.gap-sm{
    height: 15px;
}

.gap-md{
    height: 30px;
}

.text-gray{
    color: #888;
}

.text-navy{
    color:#1d2362 !important;
}

.text-primary{
    color: #e62e50 !important;
}

.badge-primary {
    background: #e62e50;
}

.btn-primary {
    color: #fff;
    background-color: #e62e50;
    border-color: #e62e50;
}

.nav-lang{
    position: relative;
}

.nav-lang > a img{
    height: 20px;
    border-radius: 50%;
}

.nav-lang > a{
    padding: 8px 15px !important;
    font-weight: normal;
    border-radius: 20px;
    background: #ffffff2e;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.nav-lang.dark > a{
    background: #e62e50;
}

.nav-lang:hover > .nav-lang-container{
    display: block;
}

.nav-lang > .nav-lang-container{
    position: absolute;
    display: none;
    width: 100%;
}

.nav-lang-container > ul{
    background: #fff;
    padding:8px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    box-shadow:2px 5px 17px #3b357de8;
}

.nav-lang-container > ul li {
    list-style: none;
    margin-bottom: 8px;
}

.nav-lang-container > ul li:last-child{
    margin:0;
}

.nav-lang-container > ul li a {
    font-size: 14px;
    display: block;
    padding:3px 8px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.nav-lang-container > ul li a.active{
    background:#2e98e6;
    color:#fff;
}

.nav-lang-container > ul li a:hover{
    text-decoration: none;
    background:#ccc;
    color:#fff;
}

.v-middle{
    display: flex;
    align-items: center;
    width: 100%;
}

.vh-full{
    min-height: 100vh;
}

.v-full{
    height: 100%;
}

.card {
    width:100%;
    overflow: hidden;

}

.card-auth{
    min-height: 450px;
}

.b-shadow{
    border: 0px;
    box-shadow:2px 5px 17px #3b357d73;
    border-radius: 5px;
}

.bg-gradient
{
    background: url(../img/bg-signin.png);
    background-size: cover;

}

.bg-register
{
    background: url(../img/bg-register.png);
    background-size: auto;
    background-color: #fff;
    background-repeat: no-repeat;
}


.auth-page section.footer{
    bottom:0;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}

.auth-page section.footer ul {
    width:100%;
    padding:0;
    margin:0;
    text-align: center;
    margin-top: 10px;
}

.auth-page section.footer ul li {
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
}

.auth-page section.footer ul li:last-child{
    margin:0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border:0px;
}

.text-small{
    font-size: 12px;
}

.old-header{
    min-height: 650px;
}

.content-section{
    padding-top: 30px;
    padding-bottom:30px;
}

.batch-info {
    margin-bottom: 20px;
}

.batch-info .content-desc{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#888;
}

.btn-header{
    display: inline-block;
    color: #1d236287 !important;
    font-weight: bold;
    font-size: 18px;
}

.btn-header:hover{
    color:#1d2362 !important;
    text-decoration: none;
}

.hidden{
    display: none !important;
}

.btn-upload{
    border-radius: 4px;
    border: 2px solid #1d23623b;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    color: #1e24639e;
    font-weight: bold;
}

.btn-upload:hover{
    background:#1ca1f1;
    color:#fff;
    border-color: #1ca1f1;
}

.btn-upload .icon{
    margin-right: 10px;
}

.card.card-border-left{
    border:0px;
    border-left: 10px solid #fff;
}

.card.card-border-left.active{
    border-color: #e62e50;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #181c48;
    color: #fff;
    text-align: center;
    padding: .3em;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #1d2362;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp table.dtp-picker-days tr>td>a.selected {
    background: #e62e50;
    color: #fff;
}

.dtp-buttons .btn{
    box-shadow: none;
}

.dtp-btn-ok{
    font-weight: bold;
    color: #e62e50;
}


.form-wizard .title{
    display: none;
}

.form-wizard .steps{
    box-shadow: 0px 2px 14px #1d236238;
    background:#fff;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
    overflow:hidden;
}

.form-wizard .steps ul{
    margin:0;
    padding:0;
}

.form-wizard .steps ul li {
    display: inline-block;
}

.form-wizard .current-info{
    display: none;
}

.media.media-center{
    align-items: center;
}

.form-wizard .steps > ul > li > a{
    padding: 15px 15px;
    display: inline-block;
    position: relative;
    color:#8f92b1;
}

.form-wizard .steps > ul > li > a:hover{
    text-decoration: none;
}

.form-wizard .steps > ul > li.current > a{
    background: #1d2362;
    color:#fff;
}

.media .media-left .icon{
    margin-right: 15px;
    border:2px solid #8f92b1;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
}

.form-wizard .steps > ul > li.current > a .media .media-left .icon{
    border-color:#ff6988;
    background:#1d2362;
}

.media .media-left .icon i {
    font-size: 25px;
    color:#8f92b1;
}

.form-wizard .steps > ul > li.current > a .media .media-left .icon i{
    color:#ff6988;
}

.form-wizard .actions{
    margin-top: 25px;
}

.form-wizard .actions ul{
    margin:0;
    padding:0;
    text-align: right;
}

.form-wizard .actions ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.form-wizard .actions ul li:last-child{
    margin:0;
}

.form-wizard .actions ul li a {
    display: inline-block;
    color:#1d23629c;
    font-weight: bold;
}

.btn-degree{
    display: block;
    padding: 10px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    color:#888;
}

.btn-degree.disabled{
    background: #e8e8e8;
    border: 2px solid #dadada;
    color: #bfbfbf;
    cursor:not-allowed;
}


.btn-degree.disabled .media .media-left .icon {
    border-color:#dadada;
}

.btn-degree.disabled .media .media-left .icon i{
    color: #bfbfbf;
}

.btn-degree.active{
    background: #40d846;
    border-color: #40d846;
    color: #fff;
}

.btn-degree.active .media .media-left .icon {
    border-color:#fff;
}

.btn-degree.active .media .media-left .icon i{
    color:#fff;
}

.btn-degree:not(.disabled,.active):hover{
    background: #40d846;
    border-color: #40d846;
}


.list-number{
    margin:0;
    padding-left: 15px;
}

.list-number li {
    margin-bottom: 8px;
    list-style: decimal;
    padding-left: 5px;
}

.batch-readmore{
    font-size: 12px;
    color: #e62e50ad;
    padding: 5px 12px;
    border: 1px solid #e62e5061;
    border-radius: 30px;
    display: inline-block;
}

.batch-readmore:hover{
    background: #e62e50;
    color:#fff;
    border-color: #e62e50;
    text-decoration: none;
}

img.img-batchinfo{
    position: absolute;
    height: 450px;
    top: -200px;
    left: -80px;
}


.btn-navtop{
    position: fixed;
    display: inline-block;
    right: 30px;
    bottom:20px;
    z-index: 99999;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.btn-chat{
    position: fixed;
    display: inline-block;
    right: 100px;
    bottom:20px;
    z-index: 99999;
    border-radius: 30px;
    padding:10px 25px;
    font-size: 18px;
    color:#fff;
    background: #1d2362;
    border:0px;
    box-shadow:2px 5px 17px #3b357d73;
}

.btn-navtop i {
    font-size: 25px;
    right: 1px;
    top: 1px;
}


.img-responsive{
    width: 100%;
    height: auto;
}

/**
 * event slider
 */
.event-slider {
    position: relative;
}

.event-slider::before{
    position: absolute;
    content: '';
    width: 300px;
    height: 100%;
    background:linear-gradient(90deg, rgb(255, 255, 255) 20.181414714494878%,rgba(255, 255, 255, 0.84) 34.306845564909715%,rgba(255, 255, 255, 0.83) 34.6818570034163%,rgba(40, 167, 69,0.0038461538461538325) 80.18324487554904%,rgba(40, 167, 69,0) 80.18324487554904%);
    z-index: 99;
}
.event-slider::after{
    position: absolute;
    content: '';
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    background:linear-gradient(90deg, rgba(255, 255, 255, 0) 20.181414714494878%,rgba(255, 255, 255, 0.6965936739659367) 71.55798178989751%,rgba(255, 255, 255, 0.7) 71.55798178989751%,rgba(255, 255, 255, 0.84) 80.18324487554904%,rgb(255, 255, 255) 80.18324487554904%);
    z-index: 99;
}

.event-content {
    width: 600px;
    height: 300px;
    padding:20px;
    transition: all .2s ease-in-out;
}
.event-content.slick-current.slick-active.slick-center{
    transform: scale(1.1);
    opacity: 1;
}

.event-content.slick-current.slick-active.slick-center .event::before{
    opacity: 0;
}

.event-content .event {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 5px 3px 5px #a7a7a7;
    position: relative;
    overflow: hidden;
}

.event-content .event .col-sm-5{
    padding-right: 0;
}

.event .label-date {
    padding:5px 10px;
    margin-top: 10px;
    border:2px solid #ccc;
}

.event .label-date ul{
    margin:0;
    padding: 0;
    display: flex;
    align-items: center;
}

.event .label-date ul li{
    list-style: none;
    display: inline-block;
    color: #666;
    margin-right: 8px;
}

.event .label-date ul li.date {
    font-size: 25px;
    border-right: 2px solid #ccc;
    padding-right: 10px;
    margin-right: 15px;
}

.event .more-event{
    color:#666;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    text-align: right;
    position:absolute;
    bottom: 55px;
    left: 30px;
    padding:5px 20px;
    background: #e62e50;
    color: #fff;
    border-radius: 30px;

}

.event .label-date ul li.month-year .month{
    font-weight: 300;
    font-size: 12px;
}
.event .label-date ul li.month-year .year {
    font-weight: 600;
    font-size: 14px;
}

.text-grey {
    color:#666;
}

.event-content .event .event-description{
    padding:20px;
}

.event-content .event .event-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.event-arrow{
    z-index: 9999;
    position: absolute;
    display: inline-block;
    top: 48%;
    background: transparent;
    border:0px;
    color:#1d2362;
    opacity: 0.5;
    outline: none;
    cursor: pointer;
}

.event-arrow i{
    font-size: 50px;
}

.event-arrow:hover{
    opacity: 1;
    outline: none;
}
.slick-dots{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
.slick-dots li{
    display: inline-block;
    margin-right: 8px;
}
.slick-dots li.slick-active button{
    opacity: 1;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    overflow: hidden;
    color: #e62e50;
    background: #e62e50;
    border-radius: 50%;
    border:0px;
    cursor: pointer;
    opacity: 0.7;
}
.event-arrow.event-arrow-right{
    right: 0;
}

/**
 * footer
 */
.bg-footer{
    background: url('../img/footer.png');
}

.subscription{
    width:300px;
    margin: auto;
    max-width: 100%;
    position: relative;
}

.subscription span.icon{
    position: absolute;
    top: 8px;
    left: 15px;
    color:#fff;
}

.subscription span.icon i {
    font-size: 25px;
}

.subscription input{
    width: 100%;
    display: inline-block;
    height: 40px;
    padding:10px 15px;
    border-radius: 5px;
    outline: none;
    background: #ffffff29;
    color:#fff;
    border: 0px;
    text-align: center;
}

.subscription input::-webkit-input-placeholder { /* Edge */
    color:#ffffff61;
  }

.subscription input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ffffff61;
  }

.subscription input::placeholder {
    color:#ffffff61;
  }

.subscription input:hover,
.subscription input:focus,
.subscription input:active{
    outline: none;
}

.footer-sosmed{
    padding:0;
    margin:0;
    text-align: center;
    margin-top:15px;
}

.footer-sosmed li {
    margin-right: 15px;
    text-decoration: none;
    display: inline-block;
}

.footer-sosmed li:last-child{
    margin:0;
}

.footer-sosmed li a {
    color:#fff;
    display: inline-block;
    padding:5px 15px;
    background: #ffffff24;
    border-radius: 15px;
}

.footer-sosmed li a img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.footer-sosmed li a:hover{
    text-decoration: none;
}

.attribute-list{
    padding:0;
    margin:0;
    text-align: center;
}

.attribute-list li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}

.attribute-list li:last-child{
    margin:0;
}

.copyright{
    position: absolute;
    font-size: 12px;
    bottom:0;
    width:100%;
    text-align: center;
    left:0;
}

.text-success {
    color: #21f363 !important;
}


/**
 * select 2
 */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    padding-top: 5px;
    padding-left:8px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
}


.form-control{
    color: #101010;
}

.badge-success {
    color: #fff;
    background-color: #3bd476;
}

.badge{
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.scroll-down{
    text-align: center;
}

.scroll-down a {
    text-decoration: none;
}

.scroll-down a:hover{
    text-decoration: none;
}

.scroll-down img{
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.page-header{
    background: #1d2362;
    height: 150px;
    padding:30px 0px;
    color:#fff;
}

.icon-number{
    display: inline-block;
    width:25px;
    height: 25px;
    padding:3px;
    font-size: 12px;
    color:#e62e50;
    font-weight: bold;
    border-radius: 50%;
    border:3px solid #e62e50;
    margin-right: 8px;
}


.base-list{
    padding-left: 18px;
}

.base-list li {
    margin-bottom: 15px;
}

.base-list li:last-child{
    margin:0;
}





/**
 * ===========================
 * MOBILE SECTION
 * ===========================
 */
@media (max-width : 770px) {

    .slide-header{
        position: absolute;
        z-index: -1;
        height: 350px;
        top: -50px;
        right: -80px;
    }

    .event-content{
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height:auto;
    }

    .event-content .event .col-sm-5{
        padding-right: 15px;
    }

    .event .more-event{
        position: static;
        margin-top: 15px;
    }

    .event-slider .event-arrow{
        display: none !important;
    }

    .footer-sosmed li a img {
        margin:0;
    }

    .bg-footer{
            /* background-position: bottom; */
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

    .event-slider::before,
    .event-slider::after{
        display: none;
    }

    .header-dialog{
        background: #ffffffc7;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 4px 3px 13px #3d429b5e;
    }

    .main-app .navbar-toggler{
        padding:0;
    }

    .main-app .navbar-toggler i {
        font-size: 30px;
        color: #1d2362;
    }

    .main-app .navbar-nav{
        background: #1f245a;
        margin-top: 15px;
        border-radius: 5px;
    }

    .main-app .navbar-nav .nav-item {
        margin:0;
        border-bottom: 1px solid #494c6d;
    }

    .main-app .navbar-nav .nav-link {
        color: #fff !important;
        font-weight: normal;
        display: inline-block;
        padding: 8px 15px;
    }

    .main-app .nav-lang > a {
        padding: 0px;
        font-weight: normal;
        border-radius: none;
        background: transparent;
        color: #fff;
    }
}

select[readonly].select2 + .select2-container  {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2 + .select2-container .select2-selection--single   {
    background: #ecf0f1;
    box-shadow: none;
}

.select2-selection {
    background: #ecf0f1;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }

  .embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
    overflow: visible;
}
/* pagination */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .375rem;
}

.page-link {
    line-height: 1.25;
    position: relative;
    display: block;
    margin-left: -1px;
    padding: .5rem .75rem;
    color: #8898aa;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #686e73;
    border-color: #b1b8bd;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #004387;
    background-color: #004387;
}

.page-item.disabled .page-link {
    cursor: auto;
    pointer-events: none;
    color: #686e73;
    border-color: #b1b8bd;
    background-color: #fff;
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem;
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.page-item .page-link,
.page-item span {
    font-size: .875rem;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;
    border-radius: 30% !important;
    align-items: center;
    justify-content: center;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
    line-height: 46px;
    width: 46px;
    height: 46px;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.pagination.text-right{
    justify-content: flex-end !important;
}
/* Pretty checkbox overrides  */

.pretty-line {
    white-space: inherit;
    width: 14rem;
}

.pretty .state label{
      text-indent: 0;
      padding-left: 2rem;
}

.pretty .state label:after,
.pretty .state label:before{
     top: 0;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.img-cover {
    object-fit: cover;
}

ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.navbar-toggler{
    border:1px solid #1d2362;
    padding: 0.2rem 0.25rem;
}
.navbar-toggler-icon{
    height: auto;
}
.navbar-toggler-icon i:before{
    color: #1d2362;
}
.img-fit-input-preview {
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.navbar-toggler:focus{
    color: #1d2362;
    border:1px solid #1d2362;
}
.rounded img{
    border-radius: 50%;
}
/* logo */
.card-auth.signin .logo{
    padding-top: 50px;
    padding-left: 35px;
}
.card-auth.signin .signin-title{
    padding-top: 100px;
    padding-left: 35px;
}
.card-auth.signin .signin-title h1{
    font-size:20px;
	font-weight: bold;
	color:#1e3661;
}
.card-auth.signin .logo img{
    width: 170px;
}
@media (min-width: 1199.98px) {
    .navbar-nav.mobile{
        display:none;
    }
}
@media(max-width:1199px){
    form#form-auth-password .btn-signin{
        width:100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 5px;
    }
    .btn-registration{
        font-size: 0.85rem;
    }

}
@media (max-width: 1199.98px) /* Desktop */ {
    .navbar-nav.desktop{
        display:none;
    }
    .navbar-nav.mobile li a img{
        vertical-align: inherit;
        top:8px;
    }
    .navbar-collapse{
        position: absolute;
        top: 95px;
        background-color: rgb(39, 45, 105);
        width: 100%;
        left: 0px;
        z-index: 999;
        padding: 1rem;
        margin-bottom: 8px;
    }
    .panel-app nav.navbar a{
        color: #fff !important;
    }
    .panel-app nav.navbar ul.nav-submenu li a{
        color: #1d2362 !important;
    }
    .panel-app nav.navbar ul.navbar-nav li.nav-item.has-submenu ul.nav-submenu{
        padding-top: 30px;
    }
    form#form-auth-email .btn-signin{
        width:100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
        margin-bottom: 8px;
    }
    .auth-page .card-signin{
        height: 380px;
    }
    .auth-page .card-auth.signin{
        height:380px;
        min-height: 380px;
    }
    .sm-d-none{
       height: 10px;
    }

}
@media (max-width: 766px){
    .bg-school{
        display: none !important;
    }
    .sm-d-none{
        display: none;
    }
}
@media (max-width: 514px){
    .top-header span.sign-out a span.text-signout{
        display: none;
    }
    .top-header span.sign-out a i{
        margin-right: 0px !important;
    }
}
@media (max-width:575px){
    .xs-d-none{
        display:none;
    }
    .xs-text-left{
        text-align: left !important;
    }
    .xs-mt-10{
        margin-top: 10px;
    }
}
@media (max-width: 360px){
    .form-register-xhr .card-header h3{
        font-size:1.2rem;
    }
    span.lang{
        font-size:14px;
    }
    .xs-d-none{
        display:none;
    }
    .xs-text-left{
        text-align: left !important;
    }
    .xs-mt-10{
        margin-top: 10px;
    }
}
@media (max-width: 320px){
    .form-register-xhr .card-header h3{
        font-size:1.2rem;
    }
}
.embeddedServiceSidebarButton span.label{
    background: none !important
}
/* application responsive */
@media (max-width: 1198px) and (min-width:768px){
    .application-menu-subtext{
        font-size:10px;
    }
    .appication-menu-text{
        font-size:14px;
    }
}
.btn-orange, .btn-orange:active, .btn-orange:focus{
    background: #FF7D00 !important;
    color: #fff;
}
.btn-orange:hover{
    background: #FF7D00 !important;
    color: #fff;
    opacity: 0.8;
}
.color-orange, .color-orange:hover, .color-orange:active, .color-orange:focus{
    color: #FF7D00 !important;
}
