.template {
    display: none !important;
}

.notification-popup {
    width: 256px;
    max-width: calc(100% - 50px);
    height: auto;
    position: fixed;
    bottom: 65px;
    left: 25px;
    background-color: #2d87d3;
    border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px 5px #2D87D3; 
    box-shadow: 0px 0px 15px 5px #2D87D3;
    color: #FFF;
    flex-direction: column;
    opacity: 0;
    display: none;
    z-index: 110;
}

.notification-popup .notification-popup__img-title-area {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .notification-popup {
        z-index: 2147483645;
    }

    .notification-popup .notification-popup__img-title-area {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
}

.notification-popup.notification-popup-quest-done {
    background-color: #e8ffdc;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px 5px #6b6b6b;
    box-shadow: 0px 0px 15px 5px #6b6b6b;
    color: #000;
    width: 430px;
    max-width: calc(100% - 50px);
}

.notification-popup.notification-popup-new-article {
    background-color: #ddddd6;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px 5px #6b6b6b;
    box-shadow: 0px 0px 15px 5px #6b6b6b;
    color: #000;
    width: 430px;
    max-width: calc(100% - 50px);
}

.war-priority-value {
    width: auto;
    padding: 6px 15px;
    border-radius: 8px;
    margin: 5px 0 5px 10px;
    font-weight: bold;
    box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.31);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    background-image: radial-gradient(circle, #FFFFFF, #00000099);
    background-color: #FFFFFF;
    color: #000;
    border: 0;
    font-size: 20px;
}

.war-priority-level-0 {
    background-image: radial-gradient(circle, #9e9e9e, #00000099);
    background-color: #9e9e9e;
}

.war-priority-level-1 {
    background-image: radial-gradient(circle, #ed0000, #00000099);
    background-color: #ed0000;
}

.war-priority-level-2 {
    background-image: radial-gradient(circle, #ed5a00, #00000099);
    background-color: #ed5a00;
}

.war-priority-level-3 {
    background-image: radial-gradient(circle, #edc700, #00000099);
    background-color: #edc700;
}

.war-priority-level-4 {
    background-image: radial-gradient(circle, #59ed00, #00000099);
    background-color: #59ed00;
}

.war-priority-level-5 {
    background-image: radial-gradient(circle, #FFFFFF, #00000099);
    background-color: #FFFFFF;
}

.notification-popup.notification-popup-new-article .notification-popup__img-title-area, .notification-popup.notification-popup-quest-done .notification-popup__img-title-area {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.notification-popup.notification-popup-new-article button, .notification-popup.notification-popup-quest-done button {
    background-color: #2d86d1;
    color: #FFF;
    margin-top: 20px;
}

.iti-mobile .iti--container {
    z-index: 9999999999;
}

@media only screen and (max-width: 991px) {
    .notification-popup.notification-popup-quest-done {
        padding: 5px;
    }

    .notification-popup.notification-popup-new-article button, .notification-popup.notification-popup-quest-done button {
        margin-top: 0px;
    }
}

.notification-popup.notification-popup-new-article h3, .notification-popup.notification-popup-quest-done h3 {
    color: #2f84d0;
}

.notification-popup.notification-popup-quest-done img {
    width: 50px;
    height: 50px;
    border-radius: 19px;
}

.notification-popup.notification-popup-new-article img {
    width: 50px;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notification-popup.notification-popup-new-article a {
    font-weight: bold;
    display: block;
    color: #000 !important;
}

.new-avatar-upload {
    cursor: pointer;
}

.notification-popup:nth-child(1) {
    animation: opacity0to1 0.7s forwards;
    animation-delay: 0.3s;
    display: flex;
}

.notification-popup img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5); 
    box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5);
    margin-bottom: 20px;
}

.notification-popup h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}

.notification-popup p {
    font-weight: 500;
    font-size: 13px;
    margin: 0;
}

.notification-popup a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

.notification-popup button {
    align-self: center;
    margin-top: 50px;
    background-color: #FFF;
    border-radius: 15px;
    border: 0;
    color: #2d87d3;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 40px;
}

/* Hide notifications list while onboarding overlay is visible */
body.onboarding-visible .notifications-list {
    display: none !important;
}

body.onboarding-visible .mobile-nav-bar {
    z-index: 1400;
}

/* PAGE HEADER */
.content-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #2f84d0;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    margin-bottom: 30px;
}

div.hasBorder {
    border-right: 2px solid rgb(238, 238, 238);
}

.ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

span.icon img {
    position: relative;
    bottom: 1px;
    width: 14px;
    height: 14px;
}

.dark-mode span.icon img {
    filter: invert(1);
}

.data-row {
    height: 26px;
}

.mobile-only .data-row {
    height: auto;
}

.data-row td {
    padding: 8px;
    font-size: 15px;
}

.pagination_label {
    margin: 0;
    margin-top: 20px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 16px;
}

.pagination .pagination_item {
    width: 30px;
    height: 30px;
    background-color: #3198d4;
    border-radius: 3px;
    margin: 0 5px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid #3198d4;
}

.pagination .pagination_item.active {
    color: #3198d4;
    background-color: #FFF;
    border: 1px solid #3198d4;
}

a.util-icon {
    text-decoration: none;
    margin-right: 15px;
}

a.util-icon:hover img {
    transform: scale(1.05);
}


@keyframes alertNotification {
    from {width: 25px;}
    to {width: 35px;}
}

.notifications-alert img {
    animation-name: alertNotification;
    animation-duration: 0.5s;
    animation-iteration-count: 14;
    transition: width 0.5s;
    animation-direction: alternate;
}

.notifications-alert {
    position:relative;
}

@keyframes alertNotificationBG {
    from {width: 25px; height: 25px;}
    to {width: 35px; height: 35px;}
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(-25deg) skewX(02.5deg) skewY(02.5deg);
        -o-transform: rotate(-25deg) skewX(02.5deg) skewY(02.5deg);
        transform: rotate(-25deg) skewX(02.5deg) skewY(02.5deg);
    }
    to {
        -webkit-transform: rotate(335deg) skewX(02.5deg) skewY(02.5deg);
        -o-transform: rotate(335deg) skewX(02.5deg) skewY(02.5deg);
        transform: rotate(335deg) skewX(02.5deg) skewY(02.5deg);
    }
}

@keyframes rotating2 {
    from {
        -webkit-transform: rotate(45deg) skewX(22.5deg) skewY(22.5deg);
        -o-transform: rotate(45deg) skewX(22.5deg) skewY(22.5deg);
        transform: rotate(45deg) skewX(22.5deg) skewY(22.5deg);
    }
    to {
        -webkit-transform: rotate(405deg) skewX(22.5deg) skewY(22.5deg);
        -o-transform: rotate(405deg) skewX(22.5deg) skewY(22.5deg);
        transform: rotate(405deg) skewX(22.5deg) skewY(22.5deg);
    }
}

.notifications-alert:before{
    content:"";
    position:absolute;
    left: 0;
    top: 0;
    background:rgb(255, 235, 235);
    width:25px;
    height: 25px;
    transform: rotate(-25deg) skewX(02.5deg) skewY(02.5deg);
    animation-name: alertNotificationBG, rotating;
    animation-duration: 0.5s;
    animation-iteration-count: 14;
    transition: width 0.5s, height 0.5s;
    animation-direction: alternate;
}

.notifications-alert:after{
    content:"";
    position:absolute;
    left: 0;
    top: 0;
    background:rgb(255, 235, 235);
    width:25px;
    height: 25px;
    transform: rotate(45deg) skewX(22.5deg) skewY(22.5deg);
    animation-name: alertNotificationBG, rotating2;
    animation-duration: 0.5s;
    animation-iteration-count: 14;
    transition: width 0.5s, height 0.5s;
    animation-direction: alternate;
}

.notifications-alert img {
    position: relative;
    z-index: 9;
}

.user-profile .main-info-details .avatar {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 3px solid #444;
    object-fit: cover;
}

.user-profile .main-info-details small {
    font-size: 18px;
    font-weight: normal;
    color: #343434;
}

.dark-mode .user-profile .main-info-details small {
    color: #FFF;
}

.user-profile .main-info-details p {
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
}

.user-profile .main-info-details p.main-text {
    font-size: 29px;
    font-weight: 900;
    line-height: 38px;
    border-left: 5px solid #2d87d3;
    padding-left: 8px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    white-space: nowrap;
}

.user-profile .main-info-details p.main-text.d-none{
    display: none !important;
}

.user-profile .main-info-details .fake-input {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    border-radius: 15px;
    margin-right: 20px;
    margin-top: 10px;
}

.dark-mode .user-profile .main-info-details .fake-input {
    background-color: rgb(32,32,32);
    box-shadow: inset 0 0 9px rgba(255,255,255,0.31);
}

.user-profile .main-info-details .fake-input small {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-right: 20px;
    border-right: 2px solid #b2b2b2;
}

.user-profile .main-info-details .fake-input img {
    width: 20px;
    height: 12px;
    object-fit: cover;
    position: relative;
    bottom: 1px;
    padding-left: 20px;
    box-sizing: content-box;
}

.user-profile .job-info .fake-input {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    border-radius: 15px;
    margin-right: 20px;
    margin-top: 10px;
}

.dark-mode .user-profile .job-info .fake-input {
    background-color: rgb(32,32,32);
    box-shadow: inset 0 0 9px rgba(255,255,255,0.31);
}

.user-profile .job-info .fake-input small {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-right: 20px;
    border-right: 2px solid #b2b2b2;
}

.user-profile .job-info .fake-input img {
    width: 20px;
    height: 12px;
    object-fit: cover;
    position: relative;
    bottom: 1px;
    padding-left: 20px;
    box-sizing: content-box;
}

.user-profile .sec-info small, .user-profile .history-info small, .user-profile .achievements-info small, .user-profile .statistics-info small {
    font-size: 17px;
    font-weight: normal;
    color: #343434;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.dark-mode .user-profile .sec-info small, .dark-mode .user-profile .history-info small, .dark-mode .user-profile .achievements-info small, .dark-mode .user-profile .statistics-info small {
    color: #FFF;
}

.user-profile .sec-info img, .user-profile .history-info img {
    display: inline-block;
}

.user-profile .vertical-menu-toggler {
    writing-mode: vertical-rl;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.user-profile .profile-menu {
    position: absolute;
    bottom: 10px;
    right: 45px;
    z-index: 10;
    transform: translateX(0%);
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 210px;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.19));
}

.dark-mode .user-profile .profile-menu {
    background-color: rgb(32,32,32);
    box-shadow: inset 0 0 9px rgba(255,255,255,0.31);
    filter: drop-shadow(0 0 13.5px rgba(255, 255, 255, 0.19));
}

.user-profile .profile-menu p {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 5px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

.user-profile .profile-menu p:hover {
    color: #ccc;
}

.user-profile .profile-menu p:last-child {
    border-bottom: none;
}

.user-profile .sec-info > div {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.user-profile .sec-info p {
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    padding-left: 5px;
    color: #343434;
    display: inline-block;
    margin: 0;
}

.dark-mode .user-profile .sec-info p {
    color: #FFF;
}

.user-profile .sec-info p.main-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    border-left: 5px solid #2d87d3;
    padding-left: 8px;
    color: #343434;
    margin: 0;
    padding: 5px 8px;
}

.dark-mode .user-profile .sec-info p.main-text {
    color: whitesmoke;
}

.user-profile .history-info p {
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    padding-left: 3px;
    color: #343434;
    display: inline-block;
    margin: 0;
}

.dark-mode .user-profile .history-info p {
    color: whitesmoke;
}

.user-profile .achievements-info .achievements-area, .user-profile .content-area {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    border-radius: 15px;
    margin-right: 0;
    margin-top: 0px;
    min-height: 125px;
}

.user-profile .content-area {
    min-height: auto;
    padding: 20px;
}

.dark-mode .user-profile .achievements-info .achievements-area, .dark-mode .user-profile .content-area {
    background-color: rgb(32,32,32);
    box-shadow: inset 0 0 9px rgba(255,255,255,0.31);
}

.user-profile .statistics-info .fake-input {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    border-radius: 15px;
    margin-right: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.dark-mode .user-profile .statistics-info .fake-input {
    background-color: rgb(32,32,32);
    box-shadow: inset 0 0 9px rgba(255,255,255,0.31);
}

.user-profile .statistics-info .fake-input img {
    width: 41px;
    height: 41px;
    display: inline-block;
}

.user-profile .statistics-info .fake-input img.power-icon {
    width: 47px;
    height: 47px;
    margin-top: -6px;
}

.user-profile .statistics-info .fake-input p {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    padding-left: 20px;
    display: inline-block;
    margin: 0;
}

/* PAGE SIDE-BAR */
div.side-bar {
    border-radius: 19px;
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.19));
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    background-color: #ffffff;
    position: relative;
    margin: 0;
    z-index: 105;
}

.dark-mode div.side-bar {
    background-color: #303c47;
    filter: drop-shadow(0 0 13.5px rgba(255, 255, 255, 0.19));
}

div.holdings-container {
    border-radius: 19px;
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
}

.dark-mode div.holdings-container {
    background-color: rgb(32,32,32);
}

.dark-mode div.holdings-container .holdings-description img {
    filter: invert(1);
}

div.holdings-container div.closeHoldings {
    cursor: pointer;
}

div.holdings-container div.hasBorder {
    border-top: 2px solid rgb(245, 245, 245);
    border-right: none;
    position: relative;
}

div.backgrounds-container {
    border-radius: 19px;
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
}

.dark-mode div.backgrounds-container {
    background-color: rgb(32,32,32);
}

.dark-mode div.backgrounds-container .backgrounds-description img {
    filter: invert(1);
}

div.backgrounds-container div.closeBackgrounds {
    cursor: pointer;
}

div.backgrounds-container div.hasBorder {
    border-top: 2px solid rgb(245, 245, 245);
    border-right: none;
    position: relative;
}

.mobile-only {
    display: none;
}

.d-block.mobile-only, .d-flex.mobile-only {
    display: none !important;
}

.mobile-only-ib {
    display: none;
}

.mobile-only-tab {
    display: none;
    border-radius: 19px;
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
    width: 100%;
}

div.mobile-only div.top-bar div.top-side-icons a:first-child {
    position: relative;
    right: 20px;
    bottom: 60px;
}

div.mobile-only div.top-bar div.top-side-icons a:last-child {
    position: relative;
    left: 20px;
    bottom: 60px;
}

div.mobile-only div.top-bar div.top-side-icons a img {
    width: 25px;
}

div.mobile-only div.top-bar div.top-side-icons a.middle-icon {
    position: relative;
    top: 10px;
}

div.mobile-only .middle-icon {
    position: relative;
}

div.top-side-content {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
    height: 348px;
    width: 132%;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 174px;
    border-bottom-right-radius: 174px;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.3));
    background-image: linear-gradient(0deg, #eeeeee 0%, #ffffff 57%, #ffffff 100%);
}

.dark-mode div.top-side-content {
    background-image: linear-gradient(0deg, rgb(31,31,31) 0%, #303c47 57%, #303c47 100%);
}

div.top-side-content div.top-side-user {
    position: relative;
    top: 140px;
    background: url('../../assets/images/side-top.png');
    background-position-y: -70px;
    background-position-x: -70px;
    background-repeat: no-repeat;
    height: 170px;
}

div.top-side-content div.top-side-user a {
    position: relative;
    z-index: 1;
}

div.top-side-content div.top-side-icons {
    position: relative;
    top: 95px;
    padding: 0 30px;
    justify-content: space-around;
}

div.top-side-content div.top-side-icons a.middle-icon {
    position: relative;
    top: 45px;
}

div.top-side-content div.top-side-icons a img {
    width: 40px;
}

div.top-side-content div.top-side-user:before {
    content: '';
    background-image: linear-gradient(to top, rgba(243,243,243,255), rgba(239,239,239,0));
    position: absolute;
    height: 35px;
    right: 0;
    bottom: 0;
    left: 0;
}

.dark-mode div.top-side-content div.top-side-user:before {
    background-image: linear-gradient(to top, rgba(39,39,39,1), rgba(22,22,22,0));
}

div.top-side div.top-side-user img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 3px solid #444;
    object-fit: cover;
}

div.mobile-only .top-bar .avatar-img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.account-exp-mobile-progress-bar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.account-exp-mobile-progress-bar .circle-area { 
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.account-exp-mobile-progress-bar .circle-area svg { 
    overflow: visible;
    transform: rotate(-90deg);
}

.account-exp-mobile-progress-bar circle { 
    fill: rgb(124 124 124);
    width: 100%;
    height: 100%;
    stroke: rgb(137 189 231);
    stroke-width: 6px;
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
}

.account-exp-mobile-progress-bar__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

div.mobile-only .top-bar .list-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

div.mobile-only .top-bar .quick-navigation img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

div.side-content span.title {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.dark-mode div.side-content span.title {
    color: #FFF;
}

.weekly-progress-checkpoint-list {
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 2;
    margin-left: -2px;
}

.weekly-progress-main-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.weekly-progress-checkpoint:nth-child(even) {
    position: absolute;
    top: -45px;
    z-index: 10;
}

.weekly-progress-checkpoint:nth-child(even):before {
    content: '';
    height: 50px;
    width: 2px;
    background-color: #348bd5;
    position: absolute;
    bottom: -26px;
    left: 0;
}

.weekly-progress-checkpoint:nth-child(odd) {
    position: absolute;
    bottom: -45px;
    z-index: 10;
}

.weekly-progress-checkpoint:nth-child(odd):before {
    content: '';
    height: 50px;
    width: 2px;
    background-color: #348bd5;
    position: absolute;
    top: -26px;
    left: 0;
}

.weekly-progress-checkpoint > div {
    border-radius: 3px;
    padding: 2px;
    background-color: #348bd5;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.31));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.weekly-progress-checkpoint > div img {
    width: 35px;
    height: 35px;
}

.weekly-progress-checkpoint > div span {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-weight: 900;
    text-shadow: 0px 0px 8px #FFF;
    -webkit-text-stroke: 1px #FFF;
}

div.weekly-progress-container {
    width: 100%;
    height: 20px;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
    min-height: 20px;
    position: relative;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
}

.dark-mode div.weekly-progress-container {
    background-color: rgb(32,32,32);
}

div.weekly-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #2d87d3;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    min-height: 20px;
    transition: width 0.3s;
}

.dark-mode #account_level_sidebar .title-image {
    filter: invert(1);
}

.dark-mode .invert-on-dark {
    filter: invert(1);
}

.dark-mode .list-group-item {
    background-color: rgb(32,32,32);
    border: 1px solid rgba(255, 255, 255, .125);
}

div.side-content div .military_rank_sidebar__progression, div.side-content div .builder_sidebar__progression, div.side-content div .account_level_sidebar__progression {
    width: 100%;
    padding-left: 10px;
}

div.side-content div div.military_rank_sidebar__progression-bar, #military_rank_mobile div.military_rank_sidebar__progression-bar, div.side-content div div.builder_sidebar__progression-bar, #builder_mobile div.builder_sidebar__progression-bar, div.side-content div div.account_level_sidebar__progression-bar {
    border-radius: 10px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
    min-height: 5px;
    position: relative;
    margin-top: 6px;
}

