.g-navbar-solid {
    background-color: #0061c3;
}

.g-navbar {
    background: rgb(0,55,111);
    background: linear-gradient(180deg, rgba(0,67,134,1) 23%, rgba(0,97,195,1) 100%);
}

.g-navbar-3-color {
    background: rgb(0,67,134);
    background: linear-gradient(180deg, rgba(0,67,134,1) 23%, rgba(0,97,195,1) 87%, rgba(0,67,134,1) 100%);
}

.g-navbar-text {
    color: white;
}

.g-navbar-active {
    color: #ffffff;
}

.g-thumbnail {
    border-radius: 15%;
    max-width: 100%;
    max-height: 150px;
}

.g-thumbnail:hover {
    box-shadow: 0px 0px 15px -3px #ffffff,
		0px 0px 15px -100px #ffffff,
		0px 0px 15px -100px #ffffff,
		0px 0px 15px -100px #ffffff;
}

.g-glow:hover {
    box-shadow: 0px 0px 15px -3px #ffffff,
		0px 0px 15px -100px #ffffff,
		0px 0px 15px -100px #ffffff,
		0px 0px 15px -100px #ffffff;
}

.g-collection {
    height: 100%;
    object-fit: cover;
}

.g-caption {
    font-family: 'Oswald', sans-serif;
    color: white;
}

.g-section-name {
    font-family: 'Oswald', sans-serif;
    color: white;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

ul, li {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.g-featured-games-holder {
    background-color: #167be0;
    border-radius: 25px;
}

.g-slideshow-items {
    border-radius:25px;
}

.g-navbar-item-outline-solid {
    background-color: #9bc23c; box-shadow: 0px 10px #83a531; border-radius: 100px; margin-top: 15px; margin-bottom: 15px; padding-left: 30px; padding-right: 30px;
}

.g-navbar-item-outline {
    background: rgb(120,152,43);
    background: linear-gradient(180deg, rgba(120,152,43,1) 18%, rgba(155,194,60,1) 100%);
    box-shadow: 0px 10px #83a531; 
    border-radius: 100px; 
    margin-top: 15px; 
    margin-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-navbar-item-outline:hover {
    background: rgb(120,152,43);
    background: linear-gradient(0deg, rgba(120,152,43,1) 18%, rgba(155,194,60,1) 100%);
    box-shadow: 0px 10px #83a531; 
    border-radius: 100px; 
    margin-top: 15px; 
    margin-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-navbar-item-search-outline-solid {
    background-color: #f07406; box-shadow: 0px 10px #da6701; border-radius: 100px; margin-top: 15px; margin-bottom: 15px; padding-left: 30px; padding-right: 30px;
}

.g-navbar-item-search-outline {
    background: rgb(240,116,6);
    background: linear-gradient(0deg, rgba(240,116,6,1) 18%, rgba(195,99,13,1) 100%);
    box-shadow: 0px 10px #da6701; 
    border-radius: 100px; margin-top: 15px; 
    margin-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-navbar-item-search-outline:hover {
    background: rgb(240,116,6);
    background: linear-gradient(180deg, rgba(240,116,6,1) 18%, rgba(195,99,13,1) 100%);
    box-shadow: 0px 10px #da6701; 
    border-radius: 100px; margin-top: 15px; 
    margin-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-navbar-dropdown {
    font-family: 'Oswald';
}


.g-button {
    background: rgb(120,152,43);
    background: linear-gradient(180deg, rgba(120,152,43,1) 18%, rgba(155,194,60,1) 100%);
    box-shadow: 0px 5px #83a531; 
    border-radius: 100px;
    border: 0px;
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-button:hover {
    background: rgb(120,152,43);
    background: linear-gradient(0deg, rgba(120,152,43,1) 18%, rgba(155,194,60,1) 100%);
}

.g-button-orange {
    background: rgb(240,116,6);
    background: linear-gradient(0deg, rgba(240,116,6,1) 18%, rgba(195,99,13,1) 100%);
    box-shadow: 0px 5px #da6701; 
    border-radius: 100px;
    border: 0px;
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-button-orange:hover {
    background: rgb(240,116,6);
    background: linear-gradient(180deg, rgba(240,116,6,1) 18%, rgba(195,99,13,1) 100%);
}

.g-button-red {
    background: rgb(120,152,43);
    background: linear-gradient(180deg, rgba(195,0,0,1) 0%, rgba(255,89,56,1) 100%);
    box-shadow: 0px 5px #d63828; 
    border-radius: 100px;
    border: 0px;
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.g-button-red:hover {
    background: rgb(195,0,0);
    background: linear-gradient(0deg, rgba(195,0,0,1) 0%, rgba(255,89,56,1) 100%);
}

.g-multiplayer-button {
    border-radius: 25px; 
    box-shadow: 0px 10px #2099D5;
}

ins.adsbygoogle {
    background: transparent !important;
}

.loadingbg {
    position: fixed;
    z-indez: 9999;
    background-color: #0d3568;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.wheel {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.g-anchor-ad {
    backdrop-filter: blur(16px) saturate(165%);
    -webkit-backdrop-filter: blur(16px) saturate(165%);
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(209, 213, 219, 0.3);
    position: -webkit-sticky; /* For Safari */
    bottom: 0px;
    padding: 5px;
    text-align: center;
}

.anchor-close-btn {
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    background-color: rgb(255 255 255 / 0%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

.g-fade::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 53, 104, 0) 0%, rgba(13, 53, 104, 1) 80%);
    pointer-events: none;
    overflow: hidden;
}

.g-fade{
    position: relative;
}

.g-fade-m::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 53, 104, 0) 0%, rgba(13, 53, 104, 1) 80%);
    pointer-events: none;
    overflow: hidden;
}

.g-fade-m{
    position: relative;
}
.g-fade-bottom-m::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 53, 104, 0) 0%, rgba(13, 53, 104, 1) 90%);
    pointer-events: none;
    overflow: hidden;
}

.g-fade-bottom-m{
    position: relative;
}

.sidenav-btn {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 0px;
    background-color: #0d3568;
    color: white;
    margin: 5px;
    font-family: montserrat;
    font-size: 20px;
    text-align: left;
}

.sidenav-btn:hover {
    background-color: #164c90;
    cursor: pointer;
}

.sidenav-btn-active {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 0px;
    background-color: #1359b2;
    color: white;
    margin: 5px;
    font-family: montserrat;
    font-size: 20px;
    text-align: left;
}

.uk-notification {
    margin-top: 105px;
    backround-color: #45b40f;
    color: white;
    border-radius: 50px;
}

.uk-notification-message {
    backround-color: #45b40f;
    color: white;
    border-radius: 50px;
}

.g-mouse:hover {
    cursor:pointer;
}