.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75remk;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.text-truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 1.0em;
}


.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 2.4em;
}


.text-truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 3.6em;
}

.text-truncate-4 {
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 4.8em;
}


.text-truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 6.0em;

}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  /* margin-left: 0 !important;
  margin-right: 0 !important;*/
}

.container {
    max-width: 1080px;
}

.container-images {
    max-width: 700px;
    position: relative;

    /* left: 50%;
  transform: translateX(-50%); */
}

.outer-images {
    display: flex;
    justify-content: center;
}

.px-07 {
    padding-left: .07rem !important;
    padding-right: .07rem !important;
}

.vl-1 {
    margin-top: 0.1em;
}

.fs-7 {
    font-size: 0.9rem;
}

.fs-8 {
    font-size: 0.8rem;
}

.fs-9 {
    font-size: 0.7rem;
}

.fs-10 {
    font-size: 0.6rem;
}

.fs-11 {
    font-size: min(30vw, 180px);
}

.fs-12 {
    font-size: min(3.5vw, 1.2rem);
}

.pt-6 {
    padding-top: 3.5rem !important;
}


.bg-dgrey {
    background-color: #00000077 !important;
}

.bg-tag {
    background-color: #000000A6
}

.border-gametag {
    border: 2px solid #0000001e;
}

.border-tag {
    border: 2px solid #8383837c;
}

.color-tag-text {
    color: #a5a5a5;
}

.gallery-section {
    position: relative;
    aspect-ratio: 16 / 9;
}

.blurry-bg {
    /* background-image: url('<%= game.playshot %>');
    background-repeat:no-repeat;
    height: 22em;
    backdrop-filter: blur(2px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px)
    -ms-filter: blur(3px);
    filter: blur(3px); */

    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: absolute;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
     -ms-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;

}

.ex-gap-border {
    border-top: 1px solid #EBEBEB;
}


.expr-dec {
    /* text-decoration-color: #E0E9F4;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 0px; */
    background-color: transparent;
    border-bottom: 2px solid #E0E9F4;
    box-shadow: 0px -6px 0px #E0E9F4 inset;
}

.expr-box {
    border-left: 2px solid #EBEBEB;
    line-height: 1.4;
    padding-left: 1em;
}

.expr-ul {
    margin: 0;
    padding: 0;

}

li:before {
    font-size: 20px;
}

.expr-li {
    font-size: 10px;
    line-height: 1.4;
    margin: 0;
    margin-left: 1.5em;
    /* padding-inline-start: -20px; */
    /* display:inline-block; */
    list-style-type: disc;
    list-style-position: outside;

    margin-block-start: 0em;
    margin-block-end: 0em;
}

#ul {
    margin: 0;
    padding: 0;


}


input.btn-us-top {
    background: url("/img/btn_us_top.png") no-repeat;
    object-fit: cover;
    border: none;
    width: 100px;
    height: 50px;
    cursor: pointer;
}

input.btn-uk-top {
    background: url("/img/btn_uk_top.png") no-repeat;
    object-fit: cover;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fcolor-desc {
    color: #00000099;
}

.fcolor-tags {
    color: #00000080;
}

.game-section-title {
    color: #C8C8C8
}

.game-section-desc {
    color: #808080;
}

.example-section-desc {
    color: #00000080;
}

.border-bottom {
    border-bottom: 1px solid #EBEBEB !important;
}

.border-top {
    border-top: 1px solid #EBEBEB !important;
}


.nav-masthead .nav-link {
    color: black;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #2fe7b038;
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: black;
    border-bottom-color: #2FE7B0
}

.rounded-4 {
    border-radius: 1.6rem !important;
}
.rounded-savebtn {
    border-radius: 1.3rem !important;
}

.nav-sub .nav-link {
    color: #22222288;
    border-bottom: .25rem solid transparent;
}

.nav-sub .nav-link:hover,
.nav-sub .nav-link:focus {
    color: black;
}

.nav-sub .nav-link+.nav-link {
    margin-left: 0.3rem;
}

.nav-sub .active {
    color: black;
}


.navbar-scrolled {
    justify-content: flex-start;
    overflow: visible;
    overflow-x: scroll;
    display: inline;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    width: auto;
    height: 50px;
    display: flex;
    flex: 1 1 auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@media screen and (min-width:768px) {

    /* pc */
    div.scrollbook {
        overflow: auto;
        white-space: nowrap;
        width: auto;
        justify-content: center;
        height: 50px;
        overflow-y: hidden;
        display: flex;
        flex: 1 1 auto;
        scrollbar-width: thin;
        -ms-overflow-style: none;
        /* IE and Edge */
    }
    /* Track */
    div.scrollbook::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 10px;
    }

    div.scrollbook::-webkit-scrollbar {
        height: 8px;
        /* height of horizontal scrollbar ← You're missing this */
        width: 4px;
        /* width of vertical scrollbar */
    }

    /* Handle */
    div.scrollbook::-webkit-scrollbar-thumb {
        background: #a1a5a9;
        border-radius: 10px;
        height: 5px;
    }

    /* Handle on hover */
    div.scrollbook::-webkit-scrollbar-thumb:hover {
        background: #c1c5c9;
    }
}

@media screen and (max-width:768px) {
    div.scrollbook {
        overflow: auto;
        white-space: nowrap;
        width: auto;
        height: 50px;
        display: flex;
        flex: 1 1 auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
        /* IE and Edge */
    }

}

div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

div.scrollmenu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.navbar-scrolled>ul>li {
    display: inline-block;
    flex: 1 1 auto;
}

.hlist-img {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.vcenter {
    flex: 1 1 auto;
    display: flex;
    align-items: center;

}

.hcenter {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}


.hlist-body {
    flex: 1 1 auto;
    align-items: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.bg-main {
    background-color: #E6FCF6
}

.bg-money {
    background-image: url(/img/img_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: auto;
    max-height: 417px;
    aspect-ratio: 720 / 417;
    margin: auto
}

.bg-opacity-60 {
    --bs-bg-opacity: 0.60;
}

.bg-opacity-65 {
    --bs-bg-opacity: 0.65;
}

.icon-game {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 250px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15), 0 10px 20px 0 rgba(0, 0, 0, 0.2);

}

.icon-news {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 240 / 167;
    object-fit: cover;
    object-position: 50% 0%;
    /*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.19);*/
}
.video-thumbnail {
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
}


.btn2 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.1rem 0.1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

.btn2:hover {
    outline: none;
    color: #212529;
}

.btn2-check:focus+.btn,
.btn2:focus {
    outline: none;
    /* outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.1rem 0.1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    outline: none;
    color: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: none;
    /* outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    outline: none;
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
    display: table;
}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.ballon {
    width: auto;
    height: auto;
    bottom: 62px;
    background: #000000d6;
    color: white;
    border-radius: 30px;
    padding: 12px;
    margin-left: 20%;
    margin-right: 10px;
    z-index: 5;
}


/* .ballon:after {
    border-top: 10px solid #484848;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    top: 80px;
    left: 48%;
} */

.close-icon
{
  display:block;
  box-sizing:border-box;
  width:20px;
  height:20px;
  border-width:3px;
  border-style: solid;
  border-color:red;
  border-radius:100%;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
  background-color:red;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.game_back_btn {
    margin-left: 10px;
}

@media only screen and (max-device-width: 480px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
}