html{
    background-color:#fafafa;
}
body, .section{
    padding: 0!important;
}
.box{
    border-radius: 0!important;
}
@font-face{
    font-family: 'muktamahee';
    src: url('css/fonts/MuktaMahee-Regular.ttf');
}
a:hover{
    text-decoration: none!important;
}
.school-logo{
    margin:auto;
    display:block;
    max-height:5em;
}
.logo, .navigation-back{
    max-height: 50px;
}
.cursor{
    cursor:pointer;
}
.cursor-drag{
    cursor: move;
}
nav.level{
    display: flex!important;
}
nav .level-left, nav .level-right{
    max-width: 45%;
    margin-top: 0!important;
}
nav.menu{
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
    z-index: 25;
  }
nav.menu a{
    flex-grow: 1;
    height: auto;
    border-radius: 0!important;
}
nav.menu .icon{
    width: 7vw!important;
    height: 7vw!important;
    font-size: 7vw!important;
    color: #acb8c1;
}
nav.menu a :nth-child(2){
    display: none;
    color: #acb8c1;
}
.button .icon:first-child:not(:last-child){
    margin-right: 0!important;
    margin-left: 0!important;
}
@media screen and (min-width: 1000px){
    body{
        padding:1em;
    }
    .logo, .navigation-back{
        max-height: 100px;
    }
    .section{
        padding-top: .5em!important;
        padding-bottom: .5em!important;
    }
    .box{
        border-radius: 6px!important;
    }
    nav.menu{
        max-width: 1344px;
        margin: auto;
        right: 0;
        box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    }
    nav.menu .icon {
        width: 100px!important;
        height: 100px!important;
        font-size: 100px!important;
    }
    .button .icon:first-child:not(:last-child) {
        margin-left: calc(-.5em - 1px);
        margin-right: .25em;
    }
    nav.menu a :nth-child(2){
        display: inline;
    }
    #pinedCodes img {
        width: 20%!important;
    }
}
.parent-picture{
        max-width: 150px;
        max-height: 250px;
    }
.student-img-preview{
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.student-img-preview div{
    align-self: flex-end;
    margin: -15px;
    padding: 5px;
    background: linear-gradient(to top, rgba(0,0,0, 0.85), transparent);
    color: white;
}
.parent-main-container{
    min-height: 100vh;
}
.parents-owner-picture{
    max-width: 5rem;
    max-height: 5rem;
    float: left;
}
.datetimepicker-dummy-input{
    padding-left: 3rem;
}
#messageStatus div.message{
    z-index: 2000;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#messageStatus div.message div.message-header{
    border-radius: 4px!important;
}
.checkbox-content-center, .parent-image-preview, .parent-weekdays-options{
    width: fit-content;
    margin: auto;
}
.parent-image-preview-large img{
    width: 100vh;
    z-index: 1001;
}
.post-text{
    font-family: 'muktamahee';
    background-color: white;
}
.text-r{
    text-align:right;
}
.text-l{
    text-align:left;
}
.text-c{
    text-align:center;
}
.is-vertical-center {
    display: flex;
    align-items: center;
}
.input-tag-size{
    width:7em;
}
.input-size{
    width:6em;
}
.file-label{
    margin:auto;
}
.group_padding{
    width:5.5em;
}
.select-default{
    background-color: #eeeeee;
}
.datetimepicker{
    margin:auto;
}
.datetimepicker-clear-button{
    margin-top: .2rem!important;
}
.datetimepicker-dummy-input:first-child{
    text-indent: 1em!important;
}
.login-box, .password-recovery-box{
    max-width:500px;
    margin:auto;
    margin-top: 5em;
}
#codeReader
{
    text-align: center;
    margin: auto;
    /* width: 100%; */
    max-height: 800px;
    overflow: clip;
}
#pick-student-container div.modal-content{
    max-height: none!important;
}
#codesOwnerPreview{
    margin-top: 4rem;
    min-width: 150px;
    max-width: 150px;
    max-height: 200px;
    clip-path: circle(55px at center center);
}
#pinedCodes{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pinedCodes img{
    width: 50%;
    height: auto;
    max-width: 50%;
    max-height: 50%;
}
.has-background-sent{
    background-color: #dcf7c8!important;
}
.has-background-not-sent{
    background-color: #fdf5c8!important;
}
.has-background-deleted{
    background-color: #ffa9a9!important;
}
.has-background-entry{
    background-color: #3fb7ff!important;
}
.has-background-exit{
    background-color: #ff903f!important;
}
.parents-table-row td{
    vertical-align: middle;
}
input.switch.is-large.larger + label{
    transform: scale(1.6);
    padding-left: 1em;
}
.animation-entry {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

.fade-out {
    animation: fadeOut ease 1s;
    -webkit-animation: fadeOut ease 1s;
    -moz-animation: fadeOut ease 1s;
    -o-animation: fadeOut ease 1s;
    -ms-animation: fadeOut ease 1s;
}
@keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-moz-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-o-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

@-ms-keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}