:root {
    --bodycolor: #151719;
    --bgcolor: #1d1d1d;
    --onecolor: #4d61ff;
    --twocolor: #3c5fef;
}

img {
    width: 100px;
}
 
ul,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background: var(--bodycolor);
    font-family: PeydaWebFaNum;
    font-size: 14px;
    color: #fff;
    overflow-x: hidden;
}

.bgcolorv {
    background: var(--bgcolor);
    border-radius: 15px;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, .6);
}

.loginform,
.sellform,
.dash,
.uoloadres {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loginform .main {
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.uoloadres form {
    width: 90%;
}

.sellform .main,
.dash .main,
.uoloadres .main {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.loginform .main .logo,
.sellform .main .logo {
    margin: 30px 0;
}

.loginform .main .form,
.sellform .main .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.loginform .main .form input {
    background: #efefef;
    width: 100%;
    padding: 10px;
    border: none;
    margin: 10px 0;
    border-radius: 10px;
}

.loginform .main .form button,
.butcp button {
    width: 100%;
    border-radius: 10px;
    background: rgb(77, 97, 255);
    border: none;
    padding: 10px;
    margin: 30px 0;
    color: #fff;
}

.form button,
.box-user a {
    width: 100%;
    border-radius: 10px;
    background: rgb(77, 97, 255);
    border: none;
    padding: 10px;
    margin: 30px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    /* padding-bottom: 40px; */
    border-bottom: 1px solid #333;
}

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    /* padding: 25px 80px 25px 25px; */
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul li:hover label {
    color: #FFFFFF;
}

ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    top: 30px;
    right: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul li:hover .check {
    border: 5px solid #FFFFFF;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked~.check {
    border: 5px solid #0DFF92;
}

input[type=radio]:checked~.check::before {
    background: #0DFF92;
}

input[type=radio]:checked~label {
    color: #0DFF92;
}

.rating--item {
    color: white;
}

.rating--item__label {
    color: white;
    cursor: pointer;
    font-size: 1rem;
}

.rating--item__input {
    display: flex;
    justify-content: space-between;
    position: relative;
}

input[type=range].rating--item__slider {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    padding-right: 1rem;
    padding-left: 0;
}

input[type=range].rating--item__slider::-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range].rating--item__slider::-webkit-slider-runnable-track,
input[type=range].rating--item__slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
}

input[type=range].rating--item__slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
}

input[type=range].rating--item__slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
}

input[type=range].rating--item__slider::-moz-range-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
}

input[type=range].rating--item__slider::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
}

input[type=range].rating--item__slider-tools::-moz-range-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
    height: 0.75rem;
    background-color: transparent;
    border-bottom: 1px solid white;
}

input[type=range].rating--item__slider-tools::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
    height: 0.75rem;
    background-color: transparent;
    border-bottom: 1px solid white;
    height: 0.9rem;
}

input[type=range].rating--item__slider-html {
    background-color: #272729;
    border-radius: 25px;
    box-shadow: 0 1px 0 rgba(51, 51, 51, 0.6);
    padding-right: 0;
    margin-right: 1rem;
}

input[type=range].rating--item__slider-html::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #2f2f31;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

input[type=range].rating--item__slider-html::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #2f2f31;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

input[type=range].rating--item__slider-html::-moz-range-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    height: 0;
}

input[type=range].rating--item__slider-html::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    height: 0;
    height: auto;
}

input[type=range].rating--item__slider-concept {
    padding-left: 0;
}

input[type=range].rating--item__slider-concept::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    width: 10px;
    height: 20px;
    border: 2px solid #2f2f31;
    border-radius: 0;
    background: white;
    cursor: pointer;
}

input[type=range].rating--item__slider-concept::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    width: 10px;
    height: 20px;
    border: 2px solid #2f2f31;
    border-radius: 0;
    background: white;
    cursor: pointer;
}

input[type=range].rating--item__slider-concept::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
    height: 10px;
}

input[type=range].rating--item__slider-concept::-moz-range-progress {
    border: 3px solid white;
    background-color: white;
}

