* {
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    background-color: #121212;
}

html {
    scroll-behavior: smooth;
}

:root{
    color-scheme: dark;
}

::selection {
    background: rgba(53, 53, 53, 0.6);
}

::-moz-selection {
    background: rgba(53, 53, 53, 0.6);
}

#hiba {
    display: none !important;
    opacity: 0 !important;
}

@media screen and (max-width: 800px) {
    .login h1 {
        font-size: 25px !important;
    }
    .login p {
        font-size: 15px !important;
    }
}

.login-body {
    height: 100vh;
    width: 100%;
    background-color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login {
    animation: load 0.3s ease-in;
    width: 500px;
    max-width: 95%;
    height: 230px;
    max-width: 100%;
    border-radius: 20px;
    padding: 15px 25px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(14px) saturate(200%);
    -webkit-backdrop-filter: blur(14px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.08);
}

.login::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.35), transparent 60%);
    opacity: 0.4;
    animation: lightflow 12s infinite linear alternate;
    pointer-events: none;
    z-index: 0;
}

.login h1 {
    margin: 10px 0 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #efefef;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
    letter-spacing: 1px;
    cursor: default;
}

.login p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-align: center;
    cursor: default;
}

.login b {
    color: #c29b30;
    text-decoration: none;
}

.login a {
    position: relative;
    display: block;
    width: 180px;
    height: 50px;
    background-image: url('https://premiumcsgo.hu/IMG/steambtn.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto 30px auto;
}


.nincs {
    padding-top: 8px !important;
    font-size: 23px !important;
}

@keyframes lightflow {
    0% { transform: translateX(0px) translateY(0px); }
    50% { transform: translateX(20px) translateY(15px); }
    100% { transform: translateX(0px) translateY(0px); }
}

@keyframes load{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.fooldal {
    width: 100%;
    max-width: 1500px;
    height: fit-content;
    padding: 10px 0 20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: center;
}

.egyeni {
    width: 600px;
    min-height: 190px;
    height: fit-content;
    z-index: 10;
    margin: 0;
    max-width: 95%;
}

.egyeni h2 {
    font-size: 25px !important;
    margin: 5px auto 8px auto !important;
}

.kor-valasz {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    cursor: default;
}

.kor-holder {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 15px;
}

.kor-holder a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-shadow: #00000096 2px 1px 1px;
    backdrop-filter: blur(1px) saturate(150%);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.kor-holder a:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(0.5px) saturate(200%);
}

.kor-holder div {
    width: 150px;
    height: 50px;
    border-radius: 15px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    -webkit-backdrop-filter: blur(14px) saturate(200%);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    overflow: hidden;
    background-size: cover;
}

.kor-holder div:nth-child(1) {
    background-image: url("./IMG/awpbg.webp");
}

.kor-holder div:nth-child(2) {
    background-image: url("./IMG/knifebg.webp");
}

.kor-holder div:nth-child(3) {
    background-image: url("./IMG/ssgbg.webp");
}

.kor-holder div:nth-child(4) {
    background-image: url("./IMG/deaglebg.webp");
}

.kor-holder div:nth-child(5) {
    background-image: url("./IMG/deaglebg.webp");
}

.kor-holder div:nth-child(6) {
    background-image: url("./IMG/votebg.webp");
}

.iframe-tarto {
    width: 600px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    margin: 0;
    max-width: 95%;
}

.dataholder2 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.glass-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(14px) saturate(200%);
    -webkit-backdrop-filter: blur(14px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 15px;
    overflow: hidden;
    animation: load 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.glass-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1), transparent 60%);
    opacity: 0.4;
    animation: lightflow 15s infinite linear alternate;
    pointer-events: none;
    z-index: 0;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid rgba(194, 156, 50, 0.1); 
    border-top: 3px solid #c29c32; 
    border-right: 3px solid #c29c32;
    box-shadow: 0 0 10px rgba(194, 156, 50, 0.5); 
    animation: spin 1s linear infinite;
    z-index: 52;
    cursor: default;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.header {
    position: fixed;
    top: 7px;
    left: 7px;
    right: 7px;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 40px;
    z-index: 100;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25), inset 0 0 10px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.4), transparent 60%);
    opacity: 0.3;
    pointer-events: none;
}

.header a {
    transition: all 0.15s linear;
    text-decoration: none;
    color: #d6d6d6;
    font-size: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
}

.header a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.most {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5) !important;
}

