body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    direction: ltr;
    font-size: .7rem;
    height: 100%;
    line-height: 1.2;
    background-color: #fff;
}
.link { color: rgb(29, 155, 240)!important; }
.text-white {
    color: rgb(15, 20, 25);
}
@font-face {
    font-family: 'Chirp Bold';
    src: url('../font/chirp-font/Chirp-Bold.woff2') format('woff2'),
    url('../font/chirp-font/Chirp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.container { 
    width: 100%;
    padding: 0;
}
@media (min-width: 1024px) {
    .container {
        margin-left: 12%;
        margin-right: 12%;
        max-width: none;
        width: auto;
    }
}
.x-user-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.verified-icon { margin-left: 2px; }
.verified-icon svg {
    width: 18.75px;
    height: 18.75px;
}
.fill-blue-600 {
    fill: #2563eb;
}

.ui-column {
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    transition: max-height .25s ease-in-out;
}
@media (min-width: 600px) {
    .ui-column {
        flex-grow: 1;
        margin-bottom: 12px;
        margin-top: 12px;
    }
}

.toggle-button {
    display: none!important;
}
/* SVG'nin başlangıç durumu */
.toggle-button svg {
  transition: transform 0.3s ease;
}
/* Açık durum için döndürme */
.toggle-button.active svg {
  transform: rotate(180deg);
}
@media (max-width: 600px) {
    .toggle-button {
        display: block!important;
    }
}

.footer-columns {
    display: flex;
    flex-direction: row;
}
@media (max-width: 600px) {
    .footer-columns {
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-columns .list-unstyled {
        padding-left: 30px;
        display: none;
    }
}

.ui-column-header {
    display: flex;
    justify-content: space-between;
}
.ui-column-header button {
    background-color: transparent;
    border-style: none;
    color: white;
    opacity: 0.60;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 22px;
}
.ui-column-header button svg {
    height: 12px;
    width: 12px;
    fill: #fff;
    float: right;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: linear;
}

/* Header Css */ 
.app-header {
    position: fixed;
    background: #ffffff;
    z-index: 1000;
    top: 0;
    width: 100%;
}

.app-header-container {
    width: 100%;
    display: flex;
    height: 96px;
    width: 100%;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
}

.app-header-container-wide {
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
}
@media (min-width: 1024px) {
    .app-header-container-wide {
        margin-left: 48px;
        margin-right: 48px;
        max-width: none;
    }
}

.nav-content {
    display: flex;
    height: 96px;
    justify-content: space-between;
    padding-top: 12px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-icon {
    height: 28px;
    margin-right: 10px;
    width: 28px;
}

.logo-text {
    font-family: Helvetica Neue LT, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    letter-spacing: .12px;
    color: #14171a;
    font-size: 1.5rem;
    font-weight: 700;
}
@media (max-width: 600px) { 
    .logo-text {
        font-size: 1.2rem;
    }
}

.profile-image {
    border-radius: 100%;
    border: 2px solid #e8eff3;
}

.contact-btn {
    font-family: Helvetica Neue LT, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    margin: 3px 0;
    border: 2px solid #e8eff3;
    border-radius: 48px;
    color: #314351;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all .25s ease-in-out;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.contact-btn:hover {
    background-color: #14171a;
    border: 2px solid #14171a;
    color: #fff;
} 
@media (max-width: 468px) {
    #contact-us-header {
        display: none;
    }
}
@media (max-width: 600px) {
    .app-header-container { height:70px; }
    .nav-content { height: 70px; padding-top: 0; }

}
/* Header Css */ 

/* MAIN Css */
.support-card .card-header {
    background-color: white;
    border-bottom: 0;
    border-radius: 15px;
}
.support-card .support-info {
    margin-left: 0.30rem;
}

.support-card .card-body h4 {
    font-size: 1rem;
}
@media (min-width: 1200px) {
    .support-card .card-body h4 {
        font-size: 1rem;
    }
}
.support-card .support-info h5 {
    border-bottom: 1px solid #dcdcdc96;
    line-height: 1.9rem;
    margin-bottom: 5px;
}
.support-card .card-body p {
    font-family: Helvetica Neue LT, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.2rem;
}
.support-card .card-body ul li {
    font-size: .85rem;
}
.btn-outline-dark {
    font-family: Chirp Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    max-width: 100%;
    overflow: hidden;
    padding: 12px 16px;
    text-overflow: ellipsis;
    display: flex;
    margin: 0 auto;
    background-color: #14171a;
    border-color: #14171a;
    color: #fff;
}
@media (min-width: 600px) {
    .btn-outline-dark {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 14px;
        padding: 16px 24px;
    }
}
.btn-outline-dark:hover {
    background-color: #637888;
    border-color: #637888;
    color: #fff;
    transform: translateY(-2px);
    transition: .25s ease-out;
}
.btn-outline-dark:active, .btn-outline-dark:hover {
    outline-width: 0;
}   
/* MAIN Css */

/* Footer */
footer {
    position: relative;
    background-color: #14171a;
    padding-bottom: 36px;
    padding-top: 36px;
}
footer h6 {
    font-family: Helvetica Neue LT, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .03rem;
    line-height: 1.2rem;
}
footer ul li a, footer a, footer h6 {
    opacity: .6;
}
footer ul li a {
    font-family: Helvetica Neue LT, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 0.90rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.2rem;
    --twtr-color: #fff;
    color: #fff;
}

footer .footer-copyright-area {
    padding-top: 32px;
}



footer .footer-copyright-area div {

}
footer .footer-copyright-area div a {
    opacity: .6;
    font-family: Helvetica Neue LT, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 0.90rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.2rem;
    color: #fff;
}

@media (min-width: 600px) {
    footer .footer-copyright-area { 
        display: flex;
        flex-wrap: nowrap;
    }
}

footer select {
    background: #15171a!important;
    border: 0!important;
    color: white!important;
    opacity: .6!important;
    outline: 0!important;
    padding: 0!important;
}
footer select:active {
    outline: 0!important;
}
footer select:focus {
    box-shadow: none!important;
}

div.modal.show {background: rgb(0 0 0 / 69%);}

/* Reset page styles */
.reset-page {
    background-color: rgba(91, 112, 131, 0.4);
    height: 100%;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.reset-form-container {
    position: relative;
    background-color: rgb(0, 0, 0);
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
  .reset-form-container {
    min-width: 515px;
  }
}

.reset-password-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Logo container */
.text-center.mb-4 {
    margin-bottom: 20px;
}

/* Form content */
#resetPasswordForm {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Button container - position at bottom */
#resetPasswordForm .form-floating {
    margin-top: 10px;
}

#resetPasswordForm button, #resetPasswordEmailAndPhoneForm button, #resetPassword2FaAppForm button, #resetPassword2FaSmsForm button {
    margin-top: auto;
    background-color: rgb(239, 243, 244);
    color: rgb(15, 20, 25);
    height: 48px;
    margin-top: 20px;
}

/* Logo styles */
.x-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

/* Form container styles */
.reset-password-container h1 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 8px;
    color: rgb(231, 233, 234);
}

