@font-face {
	font-family:"Inter-Regular";
	src: url("../font/Inter/Inter-Regular.ttf");
}
@font-face {
	font-family:"Inter-Medium";
	src: url("../font/Inter/Inter-Medium.ttf");
}
@font-face {
	font-family:"Inter-Bold";
	src: url("../font/Inter/Inter-Bold.ttf");
}
@font-face {
	font-family:"Inter-SemiBold";
	src: url("../font/Inter/Inter-SemiBold.ttf");
}

@font-face {
	font-family:"NunitoSans-Regular";
	src: url("../font/NunitoSans/NunitoSans-Regular.ttf");
}
@font-face {
	font-family:"NunitoSans-Bold";
	src: url("../font/NunitoSans/NunitoSans-Bold.ttf");
}
@font-face {
	font-family:"NunitoSans-SemiBold";
	src: url("../font/NunitoSans/NunitoSans-SemiBold.ttf");
}

/* body {
	padding: 0;
	margin: 0;
	font-family: "Inter-Regular";
	font-size: 16px;
	font-weight: unset;
} */

a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000;
}
input, button , textarea {
	outline: none;
}
img {
	max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
*:focus, *:active {
	outline: unset !important;
}
.sticky-top {
	position: sticky;
	top: 80px;
}

.placeholder {
	background-color: transparent;
	display: block;
	opacity: unset;
}


#message-model .modal-content {
    border-radius: 4px;
}

.tabs {
    position: fixed;
    bottom: 50%;
    z-index: 11;
    right: 30px;
    height: 52px;
}

.tabs > .element-invisible ::before {
    content: "\f0c9";
    display: block;
    font-family: FontAwesome;
    font-size: 22px;
}

.tabs > ul {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    border-bottom: none;
    width: 52px;
}

.tabs .nav-tabs > li {
    float: left;
    margin-bottom: 8px;
}

.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li > a {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    height: 52px;
    min-width: 52px;
    padding: 0px;
    background-color: #f4bc00;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.page-login {
    padding-top: 50px;
    padding-bottom: 50px;
    background: -webkit-linear-gradient(90deg, #16222a 10%, #3a6073 90%);
    background: -moz-linear-gradient(90deg, #16222a 10%, #3a6073 90%);
    background: -ms-linear-gradient(90deg, #16222a 10%, #3a6073 90%);
    background: -o-linear-gradient(90deg, #16222a 10%, #3a6073 90%);
    background: linear-gradient(90deg, #16222a 10%, #3a6073 90%);
    background-image: url("/sites/all/themes/cassiopeia_admin_theme/images/login-page-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.page-login .page-login-container {
    max-width: 1066px;
}

.page-login .block-login-header {
    color: white;
}

.page-login .block-login-header .block-login-logo {
    margin-bottom: 30px;
}

.page-login .block-login-header .block-login-hotline {
    margin-bottom: 30px;
    text-align: right;
}

.page-login .block-login-header .block-login-header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.page-login .block-login-body {
    padding: 40px;
    background-color: white;
    border-radius: 5px;
    min-height: 338px;
}

.page-login .block-login-site-name {
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #3b88c8;
    font-size: 26px;
    font-weight: normal;
}

.page-login .block-login-footer {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: white;
}

.page-login form input,
.page-login form button {
    height: 38px;
    border-radius: 0px;
}

/* Modal */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.header-language {
    position: relative;
    margin-left: 12px;
    background: #eaefea;
    border-radius: 16px;
    padding: 4px;
    z-index: 1200;
}

.site-header__bar,
.site-header__tools,
.site-header__mobile-actions {
    overflow: visible;
}

.header-language-current {
    display: flex;
    padding: 2px 8px 2px 2px;
    align-items: center;
    gap: 4px;
    border-radius: 62px;
    border: 0;
    background: var(--Foundation-Green-green-50);
    color: var(--gray-9---body-text);
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    cursor: pointer;
    margin: 0;
    font: inherit;
    font-family: var(--font-primary-semiBold);
}

.header-language-current:focus-visible {
    outline: 2px solid #10a6ff;
    outline-offset: 2px;
}

.header-language-current span {
    width: 22px;
}

.header-language-list {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    min-width: 88px;
    width: max-content;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.header-language.is-open .header-language-list,
.header-language-list.active {
    display: flex;
}

.header-language-item {
    display: flex;
    padding: 2px 8px 2px 2px;
    align-items: center;
    gap: 4px;
    border-radius: 62px;
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    cursor: pointer;
}

.header-language-item a,
.header-language-item button.header-language-link {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-decoration: none;
    font: inherit;
    font-family: var(--font-primary-semiBold);
    font-size: 14px;
    line-height: 22px;
    padding: 2px 8px 2px 2px;
    cursor: pointer;
}

.header-language-item a:hover,
.header-language-item a:focus,
.header-language-item button.header-language-link:hover,
.header-language-item button.header-language-link:focus {
    color: #0252bd;
}

.header-language-item a.active,
.header-language-item button.header-language-link.active,
.header-language-link.active {
    background: rgba(2, 82, 189, 0.08);
    border-radius: 62px;
}

@media (min-width: 1200px) {
    .site-header__desktop-lang {
        display: flex !important;
    }
}

@media (max-width: 1199.98px) {
    .site-header__mobile-lang {
        display: flex !important;
    }
}