.dark-mode div.side-content div div.military_rank_sidebar__progression-bar, #military_rank_mobile div.military_rank_sidebar__progression-bar, .dark-mode div.side-content div div.builder_sidebar__progression-bar, #builder_mobile div.builder_sidebar__progression-bar, .dark-mode div.side-content div div.account_level_sidebar__progression-bar {
    box-shadow: inset 0 0 10.5px rgba(255,255,255,0.44);
    background-color: rgb(32,32,32);
}

div.side-content div div.military_rank_sidebar__progression-bar div.military_rank_sidebar__progression-bar-progress-container, #military_rank_mobile div.military_rank_sidebar__progression-bar div.military_rank_sidebar__progression-bar-progress-container, div.side-content div div.builder_sidebar__progression-bar div.builder_sidebar__progression-bar-progress-container, #builder_mobile div.builder_sidebar__progression-bar div.builder_sidebar__progression-bar-progress-container, div.side-content div div.account_level_sidebar__progression-bar div.account_level_sidebar__progression-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-height: 5px;
    z-index: 1;
    overflow: hidden;
}

div.side-content div div.military_rank_sidebar__progression-bar div.military_rank_sidebar__progression-bar-progress, #military_rank_mobile div.military_rank_sidebar__progression-bar div.military_rank_sidebar__progression-bar-progress, div.side-content div div.builder_sidebar__progression-bar div.builder_sidebar__progression-bar-progress, #builder_mobile div.builder_sidebar__progression-bar div.builder_sidebar__progression-bar-progress, div.side-content div div.account_level_sidebar__progression-bar div.account_level_sidebar__progression-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background-color: #93cdff;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    min-height: 5px;
    z-index: 1;
    transition: width 0.3s;
}

