

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --main-font: "STIX Two Text", serif;
    --second-font: "Inter", sans-serif;    
    --color-white:#fff;
    --light-font-color:#fff;
    --dark-font-color:#242424;
    --brown-text-color:#573412;
    --gold-btn-gradient:linear-gradient(176deg, #e2b87b 0%, #f7dfaf 50%, #dda865 100%);
    --gold-btn-shadow:#be9663;
    --accent-color:#1C003F;
    --second-btn-gradient:linear-gradient(176deg, #1a0544 0%, #763083 50%, #1a0544 100%);    
    --second-btn-shadow:#210755;
    --card-background:#FCF5FF;
    --card-radius:10px;
    --btn-radius:10px;
    --line-height-text:120%;
    --line-height-header:120%;
    --letter-spacing: 0.01em;
}

.gc-account-leftbar {
    background: linear-gradient(0deg, #1a0544 0%, #773084 50%, #1a0544 100%)!important;
}

.gc-account-user-menu {
    background: transparent!important;
}

.gc-account-leftbar .gc-account-user-menu li a {
    background: transparent!important;
    height: 66px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 66px!important;
}

.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).selected a,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:hover,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).active a {
background: #7A198C!important; 
}

.gc-account-leftbar .gc-account-user-menu li img {
    max-height: 36px;
    max-width: 36px;
}

.gc-account-leftbar .gc-account-user-submenu-bar .menu-item-profile {    
    padding-bottom: 20px!important;
    position: relative;
}

.gc-account-leftbar .menu-item-profile a {
    height: 50px!important;
}

.gc-account-leftbar .gc-account-user-submenu-bar .menu-item-profile:after {
    content: '';
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
position: absolute;
    left:50%;
    transform: translatex(-50%);
    bottom: 0;
}

.gc-account-leftbar .menu-item-search {
     margin-top: 20px!important;
}

.gc-account-leftbar .menu-item-profile a img,
.gc-account-leftbar .menu-item-search a img {
display: none;
}

.gc-account-leftbar .menu-item a::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-size: contain;
background-repeat: no-repeat;
display: block;
width: 36px; 
height: 36px;
}

/* Ссылки на картинки */
.menu-item-profile a::before {
background-image: url('/fileservice/file/download/a/651615/sc/240/h/c5f422e4bca7a4bfb06ff6576106374f.png'); 
}

.menu-item-search a::before {
background-image: url('/fileservice/file/download/a/651615/sc/26/h/9a9f3e3d023553888b8940778f1e460e.png'); 
}






