@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body {
    font-family: "Source Sans 3", sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    background: linear-gradient(to bottom, rgb(46 0 12 / 75%) 0%, rgb(2 24 40 / 50%) 100%), url(/kameraliSohbetBG.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

@media screen and (max-width: 600px) {
    body {
        display: block;
        height: 100%;
    }
    .container {
        width: 100%;
        margin: 0 !important;
    }
    .content {
        border-radius: 0 !important;
    }
    h1 {
        font-size: 1.4rem !important;
        margin: 1.25rem 0 0.25rem 0 !important;
    }
    .desktopGor {
        display: none;
    }
    .mobileGor {
        display: block !important;
    }
    .content {
        padding: 0 !important;
    }
}

.mobileGor {
    display: none;
}

hr {
    border-bottom: 1px solid #492d3e33 !important;
    width: 100%;
    clear: both;
    border: 0;
    margin: 1rem 0 1rem 0;
}

h1 {
    margin: 0.5rem;
    color: #a7005c;
}

h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 1rem 0 0.5rem 0;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    height: 100%;
    margin: auto;
}

.content {
    text-align: center;
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 0 40px #afe0ff61;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(10px);
}

.button-group {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-evenly;
}

.gender-group {
    margin-bottom: 10px;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button-group button {
    margin: 0 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background-color: #ad0053;
    color: #fff;
    text-shadow: 0 1px 1px #0000008a;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #2a0b25;
    border-top: 1px solid #e632a2;
}

.connect-button {
    margin: 10px 0 5px 0;
    padding-top: 2px;
    width: 300px;
    height: 60px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(0deg, rgb(2 146 2) 0%, rgb(0 182 142) 100%);
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px #000000a8;
    border-bottom: 2px solid #005a0f;
}

p {
    margin-top: 0;
    padding: 0 10px 0 10px;
}

.leftToleft {
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.chooseEm {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.dropdown select {
    width: 175px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    font-size: 1rem;
    appearance: none;
    box-shadow: 0 2px 2px #00000024;
}

.dropdown p {
    margin: 5px;
    font-weight: 400;
    color: #616161;
}

.select_arrow {
    position: relative;
    top: -25px;
    right: -68px;
    width: 0px;
    height: 0px;
    border: solid #27212a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.labelStyle {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff4d;
    width: 170px;
    border-radius: 10px;
    border: 1px solid #00000042;
}

.checkBoxStyle {
    padding-left: 15px;
}

.genderPStyle {
    display: flex;
    width: 100%;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.gender-label {
    padding-left: 10px;
    font-weight: 500;
    font-size: 1.25rem;
}

.gender-img {
    padding-right: 20px;
}

.midPlace {
    margin: 3px 0 12px;
    font-weight: 400;
    color: #616161;
}

.more-content {
    display: none;
}

.toggle-btn {
    color: blue;
    cursor: pointer;
}