._UserProfilePhoto {
    border-radius: 50px;
}

._Pad.x {
    padding-left: unset;
    margin-left: -15px;
}

hr.sp {
    border-bottom: 1px solid transparent;
}

._Pad {
    text-align: left;
    padding-left: 15px;
    cursor: pointer;
}

._Pad::before {
    content: "•";
    position: relative;
    top: 0px;
    padding-right: 10px;
}

.paym {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

select {
    background: #cb000000;
    backdrop-filter: blur(50px);
    border: 1px solid transparent;
    outline: unset;
    padding: 13px 12px;
    margin: 13px 0;
    border-radius: 20px;
    width: 1000px;
    color: #e6e3e3;
    font-size: 1em;
    cursor: pointer;
}

.dollar {
    background-image: url(/src/assets/dollar.png?t=1768668104649);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 38px;
    margin-top: 24px;
    z-index: 2;
    cursor: pointer;
}

.z.Oabe {
    padding-bottom: 5px;
}

._mcenter.vs {
    margin-top: 5px;
}

._mcenter {
    text-align: -webkit-center;
}

textarea.inputarea_v1._oab.swal {
    width: 420px;
    background: #ffffff18;

}

textarea.inputarea_v1._oab {
    background: #cb000000;
    display: block;
    backdrop-filter: blur(50px);
    border: 1px solid transparent;
    outline: unset;
    padding: 13px 12px;
    margin: 13px 0;
    border-radius: 20px;
    width: 98%;
    height: 100px;
    color: #e6e3e3;
    font-size: 1em;
    cursor: pointer;
}

.error_msg {
    color: #ff0000;
    font-size: 14px;
    margin: -7px auto;
}

.info_text {
    font-size: 13px;
    padding: 0 7px;
}

._wmenu.v2._oab {
    text-align: left;
    padding: 0 20px;
}

._menu.v2._oab.f2 {
    text-align: left;
    padding: unset;
}

input.inputarea_v1._oab {
    width: 98%;
}

button.but-send._oab {
    width: 100%;
}

.freetop {
    margin-top: 25px;
}

ul.selc {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    border: 1px solid rgb(255 255 255 / 15%);
    max-height: 350px;
    overflow-y: auto;
    color: #252525;
    background: rgb(255 255 255);
    z-index: 10;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-radius: 12px;
}

li.o {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

th.tdorder {
    width: 50%;
}

tr.oneb {
    background: #000000b8;
}

.mvgsel {
    display: flex;
    gap: 10px;
    background: #cb000000;
    backdrop-filter: blur(50px);
    border: 1px solid transparent;
    outline: unset;
    padding: 10px 12px;
    margin: 13px 0;
    border-radius: 20px;
    width: 98%;
    color: #e6e3e3;
    font-size: 1em;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._centerv3.big {
    width: 860px;

}

.link {
    color: #03A9F4
}

._centerv4.big {
    width: 1280px;
}

._centerv3 {
    text-align: -webkit-right;
}

.status.success {
    text-align: center;
    background: #009a3478;
    padding: 7px 8px;
    border-radius: 50px;
    font-size: 12px;
}

.status.del {
    position: relative;
    top: 10px;
    text-align: center;
    background: #f2131378;
    padding: 7px 8px;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
}

.status.wait {
    text-align: center;
    background: #f2dc1378;
    padding: 7px 8px;
    border-radius: 50px;
    font-size: 12px;
}

.status.progress {
    text-align: center;
    background: #138ef24f;
    padding: 7px 8px;
    border-radius: 50px;
    font-size: 12px;
}

.status.success {
    background: #009a3478;
    padding: 7px 8px;
    border-radius: 50px;
    font-size: 12px;
}

.table-container {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    color: white;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.service.smf {
    padding: 5px 10px;
    border-radius: 10px;
    background: #cb000000;
    backdrop-filter: blur(50px);
    border: unset;
    margin: 0 7px;
    cursor: pointer;
}

span.addBalance {
    background-color: #399327;
    border-radius: 6px;
    padding: 3px 3px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

button.down {
    background: #0a1128a6;
    border: 1px solid #ffffff36;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

span.changeUser {
    background-color: #276893;
    border-radius: 6px;
    padding: 3px 3px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

span.banUser {
    background-color: #932727;
    border-radius: 6px;
    padding: 3px 3px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

img.fbglico {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    right: 5px;
}

.notfound {
    text-align: center;
    padding: 25px 10px;
    text-transform: capitalize;
}

th,
td {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.123);
    border-left: 1px solid rgba(255, 255, 255, 0.123);
    border-right: 1px solid rgba(255, 255, 255, 0.123);

}

td.left {
    text-align: left;
}

td.center {
    text-align: center;
}

td {
    text-align: right;
}

th:first-child,
td:first-child {
    border-left: none;
    text-align: left;
}

th:last-child,
td:last-child {
    border-right: none;
}

th {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

tr {
    border-top: 1px solid rgba(255, 255, 255, 0.103);
}

tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.123);
}





tbody tr:last-child td {
    border-bottom: none;
}


td {
    font-size: 14px;
    color: #ffffff;
}

.swal-stars {
    font-size: 32px;
    margin-bottom: 12px;
    text-align: center;
}

.swal-star {
    cursor: pointer;
    color: #ccc;
    transition: 0.2s;
}

.swal-star.active {
    color: gold;
}

.swal-star.active.c {
    font-size: 18px;
}

.swal-star.active.w {
    color: gold;
    font-size: 25px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #cbd5e1;
    transition: 0.25s;
    border-radius: 999px;
}

.slider::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: 0.25s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2a6b97;
}

input:checked+.slider::before {
    transform: translateX(15px);
}

#xidmet_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}

.mcd4_d {
    margin-bottom: 20px;
    position: relative;
}