@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #323232;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1;
    margin-bottom: 0;
}
.btn{
    border-radius: 5px;
}
.btn-primary{
    background-color: #0080ff!important;
    border-color: #0080ff!important;
    font-weight: 700;
}
.btn-secondary{
    background-color: #022f5b!important;
    border-color: #022f5b!important;
    font-weight: 700;
}
.btn-warning{
    background-color: #fc5b4e!important;
    border-color: #fc5b4e!important;
    color: #fff!important;
    font-weight: 700;
}
.btn-outline-warning{
    background-color: transparent!important;
    border-color: #fc5b4e!important;
    color: #fc5b4e!important;
}
.btn-danger{
    background-color: #D71F4C!important;
    border-color: #D71F4C!important;
}
.text-right{
    text-align: right!important;
}
.text-left{
    text-align: left!important;
}
.minw-50{
    min-width: 50%;
}
.bg-blue{
    background-color: #0080ff!important;
}

/*
** Auth appbar
*/
.auth-appbar{
    width: 100%;
    padding: 50px 15px 15px 15px;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #c2c2c2;
    text-align: center;
    font-size: 18px;
    z-index: 9;
    line-height: 1;
}
.auth-appbar a{
    color: #323232;
    text-decoration: none;
    position: absolute;
    left: 10px;
}
.auth-appbar a i{
    font-size: 21px;
    font-weight: 900;
}
.blue-auth-appbar{
    background-color: #0080ff!important;
    color: #fff!important;
    border: none!important;
}
.auth-appbar a i{
    color: #323232;
}
.blue-auth-appbar a i{
    color: #fff!important;
}
.navbar{
    padding-top: 40px;
    padding-bottom: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
}
.navbar-toggler {
    border-color: white;
    outline: none!important;
    border-width: 2px;
}
.navbar-toggler:focus {
    outline: none !important;
}
.navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand{
    height: 42px;
    padding: 0;
}
.offcanvas{
    width: 75% !important;
}
.offcanvas .btn-close{
    background-color: #fff!important;
    opacity: 1!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    position: absolute;
    top: 100px;
    left: -32px;
    padding: 10px 10px 10px 10px;
    outline: none!important;
    box-shadow: 0 0 0 transparent!important;
}
.offcanvas-body{
    padding: 0;
}
.drawer-img{
    padding-top: 45px;
    padding-bottom: 15px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(/assets/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    color: #fff;
}
.drawer-img img{
    width: 95px;
    border-radius: 50%;
    margin-bottom: 10px;
}





/*
** Auth
*/
.auth-page{
    text-align: center;
}
.auth-choose{
    min-height: 100vh;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.auth-container{
    min-height: 100vh;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 75px;
}
.auth-logo img{
    width: 175px;
}
.auth-choose .auth-logo{
    padding-top: 100px;
}
.auth-choose .auth-logo img{
    width: 200px;
}
.auth-choose .auth-founder-logo img{
    width: 100px;
}
.auth-choose .auth-actions{
    margin-bottom: 75px;
}
.auth-container .auth-logo{
    margin-bottom: 50px;
}
.auth-container .auth-actions{
    margin-bottom: 75px;
}
.auth-field{
    position: relative;
}
.auth-field input{
    border: none;
    width: 100%;
    height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-left: 40px;
}
.auth-field i{
    display: inline-table;
    color: #0080ff;
    font-size: 21px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
}
.forgot-pass-link{
    color: #323232;
    text-decoration: none;
}
.register-link{
    display: block;
    color: #323232;
    text-decoration: none;
}
.register-link span{
    color: #fc5b4e;
    font-weight: 700;
}
.search-pin-input{
    background-color: #022f5b!important;
    height: 65px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #fff!important;
    text-transform: uppercase;
}
.search-pin-input::placeholder{
    color: #ccc;
}

/*
** Content
*/
.wrapper{
    padding: 75px 5% 50px 5%;
}
.activities-card{
    margin-top: 20px;
    border: 2px solid #0080ff;
    border-radius: 12px;
    padding: 5px;
    text-align: center;
}
.activities-card img{
    margin-bottom: 10px;
    width: 100%;
}
.activities-card-title{
    font-weight: 700;
    margin-bottom: 5px;
}
.activities-card-teacher{
    color: #4e4e4e;
    font-size: 12px;
}
.activities-score{
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}
.c100{
    color: #3de500;
}
.c75{
    color: #b3e500;
}
.c50{
    color: #dde500;
}
.c25{
    color: #e5a400;
}
.c0{
    color: #e57600;
}
.drawer-nav ul{
    padding: 0;
    margin: 0;
}
.drawer-nav li{
    line-height: 1;
    list-style-type: none;
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.drawer-nav li:active{
    background-color: #ebebeb;
}
.drawer-nav a{
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #323232;
    display: flex;
    align-items: center;
}
.drawer-nav i{
    margin-right: 10px;
    font-size: 21px;
}
.drawer-lang{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    background-color: #fff;
}
.drawer-lang{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
}
.drawer-lang a{
    color: #323232;
    text-decoration: none;
}
.drawer-lang-ro{
    width: 50%;
    border-right: 1px solid #cccccc;
    padding: 10px;
}
.drawer-lang-ru{
    width: 50%;
    padding: 10px;
}
.btn-search{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-icon{
    margin-left: 10px;
}
.lds-dual-ring {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    margin: 4px;
    border-radius: 50%;
    border: 1px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#newAppModal .modal-dialog{
    width: 75%;
    margin: auto;
    margin-top: 150px;
}
#newAppModal .modal-content{
    border-radius: 25px;
}
#newAppModal .modal-content i{
    border-radius: 25px;
    font-size: 60px;
    color: #0080ff;
    margin-bottom: 10px;
}
#newAppModal .nam-title{
    font-size: 18px;
    margin-bottom: 10px;
}
