.temporaryModalContainer {
    left: unset;
    right: -40%;
    transition: right 0.3s ease-in-out;
    display: block;
    position: fixed;
    z-index: 10001;
    top: 100px;
    background: rgb(238, 238, 238);
    max-width: 400px;
    padding: 0px;
    border-radius: 5px;
    width: 312px;
    margin: 0px 0px 0px -156px;
    cursor: pointer;
}

.mobile .temporaryModalContainer {
    top: 15% ;
    right: -100%;
    margin: 0;
    width: unset;
    max-width: unset;
}

.temporaryModalContainer.show {
    right: 1rem;
}

.temporaryModalContainer.newLevel {
    border: 3px solid grey;
    filter: drop-shadow(2px 4px 6px black);
    color: cyan;
    text-shadow: 1px 1px 1px #222, 1px 1px 2px #222;
    font-weight: bold;
    font-size: 1.5em;
    padding: 1em;
    text-align: center;
    font-family: 'Open Sans',Arial;
    background-color: #000;
    background-image: url(//cdn.e-sim.org//img/bgForElements/newLevelBg.png);;
    background-repeat: repeat, repeat;
    border-radius: 0.5em;
    background-size: cover;
    background-position: center;
}

.temporaryModalContainer.newRank {
    border: 3px solid grey;
    filter: drop-shadow(2px 4px 6px black);
    color: cyan;
    text-shadow: 1px 1px 1px #222, 1px 1px 2px #222;
    font-weight: bold;
    font-size: 1.5em;
    padding: 1em;
    text-align: center;
    font-family: 'Open Sans',Arial;
    background-color: #000;
    background-image: url(//cdn.e-sim.org//img/bgForElements/newLevelBg.png);;
    background-repeat: repeat, repeat;
    border-radius: 0.5em;
    background-size: cover;
    background-position: center;
}

.mobile .temporaryModalContainer.newRank {
    padding: 1em 2em;
    width: 80%;
}

.temporaryModalContainer.newAchievement {
    border: 3px solid grey;
    filter: drop-shadow(2px 4px 6px black);
    color: cyan;
    text-shadow: 1px 1px 1px #222, 1px 1px 2px #222;
    font-weight: bold;
    font-size: 1.5em;
    padding: 1em;
    text-align: center;
    font-family: 'Open Sans',Arial;
    background-color: #000;
    background-image: url(//cdn.e-sim.org//img/bgForElements/newLevelBg.png);;
    background-repeat: repeat, repeat;
    border-radius: 0.5em;
    background-size: cover;
    background-position: center;
}

.mobile .temporaryModalContainer.newAchievement {
    width: 80%;
    padding: 1em 2em;
}

.temporaryModalContainer .messageGroup {
    font-size: 1em;
}

.temporaryModalContainer .messageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    background-size: cover;
    background-position: center;
}

.temporaryModalContainer .sprite {
    background-color: #ffffffa1;
    border-radius: 0.5em;
    outline: 0.8em solid #ffffffa1;
    filter: invert();
}

.mobile .temporaryModalContainer .sprite {
    zoom: 2;
    outline: 0.4em solid #ffffffa1;
    border-radius: 0.25em;
}

.temporaryModalContainer .ranksspritebig {
    background-color: #000000a1;
    border-radius: 0.25em;
    outline: 0.8em solid #000000a1;
    zoom: 0.75;
}

.mobile .temporaryModalContainer .ranksspritebig {
    outline: 0.25em solid #000000a1;
    zoom: 1.5;
}

.mobile .temporaryModalContainer.newLevel {
    padding: 2em;
    width: 80%;
}

.temporaryModalContainer .levelText {
    color: white;
    font-weight: bold;
    font-size: 2em;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.temporaryModalContainer .laurel {
    background-image: url(//cdn.e-sim.org//img/bgForElements/laurelNew.png);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #000000a1;
    border-radius: 0.25em;
    outline: 0.25em solid #000000a1;
}

.mobile .temporaryModalContainer .laurel {
    width: 220px;
    height: 220px;
}

.temporaryModalContainer .message1 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.5em;
}

.mobile .temporaryModalContainer.newLevel {
    font-size: 3.5em !important;
}

.loader__background {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-image: url('/img/bgForElements/worldWarOfCountryBalls.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loader__background--black {
    background: #182025f5;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader__background--onlyImage {
    background-image: url('/img/bgForElements/worldWarOfCountryBalls.png');
}

.loader__mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10vh;
    animation: pulse 1.5s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 #e2eae9;
}

.loader__gif {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.loader__gif--someStyle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 97;
}
.mobile .loader__gif--someStyle {
    zoom: 2;
}

.dots {
    position: relative;
    margin-top: 50vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000ba;
    color: white;
}

.dots .text {
    font-size: 7em;
}
.dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    background: white;
    animation: wave 1.3s linear infinite;
}
.dots .dot:nth-child(3) {
    animation-delay: -2.3s;
}
.dots .dot:nth-child(4) {
    animation-delay: -4.6s;
}

@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }
    30% {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(89, 92, 92, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5vh rgba(89, 92, 92, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(89, 92, 92, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(89, 92, 92, 0.4);
        box-shadow: 0 0 0 0 rgba(89, 92, 92, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 5vh rgba(89, 92, 92, 0);
        box-shadow: 0 0 0 5vh rgba(89, 92, 92, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(89, 92, 92, 0);
        box-shadow: 0 0 0 0 rgba(89, 92, 92, 0);
    }
}

.newProduct {
    object-fit: cover;
    height: 50px;
    width: 50px !important;
    object-position: center;
    margin: 0 !important;
}

.transparentBgDark{
	background-color: rgba(12,16,16,0.9) !important;
}
.thinyImage{
	max-width:32px !important;max-height:32px !important;
}
.temporary{
    display: none;
}
@keyframes dailyButtonsAnimation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px -400px;
    }
}

#dailyButton{
    /*animation: dailyButtonsAnimation 3s infinite linear;*/
    background: #e00105;
    background: repeating-linear-gradient(-45deg, #e00105, #e00105 50px, #fe4d50 70px, #fe999b 80px, #e00105 100px, #e00105 142px);
    background-size: 400px 400px;
    border-radius: 3px;
    padding: 2px;
}

#dailyButton{
    border-radius: 5px;
    padding: 2px;
}

    #dailyButton, .shortCutsList {
        background: black;
    }
    .shortCutsList > li > a {
        background-image: linear-gradient(to bottom, #b3b3b3 5%, #424242 100%) !important;
        outline: 2px solid black !important;
        box-shadow: inset 0px -3px 1px 0px #202020, inset 0px 1px 1px 0px rgb(255 255 255) !important;
    }
    #dailyButton > li {
        margin-right:3px !important;
    }
    #dailyButton > li:nth-child(4n) {
        margin-right: 0 !important;
    }
    #dailyButton > li:last-of-type {
        margin-right: 0 !important;
    }
    #dailyButton > li > a, .bookmarkBtn {
        background: linear-gradient(to bottom, #ff5b0c 5%, #760000 100%) !important;
        box-shadow: inset 0px -3px 1px 1px #520000, inset 0px 1px 2px 0px rgb(255 197 197) !important;
        outline: 2px solid black;
        padding: 0.7em !important;
        width: 44px;
        border-radius: 5px;
        text-shadow: 0px 0px 2px black, 0px 1px 2px black, 0px 1px 2px black;
    }

    #dailyButton > li > a:hover, .bookmarkBtn:hover {
        background-image: radial-gradient(100% 75% at 50% 100%, #ff5b0c 0%, #760000 100%) !important;
    }

    #dailyButton > li > a:active, .bookmarkBtn:active {
        box-shadow: inset 0px 0px 3px 3px #520000, inset 0px 1px 4px 0px rgb(255 197 197) !important;
    }

    .shortCutsList > li > a:active {
        box-shadow: inset 0px 0px 3px 3px #202020, inset 0px 1px 4px 0px rgb(255 255 255) !important;
    }

    .shortCutsList > li > a:hover {
        background-image: radial-gradient(100% 75% at 50% 100%, #b3b3b3 0%, #424242 100%) !important;
    }

    #dailyButton i {
        font-size: 1.25em !important;
        text-shadow: 0px 0px 2px black, 0px 1px 2px black, 0px 1px 2px black;
    }