input[type=range].rating--item__slider-javascript::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    width: 25px;
    height: 15px;
    border: 1px solid white;
    border-radius: 8px;
    background: #2f2f31;
    cursor: pointer;
}

input[type=range].rating--item__slider-javascript::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    width: 25px;
    height: 15px;
    border: 1px solid white;
    border-radius: 8px;
    background: #2f2f31;
    cursor: pointer;
}

input[type=range].rating--item__slider-javascript::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid white;
    background-color: none;
    height: 0;
    height: 10px;
}

.rating--item__output {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.rating--item__output-html {
    position: absolute;
    right: -8.5px;
}

.rating--item__outputCircle-html {
    fill: none;
    stroke-width: 0;
    stroke-linecap: round;
    stroke: white;
    width: 30px;
    stroke-dasharray: 0, 100;
    transition: all 0.3s ease;
}

.box-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.box-user p {
    text-align: center;
}

.box-user label {
    margin: 10px 0;
}

.box-user input {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #2f2f2f;
}

.butcp {
    position: relative;
}

.butcp button {
    position: absolute;
    width: 44px;
    font-size: 20px;
    height: 44px;
    left: -20%;
    top: 10%;
}

.dash .main img {
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 20px 0;
}

.dash .main .name,
.dash .main .wallet {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 10px 0;
}

.dash .main .name h3,
.dash .main .wallet h3 {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 900;
}

.dash .main .exit {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(223, 51, 51);
    border-radius: 10px;
    top: 10px;
    left: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.dash .main .but {
    display: flex;
}

.but a {
    width: 100px;
    padding: 10px;
    background: var(--onecolor);
    border-radius: 10px;
    color: #fff;
    margin: 20px 10px;
    text-align: center;
}

.app {
    display: flex;
    padding: 30px;
    flex-direction: column;
}

.app .body {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
}

.app .body .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 10px;
    width: 150px;
    padding: 10px;

}

.app .body .main i {
    font-size: 40px;
    margin: 10px;
}

.app .body .main a {
    background: var(--onecolor);
    color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.menu {

    margin: 0;
    width: 100%;
    display: flex;
    height: 4.4em;
    user-select: none;
    position: relative;
    align-items: center;
    padding: 10px;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--bgcolor);
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    bottom: 0;
    right: 0;

}

@media (max-width: 42.625em) {

    .menu {

        font-size: .55em;

    }

}

.menu a {
    font-size: 30px;
    color: #fff;
}

.ezhfe-up {
    content: "";
    margin: 10px 0;
}


.ezhfe {
    content: "";
    margin: 60px 0;
}



label,
input[type="radio"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

label {
    background-color: hsla(0, 0%, 100%, 0);
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    transition: background-color var(--trans-dur);
}

input[type="radio"] {
    background-color: hsl(0, 0%, 100%);
    border-radius: 50%;
    box-shadow:
        0 0 0 0.0625em hsl(var(--hue), 90%, 80%),
        0 0.125em 0.125em 0.0625em hsla(var(--hue), 90%, 10%, 0.3);
    flex-shrink: 0;
    margin-inline-end: 1em;
    outline: transparent;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    transition:
        background-color var(--trans-dur),
        box-shadow var(--trans-dur);
    -webkit-appearance: none;
    appearance: none;
}

input[type="radio"]:before,
input[type="radio"]:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    transform: scale(0);
    transition: transform var(--trans-dur) var(--trans-timing);
}

input[type="radio"]:before {
    box-shadow:
        0 0 0 0.5em var(--primary) inset,
        0 0 0 0.0625em var(--primary);
    top: -0.0625em;
    left: -0.0625em;
    width: calc(100% + 0.125em);
    height: calc(100% + 0.125em);
}

input[type="radio"]:after {
    background-color: hsl(0, 0%, 100%);
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
}

input[type="radio"]:checked:before,
input[type="radio"]:checked:after {
    transform: scale(1);
}

label:has(input[type="radio"]:checked),
label:has(input[type="radio"]:not(:checked)):hover {
    background-color: hsla(0, 0%, 100%, 0.5);
}

.selection {
    border-radius: 0.75em;
    box-shadow: 0 0 0 0.125em var(--primary) inset;
    display: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5em;
    transition: transform var(--trans-dur) var(--trans-timing);
}

label:has(input[type="radio"]:checked)~.selection {
    animation: fade-in var(--trans-dur) var(--trans-timing);
    display: inherit;
}

label:nth-of-type(2):has(input[type="radio"]:checked)~.selection {
    transform: translateY(100%);
}

label:nth-of-type(3):has(input[type="radio"]:checked)~.selection {
    transform: translateY(200%);
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 90%, 10%);
        --fg: hsl(var(--hue), 90%, 90%);
    }

    label {
        background-color: hsla(var(--hue), 90%, 30%, 0);
    }

    label:has(input[type="radio"]:checked),
    label:has(input[type="radio"]:not(:checked)):hover {
        background-color: hsla(var(--hue), 90%, 30%, 0.5);
    }

    input[type="radio"] {
        background-color: hsl(var(--hue), 90%, 30%);
        box-shadow:
            0 0 0 0.0625em hsl(var(--hue), 90%, 50%),
            0 0.125em 0.125em 0.0625em hsla(var(--hue), 90%, 10%, 0.3);
    }
}