.reset-password-container p {
    font-size: 15px;
    color: rgb(113, 118, 123);
}

/* Input styles */
.form-floating {
    position: relative;
}

.form-floating input {
    height: 56px;
    font-size: 17px;
    background-color: transparent;
    border: 1px solid rgb(51, 54, 57);
    border-radius: 4px;
    color: rgb(231, 233, 234);
}

.form-floating input:focus {
    border-color: rgb(29, 155, 240);
    box-shadow: rgb(29 155 240 / 10%) 0px 0px 0px 1px;
    background-color: transparent;
}

.form-floating input:focus ~ label {
    color: rgb(29, 155, 240);
}

.form-floating label {
    padding: 20px 16px;
    color: rgb(113, 118, 123);
    font-size: 17px;
    transform-origin: left top;
    transition: transform 0.15s ease-in-out;
}

.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
    transform: scale(0.75) translateY(-8px);
}

/* Button styles */
.btn-primary {
    background-color: rgb(239, 243, 244);
    color: rgb(15, 20, 25);
    border: none;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
}

.btn-primary:hover {
    background-color: rgb(215, 219, 220);
}

/* Responsive styles */
@media (max-width: 768px) {
    .reset-page {
        padding: 0;
    }
    
    .reset-form-container {
        max-width: none;
        border-radius: 0;
        height: 100vh;
        overflow-y: scroll;
        display: block;
    }
    
    .reset-password-container {
        padding: 0;
    }
}

/* Dark theme styles */
.dark-theme {
    background-color: rgb(0, 0, 0);
    color: rgb(231, 233, 234);
}

.dark-theme .reset-password-container {
    padding: 20px;
}

.dark-theme .reset-password-container h1 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 8px;
    color: rgb(231, 233, 234);
}

.dark-theme .reset-password-container p {
    font-size: 15px;
    color: rgb(113, 118, 123);
}

.dark-theme .form-floating {
    position: relative;
}

.dark-theme .form-floating input {
    height: 56px;
    padding: 20px 16px 8px !important;
    font-size: 17px;
    background-color: transparent;
    border: 1px solid rgb(51, 54, 57);
    border-radius: 4px;
    color: rgb(231, 233, 234);
}

.dark-theme .form-floating input:focus {
    border-color: rgb(29, 155, 240);
    box-shadow: rgb(29 155 240 / 10%) 0px 0px 0px 1px;
    background-color: transparent;
}

.dark-theme .form-floating label {
    padding: 20px 16px;
    color: rgb(113, 118, 123);
    font-size: 17px;
    transform-origin: left top;
    transition: transform 0.15s ease-in-out;
}

.dark-theme .form-floating input:focus ~ label,
.dark-theme .form-floating input:not(:placeholder-shown) ~ label {
    transform: scale(0.75) translateY(-8px);
    color: rgb(113, 118, 123);
}

.dark-theme .btn-primary {
    background-color: rgb(215, 219, 220);
}

.dark-theme .text-twitter {
    color: rgb(29, 155, 240) !important;
}

.dark-theme .text-twitter:hover {
    text-decoration: underline !important;
}

/* Override body background for dark theme */
body {
    background-color: rgb(0, 0, 0);
}

/* Error message styles */
.error-message {
    background-color: #1d9bf0;
    color: #fff;
    padding: 16px;
    border-radius: 4px;
    margin-top: 16px;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}