div.side-content div div.account_level_sidebar__progression-bar div.account_level_sidebar__progression-bar-progress {
    background: #93ffcd;
}

div.side-content div div.military_rank_sidebar__progression-bar div.military_rank_sidebar__progression-bar-progress, div.side-content div div.builder_sidebar__progression-bar div.builder_sidebar__progression-bar-progress {
    background-image: linear-gradient(45deg, #ffce00, #ff5a00) !important;
}

/* Battle Pass Progress Bar */
.battle-pass-progress-main-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.battle-pass-progression {
    flex: 1;
    width: 100%;
}

.battle-pass-progression-exp {
    color: #666;
    font-size: 10px;
    line-height: 12px;
}

.dark-mode .battle-pass-progression-exp {
    color: #ffffff;
}

.battle-pass-progression-bar {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    box-shadow: inset 0 0 10.5px rgba(255,255,255,0.44);
    background-color: rgb(32,32,32);
}

.battle-pass-progression-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-height: 5px;
    z-index: 1;
    overflow: hidden;
}

.battle-pass-progression-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(45deg, #f39c12, #e67e22);
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    min-height: 5px;
    z-index: 1;
    transition: width 0.3s;
}

/* Battle Pass Inline Button */
.btn-battle-pass-inline {
    height: 20px;
    padding: 0 12px;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.4);
    text-decoration: none;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    margin-top: auto;
}

.btn-battle-pass-inline:hover {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    box-shadow: 0 3px 12px rgba(243, 156, 18, 0.6);
    transform: translateX(2px);
    color: #fff;
    text-decoration: none;
}

div.side-content div.menu-contents,
div.side-content div.game-stats {
    border-bottom: 2px solid rgb(245, 245, 245);
}

.dark-mode div.side-content div.menu-contents,
.dark-mode div.side-content div.game-stats {
    border-bottom: 2px solid rgb(32, 32, 32);
}

div.side-content div.game-stats {
    margin-top: -10px;
}

div.side-content div.game-stats div.foodlimit-bar {
    border-radius: 10px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
    min-height: 22px;
    position: relative;
    margin-top: 6px;
}

.dark-mode div.side-content div.game-stats div.foodlimit-bar {
    background-color: rgb(32,32,32);
}

div.side-content div.game-stats div.foodlimit-bar div.foodlimit-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-height: 22px;
    overflow: hidden;
}

div.side-content div.game-stats div.foodlimit-bar div.foodlimit-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #79e4ff, #93cdff);
    background-color: #93cdff;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    min-height: 22px;
    transition: width 0.3s;
}

.dark-mode div.side-content div.game-stats div.foodlimit-bar div.foodlimit-bar-progress {
    background-image: linear-gradient(45deg, #79e4ff, #00cc);
    background-color: #476783;
    box-shadow: inset 0 0 10.5px rgba(255,255,255,0.44);
}

div.side-content div.game-stats div.foodlimit-bar,
div.side-content div.game-stats div.foodlimit-bar a {
    position: relative;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
}

.dark-mode div.side-content div.game-stats div.foodlimit-bar,
.dark-mode div.side-content div.game-stats div.foodlimit-bar a {
    color: whitesmoke;
}

div.side-content div.game-stats div.foodlimit-bar * {
    position: relative;
}

div.side-content div.game-stats div.foodlimit-bar a {
    font-size: 25px;
}

div.side-content div.game-stats div.foodlimit-bar a:hover {
    text-decoration: none;
    color: #4d4d4d;
    transform: scale(0.91);
}

div.side-content div.game-stats div.foodlimit-bar img {
    position: absolute;
    top: -12px;
    width: 43px;
    right: 0;
}

div.side-content div.game-stats div.foodlimit-bar .foodlimit-value {
    margin-left: 50%;
    transform: translateX(-50%);
}

div.side-content div.game-stats div.health-bar {
    border-radius: 10px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
    min-height: 38px;
    position: relative;
}

.dark-mode div.side-content div.game-stats div.health-bar {
    box-shadow: inset 0 0 10.5px rgba(255,255,255,0.44);
    background-color: rgb(32,32,32);
}

div.side-content div.game-stats div.health-bar div.health-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-height: 38px;
    overflow: hidden;
}

div.side-content div.game-stats div.health-bar div.health-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #7ebf3d, #afff61);
    background-color: #afff61;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    min-height: 38px;
    transition: width 0.3s;
}

.dark-mode div.side-content div.game-stats div.health-bar div.health-bar-progress {
    background-image: linear-gradient(45deg, #7ebf3d, #00000099);
    background-color: #57802e;
    box-shadow: inset 0 0 10.5px rgba(255,255,255,0.44);
}

div.side-content div.game-stats div.health-bar,
div.side-content div.game-stats div.health-bar a {
    position: relative;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
}

.dark-mode div.side-content div.game-stats div.health-bar,
.dark-mode div.side-content div.game-stats div.health-bar a {
    color: whitesmoke;
}

div.side-content div.game-stats div.health-bar * {
    position: relative;
}

div.side-content div.game-stats div.health-bar a {
    font-size: 25px;
}

div.side-content div.game-stats div.health-bar a:hover {
    text-decoration: none;
    color: #4d4d4d;
    transform: scale(0.91);
}

div.side-content div.game-stats div.health-bar img {
    position: absolute;
    top: -15px;
    left: -4px;
    width: 65px;
}

div.side-content div.game-stats div.health-bar .health-value {
    margin-left: 50%;
    transform: translateX(-50%);
}

/* Generic Bar Styles - Special Items */
div.side-content div.game-stats div.generic-bar {
    border-radius: 10px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
    min-height: 22px;
    position: relative;
    margin-top: 6px;
}

.dark-mode div.side-content div.game-stats div.generic-bar {
    background-color: rgb(32,32,32);
}

div.side-content div.game-stats div.generic-bar div.generic-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
    min-height: 22px;
    overflow: hidden;
}

div.side-content div.game-stats div.generic-bar div.generic-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #9b59b6, #c39bd3);
    background-color: #9b59b6;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    min-height: 22px;
    transition: width 0.3s;
}

.dark-mode div.side-content div.game-stats div.generic-bar div.generic-bar-progress {
    background-image: linear-gradient(45deg, #9b59b6, #00000099);
    background-color: #6c3483;
    box-shadow: inset 0 0 10.5px rgba(255,255,255,0.44);
}

div.side-content div.game-stats div.generic-bar,
div.side-content div.game-stats div.generic-bar a {
    position: relative;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
}

.dark-mode div.side-content div.game-stats div.generic-bar,
.dark-mode div.side-content div.game-stats div.generic-bar a {
    color: whitesmoke;
}

div.side-content div.game-stats div.generic-bar * {
    position: relative;
}

div.side-content div.game-stats div.generic-bar img {
    position: absolute;
    top: -12px;
    left: 0;
    width: 43px;
}

div.side-content div.game-stats div.generic-bar .generic-value {
    margin-left: 50%;
    transform: translateX(-50%);
}

div.mobile-health-bar {
    width: calc(50% - 50px);
    position: absolute;
    bottom: 0;
    left: 50px;
    transform: translate(0, 10px);
    height: 15px;
    border-radius: 5px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
}

div.mobile-health-bar div.health-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 15px;
    z-index: 0;
    overflow: hidden;
}

div.mobile-health-bar div.health-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #afff61;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    height: 15px;
    z-index: 1;
    transition: width 0.3s;
}

div.mobile-health-bar,
div.mobile-health-bar a {
    position: absolute;
    z-index: 2;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
    line-height: 18px;
}

div.mobile-health-bar * {
    position: relative;
    z-index: 2;
}

div.mobile-health-bar a {
    font-size: 17px;
    position: absolute;
    right: 2px;
    top: -2px;
}

div.mobile-health-bar a:hover {
    text-decoration: none;
    color: #4d4d4d;
    transform: scale(0.91);
}

div.mobile-health-bar img {
    position: absolute;
    top: -6px;
    left: 0px;
    width: 25px;
}

div.mobile-health-bar .health-value {
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
}

div.mobile-foodlimit-bar {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 10px);
    height: 15px;
    border-radius: 2px;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    background-color: #EEE;
}

div.mobile-foodlimit-bar div.foodlimit-bar-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    height: 15px;
    z-index: 0;
    overflow: hidden;
}

div.mobile-foodlimit-bar div.foodlimit-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 2px;
    background-color: #93cdff;
    box-shadow: inset 0 0 10.5px rgba(0,0,0,0.44);
    height: 15px;
    z-index: 1;
    transition: width 0.3s;
}

div.mobile-foodlimit-bar,
div.mobile-foodlimit-bar a {
    position: absolute;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 700;
    line-height: 18px;
}

div.mobile-foodlimit-bar * {
    position: relative;
}

div.mobile-foodlimit-bar a {
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}

div.mobile-foodlimit-bar a:hover {
    text-decoration: none;
    color: #4d4d4d;
    transform: scale(0.91);
}

div.mobile-foodlimit-bar img {
    position: absolute;
    top: -6px;
    right: 0px;
    width: 25px;
}

div.mobile-foodlimit-bar .foodlimit-value {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
}

div.side-content div.menu-contents div.dropdown {
    width: 100%;
    border-radius: 19px;
    background-color: #f1f1f1;
}

