﻿@import url('/Content/oasys-styles/shared/os-component.css');

:root {
    --secondary-color: #647C9A;
    --bg-color: #ffffff;
    --color-primary-100: #e4e7f2;
    --color-primary: #405189;
    --btn-primary-hover-bg: #2a3a6b;
}

.body-style {
    display: flex;
    align-items: center;
    justify-content:center;
    font-family: var(--primary-font);
    background: url("/images/landing/background.png");
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    color: var(--secondary-color);
    font-size: 14px;
    height: 100vh;
    overflow: auto;
}

.box-shadow {
    box-shadow: 1px 1px 10px rgba(189, 213, 255, 0.5);
    border-radius: 5px;
}

.form-style {
    height: calc(100vh - 0px);
}

.alert-icon {
    color: #ff2f2f;
    margin: 0px 10px;
}

.tag-line {
    height: 80px;
}

.user {
    font-size: 18px;
    color: #647C9A;
    border: none;
    background: transparent;
}

.user__img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-left: 5px;
}

.dropdown-menu {
    color: var(--secondary-color);
    text-decoration: none;
}

.oasys {
    font-size: 48px;
    font-weight: 600;
    color: var(--color-primary);
}

.oasys span {
    font-size: 40px;
    font-weight: 400;
}

.info {
    font-size: 16px;
}

.lang-btn {
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 16px;
    color: inherit;
    width: 160px;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px rgba(189, 213, 255, 0.5) !important;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.languages {
    font: inherit;
    border: 0;
}

    .languages > li a {
        padding: 8px;
        display: flex;
        align-items: center;
    }

.lang-selected {
    padding: 4px 6px;
    background: #1877F2;
    color: #fff;
    border: solid 1px #1877F2;
    border-radius: 50%;
    margin-right: 10px;
    font: inherit;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.lang {
    padding: 4px 6px;
    color: #1877F2;
    border: solid 1px #1877F2;
    border-radius: 50%;
    margin-right: 10px;
    font: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.dropdown-item:active .lang {
    color: #ffffff;
    border: solid 2px #ffffff;
}

.carousel-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 400px;
    padding: 20px;
    background-color: var(--bg-color);
    box-shadow: 0 0 10px rgb(180 210 255 / 50%);
    border-radius: 20px;
}

.os-btn-outline {
    background: var(--bg-color);
    border: solid 1px var(--color-primary) !important;
    color: var(--color-primary) !important;
}

    .os-btn-outline:hover {
        background: var(--color-primary-100);
    }

.os-btn-primary {
    color: var(--color-primary-100) !important;
    background-color: var(--color-primary) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .os-btn-primary:hover {
        background-color: var(--btn-primary-hover-bg) !important;
    }

.cookie-consent {
    white-space: normal;
    line-break: auto;
    color: #405189 !important;
    background-color: #fafbff !important;
    border-color: #e4e7f2 !important;
    border-radius: 8px;
    position: inherit;
    transform: none;
    width: 90%;
}

.privacy-policy, .cookie-policy {
    color: #405189 !important;
}

.cookie {
    background: var(--bg-color);
    box-shadow: 0 0 10px rgb(180 210 255 / 50%);
    border-radius: 10px;
}

.cookie__buttons {
    display: flex;
    justify-content: space-between;
}

.cookie-navs {
    border-right: solid 1px #c8c8c8;
}

.cookie-nav {
    background: #fff;
    color: #405189;
    box-sizing: border-box;
    text-align: left;
}

.cookie-navs .cookie-nav.active {
    color: #405189;
    background: transparent;
    border-right: solid 2px #405189;
    border-radius: 0 !important;
}

.cst-switch {
    border: solid 1px #405189 !important;
}

    .cst-switch:checked {
        background-color: #405189;
        border: none !important;
    }

.tab-content .nav-link {
    transition: all 0.9s ease;
}

.modal-title, .cookie-header {
    color: #2D3B51;
}

@media (max-width: 575.98px) {

    .carousel-box {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
