html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}
 


  
@font-face {
    font-family: 'Aeonik';
    src:  url('../fonts/AeonikPro-Regular.woff2') format('woff2')  ;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'AeonikBold';
    src:  url('../fonts/AeonikPro-Bold.woff2') format('woff2')  ;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
 
 

:root {
    /* Colors */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark-grey:#111111; 
    --color-grey: #AFAFAF;
    --color-almost-black: #222224;  
    --color-bg-grey:#f4f4f4;  
    --color-border: #d2d2d2; 
    --color-red: #ca0000;
    --color-green: #18b700;
    --color-green-neon: #00ff8b;
    --color-blue: #3b80be;
    --color-dark-blue: #06214D;  
    --color-light-blue: #cff4fc;  
    --color-yellow: #ffdf59;  
   
    
}



body {
	font-family: 'Aeonik', sans-serif; 
	color: var(--color-dark-grey);
	background: var(--color-white);
	font-size: 0.9rem;
	width: 100%;
	letter-spacing:1.1;
	min-width:320px;
	line-height: 1.325rem;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: var(--color-dark-grey);
}



h1,h2,h3,h4,h5{
    font-family: 'AeonikBold', sans-serif; 
        line-height: 1;
}

h1{
    font-size:2.3rem;
    color: var(--color-black);    
}
h2{
font-size: 1.6rem;
}
h3{
    font-size: 1.325rem;
}
h4{
    font-size: 1.0rem;
}

sup{
    font-size: 0.66rem !important
}

b, strong{
   font-family: 'AeonikBold', sans-serif;  
}

.container-fluid {
    max-width: 1440px;
}

#content{
    min-height:480px;
}

.alert.position-fixed {
    width: 100%;
    max-width: 640px;
    margin: 20px auto ; 
    left: calc(50% - 320px) !important;
    z-index: 99;
}
.alert-success{
    background-color: var(--color-green-neon);
    border-color: var(--color-green-neon);
}

.alert-warning{
    background-color: var(--color-yellow);
     border-color: var(--color-yellow);
}

.bg-grey {
    background: var(--color-bg-grey);
}
.blend-darken,
.blend-darken img { 
    mix-blend-mode: darken;
}

 

.btn-primary { 
 --bs-btn-border-radius:30px; 
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #06214D;
  --bs-btn-border-color: #06214D;
  
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3b80be; 
  --bs-btn-hover-border-color: #3b80be;  
  
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3b80be; 
  --bs-btn-active-border-color: #3b80be; 
  
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg:#3b80be;
    --bs-btn-disabled-border-color: #3b80be;
}

.btn-light {
    --bs-btn-color: #06214d;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #2b456e;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #06214d;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #06214d;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff;
}
 

.stock-status.no-stock{
    color: var(--color-red);    
}

.stock-status.in-stock{
   
}

.quantity-change button.btn{
    margin: 0;
    background: transparent  !important;
    border:none !important;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    padding: 0;
}
 

input.input-number-qt{
    text-align: center;
    max-width: 50px;  
    height: 25px;
    background: transparent !important;
    border: none;
    line-height: 1;
    padding: 0;
}
 


.card-cart  {
    background: var(--color-bg-grey);
    max-width: 80%;
    border-radius: 0 30px 0 6px; 
}

.card-cart.no-stock{
    opacity:0.66;
    cursor: not-allowed;
}

.card-cart.no-stock input.input-number-qt{
    cursor: not-allowed;
}
 

/**************************/
/****    HEADER     *****/ 
/**************************/
.breadcrumb,
.breadcrumb a{
        color: #666666;
            line-height: 30px;
}

/**************************/
/****    HEADER     *****/ 
/**************************/

.header-menu {
    font-size: 1.125rem;
    line-height: 50px;
    background: var(--color-yellow);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 6%), 0 0 2px rgb(0 0 0 / 7%);
    font-family: 'AeonikBold', sans-serif; 
}

.header-menu a{ 
    color: var(--color-dark-blue); 
}


.csv-btn  {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 20px; 
    width: auto;
    min-width:130px;
    border-radius: 30px;
    background: #06214d;
    color: #fff;
    z-index: 99;
}

