.page-inner-banner-section {
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
}

@media only screen and (max-width: 480px) {
    .page-inner-banner-section {
        background-position: center !important;
        background-size: cover !important;
        min-height: 19vh;
    }
}
.form-control:disabled, .form-control[readonly] {
    background-color: #3d4245 !important;
    opacity: 1;
    cursor: not-allowed;
}
@media only screen and (min-width: 1024px) {
    .page-inner-banner-section {
        background-position: center !important;
        background-size: cover !important;
        min-height: 330px;
    }

    .breadcrumb-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section {
        background-position: center !important;
        background-size: cover !important;
        min-height: 440px;
    }
}

@media only screen and (min-width: 812px) {
    .page-inner-banner-section .page-inner-banner-title-area .gold-class-form-section-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .page-inner-banner-section .page-inner-banner-title-area .gold-class-form-section-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-inner-banner-section .page-inner-banner-title-area .gold-class-form-section-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1440px) {
    .page-inner-banner-section .page-inner-banner-title-area .gold-class-form-section-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-inner-banner-section .page-inner-banner-title-area .gold-class-form-section-title {
        font-size: 48px;
    }
}

/*  Breadcrumb */
.page-breadcrumb-section img {
    width: auto;
    height: 16px;
}


@media only screen and (min-width: 768px) {
    .gold-class-form-wrap {
        row-gap: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    .btn-primary {
        width: 100% !important;
    }
    .page-breadcrumb-section span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-breadcrumb-section span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1439px) {
    .page-breadcrumb-section span {
        font-size: 16px;
    }
}

/*  Breadcrumb */

/* Content */
.content-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .content-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .app-download-area a:first-child {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 812px) {
    .content-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .content-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .content-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1920px) {
    .content-title {
        font-size: 24px;
    }
}

.content-section a:hover {
    color: #fff;
}

.content-section p,
.content-section a,
.content-section span {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

@media only screen and (min-width: 320px) {

    .content-section p,
    .content-section a,
    .content-section span {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {

    .content-section p,
    .content-section a,
    .content-section span {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 812px) {

    .content-section p,
    .content-section a,
    .content-section span {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1024px) {

    .content-section p,
    .content-section a,
    .content-section span {
        font-size: 16px;
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 1440px) {

    .content-section p,
    .content-section a,
    .content-section span {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1920px) {

    .content-section p,
    .content-section a,
    .content-section span {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

/* Content */


/*Form Area */
.gold-class-form-wrap {
    row-gap: 8px;
}
.gold-class-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    margin-top: 4rem;
}

.gold-class-form-section-title {
    color: #fff;
    font-family: ProximaNovaRegular;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

@media screen and (min-width: 812px) {
    .gold-class-form-section-title {
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .gold-class-form-section-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .gold-class-form-section-title {
        font-size: 36px;
    }
}

@media screen and (min-width: 1920px) {
    .gold-class-form-section-title {
        font-size: 48px;
    }
}


.active::after {
    opacity: 1 !important;
}

.login-form-content {
    justify-content: center;
    flex: 1;
    margin-top: 1rem;
}

.login-form-content form {
    width: 70%;
}

.gold-class-form-content {
    justify-content: center;
    flex: 1;
    margin-top: 1rem;
}

.gold-class-form-content form,
.gold-class-form-section>div {
    width: 100%;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
    background-color: #3d4245;
    border: none;
    margin-top: 1rem;
    border-radius: 6.4px !important;
    padding: 1rem;
    color: #fff;
    padding: 30px 20px 6px 20px;
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.material-input {
    width: 100%;
    font-size: 16px !important;
    transition: border-bottom-color 0.3s !important;
}

.material-input:focus {
    outline: none;
    border-bottom-color: #2196f3;
}

.input-label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    transition: top 0.3s, font-size 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.material-input:focus+.input-label,
.material-input:not(:placeholder-shown)+.input-label {
    top: 32%;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.form-control {
    position: relative;
}

.form-control input {
    padding-top: 20px;
}

.form-control {
    background-color: #3d4245;
    box-shadow: none !important;
    color: #fff;
    border: none;
    box-shadow: none;
}

.form-control:focus {
    background-color: #3d4245;
    box-shadow: none !important;
    color: #fff;
    border: none;
    box-shadow: none;
}

.form-select {
    color: #fff;
    background-image: url("../../../img/auth/arrow-down.svg");
    background-color: #3d4245;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
}

.form-select option {
    color: rgba(255, 255, 255, 0.6);
}

.form-select option:checked {
    color: #fff;
}

label {
    color: #fff;
}


.form-check label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}


.btn-primary {
    background-color: #96a825;
    color: var(--white);
    border: 1px solid #96a825;
    border-radius: 30px;
    width: 165px;
    height: 54px;
    margin-bottom: 5rem;
    float: right;
}

.btn-primary::after {
    content: "";
    clear: both;
    display: block;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: transparent;
    color: #fff;
    border: 1px solid #96a825;
}

#goldClassForm {
    padding: 0;
    display: none;
}

.gold-class-form-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}


select {
    background-color: #3d4245;
}

p {
    color: #ffffff99;
    font-size: 12px;
    font-weight: 400;
}

b {
    color: #fff;
    font-weight: 400;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("../../../img/auth/checked.svg");
    background-color: #98a726;
    border-color: #98a726;
}

.form-check-input:focus {
    box-shadow: none;
}

@media screen and (max-width: 980px) {

    .gold-class-form-section {
        margin-top: 3rem;
    }

    .btn-primary {
        margin-bottom: 2rem;
    }

    .gold-class-form-content form {
        width: 100%;
        padding: 0 1rem;
    }
}

/*Form Area */

.kvkk-link a {
    color: #98a726 !important
}
#subSymbolSelect.form-select:disabled {
    background-color: #3d4245;
}

.custom-select--symbol {
    background-color: #3d4245;
    border-radius: 8px;
}

/* Parsley validation error state for custom select */
.custom-select--symbol.parsley-error .custom-select__option--value {
    border: 1px solid #fb2b29 !important;
}

.custom-select--symbol.parsley-error {
    border-radius: 8px;
}

.custom-select--symbol .custom-select__option--value {
    background-color: #3d4245;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    min-height: 54px;
    background-image: url("../../../img/auth/arrow-down.svg");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.custom-select--symbol .custom-select__option {
    color: #b3b3b3;
    background-color: #3d4245;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.custom-select--symbol .custom-select__option:hover,
.custom-select--symbol .custom-select__option:focus {
    background-color: #3d4245;
}

.custom-select--symbol .custom-select__option--selected {
    background-color: #2d2f30;
}

.custom-select--symbol .custom-select__option-description {
    color: rgba(255, 255, 255, 0.5);
}

.custom-select--symbol .custom-select__dropdown {
    background-color: #3d4245;
    border: none;
    border-radius: 0 0 8px 8px;
    max-height: 400px;
    z-index: 9999;
    margin-top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.custom-select--symbol .custom-select__option-wrap {
    max-height: 360px;
}

.custom-select--symbol.custom-select--active .custom-select__option--value {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-select--symbol.custom-select--active .custom-select__option--value::after {
    transform: rotate(180deg);
}

/* Option içerik yapısı - Açıklamalı seçenekler için */
.custom-select--symbol .custom-select__option-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.custom-select--symbol .custom-select__option-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.custom-select--symbol .custom-select__option-description {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}

.custom-select--symbol .custom-select__option:hover .custom-select__option-name,
.custom-select--symbol .custom-select__option--selected .custom-select__option-name {
    color: #98a726;
}

.custom-select--symbol .custom-select__option--selected {
    background-color: rgba(152, 167, 38, 0.1);
    border-left: 3px solid #98a726;
}

/* Dropdown scroll ve overflow */
.custom-select--symbol .custom-select__option-wrap {
    max-height: 360px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #98a726 #3d4245;
}

.custom-select--symbol .custom-select__option-wrap::-webkit-scrollbar {
    width: 6px;
}

.custom-select--symbol .custom-select__option-wrap::-webkit-scrollbar-track {
    background: #3d4245;
    border-radius: 3px;
}

.custom-select--symbol .custom-select__option-wrap::-webkit-scrollbar-thumb {
    background: #98a726;
    border-radius: 3px;
}

/* Position relative for dropdown */
.custom-select--symbol {
    position: relative;
    width: 100%;
}

.custom-select--symbol .custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.custom-select--symbol.custom-select--active .custom-select__dropdown {
    display: block;
}