/* Animations */
@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.topi {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff0a;
    padding: 1.5em;
}

select {
    width: 100%;
    background: #efefef;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

ul {
    width: 90%;
}

select::-ms-expand {
    display: none;
}

.box-admin nav {
    display: flex;
    flex-direction: row;

}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.box-admin {
    width: 80%;
}

.tab-pane {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    background: #151719;
    border-radius: 10px;
    margin: 10px 0;
}

.tab-pane .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab-pane ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #efefef;
    border-radius: 10px;
    padding: 10px;
}

.list h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

.list .butadmin button {
    font-size: 20px;
    background: rgb(77, 97, 255);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 5px;
}

.butadmin {
    display: flex;
}

.nav-link {
    background: var(--bodycolor);
    border-radius: 10px !important;
    color: #fff;
    width: 45%;
    height: 45px;
}

.list .butadmin button.active {
    background: #0DFF92;
    color: #2f2f2f;
}

.list .butadmin button.deactive {
    background: #f33c3c;
    color: #fff;
}

.panel {
    margin: 100px auto 40px;
    max-width: 500px;
    text-align: center;
}

.btn_upload #upload_file {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
}

.uoloadres .main {
    margin: 20px;
}

.btn_upload #ersal {
    background: var(--onecolor);
    border: none;
    width: 90px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
}


.uploaded_file_view {
    max-width: 300px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    transition: .2s;
    opacity: 0;
    border: 2px solid #ddd;
    padding: 15px;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
}

.file_remove:hover {
    background: #222;
    transition: .2s;
}

.uploaded_file_view img {
    max-width: 100%;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00
}

.cardnumber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    background: #efefef;
    border-radius: 10px;
    margin: 30px 0;
    padding: 10px;
    color: #2f2f2f;
}

.cardnumber h3 {
    font-size: 17px;
    color: #ef2d2d;
    margin: 10px auto;
}

.boxnum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    background: #efefef;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    color: #434343;
}

.boxmass {
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    align-items: center;
}

.boxmass h3 {
    font-size: 20px;
    padding: 30px 0;
    color: #4eff59;
}

.boxmass h4 {
    font-size: 16;
    text-align: justify;
    margin: 0 0 20px 0;
    padding: 10px;
}

.boxmass h4 span {
    color: #f94d4d;
}
.price {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.price span {
color: var(--onecolor);
font-weight: bold;
}

.app .body p {
    font-size: 10px;
  margin: 10px 0;
}

@media (max-width:600px) {

    .loginform .main,
    .sellform .main,
    .dash .main {
        width: 90%;
        height: auto;
    }

    .butcp button {
        border-radius: 10px 0 0 10px;
        left: 0;
        top: 10px;
    }

    .menu {
        height: 10.4em;
    }

    .app .body {
        justify-content: center;
    }

    .app .body .main {
        margin: 5px;
    }

    .price {
        font-size: 20px;
    }
}