/**************************/
/****    MENU     *****/ 
/**************************/ 

.menu-drawer{
    line-height: 1.625;
    font-size:1.325rem;
}


.menu-drawer .is-parent{ 
font-family: 'AeonikBold', sans-serif;
}
.menu-drawer .is-parent .is-child{ 
    color: var(--color-dark-grey); 
    font-size:0.95rem;
    font-family: 'Aeonik', sans-serif;
}

.menu-drawer .is-child .cat-child-item img{ 
    width: 38px;
}





/**************************/
/****    MENU     *****/ 
/**************************/ 

.checkout-success .main-content, 
.checkout-cart .main-content{ 
	min-height:480px;
}

.main-content,
.main-header { 
}
.main-content,
.main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
} 
.main-content {
    /*min-height: 100vh;*/
    z-index: 2;
    width: 100%;
   /* max-width: 1440px;*/
    margin: 0 auto;
    background: #fff;
}
@media only screen and (min-width:1200px) {
    .main-content {
        padding-top: 0;
    }
}
.main-header {
    height: 80px;
    /*background: var(--color-dark-blue);*/
    background: #ffffff;
    z-index: 6;
    position: relative;
    width:100%;
	/*max-width:1440px; */
	margin:0 auto;
}
.header-container {
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}



.nav-is-fixed .main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1200px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}




.logo {
    position: absolute;
    
    z-index: 999;
 width: 140px;
    top: 25px;
    left: 50px;
		transition: all 0.3s;
}
.logo img {
    display: block; 
    /* -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));*/
}


.header-buttons-left {
    position: absolute;
    top: 20px;
    left: 0;
}


@media only screen and (min-width:768px) {
 
    .main-header {
        height: 100px;
        position: relative;
    }
    .main-header::after {
        clear: both;
        content: "";
        display: table;
    }
	
	.main-header.fixed {
	position: fixed;
    margin: 0 auto;
    left: calc(50% - 720px);
	}
	
	
.logo { 
        position: absolute;
        width: 250px;
        top: 20px;
        left: calc(50% - 125px);
        transition: all 0.3s;
	}
    .header-buttons-left{
        top: 25px; 
    }
}






 

.cart-menu span.register-icon{ 
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}


.cart-menu span.login-icon{ 
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 55px;
}


.cart-menu span.account-icon{
    /*background: url(../img/account-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.cart-menu span.order-icon{
    /*background: url(../img/orders-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top:55px;
}

.cart-menu span.wishlist-icon{
   /* background: url(../img/wishlist-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top:95px;
}

.cart-menu span.logout-icon{
    /*background: url(../img/logout-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top:135px;
}

.cart-menu h4{ 
    margin-left: 30px;
	line-height:30px;
}




 


body.checkout .header-buttons-left { 
    top:10px; 
}


.header-buttons {
    position: absolute;
    display: flex;
    z-index: 3;
    left: auto;
    right: 10px;
    z-index: 9;
    top: 27.5px;
    align-items: center;
    gap: 3px;
}
.nav-trigger {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 44px;
   
}
 
.header-buttons li {
    display: inline-block;
}
 
 
@media  (min-width: 768px) {
 

	.nav-on-left .header-buttons {
		left: auto;
		right: 5%;
	}
	
 


}
 

button.btn-header-language {
    background: #fff;
    background-size: 15px;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    margin-right: 5px;
    border: none;
        text-align: center;
    padding: 0;
    line-height: 25px;
}
 
 
@media only screen and (min-width: 1200px) {
  

	.header-buttons {
        top: 35px; 
    }
     
	.search-trigger{
		visibility:hidden;
		
	}
}
 
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 23px;
    background: var(--color-dark-blue);
} 

.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 0px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}
.nav-trigger span::after {
    /* menu icon bottom line */
    top:6px;
}
.nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46,50,51,0);
}
.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #fff;
}
.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 480px) {
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
		/* hamburger icon in CSS */
		position: absolute;
		display: inline-block;
		height: 2px;
		width: 26px;
		background:  var(--color-dark-blue);
	}
	
	 
  
	
	.nav-trigger span::after{
	    top: 7px;
	}
	.nav-trigger span::before {
		top: -7px;
	}	

 
	
}




