
.miz-button-blue {
    background: #6d75eb;
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    border: 0;
    cursor: pointer;
    transition: 0.2s;
}
.miz-button-blue:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    color: #fff;
    opacity: .9;
}


.miz-button-header-login {
    background: rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    padding: 7px 30px;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 7px;
    transition: 0.2s;
}
.miz-button-header-login:hover {
    opacity: .95;
}
.miz-button-header-panel {
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    padding: 6px;
    border: 5px solid #6d75eb;
    transition: 0.2s;
    position: relative;
}
.miz-button-header-panel:hover {
    box-shadow: 0 6px 10px rgba(0,0,0,0.12);
}
.miz-button-header-panel svg{
    width: 50px;
}
.miz-button-header-panel-notif {
    background: #ed5564;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -4px;
    right: -3px;
    border-radius: 100%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.miz-online {
    width: 8px;
    height: 8px;
    background: #47971b;
    float: right;
    border-radius: 100%;
    margin: 8px 0 0 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    animation: onlineLiveDot 1.5s linear infinite;
}
.miz-offline {
    width: 8px;
    height: 8px;
    background: #b4b5b8;
    float: right;
    border-radius: 100%;
    margin: 8px 0 0 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.miz-onlineDisplay {
    width: 8px;
    height: 8px;
    background: #fabb10;
    float: right;
    border-radius: 100%;
    margin: 8px 0 0 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    animation: onlineDisplayLiveDot 1.5s linear infinite;
}
@keyframes onlineLiveDot {
  0% {
    box-shadow:0 0 0 0 rgba(0,250,83,.2)
  }
  30% {
    box-shadow:0 0 10px 6px rgba(0,250,83,.2)
  }
  60% {
    box-shadow:0 0 18px 12px rgba(0,250,83,.2)
  }
  to {
    box-shadow:0 0 0 0 rgba(0,250,83,0)
  }
}
@keyframes onlineDisplayLiveDot {
  0% {
    box-shadow:0 0 0 0 rgba(250,187,16,.2)
  }
  30% {
    box-shadow:0 0 10px 6px rgba(250,187,16,.2)
  }
  60% {
    box-shadow:0 0 18px 12px rgba(250,187,16,.2)
  }
  to {
    box-shadow:0 0 0 0 rgba(250,187,16,0)
  }
}


.miz-offcanvas-lobby {
    background: #6d75eb !important;
}


.miz-offcanvas-menu {
    background: #6d75eb !important;
}
.miz-offcanvas-menu-list {
    margin-top: 50px !important;
}
.miz-offcanvas-menu-list li{
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,.2);
    font-size: 14px;
    color: #fff;
    transition: 0.2s;
}
.miz-offcanvas-menu-list li:hover {
    opacity: 0.7;
}
.miz-offcanvas-menu-list li svg {
    width: 20px;
    margin-left: 5px;
}
.miz-offcanvas-menu-social {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
.miz-offcanvas-menu-social div {
    margin: 10px 0;
    padding: 10px;
    border-radius: 6px;
    background: rgba(255,255,255,.2);
    font-size: 14px;
    color: #fff;
    transition: 0.2s;
}
.miz-offcanvas-menu-social div:hover {
    opacity: 0.7;
}
.miz-offcanvas-menu-social div svg {
    width: 25px;
}


.miz-offcanvas-panel {
    background: #f7f7ff !important;
    padding: 0 !important;
}
.miz-offcanvas-panel-profile {
    background: #6d75eb;
    padding: 65px 20px 20px 20px;
    border-radius: 0 0 7px 0;
}
.miz-offcanvas-panel-profile-info div {
    text-align: center;
    margin: 10px 0;
    padding: 10px;
    border-radius: 6px;
    background: rgba(0,0,0,.2);
    font-size: 13px;
    color: #fff;
}
.miz-offcanvas-panel-profile-info div:nth-child(2) {
    font-family: arial;
    letter-spacing: 1px;
}
.miz-offcanvas-panel-profile-info div.subscription {
    padding: 20px 5px;
    /*background: #f7f7ff;*/
    /*color: #000;*/
    margin: 20px 0;
}
.miz-offcanvas-panel-profile-button {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.miz-offcanvas-panel-profile-button div {
    margin: 0 0;
    padding: 10px;
    width: 90px;
    text-align: center;
    border-radius: 6px;
    background: rgba(255,255,255,.2);
    font-size: 13px;
    color: #fff;
    transition: 0.2s;
}
.miz-offcanvas-panel-profile-button div:hover {
    opacity: 0.7;
}
.miz-offcanvas-panel-profile-button div svg {
    width: 25px;
}
.miz-offcanvas-panel-played {
    
}
.miz-offcanvas-panel-played h3 {
    color: #5b5c61 !important;
    font-size: 14px;
    padding: 7px 0 10px 0;
}
.miz-offcanvas-panel-played-box {
   padding: 0 10px 0 15px;
}
.miz-offcanvas-panel-played-game {
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.2s;
    height: 75px;
}
.miz-offcanvas-panel-played-game:hover {
    opacity: .8;
}
.miz-offcanvas-panel-played-game div:nth-child(1) {
    width: 80px;
    float: right;
}
.miz-offcanvas-panel-played-game div:nth-child(2) {
    padding: 8px 0;
    font-size: 14px;
}
.miz-offcanvas-panel-played-game div:nth-child(3) {
    padding: 5px 0;
    font-size: 12px;
    color: #5b5c61;
}
.miz-offcanvas-panel-played-game img {
    width: 75px;
}
.miz-content-main {
    padding: 40px 0 30px 0;
}

.miz-content-title {
    padding: 5px 10px;
    margin-bottom: 30px;
    border-right: 5px solid #6d75eb;
}
.miz-content-title h2{
    color: #5b5c61;
    font-size: 25px;
}

.miz-box-white {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}

.miz-list-boxgame {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 20px;
}

.miz-boxgame {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-bottom: 3px solid #6d75eb;
  margin-bottom: 5px;
  position: relative;
}
.miz-boxgame-premium {
    position: absolute;
    top: 5px;
    right: 5px;
}
.miz-boxgame-premium img {
    width: 25px;
    border-radius: 12px;
}

.miz-boxgame img{
    border-radius: 12px;
    transition: 0.2s;
}
.miz-boxgame:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0,0,0,0.12);
}
.miz-boxgame-info {
    justify-content: space-between;
    display: flex;
    padding: 0 10px 5px 10px;
    color: #6d75eb;
}
.miz-boxgame-info > div:nth-child(1){
    direction: ltr;
}
.miz-boxgame:hover .miz-boxgame-info {
    color: #6d75eb;
}
.miz-list-boxcategory {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 20px;
    text-align: center;
}

.miz-boxcategory {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 5px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    transition: 0.2s;
}
.miz-boxcategory:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.12);
}
.miz-boxcategory div:nth-child(1) {
    margin-bottom: 20px;
}
.miz-boxcategory svg {
    width: 70px;
}
.miz-boxcategory h2 {
    color: #5b5c61;
    font-size: 15px;
    margin-bottom: 0;
    width: 100%;
}
.miz-boxcategory .count {
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 100%;
    background: #eee;
    padding: 2px 8px;
    font-size: 12px;
    color: #000;
}

