:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    font-weight: 500;
    color: #646cff;
}

a:hover {
    color: #535bf2;
}

h1 {
    font-size: 3.2em;
    line-height: 1.1;
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

button:hover {
    border-color: #646cff;
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #ffffff;
    }

    a:hover {
        color: #747bff;
    }

    button {
        background-color: #f9f9f9;
    }
}

body{
    background-color: #41423f;
}

mainWrapper{
    background-color: #41423f;
}

form .error {
    display: block !important;
}

form input {
    background: none !important;
}

#login-box #login-form-container .bottom {
    border: none !important;
}

.user-auth-container .fa-eye-slash {
    display: unset !important;
}

/* style for screen loader */

.spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


#site-header nav ul.options li a {
    display: inline-block;
    padding: 0 21px;
    line-height: 85px;
    height: 80px;
    color: #4a4a4a;
    font-size: 17px;
    font-family: IntervalSansProLight;
    text-decoration: none;
}

.no-outline:hover {
    font-weight: bold;
}

.btn-loader {
    animation-name: btnSpin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes btnSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#email--notifications .btn-space:first-child,
#mobile--notifications .btn-space:first-child {
    margin-left: -15px;
}

/* style for new toggle btn */

.toggle {
    overflow: hidden;
    min-width: 59px;
    min-height: 34px;
    position: relative;
    width: 65px;
    height: 35px !important;
    outline: 0;
    margin-left: 15px;
    text-decoration: none;
    background-color: #fff;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: #cbcccd !important;
    border-color: #cbcccd;
}

.toggle.active {
    background-color: #003DA5 !important;
    border-color: #003DA5;
}

.toggle:hover {
    background-color: #cbcccd !important;
    border-color: #cbcccd;
}

.toggle.active:hover {
    background-color: #003DA5 !important;
    border-color: #003DA5;
}

.toggle-group {
    -moz-transition: all .5s;
    transition: all .5s;
}

.toggle-on,
.toggle-off {
    height: 100%;
    min-width: calc(100% - 12px);
    border: 0px;
}

.btn-primary {
    -moz-transition: all .5s;
    transition: all .5s;
    background-image: none;
    background-color: #003DA5;
    border-color: #003DA5;
}

.btn-primary:hover {
    background-color: #002B75;
    border-color: #003DA5;
}


.toggle-handle {
    z-index: 5;
    margin: 0 auto;
    height: 100%;
    border-width: 0 1px;
    /* transition: all .5s; */
    -moz-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
    background-color: #fff;
    background-image: none;
    text-shadow: 0 1px 0 #fff;
}

/* style for new toggle btn */

#legal .legal-content {
    padding-bottom: 40px;
}
@font-face {
    font-family: IntervalSansProLight;
    src: url(css/consistify/Fonts/Interval-Sans/interval_light.otf) format("opentype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: IntervalSansProRegular;
    src: url(css/consistify/Fonts/Interval-Sans/interval_regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IntervalSansProSemiBold;
    src: url(css/consistify/Fonts/Interval-Sans/interval_semi_bold.otf) format("opentype");
    font-style: normal
}

@font-face {
    font-family: IntervalSansProBold;
    src: url(css/consistify/Fonts/Interval-Sans/interval_bold.otf) format("opentype");
    font-style: normal
}