/* -------------------------------- 
 
HEADER LINKS

-------------------------------- */ 
#account .dropdown-menu{
top: 45px;	
}

    
#account .dropdown-menu:after {
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -10px;
}    
#account .dropdown-menu a, #account .dropdown-menu a:hover {
	background:#fff;
}
#account .dropdown-menu h4 {
     margin-left: 0;
    line-height: 26px;
}

 
.btn-header-cart,
.btn-header-cart:hover,
.btn-header-cart:active{
    background:  #06214d;
    height: 25px;
    width: 25px;
    padding: 0;
    font-size: 14px;
    border-radius: 50px;
	transition:all 0.3s;
}
 .cart-total {
    background: url(../img/cart.svg) no-repeat center;
	background-size: 15px;
    padding-left: 15px; 
}


 .cart-total p{
    display:none; 
    color:var(--color-white);
}

@media (min-width:768px){

	.btn-header-cart,
	.btn-header-cart:hover,
    .btn-header-cart:active{
		background:#06214d;
		height: 50px;
		width:100%;
		padding: 5px 15px;
		font-size: 14px;
		border-radius: 50px;
	}
 .cart-total{
		background: url(../img/cart.svg) no-repeat top left;
		background-size: 20px;
		padding-left: 30px;
		color:var(--color-white);
	} 
	 .cart-total p{
		    display: inline-block; 
	}	
}

.btn-header-account{
    background:#f4f4f4  url(../img/account.svg) no-repeat center;
    background-size:22px;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    margin-right: 5px;
}

@media (min-width:768px){
    .btn-header-account{
     background-size: 22px;
        height: 25px;
        width: 25px;
    }
    
}

.btn-header-search,
.btn-header-search:hover,
.btn-header-search:active{
    background: #f4f4f4 url(../img/search-icon.svg) no-repeat center;
    background-size: 15px;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    margin-right: 5px;
}
@media (max-width:368px){
 
}


#account-dd{
	background: url(../img/account.svg) no-repeat center;
}

#search-trigger{
	background: url(../img/account.svg) no-repeat center;
}


#search  {
    background: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    transition:all 0.3s;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}
 

#search  input.form-control.input-lg {
    position: relative; 
    white-space: nowrap;
    background: #ffffff;
    border: 0;
    border-bottom: 0px solid #000000;
        color: #000000;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#search  input.form-control.input-lg::-webkit-input-placeholder {
    color: #555555;
}
#search  input.form-control.input-lg::-moz-placeholder {
    color: #555555;
}
#search  input.form-control.input-lg:-moz-placeholder {
    color: #555555;
}
#search  input.form-control.input-lg:-ms-input-placeholder {
    color: #555555;
} 

#search  button.btn.btn-default.btn-lg {
    background: #ffffff;
    border: 0 var(--color-dark-blue);
    color: #000;
}

#offcanvasSearch .offcanvassearch-logo {
    width: auto;
        font-family: 'AeonikBold', sans-serif;
}

#offcanvasSearch  {
     bottom: initial;
}

#search button.btn.btn-danger.delete {
    background: #d8d8d8;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    font-family: monospace;
}
 

.header-call-us{
	display:none;
	transition:all 0.3s;
}

@media (min-width:1199px){
	.header-call-us{
		display:block;
		width: 140px;
		position: absolute;
		right: calc(5% + 180px);
		color:#fff;	
		top: 25px;
		letter-spacing: 1px;
		font-size:8px;
		text-align: center;	
	}

	.header-call-us .bottom{
		font-weight: bold;
		font-size: 20px;	
	}
}


@media (min-width:1299px){
	.header-call-us{
		display:block;
		width: 200px;
		position: absolute;
		right: calc(5% + 180px);
		color:#fff;	
		top: 25px;
		letter-spacing: 1px;
		font-size:12px;
		text-align: center;	
	}

	.header-call-us .bottom{
		font-weight: bold;
		font-size: 20px;	
	}
}

/* -------------------------------- 

OVERLAY NAV

-------------------------------- */
.overlay-nav{ 	
	position: fixed;
    z-index: 999;
    top: 105px;
    left: 0;
    width: 100%;
    height: 100%;	
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);	
    opacity:0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;	
    -webkit-transition: opacity 0.3s 0s,visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;	
}