.miz-game-cover{
    text-align: center;
    position: relative;
}
.miz-game-cover div:nth-child(1) {
    background: #fff;
    border-radius: 10px;
    background-size: 230% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.miz-game-cover div:nth-child(1) div:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 0;
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  border-radius: 10px;
}
.miz-game-cover div:nth-child(2) {
    position: absolute;
    width: 225px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.miz-game-cover-premium {
    position: absolute;
    top: -30px;
    right: 0px;
}
.miz-game-cover-premium img {
    width: 25px;
    border-radius: 12px;
}

.miz-game-tab div {
    display: flex;
    overflow-x: auto;  
    overflow-y: hidden;     
    white-space: nowrap;  
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;   
}

.miz-game-tab div::-webkit-scrollbar {
    display: none;         
}

.miz-game-tab div div {
    flex: 0 0 auto;  
    padding: 8px 16px;
    margin: 0 4px;
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s;
    white-space: nowrap;    
    font-size: 15px;
    transition: 0.2s;
}

.miz-game-tab div div:hover {
    background: #e2e2e2;
}

.miz-game-tab div div.active {
    background: #6d75eb;
    color: #fff;
}
.miz-box-min {
    display: flex;
    justify-content: center;
}
.miz-box-min > div {
    width: 280px;
}

/*join*/
.miz-join-box label {
    font-size: 14px;
    color: #5b5c61;
}
.miz-join-display {
    background: #ececee;
    padding: 13px 0;
    border-radius: 7px;
    text-align: center;
    color: #5b5c61;
    font-size: 18px;
    border: 0;
    width: 100%;
    font-family: arial;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.miz-join-display:focus {
  outline: none;
}
.miz-join-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.miz-join-buttons div {
    background: #6d75eb;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 16px 0 12px 0;
    cursor: pointer;
    transition: 0.2s;
}
.miz-join-buttons div:nth-child(1) {
    background: #029a49;
    padding: 14px 0 14px 0;
}
.miz-join-buttons div:nth-child(2) {
    background: #db304e;
}
.miz-join-buttons div:hover {
    opacity: .8;
}


/*looby*/
.miz-lobby-box {
    width: 370px !important;
}
.miz-lobby-box h3 {
    border-right: 5px solid #6d75eb;
    color: #5b5c61;
    font-size: 20px;
    padding: 8px;
}
.miz-lobby-box h4 {
    color: #88898E;
    font-size: 14px;
    padding: 13px 0 8px 0;
}
.miz-lobby-box .miz-box-white {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
}
.miz-lobby-info {
    margin: 12px 0;
    background: #e7e7e7;
    padding: 1px 14px;
    border-radius: 10px;
}
.miz-lobby-info p{
    color: #88898E;
    font-size: 13px;
    text-align: justify;
    margin: 7px 0;
}
.miz-lobby-box .miz-box-white > div:nth-child(1) {
    padding: 15px 15px;
    font-size: 16px;
}
.miz-lobby-box .miz-box-white .miz-lobby-password {
    padding: 15px 10px;
    color: #88898E;
}
.miz-lobby-box .miz-box-white .miz-lobby-password label {
    
}
.miz-lobby-box .miz-box-white .miz-lobby-password svg {
    fill: #88898E;
    width: 20px;
    margin-right: 3px;
}
.miz-lobby-box .miz-box-white .miz-lobby-button {
    background: #6d75eb;
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.miz-lobby-box .miz-box-white .miz-lobby-button:hover {
    opacity: .9;
}
.miz-lobby-box .miz-box-white .miz-lobby-button svg {
    fill: #fff;
    width: 20px;
}
.miz-lobby-box .miz-box-white  .miz-lobby-exit-button {
    background: #e64e5d;
}
.miz-lobby-start {
    text-align: center;
    margin-top: 15px;
}
#qrcode {
    margin-top: 20px;
}
#qrcode img {
    width: 100%;
}
.miz-linkMiz {
    position: relative;
    margin-top: 8px;
    margin-bottom: 20px;
}
.miz-input-linkMiz {
    background: #ececee;
    padding: 13px 0;
    border-radius: 7px;
    text-align: left;
    color: #5b5c61;
    border: 0;
    width: calc(100% - 9px);
    font-family: arial;
    font-size: 18px;
    height: 21px;
    padding-left: 9px;
    font-family: 'arial' !important;
}
.miz-input-linkMiz:focus {
  outline: none;
}
.miz-qr-linkMiz {
    background-image: url('../images/qr.png');
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 4px;
    right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.miz-qr-linkMiz:hover {
    opacity: 0.5;
}

.miz-input-edit-players {
    font-size: 16px;
    float: right;
    border: 0;
    border-bottom: 1px solid #5b5c61;
    color: #5b5c61;
    margin-top: -5px;
}
.miz-input-edit-players:focus {
  outline: none;
}


/***********login****************/
.miz-content-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.miz-box-login {
    background: #fff;    
    width: 400px;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
}
.miz-box-login-logo {
    text-align: center;
    padding: 15px 0;
}
.miz-box-login-logo svg{
    width: 115px;
}
.miz-box-login h3 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*text-align: center;*/
}
.miz-box-login h4 {
    color: #5b5c61;
    font-size: 15px;
    padding: 3px 0;
}
.miz-box-login h4:nth-child(1) {
    padding-top: 15px;
}
.miz-box-login-back {
    position: absolute;
    top: 35px;
    right: 21px;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    padding: 5px;
    transition: 0.2s;
}
.miz-box-login-back:hover {
    opacity: .8;
}
.miz-box-login-info {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}
.miz-box-login input {
    width: calc(100% - 20px);
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #6d75eb;
    margin: 10px 0 35px 0;
    letter-spacing: 2px;
    font-size: 16px;
}
.miz-box-login input:focus {
  outline: none;
}
.miz-box-login button {
    width: 100%;
    background: #6d75eb;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
}
.miz-box-login button:hover {
    opacity: .9;
}
/***************game create****************/
.miz-game-miz {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.miz-game-miz .miz-game-create > div > div {
    background: #f2f2f2;
    padding: 11px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.miz-game-miz .miz-game-create > div > div label {
    font-size: 15px;
}
.miz-game-miz .miz-game-create > div > div select {
    background: #6d75eb;
    border: 0;
    padding: 5px 8px;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    font-family: 'IRANSans' !important;
    text-align: center;
}
.miz-game-miz .miz-game-create > div > div h6 {
    padding-top: 12px;
    font-size: 13px;
    color: #5b5c61;
    padding-right: 10px;
    padding-left: 10px;
}
.miz-game-create-type {
    text-align: right;
    text-align: justify;
}
.miz-game-create-type > div {
    display: flex;
    padding: 20px 0 !important;
    justify-content: space-evenly;
}
.miz-game-create-type > label {
    font-size: 14px;
}
.miz-game-create-type > div > div {
    cursor: pointer;
    background: #6d75eb;
    padding: 0px 0 10px 0;
    border-radius: 7px;
    transition: 0.2s;
    filter: grayscale(100%);
    opacity: 0.6;
    width: 80px;
}
.miz-game-create-type > div > div:hover {
    opacity: .5;
}
.miz-game-create-type > div > div.active {
    filter: grayscale(0%);
    opacity: 1;
}
.miz-game-create-type > div > div.active:hover {
    opacity: 1;
}
.miz-game-create-type > div > div > div:nth-child(1) {
    text-align: center;
    padding: 7px 0;
}
.miz-game-create-type > div > div > div:nth-child(1) svg {
    width: 50px;
}
.miz-game-create-type > div > div > div:nth-child(2) {
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.miz-game-create-input {
    margin: 15px 5px 5px 5px;
    text-align: center;
}
.miz-game-create-input input {
    text-align: center;
    font-size: 14px;
    padding: 9px;
    border-radius: 6px;
    border: 0;
    width: 70%;
}
.miz-game-join {
    margin: 0 ;
}
.miz-game-join h3 {
    color: #6d75eb;
    font-size: 18px;
    border-bottom: 1px solid #6d75eb;
    padding-bottom: 5px;
    margin-bottom: 16px !important;
}
.miz-game-join > div {
    background: #f2f2f2;
    border-radius: 6px;
    padding: 11px 3px 8px 11px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.miz-game-join > div > div:nth-child(1) > div {
    float: right;
}
.miz-game-join > div > div:nth-child(1) > div img {
    width: 73px;
}
.miz-game-join > div > div:nth-child(2) > div {
    float: left;
}
.miz-game-join-avatar {
    text-align: center;
}
.miz-game-join-avatar > a > div {
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    padding: 2px;
    margin: 0 10px;
}
.miz-game-join-info {
}
.miz-game-join-info label {
    font-size: 13px;
    color: #5b5c61;
    text-align: right;
    display: block;
    padding: 3px 0;
}
.miz-game-join-info label:nth-child(1) {
    cursor: pointer;
}
.miz-game-join-info .miz-online {
    margin-top: 5px;
}
.miz-game-join-button > button {
    padding: 8px 16px;
    background: #6d75eb;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 18px 10px 0 10px;
    transition: 0.2s;
    width: 70px;
}
.miz-game-join-button > button:hover {
    opacity: .8;
}
.red-button button {
    background: #ed1944;
}
.red-button svg {
    fill: #ed1944 !important;
}
.block-button > button {
    background: #ababab; 
    cursor: no-drop;
}
.block-button svg {
    fill: #ababab !important;
}
.miz-game-join-lock svg {
    width: 25px;
    margin-top: 25px;
    fill: #6d75eb;
}  
.miz-game-join-not {
    justify-content: center !important;
    font-size: 15px;
}
.miz-game-join-not label {
    padding: 10px 0;
}
/**************************************************/

@media (max-width: 992px) {
    .miz-list-boxgame {
        grid-template-columns: repeat(3, 1fr);
    }
    .miz-list-boxcategory {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .miz-join-box {
        padding: 10px;
    }
    .miz-game-miz {
        grid-template-columns: repeat(1, 1fr);
    }

    .miz-list-boxgame {
        grid-template-columns: repeat(2, 1fr);
    }
    .miz-list-boxcategory {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .miz-box-min > div {
        width: 100%;
    }
    
    .miz-input-linkMiz {
        font-size: 14px;
    }
    
    .miz-box-white {
        padding: 10px;
    }
    
    .miz-lobby-box .miz-box-white > div:nth-child(1) {
        font-size: 14px;
    }
    .miz-input-edit-players {
        font-size: 14px;
    }
    
    .miz-game-create div div {
        width: auto;
    }
    
    .miz-game-create {
        margin-bottom: 20px;
    }
    .miz-game-create-type > div > div {
        padding: 0px 0 5px 0;
        width: 58px;
    }
    .miz-game-create-type > div > div > div:nth-child(1) svg {
        width: 40px;
    }
    .miz-game-create-type > div > div > div:nth-child(2) {
        font-size: 11px;
    }
    .miz-game-create-type > label {
        font-size: 12px;
    }
    .miz-game-join-avatar > a > div {
        margin: 4px 0 0 5px;
    }
    .miz-game-join-info .miz-online {
        margin-top: 3px;
    }
    .miz-game-join > div > div:nth-child(1) > div img {
        width: 60px;
    }
    .miz-game-join-button > button {
        padding: 10px 5px;
        border-radius: 8px;
        border: 0;
        color: #fff;
        cursor: pointer;
        margin: 7px 3px;
        transition: 0.2s;
        font-size: 11px;
        width: 50px;
    }
    .miz-game-join-info label {
        font-size: 10.5px;
    }
    .miz-game-join-lock svg {
        width: 20px;
        margin-top: 12px;
    }  
    
    .miz-game-miz .miz-game-create > div > div select {
        padding: 4px 4px;
    }
    .miz-game-miz .miz-game-create > div > div label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    html , body {
        font-size: 14px;
    }
    .miz-button-header-logo {
        margin-top: 14px;
        margin-right: 7px;
    }
    .miz-button-header-logo svg{
        height: 25px;
    }
    .miz-button-header-login {
        padding: 7px 20px;
        font-size: 14px;
    }
    .miz-button-header-panel {
        padding: 7px;
    }
    .miz-button-header-panel svg{
        width: 40px;
    }
    .miz-content-main {
        padding: 25px 0;
    }
    .miz-boxgame {
      border-bottom: 3px solid #6d75eb;
    }
    .miz-boxgame-premium img {
        width: 20px;
    }
    .miz-boxgame-info {
        font-size: 11px;  
    }
    .miz-boxgame-info svg{
        width: 14px;  
    }
    .miz-list-boxgame {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 5px;
    }
    .miz-list-boxcategory {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 5px;
    }
    .miz-content-title {
        margin-bottom: 20px;
        border-right: 3px solid #6d75eb;
    }
    .miz-content-title h2{
        font-size: 17px;
    }
    
    .miz-game-cover div:nth-child(1){
        height: 100px;
        margin-top: 20px;
    }
    .miz-game-cover div:nth-child(2) {
        width: 150px;
    }
    .miz-game-tab div div {
        padding: 8px 13px;  
        font-size: 13px;
    }
    
    .miz-box-login {
        margin: 0 10px;
    }
    
    .miz-box-login h3 {
        font-size: 15px;
    }
    .miz-box-login h4 {
        font-size: 12px;
    }
    .miz-box-login-info {
        font-size: 11px;
    }
    .miz-box-login input {
        padding: 10px 7px;
        width: calc(100% - 14px);
        font-size: 14px;
    }
    
}



