@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
*,
::before,
::after {
    box-sizing: border-box;
}

:root {
    --header-height: 3rem;
    --nav-width: 280px;
    --first-color: #d4e2ff;
    --first-color-light: #e6f0ff;
    --white-color: #f7f6fb;
    --body-font: "Nunito", sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}

body {
    position: relative;
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    transition: 0.5s;
    margin: auto;
}

a {
    text-decoration: none !important;
    color: #000;
}

a>.ri-arrow-left-line {
    color: hsl(0, 0%, 100%) !important;
}

a,
button,
.btn,
img,
input {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #0d6efd;
    color: #ffffff;
}

::selection {
    background-color: #0d6efd;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

.bg-blue-dark {
    background: #d4e2ff;
}

body::-webkit-scrollbar {
    display: none;
}

/* sidebar css start */

.sidenav {
    overflow-y: auto;
}

.sidebar-logo {
    padding: 20px 10px;
    border-bottom: 1px solid #dddddd38;
    background: #242424;
    width: 100% !important;
}

.sidebar-logo * {
    color: #f6f6f6;
}

.sidebar-logo i {
    font-size: 50px;
}

ul.sidebar-menu li {
    border-bottom: 1px solid #dddddd38;
}

#myform label {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.sidebar-menu a {
    color: #f6f6f6;
    line-height: 20px;
    padding: 15px 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.3s linear;
    cursor: pointer;
}

.topmenu a {
    font-size: 18px;
    font-weight: 600;
}

.topmenu a:hover {
    color: #fff;
}

.footer {
    margin: auto;
}

ul.sidebar-menu a:hover,
ul.sidebar-menu a:focus {
    color: #080c5c;
}

ul.sub-menu {
    background: #ffffff29;
    padding: 0px 20px;
}

ul.sidebar-menu a:hover i,
ul.sidebar-menu a:focus i {
    color: #ec3237;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    min-width: 310px;
    height: 50px;
}