.overlay-nav.on-is-visible{ 
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform:translateY(0);
	transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s,visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;	 
}


 

.overlay-nav .item{
    height: calc(50% - 40px);
    width: 50%;
    float: left;
	display:table;
	vertical-align:middle;
	text-align:center;
}

.overlay-nav .item > div{ 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.coffee-overlay{
	background: #ca0000 url(../img/coffee-bg.jpg) no-repeat center; 
	background-size:cover; 
}

.pizza-overlay{
	background: #ca0000 url(../img/pizza-bg.jpg) no-repeat center;
	background-size:cover; 
}
.wallet-overlay{
	background: #ca0000 url(../img/wallet-bg.jpg) no-repeat center; 
	background-size:cover; 
} 
.food-overlay{
	background: #ca0000 url(../img/food-bg.jpg) no-repeat center; 
	background-size:cover; 
} 

.overlay-nav .item h2 {
    color: #fff;
    font-size:12px;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

.overlay-nav .item h2 span {
    color: #fff;
    font-size: 10px; 
}
@media (min-width:480px){
	.overlay-nav .item h2 { 
		font-size:18px; 
	}

	.overlay-nav .item h2 span { 
		font-size: 14px; 
	}	
}

@media (min-width:992px){
	.overlay-nav .item h2 { 
		font-size:22px; 
	}

	.overlay-nav .item h2 span { 
		font-size: 16px; 
	}	
}

@media (min-width:120012px){
	.overlay-nav .item h2 { 
		font-size:22px; 
	}

	.overlay-nav .item h2 span { 
		font-size: 16px; 
	}	
}

 



/**************************/
/****    CART     *****/ 
/**************************/

div#cart-total {
    background: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 100%;
}



.mini-cart-outer img {
    border-radius: 4px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
}


.mini-cart-outer tr.cart-subtotals:first-child td{
    padding-top:3rem!important;
}


.mini-cart-outer  .cart-subtotals:last-child{
        font-size: 16px;
    color: var(--color-black); 
}


 
 
#checkout-cart .cart-subtotals:last-child{
    font-size: 18px;
    color: var(--color-black); 
    border-top: 1px solid #666666;
}


#checkout-cart  .cart-subtotals  td {
    background: transparent;
    
}
#checkout-cart thead{
   border-bottom: 2px solid #000; 
}




 .qc-quantity {
    width: auto;
 
}
 .qc-product-qantity {
  min-width: 60px;
}
.qc-quantity .input-group.input-group-sm {
 
    padding:0 8px;
}

.qc-quantity .decrease,
.qc-quantity .increase{
        height:28px;
    padding: 0;
    background: transparent;
    border: none;   
}

.qc-quantity button.btn.delete {
    
}

.qc-quantity .fa {
    font-size: 11px;
}

.qc-quantity input.qc-product-qantity{
      
    border: none;
    line-height: 28px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border:none;
    font-size: 16px;   
}


/**************************/
/****    PRODUCT     *****/ 
/**************************/

.input-group.number-spinner {
    height: auto;
    background: #f4f4f4;
    padding: 8px;
    border-radius: 30px;
    border: 1px solid #ccc;
    line-height: 1;
     max-width: 130px;
}


.input-group.number-spinner input#input-quantity {
    border: none;
    background: transparent; 
}


/**************************/
/****    Checkout     *****/ 
/**************************/

.cartcheckouttotals table tr td, 
.cartcheckouttotals table tr th{
  background-color: rgba(210,130,240, 0.0) !important;
}
.cartcheckouttotals table tr:last-child tr{
        font-family: 'AeonikBold', sans-serif;
}


/**************************/
/****    splash-screen     *****/ 
/**************************/

#splash-screen {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease;
}

#splash-screen.hidden {
  opacity: 0;
  display:none;
  z-index: -9999;
}
 

.splash-content .splash-logo {
    width:200px;
}


.splash-content .splash-loading{
    width:30px;
}
 
.account-initials {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background-image: radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), linear-gradient(108deg, #ff0078, #2841ff 90%);
}