.dark-mode div.side-content div.menu-contents div.dropdown {
    background-color: rgb(31,31,31);
}

div.side-content div.menu-contents div.dropdown-container ul.ul-list.side-list a {
    color:#000000;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 0;
    text-decoration: none;
}

.dark-mode div.side-content div.menu-contents div.dropdown-container ul.ul-list.side-list a {
    color:#FFF;
}

div.side-content div.menu-contents div.dropdown-container ul.ul-list.side-list a:hover {
    background-color: rgb(230, 230, 230);
}

div.side-content div.menu-contents div.dropdown-container ul.ul-list.side-list a:not(:last-child) {
    border-bottom: 1px solid rgb(230, 230, 230);
}

div.side-content div.menu-contents div.dropdown-container ul.ul-list.side-list a li {
    padding: 0;
}

img.list-icon {
    width: 20px;
    margin-right: 10px;
}

img.title-image {
    width: 18px;
}

div.missions div.missions-containers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.mission-container {
    border-radius: 19px;
    background-color: #f1f1f1;
    max-width: 50px;
    min-height: 50px;
    position: relative;
    margin: 0 auto;
}

.mobile div.mission-container {
    margin: 0 auto;
    max-width: 36px;
    min-height: 36px;
}

.dark-mode div.mission-container {
    background-color: rgb(32,32,32);
}

div.mission-container img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 19px;
}

.mobile div.mission-container img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    border-radius: 8px;
}

/* Quest reward badges */
.quest-rewards {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: flex;
    gap: 5px;
    z-index: 1;
    justify-content: center;
    padding: 0 3px;
}

.quest-reward-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: blur(2px);
    min-width: 30px;
}

.quest-reward-badge.gold {
    background: linear-gradient(135deg, rgb(241 241 241 / 95%) 0%, rgb(201 120 0 / 95%) 100%);
    padding: 0 4px;
}

.quest-reward-badge.prestige {
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.95) 0%, rgba(142, 68, 173, 0.95) 100%);
}

.quest-reward-badge i {
    font-size: 7px;
    flex-shrink: 0;
    line-height: 1;
    display: inline-block;
}

.quest-reward-badge img {
    width: 9px !important;
    height: auto !important;
    flex-shrink: 0;
    vertical-align: middle;
}

.quest-reward-badge.gold img {
    width: 14px !important;
    margin: -3px -2px;
}

/* Mobile quest reward badges */
.mobile .quest-rewards {
    bottom: -3px;
    gap: 2px;
    padding: 0 1px;
    flex-direction: column;
}

.mobile .quest-reward-badge {
    padding: 1px 3px;
    font-size: 6px;
    gap: 1px;
    min-width: 18px;
    border-radius: 3px;
}

.mobile .quest-reward-badge.gold {
    padding: 0 2px;
}

.mobile .quest-reward-badge i {
    font-size: 5px;
}

.mobile .quest-reward-badge img {
    width: 6px !important;
}

.mobile .quest-reward-badge.gold img {
    width: 10px !important;
    margin: -2px -1px;
}

div.mission-container.quest-done {
    position: relative;
}

div.mission-container.quest-done img {
    filter: grayscale(1);
}

div.mission-container.quest-done:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background-size: cover;
    background-position: center center;
    background-image: url('../../assets/icons/audit.png');
    pointer-events: none;
}

div.task-container {
    display: contents;
}

div.task-container.task-done {
    position: relative;
}

div.task-container.task-done img {
    filter: grayscale(1);
}

div.task-container.task-done:after {
    background-image: url('../../assets/icons/audit.png');
    content: '';
    position: relative;
    left: 85%;
    top: 50%;
    transform: translate(0%, -140%);
    margin-bottom: -20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center center;
}

/* PAGE CONTENT */
div.page-content {
    display: flex;
    flex-direction: column;
}

/* PAGE MENU NAVBAR */
nav.navbar.bg-light {
    background-color: transparent !important;
}

nav.navbar.bg-light a.navbar-brand {
    border-radius: 19px;
    background-image: linear-gradient(0deg, #2d87d3 0%, #f1f9ff 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    padding: 10px;
}

.premium-finances .col-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.premium-finances .col-6 img.list-icon {
    margin-right: 5px;

}

nav.navbar.bg-light a.navbar-brand:hover {
    transform: scale(1.05);
}

nav.navbar.bg-light ul.navbar-nav {
    border-radius: 19px;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.19);
    background-color: #ffffff;
}

.dark-mode nav.navbar.bg-light ul.navbar-nav {
    background-color: #303c47;
    box-shadow: inset 0 0 8px rgba(255,255,255,0.19);
}

nav.navbar.bg-light div.collapse.navbar-collapse.collapsing {
    margin-top: 0.5rem !important;
}

nav.navbar.bg-light div.navbar-collapse.collapsing,
nav.navbar.bg-light div.collapse.navbar-collapse.show {
    margin-top: 0.5rem !important;
}

nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav,
nav.navbar.bg-light div.collapse.navbar-collapse.show ul.navbar-nav {
    align-items: flex-start !important;
    padding-left: 25px;
}

nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav {
    justify-content: space-between !important;
    align-items: center !important;
}

.shop-cash-display {
    color: #000;
}

.dark-mode .shop-cash-display {
    color: #FFF;
}

nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link,
nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: black;
}

.dark-mode nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link,
.dark-mode nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: #FFF;
}

.dark-mode nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link.bundle-btn {
    color: black;
}

nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link img {
    width: 13px;
}

.dark-mode nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link img {
    filter: invert(1);
}

nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link img.last {
    width: 10px;
    margin-left: 10px;
}

nav.navbar.bg-light div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle::after {
    display: none;
}

nav.navbar.bg-light div.navbar-collapse ul.navbar-nav li.nav-item {
    border-radius: 19px;
    height: 100%;
    padding: 10px 0;
    transition: 0.2s;
}

nav.navbar.bg-light div.navbar-collapse ul.navbar-nav li.nav-item:first-child {
    padding-left: 10px;
}

nav.navbar.bg-light div.navbar-collapse:not(.show) ul.navbar-nav li.nav-item div.dropdown-menu {
    background-color: #3189d4;
    text-align: center;
    margin: 0;
    border-radius: 19px;
    width: 100%;
    position: absolute;
    z-index: 999;
}

nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item {
    font-weight: 600;
    font-size: 12px;
    padding: 10px 0;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dark-mode nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item {
    color: #FFF;
}

nav.navbar.bg-light div.navbar-collapse:not(.show) ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item {
    color: whitesmoke;
    background-color: #3189d4;
}

nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item
nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item {
    color: black !important;
}

nav.navbar.bg-light div.navbar-collapse:not(.show) ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item:hover {
    background-color: #3189d4;
    color: black;
}

nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link img,
nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link img {
    display: none !important;
}

nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item div.dropdown-menu {
    border: none;
}

.dark-mode nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item div.dropdown-menu {
    background-color: rgb(32,32,32);;
}

nav.navbar.bg-light div.navbar-collapse ul.navbar-nav li.nav-item div.dropdown-menu div.dropdown-divider {
    background-color: #ffffff;
    opacity: 0.102;
    margin: 0;
}

nav.navbar.bg-light div.navbar-collapse:not(.show) ul.navbar-nav li.nav-item:not(.bundle):hover {
    background-color: #3189d4;
}

nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item:not(.bundle):hover {
    transform: scale(1.05);
}

nav.navbar.bg-light div.navbar-collapse:not(.show) ul.navbar-nav li.nav-item:not(.bundle):hover span {
    color: whitesmoke;
}

nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item:not(.bundle):hover img {
    filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}

nav.navbar.bg-light div.collapsing.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn,
nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn {
    background-image: linear-gradient(0deg, #e5a700 0%, #ffe741 100%);
    border-radius: 19px;
    transition: 0.2s;
    color: black;
    padding: 10px;
    font-size: 12px;
}

.dark-mode nav.navbar.bg-light div.collapsing.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn,
.dark-mode nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn {
    background-image: linear-gradient(0deg, #e5a700 0%, #fffffc 100%) !important;
}

nav.navbar.bg-light div.collapsing.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn span.bundle-sub-title,
nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn span.bundle-sub-title {
    font-size: 12px;
    font-weight: 400;
}

nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn:hover {
    text-decoration: none;
    transform: scale(1.05);
}
/* END OF NAVBAR STYLES */

/* NAVTABS STYLES */
ul.nav-tabs#jobsTab {
    border: none !important;
}

.nav-tabs {
    border-bottom: 0;
}

.employees_list {
    margin: 10px 0;
}

.company-name-edit-btn, .newspaper-name-edit-btn, .holding-name-edit-btn {
    cursor: pointer;
    color: #2d87d3;
}

.company-name-edit-btn:hover, .newspaper-name-edit-btn:hover, .holding-name-edit-btn:hover {
    color: rgb(27, 84, 132);
}

.employees_list .employee img, .company_employee_modal .modal-header img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0px 5px 5px 5px;
    cursor: pointer;
}

ul.nav.nav-tabs#jobsTab button.nav-link {
    padding: 5px 10px;
    width: 14rem;
    min-height: 71px;
    font-size: 18px;
    font-weight: 600;
}

ul.nav.nav-tabs#jobsTab button.nav-link#advanced-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

ul.nav.nav-tabs#jobsTab button.nav-link#advanced-tab span {
    white-space: normal;
    width: 100px;
    text-align: left;
}

ul.nav.nav-tabs#companyTabs button.nav-link {
    min-width: 10.5rem;
}

ul.nav.nav-tabs#createCompanyTabs button.nav-link {
    max-width: 135px;
    border-radius: 14px !important;
    padding: 7px 15px;
}

#company-info .nav-link {
    text-transform: capitalize;
    border-radius: 19px;
    padding: 10px 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    outline: none !important;
    transition: 0.2s;
    display: inline-block;
    border: 0;
    color: #2d87d3;
    margin-top: 5px;
}

.dark-mode #company-info .nav-link {
    box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
    color: #FFF;
    background-color: rgb(32,32,32);
}

#company-info .nav-link:hover, #company-info .nav-link.active {
    background-color: #2d87d3;
    color: #ffffff;
}