.plan {
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hisarrow {
    color: #000;
    width: 30px;
    height: 30px;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.plan a:first-child {
    color: #000000b0;
}

.plan a:last-child {
    color: #0d6efd;
}

.clock a:hover {
    color: #0d6efd;
}

.notification.dropdown {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a {
    font-size: 11px;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 10px;
    top: 130% !important;
}

.sidebar-card {
    background: #ffffff3d;
    padding: 25px;
}

.sidebar-card h6 {
    color: #fff;
}

.lg-size {
    min-width: 165px;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-card img {
    width: 150px;
}

main.fullheight {
    min-height: 100vh;
}

.hmpc {
    margin-bottom: 80px;
}

.btn-warning:hover {
    /* background: #3d199f !important;
    color: #fff !important; */
        color: var(--bs-btn-hover-color);
        background-color: #080c5c;
}

.card-header {
    border-color: #fdfdfd40;
}

.ftrmenu span {
    /* width: 40px; */
    /* height: 40px; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* background: #ffc1073d; */
    border-radius: 50%;
    margin: 0px auto;
    font-size: 20px;
}

/* span.input-group-text {
  background: #0d6efd3b;
  border-color: #0d6efd;
} */

.modal-body.widget-area .form-control {
    height: 50px;
}

.header {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background-color: #4179ff1f;
    z-index: 99;
    transition: 0.5s;
    border-radius: 0px;
}

.header_toggle {
    color: #d4e2ff;
    font-size: 1.5rem;
    cursor: pointer;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header_img img {
    width: 40px;
}

.sidenav {
    position: fixed;
    top: 48px;
    left: 0%;
    width: 240px;
    height: 100vh;
    background-color: #242424;
    padding: 0.5rem 1rem 0 0;
    transition: 0.5s;
    z-index: 99999;
}

.dropdown .nav-link {
    width: auto;
}

.active {
    color: #000000;
}

.active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #fff;
}

.setting .dropdown-menu {
    top: 0 !important;
}

.postnumber h2 {
    font-size: 100px;
}

.postnumber {
    position: absolute;
    right: 20px;
}

.dash-item img {
    filter: invert(35%) sepia(97%) saturate(5132%) hue-rotate(213deg) brightness(103%) contrast(99%);
}

.avtardiv p,
.avtardiv h5,
.clock {
    color: #000;
}

.desigrp h6 {
    flex: 1 1 auto;
    max-width: 50%;
}

.table td,
.table th {
    font-size: 14px;
}

.inputfield.col-sm-2 label {
    height: 50px;
}

input,
select,
textarea {
    font-size: 16px;
}

.form-select,
.form-control {
    height: 48px;
    line-height: 34px;
}

.form-select-sm,
.form-control-sm {
    height: 38px;
    line-height: 24px;
}

.telegram i {
    font-size: 40px;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
}

.scrrolar {
    max-height: 450px;
    overflow-x: hidden;
    padding-inline: 10px;
    /* margin-bottom: 100px; */
}

.scrrolar::-webkit-scrollbar {
    width: 5px;
}

.scrrolar::-webkit-scrollbar-thumb {
    background: #ffc107;
    border-radius: 10px;
}

.scrrolar::-webkit-scrollbar-track {
    background: #c3c3c3;
    border-radius: 10px;
}

.playcards .card {
    background: #ffffff;
}

.gameopen .card-img img {
    width: 45px !important;
}

.sidebar-menu {
    padding-left: 0;
    padding-bottom: 33px;
}

.spb>div {
    max-height: max-content !important;
}

.form-check-input:checked+label {
    background: #080c5c !important;
    color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .plycd {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .home .main-body {
        padding-bottom: 140px;
    }
    [type="radio"]:checked+label {
        background: #f00 !important;
    }
    /* .fxdsng{
  position: fixed !important;
  top: 16px !important;
  width: 94% !important;
} */
    /* input#points {
  display: none;
} */
    .pbtn .form-control {
        padding: 0 !important;
    }
    .scrrolar {
        max-height: 330px;
    }
    .sidenav {
        z-index: 9999;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding-left: 0px;
        padding-right: 0;
        background-color: #f8f9fa;
        margin: auto;
    }
    .bibtn {
        padding-inline: 130px !important;
    }
    main {
        background: #fff;
        padding: 0px;
        border-radius: 0px;
    }
    .sidenav {
        left: -100%;
        padding: 0 0rem 0 0px;
        min-height: 100vh;
        overflow-y: auto;
    }
    .sidenav.show {
        left: 0%;
    }
    .sidenav::-webkit-scrollbar,
    .body::-webkit-scrollbar {
        display: none !important;
    }
    .select-digit-wrap {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        height: 85vh;
    }
    body .w-auto {
        width: 100% !important;
    }
    .select-digit-wrap {
        padding-bottom: 100px;
    }
    .snank>div {
        margin-bottom: 0;
        max-height: 300px;
    }
    .snank {
        padding-bottom: 30px;
    }
    .sidenav {
        left: -100%;
        padding: 0;
        top: 43px;
    }
    .innerrow .col {
        flex: 1 1 100%;
    }
    .sidenav.show {
        left: 0;
    }
    .dropdown-menu {
        top: 100% !important;
    }
    .main-body {
        padding-inline: 0px;
    }
    .header {
        border-radius: 0;
        background: #fff;
    }
    .lg-size {
        min-width: 140px;
    }
    .stdtl a {
        width: 100%;
    }
    /* .playcards, .gameopen {
  padding-inline: 15px !important;
} */
}

@media (max-width: 767px) {
    .input-group {
        min-width: 100% !important;
    }
}

@media screen and (max-width: 374px) {
    .w-auto {
        width: 100% !important;
    }
    .ftrmenu a {
        font-size: 12px;
    }
    .ftrmenu span {
        width: 30px;
        height: 30px;
    }
    .gpge img {
        width: 40px;
    }
    .playcards .gname {
        flex: 1 1 40%;
        max-width: 40%;
    }
}
h5.fw-semibild.m-0 {
    color: #fff;
}
img.rounded-3.mx-auto.d-table{
    max-width: 100px;
}
.fa-telegram-plane:before, .fa-telegram:before{
    content: "\f2c6";
    color: #080c5c;
    font-size: 32px;
}
marquee {
    color: black;
}