i.gi {
    padding: 0 !important;
}

.containerPaddingBottomFix {
    padding-bottom: 0;
}

/* TABLE FOR BB CODE */
table.bbTable {
    font-size: 12px;
    margin: auto; 
    text-align: center;
    border-collapse: collapse;
}
table.bbTable tr:first-child {
    background: rgba(61,101,113,0.4);
    font-weight: 700;}
table.bbTable tr:nth-child(2n) {
    background: rgba(61,101,113,0.1);
}
table.bbTable tr:nth-child(2n+3) {
    background: rgba(61,101,113,0.2);
}
table.bbTable td {
    padding: 2px 4px;
    border: 1px solid rgba(61,101,113,0.2);
}
table.bbTable tr:first-child td {
    font-size: 14px;
    padding: 4px 8px;
}

.voteLink {
    position: absolute;
    left: 1%;
    outline: 2px solid grey !important;
    border-radius: 0.25em;
    color: green !important;
    align-items: center;
    display: flex;
    font-size: 1.5em;
    gap: 0.2em;
    bottom: 5%;
}

.equipmentImage {
    position:absolute;
    margin:10px 10px;
    filter: drop-shadow(2px 2px 2px black);
}

.menuNotifications i {
    font-size: 32px;
}

.stats__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 0;
}

