/* Change font size of radio box question */
.yes-no .radio-boxes .radio-box .radio-box-inner .fee {
    font-size: 1.5rem;
}

/* Change background of user navbar */
body.is-dark .mobile-navbar .navbar-brand .user-dropdown .dropdown-menu .dropdown-content .dropdown-head {
    background-color: #28282b !important;
}


/* Dashboard links color */
.dashboard-card .card-head .head-4 a {
    color: #1ABC9C;
}

/* Dashboard Notification card text color*/
.cta .media-flex p {
    color: #fff !important;
}

body.is-dark .cta {
    background-color: #797bf2 !important;
}

/* Sidebar submenu text padding*/
.mobile-subsidebar .inner .submenu li.has-children ul li .is-submenu {
    padding-right: 0;
}

/* Fix auth layout header logo and mode button */
.modern-login .auth-card-header .top-logo {
    position: absolute;
    right: unset;
    left: unset;
}

.modern-login .auth-card-header {
    padding: 2rem 3rem;
}

.modern-login .top-logo, .modern-login .dark-mode {
    top: unset !important;
}

.modern-login .auth-card-header .top-logo img {
    display: block;
    width: 100%;
    max-width: 50px;
    margin: 0 auto
}

.modern-login .column.is-4.is-relative {
    padding-top: 5rem;
}

.modern-login .is-form {
    margin-top: 20px;
    max-width: 600px;
}

@media (max-width: 806px) {

    /* Fix user dropdown on mobile (display it in right place) */
    .dropdown.is-up .dropdown-menu {
        bottom: unset !important;
        margin-top: 30px !important;
    }

    /* Make radio questions direction column on mobile   */
    .yes-no .radio-boxes {
        flex-direction: column !important;
    }

    .yes-no .radio-boxes .radio-box {
        width: calc(100% - 16px);
    }

    .modern-login .is-form {
        padding-top: 20px;
        max-width: unset !important;
    }

    .navbar-brand {
        padding-left: unset;
    }
}

.modern-login .is-form .login-wrapper {
    padding: 30px 14px !important;
}

.modern-login .is-form .login-wrapper .button-wrap.has-help > span {
    margin-right: 0 !important;
}

/*@media (min-width: 1025px) {
    .modern-login .is-form {
        max-width: 320px;
    }
}*/

@media (min-width: 1550px) {
    .modern-login .is-form {
        max-width: 500px !important;
    }
}

@media (min-width: 1300px) {
    .modern-login .is-form {
        max-width: 400px !important;
    }
}

body.is-dark .yes-no .radio-boxes .radio-box input:checked + .radio-box-inner {
    background-color: #797bf2;
    border-color: #797bf2;
    color: #797bf2 !important;
    box-shadow: 0 14px 26px -12px;
}

body.is-dark .modern-login .is-form .login-wrapper .button-wrap.has-help span {
    color: #fff !important;
}

body.is-dark .yes-no .radio-boxes .radio-box input:checked .fee .dark-inverted {
    color: #fff !important;
}


@media (min-width: 600px) {
    .mobile-main-sidebar .inner .icon-side-menu li a::after {
        content: "" !important;
    }
}

.hint--primary a{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color:#a2a5b9 ;
}

.hint--primary{
    color:#a2a5b9 ;
    text-align: center;
    font-family: "JannaLT-Bold", sans-serif;
    font-size: .65rem;
    font-weight: 500;
}

.hint--primary .sidebar-svg{
    height: 20px;
    width: 20px;
    stroke: #a9abac;
    stroke-width: 1.6px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button{
    min-width: 140px !important;
    width: auto !important;
    max-width: unset !important;
}

.button.h-button{
    min-width: 140px !important;
    width: auto !important;
    max-width: unset !important;
}

@media (min-width: 768px) {
    .mobile-main-sidebar{
        left: -200px !important;
    }
/*    .column.is-relative{
        max-height: 100vh;
    }*/
}