.fiok {
    position: absolute;
    right: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #efefef;
    font-weight: 400;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fiok img {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.fiok {
    transition: transform 0.2s ease-in-out;
    z-index: 11;
}

.menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    right: 0px;
    top: 51px;
    width: 170px;
    flex-direction: column;
    border-radius: 15px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.07);
    background: linear-gradient(135deg, #4F4F4F, #232323);
    backdrop-filter: blur(15px) saturate(160%);
    -webkit-backdrop-filter: blur(15px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.menu::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    height: 25px;
    background: transparent;
}

.fiok:hover + .menu,
.menu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    padding: 8px 20px;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative !important;
    left: unset !important;
    top: unset !important;
    filter: none !important;
    border-radius: 15px 15px 0 0;
}

.menu a:last-child {
    border-bottom: none;
    border-radius: 0 0 15px 15px;
}

.menu a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.main-body {
    padding-top: 70px;
}

.main-body h1 {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    margin: 20px auto;
    text-shadow: #00000096 3px 3px 3px;
    cursor: default;
}

.main-body h2 {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    margin: 0 auto 10px auto;
    text-shadow: #00000096 3px 3px 3px;
    cursor: default;
}

.steamid {
    margin: 0;
    transform: translateY(-10px);
    font-size: 25px !important;
}

.keres-holder {
    width: 600px;
    margin: 10px auto;
    padding: 15px 0;
    max-width: 95%;
}

.utolso {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin: 5px 0 0 0;
}

.jat-holder table {
    max-width: 500px;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.jat-holder th {
    padding: 2px 0;
}

.jat-holder td {
    padding: 2px 0;
}

.jat-holder td:nth-child(1) {
    text-align: left;
}

.jat-holder table a {
    color: #c29b30;
    text-decoration: none;
}

.online-table {
    max-width: 600px;
    width: 95% !important;
    height: fit-content;
    margin: 0 !important;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

.online-table tbody {
    max-width: 100%;
}

.online-table thead {
    max-width: 100%;
}

.online-table input[type=submit] {
    transition: all 0.3s linear;
    background-color: #00000000;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.online-table input[type=submit]:hover {
    color: #c29b30;
}

.jat-form {
    width: fit-content;
    height: fit-content;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.jat-form input[type=text] {
    background-color: #00000000;
    transition: all 0.3s linear;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 50px;
    width: 350px;
    border: 1px solid #888888;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    outline: none;
    cursor: default;
    padding: 0 10px;
    cursor: pointer;
}

.jat-form input[type=submit] {
    background-color: #00000000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    height: 51.5px;
    width: 100px;
    border: 1px solid #888888;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    outline: none;
}

.jat-form input[type=submit]:hover {
    background-color: #c29b3056
}

.talalat {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.talalat table {
    width: 420px;
    padding: 10px;
    border-radius: 15px;
    max-width: 95%;
}

.talalat table td {
    width: 50%;
    padding-left: 8px;
}

.talalat a {
    color: #c29b30;
    text-decoration: none;
}

.tiltasok {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 25px auto 0 auto;
    width: 1300px;
    max-width: 100%;
    flex-wrap: wrap;
}

.tiltasok div {
    padding:  10px 10px 10px 10px;
    width: fit-content;
    border-radius: 15px;
}

.tiltasok input {
    height: 26px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    outline: none;
    border: 1px solid #888888;
    padding-left: 5px;
}

.tiltasok form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.tiltasok select {
    height: 32px;
    width: 90px;
    outline: none !important;
    border: 1px solid #888888;
}

.tiltasok input[type=submit] {
    background-color: #00000000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    height: 32px;
    width: 80px;
    border: 1px solid #888888;
    outline: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 5px;
}

.tiltasok input[type=submit]:hover {
    background-color: #c29b3056
}

.tiltasok input[type=text] {
    padding: 2px 5px;
}

.tiltasok h3 {
    text-align: center;
    margin-bottom: 10px;
}

.egyeb h2 {
    margin: 15px 0 15px 0 !important;
}

.egyeb {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: fit-content;
    padding-bottom: 20px;
}

.egyeb table {
    width: 1200px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #888888;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-collapse: separate;
    border-spacing: 0;
    outline: none;
}

.egyeb table thead th:first-child {
    border-top-left-radius: 15px;
}
    
.egyeb table thead th:last-child {
    border-top-right-radius: 15px;
}

.egyeb table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
    
.egyeb table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.egyeb table td, .egyeb table th {
    border: 1px solid #888888;
    outline: none;
    text-align: center;
    padding: 5px 1px;
}

.felold-form input[type=submit] {
    background-color: #00000000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    height: 30px;
    width: 80px;
    border: 1px solid #888888;
    outline: none;
    border-radius: 8px;
}

.felold-form input[type=submit]:hover {
    background-color: #c29b3056
}

.felold-form input[type=submit]:disabled {
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
    cursor: default;
}

.felold-form input[type=submit]:disabled:hover {
    background-color: #a3a3a300 !important;
    cursor: default;
}

.report_holder {
    width: 1000px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    gap: 20px;
    padding-bottom: 20px;
    max-width: 95%;
}

.report {
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
    height: fit-content;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    max-width: 95%;
}

.report .nev {
    max-width: 90% !important;
}

.report a, .online-table a, .report_table a {
    text-decoration: none;
    color: #c29b30;
}

.report_table {
    width: fit-content !important;
    max-width: 1200px !important;
    min-width: 500px !important;
}

.most {
    transition: all 0.3s linear !important;
    color: #c29b30 !important;
}

.konz-valasz {
    margin-top: 10px;
    padding: 0;
    height: fit-content;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.chat-holder {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 auto;
    width: fit-content !important;
    max-width: 95% !important;
    min-width: 500px !important;
    border: 1px solid #888888;
    border-radius: 15px;
    padding: 6px 0;
}

.chat-holder p {
    margin: 0 0 1px 10px;
}

.konzol-holder {
    width: 600px;
    max-width: 95%;
    margin: 20px auto;
    padding: 15px 0;
    height: fit-content;
}

.vip-holder {
    width: 600px;
    max-width: 95%;
    height: fit-content;
    padding: 15px 0;
    margin: 10px auto 0 auto;
}

.vip-form {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    padding: 0 15px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.vip-form input {
    background-color: #00000000;
    transition: all 0.3s linear;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 50px;
    width: 230px;
    border: 1px solid #888888;
    border-radius: 15px;
    outline: none;
    cursor: default;
    padding: 0 10px;
    cursor: pointer;
}

.vip-form select {
    background-color: #00000000;
    transition: all 0.3s linear;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 50px;
    width: 130px;
    border: 1px solid #888888;
    border-radius: 15px;
    outline: none !important;
    cursor: default;
    padding: 0 10px;
    cursor: pointer;
}

.vip-form input[type=submit] {
    background-color: #00000000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    height: 52px;
    width: 100px;
    border: 1px solid #888888;
    border-radius: 15px;
    outline: none;
    margin-right: 30px;
}

.vip-form input[type=submit]:hover {
    background-color: #c29b3056
}

.vip-holder h1 {
    margin: 0;
    padding: 0;
    font-size: 25px;
}

.vip-holder p {
    margin: 0 auto 10px auto;
    padding: 0;
    height: fit-content;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.vip-valasz {
    margin: 10px auto 0 auto !important;
}

option {
    background-color: #333333;
}

.profil-holder {
    margin: 10px auto 20px auto;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profil-header {
    width: 860px;
    height: 111px;
    max-width: 95%;
    padding: 0 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    overflow: hidden;
}

.profil-header img {
    height: 101px;
    margin: 5px;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.profil-nev {
    margin: 29px 0 0 5px;
    z-index: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profil-nev h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

.profil-nev h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #8a8a8a;
    font-weight: 400;
    margin: 8px 0 0 0;
    text-align: left;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    transition: all 0.2s ease-in-out;
}

.profil-nev h2:hover {
    color: #c0c0c0;
    text-shadow: 1px 1px 2px rgba(175, 175, 175, 0.6);
}

.ip-table {
    width: 600px;
    margin: 10px auto;
    padding: 10px 0;
    max-width: 95%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.ip-table table {
    width: 100%;
    text-align: center;
}

.ip-table td, .ip-table th {
    padding: 5px 2px;
}

.ip-table a {
    color: #c29b30;
    text-decoration: none;
}



@media screen and (max-width: 600px) {
    .online-table th:nth-child(2) {
        display: none;
    }
    .online-table td:nth-child(2) {
        display: none;
    }
    .report {
        justify-content: start;
        align-items: start;
    }
    .online-table {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 550px) {
    .header {
        gap: 25px;
    }
    .keres-holder td:nth-child(2) {
        display: none;
    }
    .egyeb {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 500px) {
    .report {
        gap: 10px;
    }
    .talalat {
        font-size: 18px !important;
    }
    .egyeb table {
        font-size: 18px !important;
    }
    .online-table {
        font-size: 18px !important;
    }
    .vip-form input[type=submit] {
        margin-right: 0px;
    }
    .jat-form input[type=text] {
        width: 230px;
    }
    .kor-holder a {
        font-size: 16px;
    }
    .chat-holder {
        font-size: 14px;
    }
    .ip-table {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 400px) {
    .jat-form input[type=text] {
        width: 180px;
    }
    .jat-form input[type=submit] {
        width: 60px;
        font-size: 13px;
    }
    .ip-table {
        font-size: 14px;
        line-height: 14px;
    }
}
