﻿body {
    font-family: 'Heebo';
    font-size: 21px;
    background: url(abstractbg.jpg);
}

input[type=checkbox] {
    width: 18px !important;
}

.loading-screen {
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:768px) {
    .m-logo {
        width: 85% !important;
    }

    input[type=checkbox] {
        width: 25px !important;
    }
}

.v-middle {
    line-height: 3rem;
}

.m-container {
    width: 90%;
    background: rgba(255,255, 255, 255);
    max-width: 1000px;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 20px 5px;
    border-radius: 10px;
    margin: 3vh auto;
    padding-bottom: 30px;
    min-height: 93vh;
    height: fit-content;
}

.m-badge {
    background-color: rgba(128,63, 151, 255) !important;
    margin-top: 10px;
    font-size: 15px !important;
}

.m-btn {
    background-color: rgba(251,175, 66, 255) !important;
    color: white;
}

.m-container-header {
    background-color: rgba(255, 255, 255, 255);
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    color: #000000;
    padding: 24px;
    margin-bottom: 30px;
}

.m-container strong {
    font-size: 20px;
    color: black;
}

.inline-block {
    display: inline-block;
}

.m-20 {
    margin: 20px;
}

.ltr {
    direction: ltr;
}

.badge {
    font-size: 100%;
    white-space: normal;
}

.form-control {
    padding: 6px;
    font-size: 21px;
    height: 43px;
}

.btn {
    font-size: 21px;
}

.cursor-pointer {
    cursor: pointer;
    user-select: none;
}

.fs-15 {
    font-size: 15px !important;
}

.text-danger {
    color: rgba(251,175, 66, 255) !important;
}

.btn-danger {
    background-color: rgba(251,175, 66, 200) !important;
    border: rgba(251,175, 66, 255) !important;
}