.transparent {
    background: none;
}
.vid {
    object-fit: inherit;
    position: fixed;
    right: 0;
    z-index: -1;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.4;
}
.form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}
.form-control::placeholder {
    color: #cccccc;
}
.form-control:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    outline: 0;
    box-shadow: 0 0 15px 0 rgb(37, 193, 255);
}
#list_container {
    padding-top: 50px;
}
.trainer-card {
    /* height: 390px; */
    margin-bottom: 30px;
    padding: 0 !important;
}
.trainer-card-content {
    position: relative;
    display: grid;
    justify-content: center;
    background: #212b4e;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px;
    height: 350px !important;
    margin: 0 15px;
    cursor: pointer;
    transition: 0.3s;
}
.trainer-card-content .game-name {
    color: #ffffffc7;
    padding-top: 20px;
    font-size: 16px;
    margin: 0;
}
.trainer-card-content .game-info {
    overflow: hidden;
}
.trainer-card-content .cusa {
    color: #99a3c6;
    font-size: 13px;
    margin: 0;
    margin-top: 10px;
}
.trainer-card-content .version {
    color: #377dff;
    font-size: 13px;
    margin: 0;
    margin-top: 10px;
}
.trainer-card-content .version span {
    height: 30px;
    padding: 0 10px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid;
}
.trainer-card-content:hover {
    box-shadow: 0 0 15px 0 #212b4e;

    transform: scale(1.08);
}
.trainer-card .ps_thumb {
    display: block;
    margin: 0 auto;
    /* width: 210px; */
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0px 8px 40px 0px rgba(55, 125, 255, 0.2);
}

.bg-darker {
    /* background-color: #24272b !important; */
}
.modal-body {
    /* background-color: #24272b; */
    /* padding-bottom: 2rem; */
}
.modal-footer {
    background-color: #212529;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.close {
    color: #ffffffc7;
}
.modal-content {
    color: #ffffffc7;
}
/* .switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: 0.4s;
}
input:checked + .slider:before {
    transform: translateX(30px);
    background: rgba(44, 128, 255, 0.925);
}

input:checked + .slider {
    box-shadow: 0 0 0 2px rgba(44, 128, 255, 0.925),
        0 0 2px rgba(44, 128, 255, 0.925);
} */
.btn {
    white-space: pre;
}
#credits-dialog-size {
    max-width: 670px;
}
.h5,
h5 {
    font-size: 1.1rem;
}

.cover_parent {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.cover_parent img {
    border-radius: 15px;
}
.GInfo.bg-black {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.ps_modal_game_info {
    display: grid;
}
.ps_modal_game_info #game {
    font-size: 2em;
    margin: 0;
}
.ps_modal_game_info #cusa {
    font-size: 1em;
    display: inline-block;

    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid;
    height: 30px;
    padding: 0 10px;
}
.ps_modal_game_info #version {
    height: 30px;
    padding: 0 10px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid;
    margin-left: 10px;
    font-size: 1em;
}
.ps_modal_game_info #credits {
    display: block;
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid;
    margin-left: 10px;
}

.modal .modal-footer {
    background: inherit;
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5ths {
    width: 20%;
    height: 350px;
}

@media only screen and (min-width: 601px) {
    .row .col.m5ths {
        width: 20%;
        height: 350px;
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l5ths {
        width: 20%;
        height: 350px;
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl5ths {
        width: 20%;
        height: 350px;
    }
}

.input_box{
    width: 100% !important;
    height: 54px !important;
    font-size: 16px !important;
    padding-left: 30px !important;
    background: #1e2745 !important;
    border: none !important;
    outline: none !important;
    color: #ffffffc7 !important;
    font-family: "Poppins" !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    margin-right: 10px !important;
}

.animate__animated.animate__zoomIn {
  --animate-duration: .2s;
}

#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1e2745;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #262e4a;
}c