html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.app-brand-text.demo {
    font-size: 1.1rem !important;
    font-family: IRANSansX !important;
    font-weight: 600 !important;
    letter-spacing: normal;
}

.menu-vertical .app-brand {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.progress {
    height: 1rem !important;
}

.objective-card {
    height: 100% !important;
    cursor: pointer;
}

/*Added ruby Hakan*/
.loader-container {
    width: 100% !important;
    height: 100% !important;
    align-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: black;
    opacity: 50%;
    z-index: 1000;

    transition: background-color .1s;
}
.sk-chase {
    width: 100px !important;
    height: 100px !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*.sk-chase-dot {
    width: 50% !important;
    height: 50% !important;
}
*/