/* END OF NAVTABS STYLES */

/* WEEKLY STYLES */
div.page-content div.weekly {
    width: calc(100% - 186px - 24px);
    min-height: 176px;
    border-radius: 19px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 0 !important;
}

div.page-content div.piggy-bank {
    margin-left: 24px;
    width: 20%;
    min-width: 186px;
    background-image: linear-gradient(0deg, #2d87d3 0%, #7eb5ea 100%);
    color: #f1f1f1;
    text-align: center;
}

.dark-mode div.page-content div.piggy-bank {
    background-image: linear-gradient(0deg, #113553 0%, #466583 100%);
}

div.page-content div.piggy-bank div {
    font-weight: bold;
    margin: 0;
    margin-left: auto;
}

div.page-content div.piggy-bank small {
    display: block;
    font-weight: normal;
}

div.page-content div.page-info {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 0.75rem 1.8rem;
    position: relative;
}

.dark-mode div.page-content div.page-info {
    background-color: #303c47;
}

div.page-content div.war-info {
    border-radius: 19px;
    background-color: #000;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.31));
    color: #FFF; 
}

div.page-content div.proposal-info {
    border-radius: 19px;
    background-color: #FFF;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.31));
    color: #000; 
}

.dark-mode div.page-content div.proposal-info {
    background-color: #303c47;
    filter: drop-shadow(0 0 9px rgba(255,255,255,0.31));
    color: #FFF;
}

div.page-content div.election-info {
    border-radius: 19px;
    background-color: #FFF;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.31));
    color: #000; 
}

.dark-mode div.page-content div.election-info {
    background-color: #303c47;
    filter: drop-shadow(0 0 9px rgba(255,255,255,0.31));
}

div.page-content div.piggy-info {
    border-radius: 19px;
    background-color: #FFF;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.31));
    color: #000; 
}

.dark-mode div.page-content div.piggy-info {
    background-color: #303c47;
    filter: drop-shadow(0 0 9px rgba(255,255,255,0.31));
}

div.page-content div.page-info-np {
    border-radius: 19px;
    background-color: #FFF;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.31));
    color: #000; 
}

.dark-mode div.page-content div.page-info-np {
    background-color: #303c47;
    filter: drop-shadow(0 0 9px rgba(255,255,255,0.31));
}

div.page-content div.page-info div.user-logo img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

div.page-content div.page-info span.article-username {
    letter-spacing: 0.91px;
}

div.page-content div.page-info div.article-user-links span,
div.page-content div.page-info div.article-user-links a {
    color: #2d87d3;
    font-weight: 600;
    font-size: 13px;
}

div.page-content div.page-info span.nVotes {
    font-size: 20px;
    position: relative;
    top: 15px;
}

div.page-content div.page-info span.votes-description {
    position: relative;
    bottom: 23px;
}

div.page-content div.page-info .action-text {
    color: #2d87d3;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}

div.page-content div.page-info div.article-info span.blue {
    color: #2d87d3;
}

div.page-content div.page-info div.endorsers div.endorsers-list a {
    text-transform: none;
}

div.page-content div.page-info div.comment-section {
    border-top: 2px solid #dbdbdb;
}

div.page-content div.page-info div.comment-section div.comment-actions span {
    color: #b8b8b8;
}

div.page-content div.page-info div.weekly-information {
    height: 140px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    background: url('../../assets/images/banner.jpg');
    background-position-y: -110px;
    padding: 15px;
}

div.page-content div.page-info div.weekly-information div.weekly-container {
    box-shadow: inset 0 0 24.5px #000000;
    border: 1px solid #000000;
    border-radius: 19px;
    height: 100%;
    backdrop-filter: blur(2px);
}

div.page-content div.page-info div.weekly-information div.weekly-container span {
    font-weight: 600;
    color: #ffffff;
}

div.page-content div.page-info div.weekly-information div.weekly-container span.next-reward {
    color: #74eb00;
}

div.page-content div.page-info div.weekly-information div.weekly-container span.weekly-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
}

div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer {
    border-radius: 19px;
    border: 1px solid green;
    box-shadow: inset 0 0 24.5px #000000;
    backdrop-filter: blur(5px);
    padding: 0px 20px;
}

div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer div span {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #fde23c;
    text-shadow: 0px 1px 8px #fde23c;
}

div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer div span.double-dot {
    position: relative;
    bottom: 10px;
    display: none;
}

div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer div span.timer-small {
    font-size: 13px;
    font-weight: 100;
}

div.page-content div.page-info div.prestige-points {
    padding: 5px 40px;
    position: relative;
}

div.page-content div.page-info div.prestige-points div.text-container {
    text-transform: uppercase;
    font-weight: 700;
    color: #3189d4;
    width: 180px;
}

.dark-mode div.page-content div.page-info div.prestige-points div.text-container {
    color: #FFF;
}

div.page-content div.page-info div.prestige-points div.text-container span.prestige-subtitle {
    font-weight: 500;
    font-size: 13px;
}

div.page-content div.page-info div.prestige-points div.progress-bar {
    background-color: #f1f1f1;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
}

div.page-content div.page-info div.prestige-points div.ui-progressbar {
    width: 100%;
    height: 20px;
    border-radius: 10px;
}

div.page-content div.page-info div.prestige-points div.ui-progressbar .ui-widget-header {
    background: #3189d4;
    border: 1px solid #3189d4;
    color: #333333;
    font-weight: bold;
    border-radius: 10px;
    height: 20px;
}

/* DASHBOARD CONTENT STYLES */
div.page-content div.dashboard-content div.blogs-container,
div.page-content div.dashboard-content div.social-container,
div.page-content div.dashboard-content div.events-container {
    border-radius: 12px;
    background-color: #ffffff;
    z-index: 0;
    height: fit-content;
}

.dark-mode div.page-content div.dashboard-content div.blogs-container,
.dark-mode div.page-content div.dashboard-content div.social-container,
.dark-mode div.page-content div.dashboard-content div.events-container {
    background-color: #303c47;
}

div.page-content div.dashboard-content div.social-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

div.page-content div.dashboard-content div.tournament-container {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    color: #212529;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 20px;
}

div.page-content div.dashboard-content div.tournament-container.mobile-only {
    display: none;
}

/* Dark Mode */
.dark-mode div.page-content div.dashboard-content div.tournament-container {
    background-color: #303C47;
    color: #FFF;
}

/* BLOGS SECTION STYLES */
.dark-mode .articles-list a img, .dark-mode .articles-list .article-details-icon-area img, .dark-mode .articles-list .col-4 img {
    filter: invert(1);
}

.dark-mode .country-events-list a img, .dark-mode .country-events-list .col-2 img, .dark-mode .country-events-list .col-4 img {
    filter: invert(1);
}

div.page-content div.dashboard-content div.blogs-container span.title-text {
    text-transform: uppercase;
    color: #FFF;
    font-size: 19px;
}

.dark-mode div.page-content div.dashboard-content div.blogs-container span.title-text {
    color: #FFF;
}

.blogs-logo-small-area {
    width: 50px;
    flex: 0 0 50px;
    padding: 0;
}

img.blogs-logo-small {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

div.page-content div.dashboard-content div.blogs-container div.blogs-country img {
    width: 25px;
    height: 15px;
    object-fit: cover; 
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

div.page-content div.dashboard-content div.blogs-container div.blogs-country .region-name-hidden, div.page-content div.dashboard-content div.blogs-container div.blogs-country .global-name-hidden {
    display: none;
}

div.page-content div.dashboard-content div.blogs-container div.blogs-country .region-name-hidden.active, div.page-content div.dashboard-content div.blogs-container div.blogs-country .global-name-hidden.active {
    display: inline-block;
}

div.blogs-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color:#f1f1f1;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
}

.dark-mode div.blogs-icon {
    background-color: rgb(31,31,31);
}

div.blogs-icon:hover {
    box-shadow: inset 0 0 4px rgba(0,0,0,0.56);
}

div.blogs-icon.active {
    box-shadow: inset 0 0 4px rgba(0,0,0,0.56);
}

.dark-mode div.blogs-icon:hover {
    box-shadow: inset 0 0 4px rgba(255,255,255,0.56);
}

.dark-mode div.blogs-icon.active {
    box-shadow: inset 0 0 4px rgba(255,255,255,0.56);
}

div.blogs-icon img {
    width: 15px;
    height: 15px;
}
/* END BLOGS STYLES */

.social-chat-messages-area {
    margin-top: 15px;
    height: 300px;
    overflow-y: auto;
    position: relative;
}

@keyframes newMessage {
    from {background-color: rgba(162,184,255,0.0);}
    to {background-color: rgba(162,184,255,0.1665616588432247);}
}

.social-chat-messages-area .new-message {
    animation-name: newMessage;
    animation-duration: 1s;
    animation-iteration-count: 14;
    transition: background-color 1s;
    background-color: rgba(162,184,255,0.0);
    animation-direction: alternate;
}

.social-chat-messages-area > .col-sm-12 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-chat-loading {
    background-image: url('../../assets/images/loading.gif');
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div.social-war-information {
    background: url('../../assets/images/military.jpg');
    max-height: 150px;
    background-size: cover;
    background-position: center center;
    width: calc(100% + 1px);
    margin-left: -1px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

div.social-war-information div.social-war-content {
    background-color: #00000067;
    padding: 25px 10px;
    min-height: 74px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

div.social-war-information div.social-war-content div.war-information span {
    text-transform: uppercase;
    color: #ffffff;
    z-index: 10;
}

div.social-war-information div.social-war-content img.soldier {
    position: absolute;
    right: 95px;
    top: 0;
    width: 190px;
}

div.social-war-information div.social-war-content div.war-information span.title {
    font-weight: 700;
}

div.social-war-content div.war-action-buttons .btn-action-white {
    box-shadow: inset 0 0 5px #000000;
}

div.social-war-content div.war-action-buttons {
    z-index: 10;
}

div.social-war-content div.war-action-buttons a {
    padding: 8px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_comment_input, .chat_comment_input {
    min-height: 50px;
    width: 100%;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    background-color: #f1f1f1;
    padding: 10px;
    border: none;
    resize: none;
}

.dark-mode .article_comment_input, .dark-mode .chat_comment_input {
    box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
    background-color: rgb(32,32,32);
    color: #FFF;
}

.article_comment_input:focus, .chat_comment_input:focus {
    outline: none;
}

.article_comment_input::placeholder, .chat_comment_input::placeholder {
    font-size: 15px;
    color: #c9c9c9;
    font-weight: 400;
}

div.user-comment div.user-info span.elapsed-time {
    color: #343434;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    top:4px;
}

.dark-mode div.user-comment div.user-info span.elapsed-time {
    color: #FFF;
}

div.campaign-container {
    background-color: #ffffff;
    border-radius: 5px;
}

div .campaign-container span {
    width: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dark-mode div.campaign-container {
    background-color: #303c47;
}

div.campaign-container div.campaign-info {
    width: 65%;
}

div.campaign-container div.campaign-info img.campaign-flag {
    width: 40px;
}

div.campaign-container div.campaign-action a {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #2d87d3;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 0.91px;
	color: #f1f1f1;
	padding: 10px 35px;
}

div.campaign-container div.campaign-action a:hover {
    background-color: #f1f1f1;
    color: #2d87d3;
    text-decoration: none;
}

@media (max-width: 385px) {
    .fast-menu-container {
        flex-flow: nowrap !important;
    }
}

.btn-donation {
    height: 31px;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #2d87d3;
	font-size: 11px;
    line-height: 12px;
	font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 0.91px;
	color: #f1f1f1;
	padding: 10px 20px;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-donation:hover {
    background-color: #f1f1f1;
    color: #2d87d3;
    text-decoration: none;
}

.btn-donation:disabled {
	background-color: #919191 !important;
	cursor: not-allowed !important;
    color: #FFF !important;
}

.btn-donation:hover {
	background-color: #f1f1f1;
	color: #2d87d3;
	text-decoration: none;
}

.btn-donation:disabled:hover {
	background-color: #919191 !important;
	color: #FFF !important;
}

div.jobs-tab-container {
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    width: 100%;
}

.dark-mode div.jobs-tab-container {
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(135,135,135,0.66); 
    box-shadow: inset 0px 0px 10px 1px rgba(135,135,135,0.66);
}

.settings-cog {
    color: #000;
    display: flex;
    align-items: start;
    font-size: 14px;
    margin-top: 3px;
}

.dark-mode .settings-cog {
    color: #FFF;
}

.looking_for_job_btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

div.quality-item {
    flex-wrap: wrap;
    box-shadow: inset 0 0 6.5px rgba(0,0,0,0.19);
    background-color: #fefefe;
    border-radius: 5px;
    width: 70px;
    min-height: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-right: 10px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    user-select: none;
}

div.quality-item img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

@media only screen and (min-width: 991px) {
    div.quality-item img {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
}

.dark-mode div.quality-item {
    box-shadow: inset 0 0 6.5px rgba(255,255,255,0.19);
    background-color: rgb(32,32,32);
}

.company_creation_title_input {
    width: 100%;
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.36);
    border-radius: 8px;
    width: 100%;
    border: 0;
    padding: 10px 15px;
}

.company_creation_title_input:focus {
    outline: #328ad5 solid 2px;
}

.company_creation_media_item {
    position: relative;
    width: 100%;
    height: 300px;
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.36);
    border-radius: 8px;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.company_creation_media_item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    opacity: 0.3;
    background-image: url('../../assets/icons/plus.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.company_creation_media_item.fill:after {
    content: none;
}

.company_creation_gold_value {
    display: inline-block;
    color: #2c85d1;
    margin-left: 10px;
}

div.market-row {
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    padding: 0.75rem;
    min-height: 70px;
}

div.market-container div.market-row div.market-item {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 5px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 0.56rem;
    position: relative;
    cursor: pointer;
}

div.market-container div.market-row div.market-item div.item-level {
    min-height: 15px;
    padding: 0rem 0.5rem;
    position: relative;
    bottom: 0px;
}

div.market-row div.market-item div.item-title {
    max-width: 100px;
    position: relative;
    bottom: 15px;
    line-height: 11px;
}

div:not(.market-container) div.market-item {
    box-shadow: inset 0 0 6.5px rgba(0,0,0,0.19);
    background-color: #fefefe;
    border-radius: 19px;
    min-height: 100px;
    max-width: 138px;
    cursor: pointer;
    user-select: none;
}

.dark-mode div:not(.market-container) div.market-item {
    box-shadow: inset 0 0 6.5px rgba(255,255,255,0.19);
    background-color: rgb(32,32,32);
}

div:not(.market-container) div.market-item.active {
    background-color: #2d87d3;
    color: #fefefe;
}

@media only screen and (min-width: 991px) {
    .notification-popup {
        bottom: 35px;
    }

    div:not(.market-container) div.market-item:hover {
        background-color: #2d87d3;
        color: #fefefe;
    }
}

div:not(.market-container) div.quality-item.active {
    background-color: #2d87d3;
    color: #fefefe;
}

@media only screen and (min-width: 991px) {
    div:not(.market-container) div.quality-item:hover {
        background-color: #2d87d3;
        color: #fefefe;
    }
}

div:not(.market-container) div.market-item img {
    width: 50px;
}

div.market-container div.market-row div.market-item img {
    position: relative;
    bottom: 10px;
    width: 50px;
}

@media only screen and (max-width: 991px) {
    .miscellaneous {
        height: 72px;
        position: relative;
        background-color: whitesmoke;
    }

    .dark-mode .miscellaneous {
        background-color: #404f5d;
    }

    .mobile-row {
        margin-left: -14px;
        margin-right: -14px;
        filter: unset !important;
    }

    .mobile-border-radius-0 {
        border-radius: 0 !important;
    }

    .mobile-margin-top-fix {
        margin-top: -5px !important;
    }

    .m-max-height-300-of-auto {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .miscellaneous .navbar.mobile {
        position: relative;
        top: 0;
        z-index: 100;
        width: 100%;
        background-color: whitesmoke !important;
        z-index: 1005;
    }

    .miscellaneous .navbar.mobile.fixed {
        position: fixed;
    }

    .dark-mode .miscellaneous .navbar.mobile {
        background-color: #404f5d !important;
    }

    .user-profile .main-info-details .avatar {
        width: 150px;
        height: 150px;
    }

    div:not(.market-container) div.market-item {
        min-height: 70px;
        max-width: 70px;
    }

    div:not(.market-container) div.market-item img {
        width: 30px;
    }

    div.market-row div.market-item div.item-title {
        line-height: 10px;
        bottom: 7px;    
        line-height: 10px;
        display: flex;
        align-items: center;
    }

    div.market-row div.market-item div.item-title .font-11 {
        font-size: 10px !important;
    }
}

div.market-container div.market-row div.market-item div.item-amount {
    position: absolute;
    bottom: 0;
    background-color: #2d87d3;
    color: #ffffff;
    width: 100%;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}

input.market_quantity_input {
    flex-wrap: wrap;
    box-shadow: inset 0 0 6.5px rgba(0,0,0,0.19);
    background-color: #fefefe;
    border-radius: 5px;
    width: 80px;
    height: 30px;
    padding: 5px 10px;
    border: 0;
}

div.create-company-container {
    border-radius: 19px;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
}

div.create-company-row {
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    padding: 0.75rem;
    min-height: 124px;
}

div.create-company-container div.create-company-row div.create-company-item {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 5px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 0.56rem;
    position: relative;
    cursor: pointer;
}

div.create-company-container div.create-company-row div.create-company-item div.item-level {
    min-height: 15px;
    padding: 0rem 0.5rem;
    position: relative;
    bottom: 0px;
}

div.create-company-row div.create-company-item div.item-title {
    max-width: 100px;
    position: relative;
    bottom: 15px;
}

div:not(.create-company-container) div.create-company-item {
    box-shadow: inset 0 0 6.5px rgba(0,0,0,0.19);
    background-color: #fefefe;
    border-radius: 19px;
    min-height: 150px;
    max-width: 138px;
    cursor: pointer;
}

.dark-mode div:not(.create-company-container) div.create-company-item {
    box-shadow: inset 0 0 6.5px rgba(255,255,255,.19);
    background-color: rgb(32,32,32);
}

div:not(.create-company-container) div.create-company-item.active {
    background-color: #2d87d3;
    color: #fefefe;
}

div:not(.create-company-container) div.create-company-item:hover {
    background-color: #2d87d3;
    color: #fefefe;
}

div:not(.create-company-container) div.create-company-item img {
    width: 80px;
}

div.create-company-container div.create-company-row div.create-company-item img {
    position: relative;
    bottom: 10px;
    width: 50px;
}

div.create-company-container div.create-company-row div.create-company-item div.item-amount {
    position: absolute;
    bottom: 0;
    background-color: #2d87d3;
    color: #ffffff;
    width: 100%;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}

.factory_list_interface .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

div.storage-container {
    border-radius: 19px;
}

div.storage-row {
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    padding: 0.75rem;
}

div.storage-row .row {
    gap: 10px;
    align-items: center;
    justify-content: start;
    min-height: 100px;
}

div.storage-container div.storage-row div.storage-item {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(120,120,120,0.66); 
    box-shadow: inset 0px 0px 5px 1px rgba(120,120,120,0.66);
    border-radius: 19px;
    min-height: 100px;
    min-width: 100px;
    position: relative;
    cursor: pointer;
}

div.storage-container div.storage-row div.storage-item div.item-level {
    padding: 0rem 0.5rem;
    position: relative;
    bottom: 0px;
}

div.storage-row div.storage-item div.item-title {
    max-width: 100px;
    position: relative;
    bottom: 15px;
}

div:not(.storage-container) div.storage-item {
    box-shadow: inset 0 0 6.5px rgba(0,0,0,0.19);
    background-color: #fefefe;
    border-radius: 19px;
    min-height: 150px;
    max-width: 138px;
    cursor: pointer;
}

.dark-mode div:not(.storage-container) div.storage-item {
    background-color: rgb(32,32,32);
    box-shadow: inset 0 0 6.5px rgba(255,255,255,0.19);
}

div:not(.storage-container) div.storage-item.clickable-item.active {
    background-color: #2d87d3;
    color: #fefefe;
}

div:not(.storage-container) div.storage-item.clickable-item:hover {
    background-color: #2d87d3;
    color: #fefefe;
}

div:not(.storage-container) div.storage-item img {
    width: 80px;
}

div.storage-container div.storage-row div.storage-item img {
    position: relative;
    bottom: 10px;
    width: 50px;
}

div.storage-container div.storage-row div.storage-item .item-level {
    gap: 3px;
    justify-content: center;
}

.star-item, div.storage-container div.storage-row div.storage-item img.star-item, table.table tbody tr td img.start-item {
    width: 13px !important;
}

div.storage-container div.storage-row div.storage-item div.item-amount {
    position: absolute;
    bottom: 0;
    background-color: #2d87d3;
    color: #ffffff;
    width: 100%;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}

div.error-container {
    border-radius: 19px;
    background-color: #f1f1f1;
    box-shadow: inset 0px 0px 5px 1px rgba(187, 94, 94, 0.66);
}

.dark-mode div.error-container {
    background-color: rgb(32,32,32);
}

div.error-container span.error-text {
    color: red;
    font-weight: 600;
    font-size: 15px;
}

div.error-container img {
    width: 40px;
}

.notifications-full-list div.notifications-item-full-list {
    padding: 10px 0;
    margin: 5px 0;
    position: relative;
    border: 1px solid #f9f9f9;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%);
}

.dark-mode .notifications-full-list div.notifications-item-full-list {
    background: rgb(32,32,32);
    background: radial-gradient(circle, rgba(32,32,32,1) 0%, rgba(0,0,0,1) 50%, rgba(32,32,32,1) 100%);
}

@keyframes unreadNotification {
    from {
        -webkit-box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.15);
        -moz-box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.15);
        box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.15);
    }
    to {
        -webkit-box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.35);
        -moz-box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.35);
        box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.35);
    }
}

.notifications-full-list div.notifications-item-full-list.unread-message {
    -webkit-box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.15);
    -moz-box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.15);
    box-shadow: inset 10px 10px 28px -5px rgba(245,233,0,0.15);
    animation-name: unreadNotification;
    animation-duration: 0.5s;
    animation-iteration-count: 16;
    animation-direction: alternate;
}

.notifications-full-list a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

.notifications-full-list a .title-area {
    color: #3198d4;
}

.notifications-full-list a .details-area {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.news-full-list div.news-article-item-full-list {
    padding: 20px 0;
    margin: 10px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.dark-mode .news-article-item-full-list img {
    filter: invert(1);
}

.news-full-list div.news-article-item-full-list:first-child {
    margin-top: 0;
    padding-top: 0;
}

.news-full-list div.news-article-item-full-list:last-child {
    border-bottom: none;
}

.news-full-list a {
    color: inherit;
}

.news-full-list a .title-area {
    color: #3198d4;
}

.dark-mode .news-full-list a .title-area {
    color: #FFF;
}

.news-full-list a .details-area {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.blog-data a {
    display: inline;
    color: inherit;
}

.article-editor-area .article-title-input {
    width: 100%;
    border: 0;
    outline: 0;
    font-weight: bold;
    font-size: 15px;
}

.dark-mode .article-editor-area .article-title-input {
    background-color: rgb(61 61 61);
    color: #FFF;
}

.equipment-item {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66);
    box-shadow: inset 0px 0px 10px 1px rgba(120,120,120,0.66);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.equipment-item .good-bonus {
    color: #0F0;
}

.equipment-item .bad-bonus {
    color: #F00;
}

.equipment-item .tooltip-content p {
    white-space: nowrap;
    margin: 0;
}

.equipment-item.tier-1 {
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(125,125,125,0.9);
    box-shadow: inset 0px 0px 25px 1px rgba(125,125,125,0.9);
    background: rgba(125, 125, 125, 0.3);
}

.equipment-item.tier-2 {
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(0,120,0,0.9);
    box-shadow: inset 0px 0px 25px 1px rgba(0,120,0,0.9);
    background: rgba(0, 120, 0, 0.3);
}

.equipment-item.tier-3 {
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(0,34,255,0.9);
    box-shadow: inset 0px 0px 25px 1px rgba(0,34,255,0.9);
    background: rgba(0, 34, 255, 0.3);
}

.equipment-item.tier-4 {
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(186,15,183,0.9);
    box-shadow: inset 0px 0px 25px 1px rgba(186,15,183,0.9);
    background: rgba(186, 15, 183, 0.3);
}

.equipment-item.tier-5 {
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(242,242,0,0.9);
    box-shadow: inset 0px 0px 25px 1px rgba(242,242,0,0.9);
    background: rgba(242, 242, 0, 0.3);
}

.equipment-item.tier-6 {
    -webkit-box-shadow: inset 0px 0px 25px 1px rgba(242,0,0,0.9);
    box-shadow: inset 0px 0px 25px 1px rgba(242,0,0,0.9);
    background: rgba(242, 0, 0, 0.3);
}

.company_employee_modal .currency_image {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
}

.company_employee_modal .margin-each-column > div {
    border-right: 1px solid #EEE;
}

.company_employee_modal .margin-each-column > div:last-child {
    border-right: none;
}

.company_employee_modal .worklog_left {
    position: relative;
    border-right: 1px solid #EEE;
}

.company_employee_modal .worklog_right {
    position: relative;
    border-left: 1px solid #EEE;
    padding-top: 25px;
}

.work-as-manager-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.number-tag {
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translate(50%, -50%);
    background-color: #ff0000;
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    color: #FFF;
    border: 0;
    font-size: 11px;
    font-weight: bold;
}

.secundary-color {
    color: #212529;
}

.dark-mode .secundary-color {
    color: whitesmoke;
}

.number-tag.inline {
    position: static;
    top: initial;
    right: initial;
    transform: none;
}

.number-tag span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 6px;
    margin-right: 6px;
}

.number-tag.xl {
    font-size: 15px;
}

.number-tag.xl span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 8px;
    margin-right: 8px;
}

.company_employee_modal .worklog_left div, .company_employee_modal .worklog_right div {
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    background-color: rgb(255, 184, 184);
    border: 1px solid rgb(142, 29, 29);
    color: rgb(142, 29, 29);
}

.company_employee_modal .worklog_left div.active, .company_employee_modal .worklog_right div.active {
    background-color: rgb(184, 255, 184);
    border: 1px solid rgb(30, 125, 30);
    color: rgb(30, 125, 30);
}

.company_employee_modal .worklog_left div:first-child {
    margin-top: 0px;
}

.company_employee_modal .worklog_left div:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #EEEEEE;
}

.company_employee_modal .worklog_right div:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #EEEEEE transparent transparent;
}

.company_employee_modal .worklog_right div:first-child {
    margin-top: 0px;
}

.company_employee_modal .worklog_left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 0 10px 5px;
    border-color: transparent transparent #EEE transparent;
}