.militaryRankText {
    border-bottom: 1px solid white !important;
}

#stats .ui-progressbar {
    -moz-box-shadow: 0 0 3px #050505 inset,0 1px 1px #444 !important;
    -o-box-shadow: 0 0 3px #050505 inset,0 1px 1px #444 !important;
    /* -webkit-box-shadow: 0 0 3px #050505 inset, 0 1px 1px #444; */
    box-shadow: 0 0 2px #050505 inset !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #111 !important;
    border-bottom: 1px solid #555 !important;
    float: none !important;
    width: 170px !important;
    margin: 0 auto !important;
    height: 25px !important;
    border-radius: 5px !important;
    padding: 3px !important;
}

#stats .ui-progressbar-value {
    border-radius: 5px !important;
}

body.mobile  {
    overflow-x: hidden;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
.mobile #esim-layout {
    padding: 0 !important;
    width: 100% !important;
}

.mobile #post-body {
    margin: 0 !important;
    padding-top: calc(8vh - 45px);
}

.mobile #container {
    min-width: 100vw !important;
    min-height: calc(100vh - 45px) !important;
}

.mobile .militaryRankText {
    border-bottom: 3px solid white !important;
}

.mobile #dailyButton {
    padding: 5px;
    border-radius: 10px;
}

.mobile #dailyButton i {
    font-size: 5em !important;
}

.mobile #dailyButton, .mobile .shortCutsList{
    padding: 5px;
    border-radius: 15px;
}

.mobile #dailyButton i {
    font-size: 2.5em !important;
    text-shadow: 1px 1px 6px black, 1px 1px 6px black !important;
 }

.mobile #dailyButton > li, .mobile .shortCutsList > li {
    margin-right: 8px !important;
}

.mobile #dailyButton > li > a, .mobile .bookmarkBtn {
    background: linear-gradient(to bottom, #ff5b0c 5%, #760000 100%) !important;
    box-shadow: inset 0px -6px 2px 1px #520000, inset 0px 6px 9px 0px rgb(255 197 197) !important;
    border-radius: 8px !important;
    padding: 1em !important;
    outline: 6px solid black !important;
    width: unset;
}

.mobile #dailyButton > li > a:active, .mobile .bookmarkBtn:active {
    box-shadow: inset 0px 0px 3px 3px #520000, inset 0px 1px 4px 0px rgb(255 197 197) !important;
}

.mobile .shortCutsList > li > a:active {
    box-shadow: inset 0px 0px 3px 3px #b3b3b3, inset 0px 1px 4px 0px #424242 !important;
}


.mobile #dailyButton > li:last-of-type, .shortCutsList > li:last-of-type {
    margin-right: unset !important;
}

.mobile .profileLinkContainer {
    flex-direction: row-reverse;
}

.mobile #stats {
    position: relative;
    padding: 1.5em;
}

.mobile .sidebar-progres-description, .mobile #storage-ammount a {
    font-size: 2.25em;
    font-weight: bolder;
    text-shadow: 1px 1px 6px black, 1px 1px 6px black !important;

}

.mobile .sidebar-labeled-information {
    font-size: 1.5em !important;
}

.mobile #stats .ui-progressbar {
    height: 5vh !important;
    width: 100% !important;
    padding: 5px !important;
    border-radius: 20px !important;
}

.mobile .stats__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile .stats__text > span, .mobile .stats__text > div {
    margin-top: -75px;
    padding: 0 15px;
}

.mobile #stats.foundation-style > .progress {
    height: unset;
}

.mobile #stats .ui-progressbar-value {
    box-shadow: 3px 4px 4px -4px white inset, -3px -4px 4px 0px #0008 inset !important;
    border-radius: 20px !important;
}

.mobile .shortCutsList a {
    padding: 1em !important;
}

.mobile .shortCutsList i {
    font-size: 1.5em;
}
.mobileSearchBoxFix {
    height: 5.5vh !important;
    clear: both;
}

.mobile .informationForNewPlayers {
    font-size: 1vh;
}

.mobile #pagination-digg li.active {
    font-size: 5vw;
}

.mobile .smallAvatar {
    width: 4vw;
    height:4vw;
}

.mobile .smallAvatar > .profileLink {
    font-size: 2vh !important;
}

.mobile a[href*="moneyTransactions.html"], .mobile a[href*="http://wiki.e-sim.org/index.php/Monetary Market"] {
    font-weight: bold;
    font-size: 3em;
}

.mobile img[src$="//cdn.e-sim.org//img/star_16.png"], .mobile img[src$="//cdn.e-sim.org//img/wiki.png"] {
    margin-right: 5px;vertical-align: bottom;
}

.mobile .foundation-style .foundation-divider {
    height: 10px;
}
