@font-face {
	font-family: 'Mulish';
	src:         url('/fonts/Mulish-Regular.ttf'),  format('truetype');
	font-weight: normal;
	font-style:  normal;
}

@font-face {
	font-family: 'Mulish';
	src:         url('/fonts/Mulish-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style:  normal;
}

@font-face {
	font-family: 'Montserrat';
	src:         url('/fonts/MontserratMedium.ttf') format('truetype');
	font-weight: 500;
	font-style:  normal;
}

@font-face {
	font-family: 'Montserrat';
	src:         url('/fonts/MontserratSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style:  normal;
}

body.custom-bg {
	background-image: none;
	background-color: #EEFBFC;
}
.logo-image {
	width:         50px;
	height:        50px;
	margin-bottom: 10px;
}

#transaction-panel .transaction-table tr.table-header {
    background-color: var(--bay-of-many) !important;
}

.esim-features path {
	fill: var(--url-color);
}

#auth-tabs .nav-link.active {
	color: var(--url-color) !important;
}

#recovery-password-wrapper .reset-password:hover, #recovery-password-wrapper .recovery-password-button:hover, #sign-up .register-button:hover, #sign-in .login-button:hover {
	background-color: var(--primary-hover);
}

#content-wrapper input[type=checkbox]:checked + label:before {
    background-color: var(--alizarin-crimson) !important;
    border-color: var(--alizarin-crimson) !important;
}

.mini .language-dropdown-menu.dropdown-menu .currencies-list li.active > label {
    color: var(--alizarin-crimson)!important;
}

.mini .language-dropdown-menu.dropdown-menu .language-list li.active > label {
    color: var(--alizarin-crimson)!important;
}

.jsgrid-header-cell:hover {
    color: var(--alizarin-crimson)!important;
}

.jsgrid-header-cell:hover svg,
.jsgrid-header-cell:hover svg path {
    fill: var(--alizarin-crimson) !important;
}

#mobile-menu {
    background-color: var(--bay-of-many);
}

#user-details-mobile-menu {
    background-color: var(--bay-of-many);
}

@media only screen and (max-width: 992px) {
    #user-details-mobile-menu .language-dropdown-menu {
        background-color: var(--bay-of-many) !important;
    }
}

#header .logo .logo-img {
	width: 180px;
	height: 37px;
	margin-top: 12px;
}

body.custom-bg {
	background: url(../../img/auth_page/aviapartner_bg_login.png) no-repeat center center fixed;
	background-size: cover;
}

body.custom-bg .container .uri-logo .logo-image {
	display: none;
}

body.custom-bg .container .uri-logo::before {
	content: '';
	display: inline-block;
	width: 180px;
	height: 37px;
	background-image: url('../../img/auth_page/aviapartner_logo_login.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 50px;
}

.custom-logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
    width: 130%;
    margin-left: -16%;
    margin-right: -16%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.custom-logo-footer .logo-flydubai {
    width: 156px;
    height: 48px;
    flex-shrink: 0;
}

.custom-logo-footer .logo-voyager {
    width: 116px;
    height: 64px;
    flex-shrink: 0;
}

.custom-logo-footer .logo-pegasus {
    width: 156px;
    height: 48px;
    flex-shrink: 0;
}

.custom-logo-footer .logo-pegasus {
    width: 120px;
    height: 57px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .custom-logo-footer {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        gap: 20px;
    }
    .custom-logo-footer svg {
        max-height: 40px;
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .custom-logo-footer {
        gap: 20px;
    }
    .custom-logo-footer svg {
        height: 48px;
        max-height: 40;
        flex: 1 1 100%;
    }
}