.company_employee_modal .worklog_right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 10px 0 0 5px;
    border-color: transparent transparent transparent #EEEEEE;
}

.search-input-area {
    position: relative;
}

.search-input {
    border-radius: 3px;
    padding: 0;
    outline: none;
    width: 0px;
    border: 0;
    transition: width 0.3s, padding 0.3s, border 0.3s;
}

.search-input-area.active .search-input {
    width: 195px;
    padding: 0 5px;
    border: 1px solid #000;
}

.common-search-results {
    background-color: #ffffff;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.31);
    border-radius: 9px;
    border: 0;
    padding: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translateY(100%);
    z-index: 108;
}

.common-search-results .search-result-item {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 9px;
}

.common-search-results .search-result-item p {
    margin: 0;
    font-size: 12px;
    text-align: left;
}

.dark-mode .common-search-results .search-result-item p {
    color: #000;
}

.company_employee_modal #currency_area {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.company_employee_modal #currency_area:disabled {
    background-color: #EEE;
}

.company_employee_modal #currency_area option:disabled {
    background-color: #EEE;
}

.company_offers_modal .job_offer_square {
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
}

.company_offers_modal .job_offer_square .job_offer_square_inner {
    border: 1px solid #EEE;
    padding: 0 10px;
}

.company_offers_modal .job_offer_square .form-group {
    margin-bottom: 0;
}

