@font-face {
    font-family: 'vazirmatn';
    src: url('../fonts/vazirmatn.ttf') format('truetype');
}

@font-face {
    font-family: 'vazirmatn2';
    src: url('../fonts/vazirmatn2.ttf') format('truetype');
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans.ttf') format('truetype');
}

* {
    font-family: 'vazirmatn'!important;
}

*::-webkit-scrollbar {
    display: none;
}

.fontiransans {
    font-family: 'iransans'!important;
}

#maincontent,
h1 {
    margin-bottom: 32px
}

#table-filter,
.headertext,
td,
th {
    text-align: center
}

::-moz-selection {
    color: #444;
    background: #E6C0BE;
}

 ::selection {
    color: #444;
    background: #E6C0BE;
}

#maincontent,
.a,
.btnlinto,
.btnlinto2,
.btn2,
a,
body,
html {
    transition: .4s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: none;
}

body,
textarea {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

body::-webkit-scrollbar {
    display: none
}

.dark .inputc>placeholder,
.dark .inputc>value,
.dark .about,
.dark .headertext {
    color: #fff
}

.dark body,
.dark html {
    background: #252525!important
}

.dark .inputc {
    background-color: #fff;
}

.clselect {
    font-family: 'vazirmatn2';
    font-weight: bold;
    border-radius: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    width: 250px;
    height: 35px;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none;
}

.selectoption {
    color: #000;
    font-family: 'vazirmatn2';
    font-weight: bold;
}

.clselect::after,
.clselect::before,
.clselect:focus {
    grid-area: select;
    color: #000;
    border: 1px solid transparent;
}

.dark tr:hover:not(:first-child) {
    background-color: rgba(255, 255, 255, 0.158);
}


/* .dark #maincontent:hover {
    border-color: #777
} */

.dark tbody tr:nth-child(odd) {
    background-color: #252525;
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d
}

.dark .a,
.dark a {
    color: #eee
}

.dark .a:hover,
.dark a:hover {
    color: #b3b3b3
}

.telegramsizebox {
    left: 50%;
    padding: 40px;
}

.telegrambox {
    padding: 40px;
    line-height: 3px;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #27282c; */
    /* border-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 2px solid #fff; */
}

.managecode {
    background-color: #27282c!important;
}

.telegrambuttonrow {
    grid-row: 1;
    display: flex;
    gap: 2.5px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 2.5px;
    transition: .4s
}

.telegrambutton {
    background-color: #40454d;
    color: #fff;
    font-family: 'vazirmatn';
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    transition: .4s;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: none;
    position: relative;
    overflow: hidden;
    display: table;
    line-height: 1.9;
    border: 1px solid transparent
}

@media (max-width: 767px) {
    .telegrambutton {
        font-size: 9px;
        line-height: 2.9;
    }
    .telegrambox {
        /* border: 1px solid #fff; */
        padding: 10px;
    }
    .telegramsizebox {
        padding: 4px;
    }
}

.telegrambutton::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 0px;
    height: 0px;
    margin-left: -0px;
    margin-bottom: -0px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    transition: 0.4s;
}

.telegrambutton:hover::after {
    width: 320px;
    height: 320px;
    margin-left: -160px;
    margin-bottom: -160px;
}

.dark .btnlinto {
    background-color: #FFEEE6;
    color: rgb(48, 48, 48)
}

.dark .btnlinto2 {
    background-color: #E6C0BE;
    color: #444
}

.headertext {
    margin-top: 60px
}

.hidden-xt {
    display: block!important
}

.hidden-xs {
    display: none!important
}

.content {
    max-width: 1000px;
    margin: 35px auto;
    font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    padding-left: 1em;
    padding-right: 1em
}

h1 {
    word-break: break-all
}

.name {
    padding-left: 1.5em
}

#maincontent {
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    /* border: 2px solid transparent; */
    border-radius: 10px;
    overflow-x: auto;
    margin-top: 28px;
    -webkit-box-shadow: 0 .55rem 1.25rem rgb(0 65 98 / 4%);
    box-shadow: 0 .55rem 1.25rem rgb(0 65 98 / 4%)
}

.maincolor {
    background-color: #333131;
    border-color: #252525;
}

.maincontentcenter {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    left: 50%;
    /* position: fixed; */
    transition: .4s
}

#table-filter {
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -13px
}


/* #maincontent:hover {
    border: 2px solid
} */

table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: .88em;
    padding-left: 10px;
    padding-right: 10px
}

.t-header th {
    font-size: 1em;
    height: 1.8em
}

td,
th {
    padding: .65em
}

th:nth-child(2) {
    width: 10em
}

@media only screen and (max-width:640px) {
    h1 {
        font-size: 1.5em
    }
    th:first-child {
        width: 3em
    }
    th:nth-child(2) {
        width: 9em
    }
    .headertext {
        text-align: center;
        margin-top: 40px
    }
    th:nth-child(10),
    th:nth-child(3),
    th:nth-child(4),
    th:nth-child(5),
    th:nth-child(6),
    th:nth-child(7),
    th:nth-child(8),
    th:nth-child(9) {
        width: 6em
    }
    td:first-child {
        padding-left: 2em
    }
    td:nth-child(2) {
        color: #666
    }
}

.a,
a {
    text-decoration: none
}

td a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

td a:visited {
    color: #5a5a5a
}

.icon {
    vertical-align: text-bottom;
    padding-right: .75em;
    height: 1.4em
}

.inputc,
.btnlinto,
.btnlinto2 {
    padding: .5rem .85rem;
    max-width: 100%
}

.about {
    color: #646464;
    font-size: .8em;
    font-style: normal
}

.boxcopy {
    margin: auto;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    background-color: #4B81CA;
    color: #fff;
    width: 8rem;
    height: 20px;
    border-radius: 10px;
    padding: .8rem .94rem;
}

.btnlinto {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    line-height: 1;
    width: 15rem;
    border: 1px solid transparent
}

.btnlinto2 {
    font-family: 'vazirmatn2';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    line-height: 1;
    width: 8rem;
    border: 1px solid transparent
}

.btnlinto:hover,
.btnlinto2:hover {
    opacity: 40%;
}

.inputc,
.btn2 {
    border-radius: 10px;
    text-align: center
}

.btn2 {
    margin-top: 4px;
    width: 54px;
    height: 30px;
    border: 1px solid transparent
}

.tops {
    margin-top: 140px
}

.inputc {
    font-family: 'vazirmatn2';
    font-weight: bold;
    color: #000;
    justify-content: center;
    align-content: center;
    font-size: .875rem;
    font-family: inherit;
    height: 19px;
    background-clip: padding-box;
    border: 1px solid transparent;
    width: 14rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.inputc:focus,
#gopath:focus {
    outline: 0
}

.inputgetcode {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    align-content: center
}

textarea {
    border-radius: 10px;
    padding: .8rem .94rem;
    border: 0 solid transparent
}

textarea::-webkit-scrollbar {
    display: none
}

textarea:focus {
    border: 0 solid transparent;
    outline: 0
}

.lds-roller {
    margin-top: 75px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFEEE6;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}