.old-h2form {
    display: none;
}
.selected-package {
    border-radius: 4px;
    border: 1px solid var(--Grey-Light-Periwinkle, #DEE3ED);
    background: var(--White-White, #FFF);
    padding: 16px;
    margin-bottom: 32px;
}

.selected-package p {
    color: var(--Product-Colors-Teal-Blue, #049EAD);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.selected-package-content {
    display: flex;
    max-width: 570px;
    width: 100%;
    padding-top: 3px;
    gap: 8px;
    align-items: center;
}

.selected-package-content h2 {
    margin: 0px;
}

.mb-3 input {
    padding: 16px;
}

.input-group-append button {
    padding: 16px;
}

#step-2 {
    height: 300px;
}

.form-title-top {
    width: 101%;
}

#step-2 {
    display: none;
}

.sms-confirmation-code p {
    font-weight: 500;
}

#NumaraTasiContainer {
    margin-top: 20px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 4px;
}

#phone-number-confirm {
    font-weight: 900;
}

#NumaraTasiNumara {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#NumaraTasiOTP {
    padding: 16px;
}

label.error {
    color: #cc2d1f;
}

.form-lead h2 {
    font-size: 15px;
    font-weight: 600;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
    height: 60px;
}

.form-group label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    color: #aaa;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.form-group input {
    font-size: 16px;
    padding-top: 20px;
}

input:focus+label,
input:not(:placeholder-shown)+label {
    top: 6px;
    left: 16px;
    font-size: 11px;
    color: #aaa;
}

.form-group input::placeholder {
    color: #aaa;
    font-weight: 600;
}

.online-islemler-disc a {
    font-weight: 900;
}

.nav-tabs li.nav-item a.nav-link.active::before {
    background: #05b4c7;
}

#try-again {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 20px;
    color: rgb(5, 180, 199);
    font-weight: bolder;
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[role=main] {
    padding-bottom: 0px;
}

.timerOTP {
    width: 140px;
    height: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px #dee3ed;
    background-color: #ffffff;
    padding: 16px 4px;
    outline: none;
    box-shadow: none;
    color: #666f85;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timerOTP span {
    font-weight: bold;
}

#submit-button {
    margin-top: 50px;
}

#continue-btn:disabled {
    background-color: #dde3ee;
    color: #9baac5;
}

#continue-btn2:disabled {
    background-color: #dde3ee;
    color: #9baac5;
}

#submit-button:disabled {
    background-color: #dde3ee;
    color: #9baac5;
}

#submit-button:enabled {
    background-color: #002855;
    color: white;
}

@media (max-width:1200px) {
    .tabs .tab-pane>.nav-tabs {
        display: none;
    }

    .tabs .nav-tabs {
        display: flex;
    }

    .nav-tabs li.nav-item a.nav-link.active {
        font-size: 17px;
    }
}

.nav-tabs li.nav-item:nth-child(2) {
    border: var(--tt-color-border) solid 2px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nav-tabs li.nav-item:nth-child(1) {
    border: var(--tt-color-border) solid 2px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.nav-tabs li.nav-item a.nav-link {
    background-color: #f9fafc;
}

.form-group label.error {
    top: -46px;
    left: 514px;
}

.form-control.large {
    padding: 20px 16px 6px 16px;
}

.form-group.error label {
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: #aaa;
}

#txtCaptchaText {
    padding-bottom: 16px;
}

.hatali-kod span {
    display: none;
    color: #de0604;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
}


.form-lead h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.36px;
}

.form-title-top-main {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.24px;
    margin-bottom: unset;

}

.form-title-top {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
}

.div-tckn.form-group,
.div-company-title.form-group {
    height: 104px;
    margin-bottom: 16px;
}
.form-lead[data-form-class="oldDesign"] .div-tckn.form-group,
.form-lead[data-form-class="oldDesign"] .div-company-title.form-group {
    height: 84px;
    margin-bottom: 16px;
}
.div-tckn.form-group .sub-info,
.div-company-title.form-group .sub-info {
    margin-top: 8px;
}

.div-tckn.form-group .sub-info span,
.div-company-title.form-group .sub-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--tt-color-text-neutral-lowEmphasis);
}

.form-information-box .divSubInfo .sub-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--tt-color-text-neutral-lowEmphasis);
}

.modal-dialog.modal-lg.modal-dialog-centered.modal-autoheight {
    max-width: 1200px
}
.form-lead-title-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}
.form-lead[data-form-class="oldDesign"] .form-lead-title-box {
    margin-top: 32px;
}

.form-lead-title-box.nt span.form-lead-title,
.form-lead-title-box.yh span.form-lead-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: var(--tt-color-text-neutral-highEmphasis);
}

.form-lead-title-box.nt span.form-title-top,
.form-lead-title-box.yh span.form-title-top {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--tt-color-text-neutral-medEmphasis);
    margin-top: unset;
}