.company_offers_modal .job_offer_square label {
    display: block;
    font-weight: bold;
}

.company_offers_modal .job_offer_square p {
    display: inline-block;
    margin: 0;
}

.company_offers_modal .job_offer_square img {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.company_offers_modal .new_offer_currency_image {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.company_offers_modal .new_offer_currency_area {
    flex: 1;
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.company_offers_modal .new_offer_currency_area:disabled {
    background-color: #EEE;
}

.company_offers_modal .new_offer_currency_area option:disabled {
    background-color: #EEE;
}

.company_offers_modal .job_offer_square button {
    margin-left: auto;
    display: block;
    background-color: transparent;
    border: none;
    color: #900;
    outline: none;
    margin-bottom: 6px;
    border: 1px solid transparent;
    transition: border 0.3s;
    border-radius: 3px;
}

.company_offers_modal .job_offer_square button:hover {
    border: 1px solid #900;
}

.equipment_modal .new_offer_currency_image {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.equipment_modal .new_offer_currency_area {
    flex: 1;
}

.article-message img {
    max-width: 100%;
    height: auto;
}

.add-health-button {
    position: relative;
}

.add-health-button .tooltip-content, .health-progress-bar-tooltip  {
    position: absolute !important;
    font-size: 12px;
    white-space: nowrap;
}

.add-health-button .tooltip-content, .health-progress-bar-tooltip  small {
    font-size: 10px;
}

.list-business-for-sell {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transform: translateX(-50%);
    transition: color 0.3s;
    z-index: 15;
}

.destroy-business {
    position: absolute;
    top: 55px;
    left: 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transform: translateX(-50%);
    color: #900;
    transition: color 0.3s;
    z-index: 15;
}

.destroy-company-details, .list-business-company-details {
    padding: 10px;
    border: 1px solid #999;
}

.destroy-company-avatar, .list-business-company-avatar {
    width: 67px;
    height: 67px;
    margin-right: 10px;
    border-radius: 8px;
    object-fit: contain;
}

.destroy-business:hover, .list-business-business:hover  {
    color: rgb(104, 0, 0);
}

.company-upgrade-button {
    background-image: linear-gradient(0deg, #e5a700 0%, #ffe741 100%);
    border-radius: 19px;
    transition: 0.2s;
    color: black;
    padding: 10px 15px;
    font-size: 15px;
    border: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.company-upgrade-button b {
    margin-right: 5px;
}

.create-company-row .business-item.selected {
    background-color: #2d87d3;
    color: #ffffff;
}

.dark-mode .select2-results__option[aria-selected] {
    color: #000;
    background-color: #FFF;
}

.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.text-red {
    color: #F00;
}

.dark-mode .dropdown-menu a {
    color: #000;
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    * {
        touch-action: manipulation;
    }
    
    div.storage-container div.storage-row div.storage-item .item-level {
        gap: 0px;
    }
    
    .star-item, div.storage-container div.storage-row div.storage-item img.star-item, table.table tbody tr td img.start-item {
        width: 10px !important;
    }

    div.storage-row .row {
        min-height: 50px;
    }

    div.storage-container div.storage-row div.storage-item {
        min-height: 50px;
        min-width: 50px;
        border-radius: 5px;
    }

    div.storage-container div.storage-row div.storage-item img {
        width: 30px;
    }

    div.storage-container div.storage-row div.storage-item div.item-amount {
        font-size: 12px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .user-profile .statistics-info .fake-input {
        flex-direction: column;
    }
    
    .notification-popup {
        width: 100%;
        padding: 10px;
    }

    .notification-popup img {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .notification-popup h3 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .notification-popup p {
        font-size: 12px;
        margin-top: 15px;
    }

    .notification-popup button {
        margin-top: 0;
        font-size: 12px;
        padding: 10px;
        width: 40px;
        height: 40px;
    }

    div.page-content div.weekly {
        min-height: 122px;
    }

    div.page-content div.page-info div.weekly-information {
        height: 70px;
    }

    div.page-content div.page-info div.weekly-information div.weekly-container {
        box-shadow: none;
        border: none;
        backdrop-filter: none;
    }

    div.page-content div.page-info div.weekly-information div.weekly-container span.weekly-title {
        font-size: 18px;
    }

    div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer {
        border: none;
        box-shadow: none;
        backdrop-filter: none;
    }

    div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer div span {
        font-size: 13px;
    }

    div.page-content div.page-info div.weekly-information div.weekly-container div.weekly-timer div span.timer-small {
        font-size: 8px;
    }

    div.page-content div.page-info div.prestige-points {
        padding: 5px 20px;
    }

    .weekly-progress-main-container {
        width: 95%;
    }

    div.page-content div.piggy-bank {
        display: flex;
        min-width: 0;
    }
    
    div.page-content div.piggy-bank img {
        width: 35px;
        height: auto;
    }

    .piggy-bank-link {
        font-size: 15px !important;
        padding: 5px 15px !important;
    }

    div.page-content div.weekly {
        width: 100%;
    }

    div.page-content div.piggy-bank {
        margin-left: 0;
        width: 100%;
    }

    .company-upgrade-button {
        margin-bottom: 15px;
    }

    .add-health-button  {
        width: 12px;
        height: 18px;
    }

    .top-bar {
        margin-bottom: 10px;
        position: relative;
    }

    .header-bar span {
        font-size: 11px;
    }

    nav.navbar.bg-light a.navbar-brand {
        margin-right: 0;
        border-radius: 0.25rem;
    }

    nav.navbar.bg-light a.navbar-brand img {
        width: 35px !important;
    }

    .page-wrapper > div:nth-child(2) {
        margin-top: 0 !important;
    }

    .navbar-nav {
        padding: 0;
    }

    nav.navbar.bg-light {
        padding: 0;
        position: relative;
        z-index: 1000;
    }

    nav.navbar.bg-light:first-child {
        padding: 0;
        position: relative;
        z-index: 1001;
    }

    nav.navbar.bg-light div.collapse.navbar-collapse.show ul.navbar-nav {
        display: flex;
        align-items: center !important;
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 0.25rem;
        padding: 0;
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link {
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        color: #000;
        transition: all 0.3s;
    }

    nav.navbar.bg-light a.navbar-brand img {
        transition: all 0.3s;
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link span {
        height: auto;
        overflow: hidden;
        transition: height 0.3s;
    }

    nav.navbar.fixed {
        padding-bottom: 5px;
    }

    nav.navbar.fixed.bg-light a.navbar-brand img {
        width: 25px !important;
    }

    nav.navbar.fixed.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link {
        padding: 0;
    }

    nav.navbar.fixed.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link span {
        height: 0;
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link img, nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link img {
        display: flex !important;
        margin: 0;
    }

    nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item:not(.bundle):hover img {
        filter: none;
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link span, nav.navbar.bg-light div.navbar-collapse.collapsing ul.navbar-nav li.nav-item a.nav-link span {
        font-size: 11px;
    }

    nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link img.last {
        margin: 0;
    }

    nav.navbar.bg-light div.collapsing.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn, nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn {
        text-align: left;
        justify-content: end;
    }

    .create-company-row #buildingType {
        justify-content: center;
    }

    .create-company-row #buildingType .raw-business-types {
        justify-content: center;
    }

    .create-company-row #buildingType .create-company-item {
        margin: 10px 0;
    }

    .create-company-row .business-item {
        margin: 5px 0;
    }

    .create-company-row .justify-content-start {
        justify-content: center !important;
    }

    #buildingContentType .nav-item {
        margin: 5px;
    }

    div:not(.market-container) div.market-item {
        margin-top: 0.5rem!important;
    }

    div.quality-item {
        flex: 0 0 21%;
    }

    #itemTypes {
        justify-content: center;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    div.page-content div.dashboard-content div.tournament-container.mobile-only {
        display: block;
    }

    .d-block.mobile-only {
        display: block !important;
    }

    .d-flex.mobile-only {
        display: flex !important;
    }

    .mobile-only-ib {
        display: inline-block;
    }

    nav.navbar.bg-light ul.navbar-nav {
        background-color: transparent;
        box-shadow: none;
        display: flex;
        flex-direction: row;
    }

    .dark-mode nav.navbar.bg-light ul.navbar-nav {
        background-color: transparent;
        box-shadow: none;
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item div.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    }

    nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item div.dropdown-menu a.dropdown-item {
        padding: 10px;
    }

    nav.navbar.bg-light div.navbar-collapse ul.navbar-nav li.nav-item {
        padding-left: 4%;
    }

    nav.navbar.bg-light div.collapsing.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn, nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn {
        padding-left: 4%; 
    }

    nav.navbar.bg-light div.navbar-collapse.show ul.navbar-nav li.nav-item:not(.bundle):hover {
        transform: scale(1);
    }

    nav.navbar.bg-light div.collapse.navbar-collapse ul.navbar-nav li.nav-item a.bundle-btn:hover {
        transform: scale(1);
    }
}

div.top-side-content div.top-side-icons a.middle-icon.roulette-icon-side {
    top: 40px;
}

.roulette-icon-side.trigger-alert:after {
    content: '!';
    color: #000;
    font-weight: bold;
    background-color: #ffe741;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10%, 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: highlightText 0.3s forwards;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.dark-mode .select2-results__option[aria-selected] {
    color: #000;
}

.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #FFF;
}

.ranks-slider {
    position: relative;
    top: 0;
    left: 0;
    transition: left 0.3s;
}

.purple-arrow-ranks {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s;
}

#military_rank_mobile .purple-arrow-ranks {
    top: 15px;
    right: 10px;
}

.purple-arrow-right {
    transform: rotate(-90deg);
}

.purple-arrow-left {
    transform: rotate(90deg);
}

.dark-mode .phone_verif_open_modal_btn {
    color: #856404;
    font-weight: bold;
    text-decoration: underline;
}

.dark-mode .iti__country-list {
    color: #000;
}

.video-player {
    position: relative;
}

.video-player:not(.active) video {
    cursor: pointer;
}

.is-mobile-app.is-mobile-ios .content-wrapper {
    padding-top: 25px;
}

.is-mobile-app.is-mobile-ios .miscellaneous .navbar.mobile.fixed {
    padding-top: 25px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broadcast-item {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99998;
    max-width: 80vw;
    opacity: 0;
    animation: opacity1to0 30s forwards;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.broadcast-item .close-broadcast {
    position: absolute;
    top: 5px;
    right: 5px;
}

.broadcast-item a {
    pointer-events: all;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.broadcast-item .btn {
    pointer-events: all;
    border: 2px solid #000;
    border-radius: 5px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 991px) {
    .broadcast-item {
        width: 100%;
    }
}

.broadcast-item-content {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #000;
    color: #FFF;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 100%;
    min-width: 300px;
    max-width: 800px;
}

.broadcast-item-content-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.broadcast-item-content-inner-text, .broadcast-item-content-inner-text-message {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.broadcast-item-content-inner-text-message {
    margin: 0;
    line-height: 20px;
    border-left: 5px solid #2d87d3;
    padding-left: 8px;
    color: #FFF;
    margin: 0;
}

.broadcast-item .author {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 700;
}

.broadcast-item .author img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 2px solid #000;
    vertical-align: top;
    object-fit: cover;
    align-self: end;
    flex-shrink: 0;
    flex-grow: 0;
}

.broadcast-item .megaphone-ilust {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 822px) {
    .roulette-icon-side.trigger-alert:after {
        transform: translate(40%, -20%);
    }

    div.page-content div.miscellaneous div.miscellaneous-menu ul li.bundle div.bundle-text {
        display: none !important;
    }

    div.page-content div.miscellaneous div.miscellaneous-menu ul li.list-item:not(.bundle) {
        font-size: 12px;
    }

    div.page-content div.miscellaneous div.miscellaneous-menu ul li.list-item:not(.bundle) img {
        transform: scale(0.8);
        margin-right: 0;
        margin-left: 5px;
    }

    div.page-content div.dashboard-content div.blogs-container span.title-text {
        font-size: 15px;
    }
}
