@charset "utf-8";

.pc-header {
    background: none !important;
    box-shadow: 0 0 0 rgba(18, 27, 42, 0) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border:  0 !important;
    max-width: 48px !important;
    z-index: 9999 !important;
}

.pc-sidebar {
    top: 0  !important;
    transition: all 0.2s ease-in-out;
  }
  
.toggle-icon i {
    background: -webkit-linear-gradient(#f9f9f7, #88a2df) !important;
    color: #1c3053 !important;
    text-shadow: 0 2px 0 #ccd7f7 !important;
    font-size: 18px !important;
    border: 1px solid #eff1f0;
    border-radius: 50%;
    padding: 6px 7px;
    width: 32px; height: 32px;
    text-align: center;
    margin-right: 12px;
}

.close-x i {
    background: -webkit-linear-gradient(#f9f9f7, #88a2df) !important;
    color: #1c3053 !important;
    text-shadow: 0 2px 0 #ccd7f7 !important;
    font-size: 18px !important;
    border: 1px solid #eff1f0;
    border-radius: 50%;
    padding: 6px 7px;
    width: 32px; height: 32px;
    text-align: center;
    margin-right: 12px;
}

.loggedOutlinks {
    background-color: #161959;
    border: 1px solid rgba(191, 191, 191, 0.46);
    border-radius: .5rem;
    margin: 1rem .5rem .5rem .5rem;
    padding: .75rem .25rem;
}

.loggedOutlinks .btn {
    width: 100% !important;
    padding-bottom: .75rem;
}

.LoginPane {
    background: linear-gradient(0deg, rgba(10,1,53,1) 15%, rgba(21,51,158,1) 60%, rgba(10,1,53,1) 92%) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    border: 1px solid rgba(215, 222, 238, 0.29);
}

.newsBlockBase {
    background-color: transparent;
    background-image: url('../../static/images/ui/QuestBlockBase.webp');
    background-size: 100% 100%;
    background-position: top center !important;
    background-repeat: no-repeat;
    font-size: 0.91em;
    padding: 16px;
}

.newsBlockBase h5 {
    font-size: 1.17em;
    text-align: center;
}
