#exampleModal.arn-order-special .modal-dialog {
    max-width: 720px;
}
#exampleModal.arn-order-special .modal-content {
    overflow: visible;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .24);
}
#exampleModal.arn-order-residential .modal-dialog {
    max-width: 590px;
}
.arn-special-order-intro {
    display: none;
    align-items: center;
    gap: 13px;
    margin: 0 0 14px;
    padding: 13px 15px;
    border: 1px solid rgba(189, 0, 0, .12);
    border-radius: 16px;
    background: radial-gradient(circle at top right, rgba(189, 0, 0, .09), transparent 34%), #fff;
    box-shadow: 0 9px 24px rgba(15, 23, 42, .045);
}
#exampleModal.arn-order-special .arn-special-order-intro {
    display: flex;
}
.arn-special-order-intro > .arn-special-product-name {
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}
.arn-special-order-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #bd0000, #820000);
    box-shadow: 0 10px 20px rgba(189, 0, 0, .20);
}
.arn-special-order-copy {
    min-width: 0;
    flex: 1;
}
.arn-special-order-copy small {
    display: block;
    margin-bottom: 2px;
    color: #71717a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.arn-special-order-copy strong {
    display: block;
    overflow: hidden;
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arn-special-order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    border: 1px solid #dcfce7;
    color: #15803d;
    background: #f0fdf4;
}
#arnSpecialPackagePanel {
    display: none;
    margin-bottom: 13px;
}
#exampleModal.arn-order-special #arnSpecialPackagePanel {
    display: block;
}
.arn-special-package-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}
.arn-special-package-head strong {
    color: #111827;
    font-size: 14px;
    font-weight: 900;
}
.arn-special-package-head span {
    overflow: hidden;
    color: #71717a;
    font-size: 11.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arn-special-package-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 7px 3px 2px;
    scrollbar-color: #bd0000 #fff1f2;
    scrollbar-width: thin;
}
.arn-special-package-list::-webkit-scrollbar {
    width: 10px;
}
.arn-special-package-list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #fff1f2;
}
.arn-special-package-list::-webkit-scrollbar-thumb {
    border: 2px solid #fff1f2;
    border-radius: 999px;
    background: #bd0000;
}
.arn-special-package-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(118px, auto) 25px;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 69px;
    padding: 12px 13px 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    color: #111827;
    background: radial-gradient(circle at top right, rgba(189, 0, 0, .06), transparent 35%), #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .045);
    cursor: pointer;
    text-align: left;
    transition: border-color .17s ease, box-shadow .17s ease, transform .17s ease;
}
.arn-special-package-card:hover,
.arn-special-package-card:focus {
    border-color: #ef4444;
    outline: 0;
    box-shadow: 0 13px 28px rgba(189, 0, 0, .12);
}
.arn-special-package-card.is-selected {
    border-color: #bd0000;
    box-shadow: 0 0 0 3px rgba(189, 0, 0, .10), 0 13px 28px rgba(189, 0, 0, .13);
}
.arn-special-package-name {
    min-width: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}
.arn-special-package-unit {
    display: block;
    margin-top: 4px;
    color: #71717a;
    font-size: 11px;
    font-weight: 700;
}
.arn-special-package-price {
    color: #bd0000;
    font-size: 15px;
    font-weight: 950;
    text-align: right;
    white-space: nowrap;
}
.arn-special-package-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: transparent;
    background: #fff;
    font-size: 10px;
}
.arn-special-package-card.is-selected .arn-special-package-check {
    border-color: #bd0000;
    color: #fff;
    background: #bd0000;
}
.arn-special-package-empty {
    padding: 17px;
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    color: #6b7280;
    background: #f9fafb;
    font-size: 13px;
    text-align: center;
}
#exampleModal.arn-order-special #modalSelectionWrapper {
    margin-bottom: 13px !important;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .045);
    overflow: visible;
}
#exampleModal.arn-order-special #modalSelectionWrapper .order-form-grid {
    gap: 10px;
}
#exampleModal.arn-order-residential #modalSelectionWrapper .order-form-grid {
    display: none !important;
}
#exampleModal.arn-order-rotating #modalSelectionWrapper .arn-special-time-field,
#exampleModal.arn-order-rotating #modalSelectionWrapper #m_count_wrap {
    display: none !important;
}
#exampleModal.arn-order-rotating #modalSelectionWrapper .order-form-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
#exampleModal.arn-order-rotating #modalSelectionWrapper .arn-special-country-field,
#exampleModal.arn-order-rotating #modalSelectionWrapper .arn-special-purpose-field {
    display: block !important;
    margin: 0 !important;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm {
    min-height: 49px;
    border: 1px solid #e5e7eb !important;
    border-radius: 13px;
    background: #f9fafb;
    box-shadow: none;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm:hover,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm:hover,
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm.active,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm.active {
    border-color: #ef4444 !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(189, 0, 0, .08);
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu {
    z-index: 120;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}
.arn-special-country-search {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 8px;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}
.arn-special-country-search input {
    width: 100%;
    min-height: 39px;
    padding: 8px 11px;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px;
    color: #111827;
    background: #fff;
    font-size: 13px;
}
.arn-special-country-search input:focus {
    border-color: #ef4444;
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(189, 0, 0, .08);
}
.arn-special-field-label {
    display: none;
    margin: 0 0 6px;
    color: #52525b;
    font-size: 11.5px;
    font-weight: 850;
}
#exampleModal.arn-order-rotating .arn-special-field-label {
    display: block;
}
#exampleModal.arn-order-special #yetkilendirme-yontemi-alan,
#exampleModal.arn-order-special #yy_loginpassword,
#exampleModal.arn-order-special #yy_ipadres,
#exampleModal.arn-order-special #kbi_checkbox_label {
    display: none !important;
}
#exampleModal.arn-order-special #digermetin {
    display: none;
}
#exampleModal.arn-order-special .modal-body {
    background: #fffafa !important;
}
#exampleModal.arn-order-special .form-group[style*="border:2px dashed"] {
    padding: 12px 14px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px;
    background: radial-gradient(circle at top right, rgba(189, 0, 0, .045), transparent 35%), #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}
#exampleModal.arn-order-special .arn-order-price-row,
#exampleModal.arn-order-special .arn-order-price-row-shell {
    border-radius: 11px;
}
#exampleModal.arn-order-special #sfx_buy {
    min-height: 47px;
    border: 0;
    border-radius: 13px;
    color: #fff !important;
    background: linear-gradient(135deg, #bd0000, #820000);
    box-shadow: 0 12px 25px rgba(189, 0, 0, .22);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    transform: none !important;
    transition: background-color .17s ease, box-shadow .17s ease, opacity .17s ease;
}
#exampleModal.arn-order-special #sfx_buy:hover,
#exampleModal.arn-order-special #sfx_buy:focus,
#exampleModal.arn-order-special #sfx_buy:active {
    color: #fff !important;
    background: linear-gradient(135deg, #a90000, #730000);
    box-shadow: 0 14px 27px rgba(189, 0, 0, .25);
    transform: none !important;
}
#exampleModal.arn-order-special #sfx_buy:disabled,
#exampleModal.arn-order-special #sfx_buy.disabled {
    color: #fff !important;
    opacity: .76;
    cursor: wait;
    box-shadow: 0 8px 18px rgba(189, 0, 0, .17);
    transform: none !important;
}
/* Residential yeni siparis: GB Ekle formuyla ayni kompakt gorunum. */
#exampleModal.arn-order-residential .modal-dialog {
    max-width: 507px;
    min-height: calc(100% - 1rem);
    padding-top: 0;
    align-items: center;
}
#exampleModal.arn-order-residential .modal-content {
    overflow: hidden;
    border-radius: 12px;
}
#exampleModal.arn-order-residential .modal-header {
    padding: 16px 18px;
    background: linear-gradient(135deg, #bd0000, #870000);
}
#exampleModal.arn-order-residential .modal-title {
    font-size: 18px;
}
#exampleModal.arn-order-residential .modal-body {
    padding: 16px !important;
    background: #fff !important;
}
#exampleModal.arn-order-residential .arn-special-order-intro {
    display: none !important;
}
#exampleModal.arn-order-residential #modalSelectionWrapper {
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#exampleModal.arn-order-residential .arn-special-package-head {
    display: none;
}
#exampleModal.arn-order-residential .arn-special-package-list {
    gap: 10px;
    max-height: 326px;
    padding: 4px 8px 4px 2px;
    scrollbar-color: #bd0000 #fff1f2;
    scrollbar-width: auto;
}
#exampleModal.arn-order-residential .arn-special-package-list::-webkit-scrollbar {
    width: 12px;
}
#exampleModal.arn-order-residential .arn-special-package-list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #fff1f2;
}
#exampleModal.arn-order-residential .arn-special-package-list::-webkit-scrollbar-thumb {
    border: 3px solid #fff1f2;
    border-radius: 999px;
    background: #bd0000;
}
#exampleModal.arn-order-residential .resi-gb-card {
    position: relative;
    display: grid;
    grid-template-columns: 115px 1fr 1fr;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 72px;
    padding: 14px 46px 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    color: #111827;
    background: radial-gradient(circle at top right, rgba(189, 0, 0, .07), transparent 34%), #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
    cursor: pointer;
    text-align: left;
    transition: all .18s ease;
}
#exampleModal.arn-order-residential .resi-gb-card:hover,
#exampleModal.arn-order-residential .resi-gb-card:focus {
    border-color: #ef4444;
    outline: 0;
    box-shadow: 0 14px 30px rgba(189, 0, 0, .14);
    transform: translateY(-2px);
}
#exampleModal.arn-order-residential .resi-gb-card.is-selected {
    border-color: #bd0000;
    box-shadow: 0 0 0 3px rgba(189, 0, 0, .12), 0 14px 32px rgba(189, 0, 0, .18);
}
.resi-gb-card-check {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #fff;
    background: #fff;
    font-size: 11px;
}
.resi-gb-card.is-selected .resi-gb-card-check {
    border-color: #bd0000;
    background: #bd0000;
}
.resi-gb-card-gb {
    color: #111827;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.8px;
    line-height: 1;
    white-space: nowrap;
}
.resi-gb-card-gb span {
    margin-left: 2px;
    font-size: 20px;
    font-weight: 800;
}
.resi-gb-card-info {
    min-width: 0;
}
.resi-gb-card-label {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 11.5px;
    font-weight: 700;
    white-space: nowrap;
}
.resi-gb-card-value {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}
#exampleModal.arn-order-residential .arn-original-order-summary {
    display: none !important;
}
.arn-residential-order-summary {
    display: none;
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: radial-gradient(circle at top right, rgba(189, 0, 0, .045), transparent 34%), #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
}
#exampleModal.arn-order-residential .arn-residential-order-summary {
    display: block;
}
.arn-residential-summary-line {
    display: grid;
    grid-template-columns: 145px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 34px;
    padding: 5px 0;
    border-bottom: 1px solid #f1f2f4;
}
.arn-residential-summary-line:last-child {
    border-bottom: 0;
}
.arn-residential-summary-label {
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.arn-residential-summary-value,
.arn-residential-summary-total {
    color: #111827;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    text-align: right;
}
.arn-residential-summary-total {
    color: #bd0000;
    font-weight: 950;
}
.arn-residential-balance-line {
    margin-top: 5px;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}
.arn-residential-balance-line.is-warning {
    border-color: #fed7aa;
    background: #fff7ed;
}
.arn-residential-balance-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    min-width: 0;
    flex-wrap: wrap;
}
.arn-residential-summary-balance {
    color: #111827;
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
}
.arn-residential-balance-line.is-warning .arn-residential-summary-balance {
    color: #bd0000;
}
.arn-residential-balance-note {
    display: none;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #991b1b;
    background: #fee2e2;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}
.arn-residential-balance-note a {
    border-bottom: 1px solid rgba(127, 29, 29, .45);
    color: #7f1d1d;
    font-weight: 950;
    text-decoration: none;
}
#exampleModal.arn-order-residential .arn-order-payment-box {
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #ead7d7;
    border-radius: 14px;
    background: #fff;
}
#exampleModal.arn-order-residential .arn-order-payment-title {
    margin-bottom: 10px;
    color: #27272a;
    font-size: 14px;
    font-weight: 800;
}
#exampleModal.arn-order-residential .arn-order-payment-mode,
#exampleModal.arn-order-residential .arn-order-provider {
    border-radius: 11px;
    padding: 11px;
}
#exampleModal.arn-order-residential .modal-body > hr {
    margin: 12px 0 8px;
}
#exampleModal.arn-order-residential .form-check {
    margin-bottom: 10px;
    padding-left: 1.25rem;
}
#exampleModal.arn-order-residential .form-check-label {
    line-height: 1.35;
}
#exampleModal.arn-order-residential .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px 16px !important;
    border-top: 1px solid #e5e7eb !important;
    background: #f9fafb;
}
.arn-residential-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 110px;
    height: 40px;
    margin: 0 !important;
    padding: 0 18px;
    border-radius: 999px !important;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: all .18s ease;
}
.arn-residential-footer-close {
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #fff;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .05);
}
#exampleModal.arn-order-residential #sfx_buy.arn-residential-footer-button {
    width: auto !important;
    min-height: 40px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #bd0000, #8f0000);
    box-shadow: 0 10px 22px rgba(189, 0, 0, .22);
}
@media (max-width: 575.98px) {
    #exampleModal.arn-order-special .modal-dialog,
    #exampleModal.arn-order-residential .modal-dialog {
        max-width: calc(100% - 14px) !important;
        margin: 7px auto !important;
    }
    .arn-special-order-intro {
        padding: 11px 12px;
    }
    .arn-special-order-copy strong {
        font-size: 15px;
    }
    .arn-special-package-card {
        grid-template-columns: minmax(0, 1fr) auto 22px;
        gap: 8px;
        min-height: 64px;
        padding: 10px;
    }
    .arn-special-package-name,
    .arn-special-package-price {
        font-size: 13px;
    }
    #exampleModal.arn-order-rotating #modalSelectionWrapper .order-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
@media (max-width: 575.98px) {
    #exampleModal.arn-order-residential .modal-dialog {
        max-width: 95vw !important;
        min-height: calc(100% - 14px);
        margin: 7px auto !important;
    }
    #exampleModal.arn-order-residential .modal-header {
        padding: 14px 16px;
    }
    #exampleModal.arn-order-residential .modal-body {
        padding: 12px !important;
    }
    #exampleModal.arn-order-residential .arn-special-package-list {
        max-height: 290px;
    }
    #exampleModal.arn-order-residential .resi-gb-card {
        grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: "gb monthly unit";
        gap: 10px;
        min-height: 72px;
        padding: 12px 38px 12px 12px;
    }
    #exampleModal.arn-order-residential .resi-gb-card-gb {
        grid-area: gb;
        font-size: 23px;
    }
    #exampleModal.arn-order-residential .resi-gb-card-gb span {
        font-size: 11px;
    }
    #exampleModal.arn-order-residential .resi-gb-card-info.monthly {
        grid-area: monthly;
    }
    #exampleModal.arn-order-residential .resi-gb-card-info.unit {
        grid-area: unit;
    }
    #exampleModal.arn-order-residential .resi-gb-card-label {
        margin-bottom: 3px;
        font-size: 10.5px;
        line-height: 1.15;
    }
    #exampleModal.arn-order-residential .resi-gb-card-value {
        font-size: 13px;
        line-height: 1.2;
    }
    #exampleModal.arn-order-residential .resi-gb-card-check {
        top: 50%;
        right: 9px;
        width: 20px;
        height: 20px;
        font-size: 10px;
        transform: translateY(-50%);
    }
    .arn-residential-summary-line {
        grid-template-columns: 1fr;
        gap: 3px;
        align-items: flex-start;
    }
    .arn-residential-summary-value,
    .arn-residential-summary-total {
        text-align: left;
    }
    .arn-residential-balance-right {
        justify-content: flex-start;
    }
    .arn-residential-balance-note {
        border-radius: 10px;
        line-height: 1.25;
        white-space: normal;
    }
    #exampleModal.arn-order-residential .modal-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .arn-residential-footer-button,
    #exampleModal.arn-order-residential #sfx_buy.arn-residential-footer-button {
        width: 100% !important;
        min-width: 0;
    }
}

/* Rotating Checkout Studio: sag cekmece yerine merkezde iki panelli satin alma alani. */
#exampleModal.arn-order-rotating .modal-dialog {
    width: calc(100% - 28px);
    max-width: 1120px;
    min-height: calc(100% - 28px);
    padding-top: 0;
    align-items: center;
}
#exampleModal.arn-order-rotating .modal-content {
    overflow: hidden;
    border-radius: 24px;
}
#exampleModal.arn-order-rotating .modal-header {
    padding: 17px 21px;
    background: radial-gradient(circle at top right, rgba(251, 113, 133, .35), transparent 34%), linear-gradient(135deg, #111827 0%, #6f111d 52%, #be123c 100%);
}
#exampleModal.arn-order-rotating .modal-title {
    font-size: 19px;
}
#exampleModal.arn-order-rotating .modal-body {
    padding: 18px !important;
    background: linear-gradient(135deg, #fff 0%, #fff8f9 48%, #f8fafc 100%) !important;
}
.arn-rotating-studio {
    display: none;
}
#exampleModal.arn-order-rotating .arn-rotating-studio {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr);
    gap: 16px;
    align-items: start;
}
.arn-rotating-studio-main,
.arn-rotating-studio-side {
    min-width: 0;
}
.arn-rotating-studio-main {
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}
.arn-rotating-studio-side {
    position: sticky;
    top: 0;
    padding: 15px;
    border: 1px solid rgba(190, 18, 60, .14);
    border-radius: 20px;
    background: radial-gradient(circle at top right, rgba(190, 18, 60, .09), transparent 36%), #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .09);
}
.arn-rotating-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 14px;
}
.arn-rotating-progress-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    min-height: 38px;
    padding: 7px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #71717a;
    background: #f9fafb;
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1.15;
    transition: all .18s ease;
}
.arn-rotating-progress-step i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    border-radius: 999px;
    color: #9ca3af;
    background: #fff;
    font-size: 9px;
}
.arn-rotating-progress-step.is-active {
    border-color: rgba(190, 18, 60, .30);
    color: #9f1239;
    background: #fff1f2;
    box-shadow: 0 0 0 3px rgba(190, 18, 60, .06);
}
.arn-rotating-progress-step.is-active i,
.arn-rotating-progress-step.is-complete i {
    color: #fff;
    background: linear-gradient(135deg, #be123c, #7f1d1d);
}
.arn-rotating-progress-step.is-complete {
    border-color: #bbf7d0;
    color: #166534;
    background: #f0fdf4;
}
#exampleModal.arn-order-rotating .arn-special-order-intro {
    margin-bottom: 13px;
    padding: 12px 13px;
    border-radius: 14px;
    box-shadow: none;
}
#exampleModal.arn-order-residential.arn-order-rotating .arn-special-order-intro {
    display: flex !important;
}
#exampleModal.arn-order-residential.arn-order-rotating #modalSelectionWrapper .order-form-grid {
    display: none !important;
}
#exampleModal.arn-order-residential.arn-order-rotating #arnSpecialPackagePanel {
    margin-top: 0;
}
#exampleModal.arn-order-residential.arn-order-rotating .arn-original-order-summary {
    display: block !important;
}
#exampleModal.arn-order-residential.arn-order-rotating .arn-residential-order-summary {
    display: none !important;
}
#exampleModal.arn-order-rotating #modalSelectionWrapper {
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#exampleModal.arn-order-rotating #arnSpecialPackagePanel {
    margin-bottom: 13px;
    margin-top: 12px;
}
#exampleModal.arn-order-rotating .arn-special-package-head {
    margin-bottom: 8px;
}
#exampleModal.arn-order-rotating .arn-special-package-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: 246px;
    padding: 3px 6px 3px 2px;
}
#exampleModal.arn-order-rotating .arn-special-package-card {
    grid-template-columns: minmax(0, 1fr) auto 22px;
    gap: 8px;
    min-height: 68px;
    padding: 10px 11px;
    border-radius: 14px;
}
#exampleModal.arn-order-rotating .arn-special-package-name,
#exampleModal.arn-order-rotating .arn-special-package-price {
    font-size: 13px;
}
#exampleModal.arn-order-rotating #modalSelectionWrapper .order-form-grid {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 13px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #f9fafb);
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm {
    min-height: 47px;
    border-radius: 12px;
}
.arn-rotating-side-head {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #f1f5f9;
}

.arn-rotating-side-copy {
    min-width: 0;
}
.arn-rotating-side-copy strong,
.arn-rotating-side-copy small {
    display: block;
}
.arn-rotating-side-copy strong {
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}
.arn-rotating-side-copy small {
    margin-top: 2px;
    color: #71717a;
    font-size: 10.5px;
    font-weight: 700;
}
#exampleModal.arn-order-rotating .arn-original-order-summary {
    margin: 0 0 11px !important;
    padding: 10px 11px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}
#exampleModal.arn-order-rotating .arn-original-order-summary .arn-order-price-row {
    min-height: 31px;
    padding: 5px 7px;
    font-size: 12px;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary > .row {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0 !important;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-promo-group {
    width: 100%;
    min-width: 0;
    min-height: 0 !important;
    margin: 0;
    padding: 0 !important;
    float: none !important;
    clear: both;
    font-size: inherit !important;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row-shell {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    min-width: 0;
    min-height: 29px;
    margin: 0;
    padding: 5px 7px;
    border-bottom: 1px solid #f1f2f4;
    box-sizing: border-box;
    clear: both;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row:last-child {
    border-bottom: 0;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sol,
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag {
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16.5px !important;
    line-height: 1.3;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px 4px;
    justify-self: start;
    text-align: left;
    overflow-wrap: anywhere;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 3px;
    line-height: 1.25;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag > span,
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag > b,
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag > b > span {
    line-height: 1.25 !important;
    vertical-align: baseline;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag b {
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary #promo {
    max-width: 100%;
    font-size: 14.25px !important;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
#exampleModal.arn-order-left-drawer .arn-original-order-summary .indirim-badge,
#exampleModal.arn-order-left-drawer .arn-original-order-summary .promo-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    align-self: center;
    margin-left: 2px;
    padding: 1px 4px;
    font-size: 11px !important;
    line-height: 1.1;
    white-space: nowrap;
    vertical-align: middle;
    transform: none !important;
}
#exampleModal.arn-order-rotating .arn-order-payment-box {
    margin: 0 0 11px;
    padding: 11px;
    border-radius: 14px;
}
#exampleModal.arn-order-rotating .arn-order-payment-title {
    margin-bottom: 8px;
    font-size: 12.5px;
}
#exampleModal.arn-order-rotating .arn-order-payment-modes {
    gap: 7px;
    margin-bottom: 8px;
}
#exampleModal.arn-order-rotating .arn-order-payment-mode,
#exampleModal.arn-order-rotating .arn-order-provider {
    padding: 9px;
}
#exampleModal.arn-order-rotating .arn-order-providers {
    gap: 6px;
}
#exampleModal.arn-order-rotating .arn-rotating-terms-rule {
    margin: 9px 0 7px;
}
#exampleModal.arn-order-rotating .arn-rotating-terms {
    margin-bottom: 10px;
    padding-left: 1.25rem;
}
#exampleModal.arn-order-rotating .arn-rotating-terms .form-check-label {
    color: #52525b;
    font-size: 11.5px !important;
    line-height: 1.35;
}
#exampleModal.arn-order-rotating #sfx_buy {
    min-height: 43px;
    margin: 0;
    border-radius: 12px;
}
#exampleModal .arn-order-inline-warning {
    display: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 11px 12px;
    align-items: flex-start;
    gap: 9px;
    box-sizing: border-box;
    border: 1px solid #fecaca;
    border-radius: 12px;
    color: #7f1d1d;
    background: linear-gradient(135deg, #fff7f7, #fffafa);
    box-shadow: 0 8px 20px rgba(127, 29, 29, .08);
}
#exampleModal .arn-order-inline-warning.is-visible {
    display: flex;
    animation: arnOrderInlineWarningIn .2s ease-out both;
}
#exampleModal .arn-order-inline-warning-icon {
    display: inline-flex;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 9px;
    color: #bd0000;
    background: #fee2e2;
    font-size: 13px;
}
#exampleModal .arn-order-inline-warning-copy {
    display: block;
    min-width: 0;
}
#exampleModal .arn-order-inline-warning-copy strong,
#exampleModal .arn-order-inline-warning-copy span {
    display: block;
}
#exampleModal .arn-order-inline-warning-copy strong {
    margin-bottom: 2px;
    color: #7f1d1d;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.3;
}
#exampleModal .arn-order-inline-warning-copy span {
    color: #991b1b;
    font-size: 11.5px;
    line-height: 1.45;
}
#exampleModal #arnOrderPaymentBox.arn-order-payment-required {
    border-color: #fca5a5;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}
#exampleModal .arn-rotating-terms.arn-order-terms-required {
    border-radius: 9px;
    background: #fff7f7;
    box-shadow: 0 0 0 5px #fff7f7, 0 0 0 6px #fecaca;
}
@keyframes arnOrderInlineWarningIn {
    from { opacity: 0; transform: translateY(-3px); }
    to { opacity: 1; transform: translateY(0); }
}
#exampleModal.arn-order-rotating .arn-order-auth-card,
#exampleModal.arn-order-rotating .arn-invoice-warning {
    margin: 0;
}
#exampleModal.arn-order-rotating .modal-footer {
    display: none !important;
}

/* Yeni panel: dropdown, amac arama ve yetkilendirme duzeni. */
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm {
    position: relative;
    overflow: visible;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu {
    top: calc(100% + 7px) !important;
    right: auto !important;
    left: -1px !important;
    width: calc(100% + 2px) !important;
    min-width: 0 !important;
    max-height: 260px;
    margin: 0 !important;
    padding: 6px !important;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e1e5eb;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
    box-sizing: border-box;
    scrollbar-color: #bd0000 #fff1f2;
    scrollbar-width: thin;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu::-webkit-scrollbar,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu::-webkit-scrollbar {
    width: 10px;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu::-webkit-scrollbar-track,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #fff1f2;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu::-webkit-scrollbar-thumb,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu::-webkit-scrollbar-thumb {
    border: 2px solid #fff1f2;
    border-radius: 999px;
    background: #bd0000;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu > li:not(.alt-search-wrapper),
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu > li:not(.alt-search-wrapper) {
    min-height: 38px;
    margin: 1px 0;
    padding: 9px 11px;
    border-radius: 9px;
    line-height: 1.35;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu > li:not(.alt-search-wrapper):hover,
#exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu > li:not(.alt-search-wrapper):hover {
    color: #9f1239;
    background: #fff1f2;
}
#exampleModal.arn-order-rotating .arn-special-country-search {
    position: sticky !important;
    top: -6px !important;
    z-index: 500 !important;
    isolation: isolate;
    min-height: 56px;
    margin: -6px -6px 6px;
    padding: 8px;
    border-bottom: 1px solid #edf0f4;
    border-radius: 12px 12px 0 0;
    background: #fff !important;
    background-clip: padding-box !important;
    box-shadow: 0 8px 14px -13px rgba(15, 23, 42, .48);
    box-sizing: border-box;
}
#exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu > li[data-loc] {
    position: relative;
    z-index: 1;
}
#exampleModal.arn-order-rotating .arn-special-purpose-field #hedSec {
    min-height: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}
#exampleModal.arn-order-rotating .arn-special-purpose-field #hedSec .select,
#exampleModal.arn-order-rotating .arn-special-purpose-field #hedSec .alt-search-wrapper {
    display: none !important;
}
.arn-purpose-search-shell {
    position: relative;
    width: 100%;
    min-width: 0;
}
.arn-purpose-search-input {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid #dfe4eb !important;
    border-radius: 12px;
    outline: 0;
    color: #111827;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 750;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.arn-purpose-search-input::placeholder {
    color: #7b818b;
    opacity: 1;
}
.arn-purpose-search-input:hover,
.arn-purpose-search-input:focus,
#exampleModal.arn-order-rotating .arn-special-purpose-field.arn-field-open .arn-purpose-search-input {
    border-color: #ef4444;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(190, 18, 60, .07);
}
#exampleModal.arn-order-special #digermetin.arn-other-purpose-field {
    width: 100%;
    margin: 9px 0 0 !important;
}
#exampleModal.arn-order-special #digermetin.arn-other-purpose-field.arn-other-purpose-visible {
    display: block !important;
}
#exampleModal.arn-order-special #digermetin.arn-other-purpose-field #digermetinn {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #dfe4eb !important;
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
    font-size: 13px;
}
#exampleModal.arn-order-special #digermetin.arn-other-purpose-field #digermetinn:focus {
    border-color: #ef4444 !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(190, 18, 60, .07);
}
#arnDedicatedAuthorizationPanel {
    display: none;
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    grid-row: 4;
    padding: 14px;
    border: 1px solid #e5e9f0;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff 0%, #fbfcfe 100%);
    box-shadow: 0 8px 21px rgba(15, 23, 42, .05);
    box-sizing: border-box;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel {
    display: block !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yetkilendirme-yontemi-alan {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    margin: 0 !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .arn-auth-method-title {
    display: flex !important;
    min-height: 24px;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    margin: 0 0 2px;
    padding: 0;
    color: #334155;
    background: transparent;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35;
    text-align: left;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .arn-auth-method-title .fa-info-circle {
    display: inline-flex;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 14px !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_sk {
    display: none !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .authbut {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    float: none !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #dfe4eb;
    border-radius: 12px;
    color: #475569;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .035);
    transition: border-color .16s ease, color .16s ease, background .16s ease, box-shadow .16s ease;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .authbut:hover {
    border-color: #f1a5a5;
    color: #7f1d1d;
    background: #fff8f8;
    box-shadow: 0 6px 15px rgba(127, 29, 29, .06);
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .authbut.aktif {
    border-color: #bd0000;
    color: #fff;
    background: linear-gradient(135deg, #bd0000, #8f0000);
    box-shadow: 0 8px 17px rgba(189, 0, 0, .16);
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .authbut.aktif:hover {
    color: #fff;
    background: linear-gradient(135deg, #ae0000, #810000);
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #kbi_checkbox_label,
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_loginpassword,
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres {
    display: none !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel.is-lp #kbi_checkbox_label,
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel.is-lp.is-custom-lp #yy_loginpassword {
    display: none !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel.is-ip #yy_ipadres {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres > .arn-auth-ip-shell {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    margin: 0;
    padding: 0 13px !important;
    border: 1px solid #dfe4eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .035);
    box-sizing: border-box;
    transition: border-color .16s ease, box-shadow .16s ease;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres > .arn-auth-ip-shell:focus-within {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(190, 18, 60, .07);
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres > .arn-auth-ip-shell.is-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres .static-value {
    position: static !important;
    display: flex;
    align-items: center;
    align-self: stretch;
    left: auto !important;
    top: auto !important;
    min-width: 0;
    margin: 0;
    padding: 0 12px 0 0;
    border-right: 1px solid #e5e7eb;
    color: #475569;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    white-space: nowrap;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres #ip_gir_input {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #172033;
    background: transparent;
    box-shadow: none !important;
    box-sizing: border-box;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    font-weight: 700;
    line-height: 48px;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres #ip_gir_input::placeholder {
    color: #94a3b8;
    opacity: 1;
}
#exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres #ip_gir_input:focus {
    outline: 0;
}
@media (max-width: 575.98px) {
    #exampleModal.arn-order-rotating .arn-special-country-field .dropdownm-menu,
    #exampleModal.arn-order-rotating .arn-special-purpose-field .dropdownm-menu {
        top: calc(100% + 6px) !important;
        max-height: 230px;
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel {
        padding: 11px;
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yetkilendirme-yontemi-alan {
        grid-template-columns: minmax(0, 1fr);
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .arn-auth-method-title {
        grid-column: 1;
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel .authbut {
        min-height: 47px;
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres > .arn-auth-ip-shell {
        grid-template-columns: minmax(86px, auto) minmax(0, 1fr);
        column-gap: 9px;
        padding: 0 10px !important;
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres .static-value {
        padding-right: 9px;
        font-size: 11px;
    }
    #exampleModal.arn-order-dedicated #arnDedicatedAuthorizationPanel #yy_ipadres #ip_gir_input {
        font-size: 12px;
    }
}
/* Fiyat alaninin ustundeki, secimlerle birlikte canli yenilenen ozet. */
.arn-compact-order-summary {
    margin: 0 0 9px;
    padding: 10px;
    border: 1px solid #ebeef2;
    border-radius: 11px;
    background: linear-gradient(135deg, #fff 0%, #fafbfc 72%, #fff5f5 100%);
    box-shadow: 0 5px 14px rgba(15, 23, 42, .035);
    overflow: hidden;
}

.arn-compact-order-summary-line {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    color: #111827;
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1.35;
    scrollbar-width: none;
    white-space: nowrap;
}
.arn-compact-order-summary-line::-webkit-scrollbar {
    display: none;
}
.arn-compact-order-summary-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    white-space: nowrap;
}
.arn-compact-order-summary-item + .arn-compact-order-summary-item::before {
    margin: 0 7px;
    color: #c9cdd4;
    content: '\2022';
}
/* Siparis verileri hazir olana kadar proxy agi temali tek parca yukleme gorunumu. */
#exampleModal.arn-order-special .modal-content {
    position: relative;
}
.arn-order-readiness {
    position: absolute;
    z-index: 2147482000;
    inset: 0;
    display: none;
    min-height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    padding: 30px;
    border-radius: inherit;
    color: #111827;
    background:
        radial-gradient(circle at 50% 45%, rgba(189, 0, 0, .085), transparent 190px),
        radial-gradient(circle at 12% 16%, rgba(15, 23, 42, .035) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
        linear-gradient(155deg, #fff 0%, #fcfcfd 58%, #fff7f7 100%);
    box-sizing: border-box;
    text-align: center;
}
.arn-order-readiness::before {
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(189, 0, 0, .055);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(189, 0, 0, .025), 0 0 0 76px rgba(189, 0, 0, .018);
    content: '';
}
.arn-order-readiness > * {
    position: relative;
    z-index: 1;
}
#exampleModal.arn-order-special.arn-order-data-loading .arn-order-readiness {
    display: flex;
}
.arn-order-readiness-visual {
    position: relative;
    width: 116px;
    height: 86px;
}
.arn-order-readiness-visual::before,
.arn-order-readiness-visual::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(189, 0, 0, .28), transparent);
    content: '';
}
.arn-order-readiness-visual::before {
    top: 42px;
    right: 8px;
    left: 8px;
    height: 1px;
}
.arn-order-readiness-visual::after {
    top: 8px;
    bottom: 8px;
    left: 57px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(189, 0, 0, .25), transparent);
}
.arn-order-readiness-orbit {
    position: absolute;
    z-index: 1;
    inset: 8px 22px;
    border: 1px dashed rgba(189, 0, 0, .28);
    border-radius: 50%;
    animation: arnOrderReadinessOrbit 6s linear infinite;
}
.arn-order-readiness-core {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 37px;
    display: flex;
    width: 42px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(189, 0, 0, .26);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff, #fff5f5);
    box-shadow: 0 13px 30px rgba(127, 29, 29, .14), 0 0 0 7px rgba(189, 0, 0, .055);
    animation: arnOrderReadinessCore 1.9s ease-in-out infinite;
}
.arn-order-readiness-core i {
    position: relative;
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 999px;
    background: #bd0000;
    box-shadow: inset 7px 0 0 rgba(255, 255, 255, .55);
}
.arn-order-readiness-node {
    position: absolute;
    z-index: 3;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #bd0000;
    box-shadow: 0 0 0 1px rgba(189, 0, 0, .22), 0 5px 13px rgba(127, 29, 29, .17);
    animation: arnOrderReadinessNode 1.6s ease-in-out infinite;
}
.arn-order-readiness-node.is-left { top: 36px; left: 1px; }
.arn-order-readiness-node.is-right { top: 36px; right: 1px; animation-delay: .4s; }
.arn-order-readiness-node.is-top { top: 0; left: 51px; animation-delay: .8s; }
.arn-order-readiness-node.is-bottom { bottom: 0; left: 51px; animation-delay: 1.2s; }
.arn-order-readiness-packet {
    position: absolute;
    z-index: 2;
    top: 39px;
    left: 12px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .12);
    animation: arnOrderReadinessPacket 1.7s ease-in-out infinite;
}
.arn-order-readiness-copy {
    display: flex;
    width: min(290px, 100%);
    align-items: center;
    flex-direction: column;
}
.arn-order-readiness-copy strong {
    margin-bottom: 6px;
    color: #991b1b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}
.arn-order-readiness-copy p {
    margin: 0;
    color: #25272c;
    font-size: 13.5px;
    font-weight: 850;
    line-height: 1.45;
}
.arn-order-readiness-progress {
    position: relative;
    display: block;
    width: 116px;
    height: 4px;
    overflow: hidden;
    margin-top: 13px;
    border-radius: 999px;
    background: #f3e1e1;
}
.arn-order-readiness-progress i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45%;
    width: 45%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(189, 0, 0, .15), #bd0000, rgba(189, 0, 0, .28));
    animation: arnOrderReadinessProgress 1.35s ease-in-out infinite;
}
@keyframes arnOrderReadinessOrbit {
    to { transform: rotate(360deg); }
}
@keyframes arnOrderReadinessCore {
    0%, 100% { transform: scale(1); box-shadow: 0 13px 30px rgba(127, 29, 29, .14), 0 0 0 7px rgba(189, 0, 0, .055); }
    50% { transform: scale(1.035); box-shadow: 0 15px 34px rgba(127, 29, 29, .18), 0 0 0 10px rgba(189, 0, 0, .035); }
}
@keyframes arnOrderReadinessNode {
    0%, 100% { transform: scale(.82); opacity: .55; }
    50% { transform: scale(1); opacity: 1; }
}
@keyframes arnOrderReadinessPacket {
    0% { transform: translateX(0); opacity: 0; }
    18% { opacity: 1; }
    82% { opacity: 1; }
    100% { transform: translateX(84px); opacity: 0; }
}
@keyframes arnOrderReadinessProgress {
    0% { transform: translateX(0); }
    100% { transform: translateX(325%); }
}
@media (prefers-reduced-motion: reduce) {
    .arn-order-readiness-orbit,
    .arn-order-readiness-core,
    .arn-order-readiness-node,
    .arn-order-readiness-packet,
    .arn-order-readiness-progress i {
        animation: none !important;
    }
}
#exampleModal.arn-order-rotating .arn-special-country-field #mLocSec .select {
    display: flex;
    align-items: center;
}
#exampleModal.arn-order-rotating .arn-special-country-field #mLocSec .select > i {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    display: inline-flex;
    height: 18px;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
/* IPv4, ISP, IPv6 ve Mixed: ulke/kullanim amaci, adet ve sure kartli siparis studyosu. */
#exampleModal.arn-order-dedicated.arn-order-rotating #arnSpecialPackagePanel {
    display: none !important;
}
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .order-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 11px;
}
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-country-field,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-time-field,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper #m_count_wrap,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-purpose-field {
    position: relative;
    display: block !important;
    min-width: 0;
    margin: 0 !important;
    padding: 11px;
    border: 1px solid #e9edf3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .045);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-country-field,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-purpose-field {
    min-height: 106px;
}
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper #m_count_wrap {
    min-height: 130px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
}
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-time-field {
    min-height: 0;
}
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-country-field:hover,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-time-field:hover,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper #m_count_wrap:hover,
#exampleModal.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .arn-special-purpose-field:hover {
    border-color: rgba(190, 18, 60, .24);
    box-shadow: 0 11px 25px rgba(15, 23, 42, .07);
}

#exampleModal.arn-order-dedicated .arn-special-country-field {
    grid-column: 1;
    grid-row: 1;
    z-index: 24;
}
#exampleModal.arn-order-dedicated .arn-special-purpose-field {
    grid-column: 2;
    grid-row: 1;
    z-index: 20;
}
#exampleModal.arn-order-dedicated #m_count_wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    z-index: 4;
}
#exampleModal.arn-order-dedicated .arn-special-time-field {
    grid-column: 1 / -1;
    grid-row: 3;
    z-index: 3;
}
#exampleModal.arn-order-dedicated .arn-special-country-field.arn-field-open,
#exampleModal.arn-order-dedicated .arn-special-purpose-field.arn-field-open {
    z-index: 140;
}
#exampleModal.arn-order-dedicated .arn-special-field-label,
#exampleModal.arn-order-rotating .arn-special-field-label {
    display: block;
    min-height: 20px;
}
#exampleModal.arn-order-dedicated .arn-special-country-field .dropdownm,
#exampleModal.arn-order-dedicated .arn-special-purpose-field .dropdownm {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dfe4eb !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}
#exampleModal.arn-order-dedicated .arn-special-country-field .dropdownm:hover,
#exampleModal.arn-order-dedicated .arn-special-purpose-field .dropdownm:hover,
#exampleModal.arn-order-dedicated .arn-special-country-field .dropdownm.active,
#exampleModal.arn-order-dedicated .arn-special-purpose-field .dropdownm.active {
    border-color: #ef4444 !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(190, 18, 60, .07);
}
#exampleModal.arn-order-dedicated .arn-special-country-field .dropdownm-menu,
#exampleModal.arn-order-dedicated .arn-special-purpose-field .dropdownm-menu {
    z-index: 160;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}
#exampleModal.arn-order-dedicated #mLocSec .select > span:first-child {
    display: none;
}
#exampleModal.arn-order-dedicated #mTimeSec {
    display: none !important;
}
.arn-dedicated-time-cards {
    display: none;
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-cards {
    display: grid;
    grid-template-columns: repeat(var(--arn-dedicated-time-columns, 4), minmax(0, 1fr));
    gap: 8px;
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 62px;
    padding: 10px 31px 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #e0e3e7;
    border-radius: 12px;
    color: #3f3f46;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color .17s ease, color .17s ease, background .17s ease, box-shadow .17s ease, transform .17s ease;
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-card strong {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #353b44;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-card span {
    display: block;
    margin-top: 4px;
    color: #111827;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-card:hover,
#exampleModal.arn-order-dedicated .arn-dedicated-time-card.is-active {
    border-color: rgba(180, 0, 0, .34);
    color: #8f0000;
    background: #fff5f5;
    box-shadow: 0 8px 22px rgba(135, 0, 0, .075);
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-card.is-active::after {
    content: '\2713';
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: #fff;
    background: #b40000;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 900;
}
#exampleModal.arn-order-dedicated .arn-dedicated-time-card.is-active strong {
    color: #a00000;
}
.arn-dedicated-count-step,
.arn-dedicated-count-presets {
    display: none;
}
#exampleModal.arn-order-dedicated #m_count_wrap .qty-prefix {
    display: none !important;
}
#exampleModal.arn-order-dedicated #m_count_wrap > .qty-wrap {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-control {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    width: 100%;
    flex: 0 0 auto;
    align-items: stretch;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid #dfe4eb;
    border-radius: 12px;
    background: #f8fafc;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #9f1239;
    background: #fff1f2;
    font-size: 19px;
    font-weight: 900;
    cursor: pointer;
    transition: color .16s ease, background .16s ease;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-step:hover,
#exampleModal.arn-order-dedicated .arn-dedicated-count-step:focus {
    outline: 0;
    color: #fff;
    background: #be123c;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-step:disabled {
    color: #cbd5e1;
    background: #f8fafc;
    cursor: not-allowed;
}
#exampleModal.arn-order-dedicated #m_count {
    width: 100%;
    height: 46px;
    min-width: 0;
    padding: 0 8px;
    border: 0 !important;
    border-right: 1px solid #e5e7eb !important;
    border-left: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    color: #111827;
    background: #fff;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-presets {
    display: grid;
    grid-template-columns: repeat(var(--arn-dedicated-preset-columns, 7), minmax(0, 1fr));
    width: 100%;
    flex: 0 0 auto;
    clear: both;
    gap: 5px;
    margin-top: 7px;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-preset {
    min-height: 30px;
    padding: 4px 6px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #52525b;
    background: #fff;
    font-size: 10.5px;
    font-weight: 850;
    cursor: pointer;
    transition: all .16s ease;
}
#exampleModal.arn-order-dedicated .arn-dedicated-count-preset:hover,
#exampleModal.arn-order-dedicated .arn-dedicated-count-preset.is-active {
    border-color: #be123c;
    color: #9f1239;
    background: #fff1f2;
    box-shadow: 0 0 0 2px rgba(190, 18, 60, .06);
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 8px 9px;
    border: 1px solid #f2dac0;
    border-radius: 11px;
    color: #3b424c;
    background: linear-gradient(135deg, #fff8f1, #fff);
    box-sizing: border-box;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint[hidden] {
    display: none !important;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: linear-gradient(145deg, #e18424, #b85a0b);
    border-radius: 9px;
    font-size: 12px;
    font-weight: 900;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-copy {
    display: block;
    min-width: 0;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-copy small {
    display: block;
    margin-bottom: 1px;
    color: #9a6a3a;
    font-size: 7.5px;
    font-weight: 850;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-copy strong {
    display: block;
    color: #30363e;
    font-size: 9.5px;
    font-weight: 820;
    line-height: 1.3;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-rate {
    padding: 4px 6px;
    color: #a44d08;
    background: #ffead6;
    border-radius: 7px;
    font-size: 8.5px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-progress {
    display: block;
    height: 3px;
    margin-top: 5px;
    overflow: hidden;
    background: #f1dfcc;
    border-radius: 999px;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-progress i {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #db7a19, #ac4b00);
    border-radius: inherit;
    transition: width .3s ease;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint.is-achieved {
    border-color: #c8e8d6;
    background: linear-gradient(135deg, #f0fbf5, #fff);
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint.is-achieved .arn-dedicated-discount-icon {
    background: linear-gradient(145deg, #27a765, #137641);
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint.is-achieved .arn-dedicated-discount-rate {
    color: #187a48;
    background: #daf3e5;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint.is-achieved .arn-dedicated-discount-progress {
    background: #d5ecdf;
}
#exampleModal.arn-order-dedicated .arn-dedicated-discount-hint.is-achieved .arn-dedicated-discount-progress i {
    background: #1d9658;
}
@media (max-width: 575.98px) {
    #exampleModal.arn-order-dedicated .arn-dedicated-discount-hint {
        grid-template-columns: 28px minmax(0, 1fr);
    }
    #exampleModal.arn-order-dedicated .arn-dedicated-discount-rate {
        grid-column: 2;
        justify-self: start;
        margin-top: -2px;
    }
    #exampleModal.arn-order-dedicated .arn-special-country-field,
    #exampleModal.arn-order-dedicated .arn-special-purpose-field,
    #exampleModal.arn-order-dedicated #m_count_wrap,
    #exampleModal.arn-order-dedicated .arn-special-time-field {
        grid-column: 1;
        grid-row: auto;
    }
    #exampleModal.arn-order-dedicated .arn-dedicated-time-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 390px) {
    #exampleModal.arn-order-dedicated .arn-dedicated-time-cards {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}
@media (max-width: 860px) {
    #exampleModal.arn-order-rotating .modal-dialog {
        max-width: calc(100% - 18px) !important;
        margin: 9px auto !important;
    }
    #exampleModal.arn-order-rotating .arn-rotating-studio {
        grid-template-columns: minmax(0, 1fr);
    }
    .arn-rotating-studio-side {
        position: static;
    }
}
@media (max-width: 575.98px) {
    #exampleModal.arn-order-rotating .modal-body {
        padding: 9px !important;
    }
    .arn-rotating-studio-main,
    .arn-rotating-studio-side {
        padding: 11px;
        border-radius: 16px;
    }
    .arn-rotating-progress {
        grid-template-columns: minmax(0, 1fr);
    }
    .arn-rotating-progress-step {
        min-height: 34px;
    }
    #exampleModal.arn-order-rotating .arn-special-package-list {
        grid-template-columns: minmax(0, 1fr);
        max-height: 230px;
    }
    #exampleModal.arn-order-rotating #modalSelectionWrapper .order-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
#exampleModal.arn-order-left-drawer {
    /* Sol/sag sutun oranlari ve panel genisligi bu bloktan yonetilir. */
    --arn-rotating-left-column: 1.49fr;
    --arn-rotating-right-column: 1fr;
    --arn-rotating-right-min-width: 350px;
    padding: 0 !important;
    overflow: hidden !important;
}
#exampleModal.arn-order-left-drawer .modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100vw - 28px);
    max-width: 1100px;
    height: 100vh;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0;
    align-items: stretch;
    transform: translate3d(-104%, 0, 0) !important;
    transition: transform .30s cubic-bezier(.22, 1, .36, 1) !important;
}
#exampleModal.arn-order-left-drawer .modal-dialog::before {
    display: none !important;
}
#exampleModal.arn-order-left-drawer.show .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}
#exampleModal.arn-order-left-drawer .modal-content {
    height: 100vh;
    max-height: 100vh;
    border-radius: 0 26px 26px 0 !important;
    box-shadow: 22px 0 64px rgba(15, 23, 42, .26);
}
#exampleModal.arn-order-left-drawer .modal-header {
    flex: 0 0 auto;
    min-height: 64px;
    border-radius: 0;
}
#exampleModal.arn-order-left-drawer .modal-title {
    font-size: 27px !important;
}
#exampleModal.arn-order-left-drawer .modal-body {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    overscroll-behavior: contain;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio {
    width: 100%;
    height: 100%;
    min-height: 0;
    grid-template-columns:
        minmax(0, var(--arn-rotating-left-column))
        minmax(var(--arn-rotating-right-min-width), var(--arn-rotating-right-column));
    align-items: stretch;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-main,
#exampleModal.arn-order-left-drawer .arn-rotating-studio-side {
    min-height: 0;
    max-height: 100%;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-main {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 18, 60, .35) transparent;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-main::-webkit-scrollbar {
    width: 7px;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-main::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(190, 18, 60, .35);
    background-clip: padding-box;
}
#exampleModal.arn-order-left-drawer #modalSelectionWrapper,
#exampleModal.arn-order-left-drawer #arnSpecialPackagePanel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}
#exampleModal.arn-order-left-drawer .arn-special-package-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: start;
    padding-right: 6px;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-side {
    position: relative;
    top: auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 18, 60, .35) transparent;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-side::-webkit-scrollbar {
    width: 7px;
}
#exampleModal.arn-order-left-drawer .arn-rotating-studio-side::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(190, 18, 60, .35);
    background-clip: padding-box;
}
@media (max-width: 860px) {
    #exampleModal.arn-order-left-drawer .modal-dialog {
        width: 100vw;
        max-width: 100vw !important;
        margin: 0 !important;
    }
    #exampleModal.arn-order-left-drawer .modal-content {
        border-radius: 0 !important;
    }
    #exampleModal.arn-order-left-drawer .modal-body {
        display: block;
        overflow-y: auto;
    }
    #exampleModal.arn-order-left-drawer .arn-rotating-studio {
        height: auto;
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
    }
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-main,
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-side {
        display: block;
        max-height: none;
        overflow: visible;
    }
    #exampleModal.arn-order-left-drawer #modalSelectionWrapper,
    #exampleModal.arn-order-left-drawer #arnSpecialPackagePanel {
        display: block;
        min-height: initial;
    }
    #exampleModal.arn-order-left-drawer .arn-special-package-list {
        max-height: 280px;
        overflow-y: auto;
    }
}

/* Tum acilis noktalarinda ortak mobil siparis paneli duzeni. */
@media (max-width: 860px) {
    #exampleModal.arn-order-left-drawer,
    #exampleModal.arn-order-left-drawer .modal-dialog,
    #exampleModal.arn-order-left-drawer .modal-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }
    #exampleModal.arn-order-left-drawer .modal-dialog,
    #exampleModal.arn-order-left-drawer .modal-content {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
    }
    #exampleModal.arn-order-left-drawer .modal-body {
        width: 100%;
        min-width: 0;
        padding: 10px !important;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #exampleModal.arn-order-left-drawer .arn-rotating-studio,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated .arn-rotating-studio,
    #exampleModal.arn-order-left-drawer.arn-order-residential .arn-rotating-studio,
    #exampleModal.arn-order-left-drawer.arn-order-rotating .arn-rotating-studio {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px;
    }
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-main,
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-side {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-main > *,
    #exampleModal.arn-order-left-drawer #modalSelectionWrapper,
    #exampleModal.arn-order-left-drawer #arnSpecialPackagePanel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .order-form-grid,
    #exampleModal.arn-order-left-drawer.arn-order-rotating #modalSelectionWrapper .order-form-grid {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) !important;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper .arn-special-country-field,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper .arn-special-purpose-field,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper #m_count_wrap,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper .arn-special-time-field {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        box-sizing: border-box;
    }
    #exampleModal.arn-order-left-drawer .dropdownm,
    #exampleModal.arn-order-left-drawer .dropdownm .select,
    #exampleModal.arn-order-left-drawer .dropdownm-menu,
    #exampleModal.arn-order-left-drawer .qty-wrap,
    #exampleModal.arn-order-left-drawer .arn-dedicated-count-control,
    #exampleModal.arn-order-left-drawer .arn-dedicated-count-presets,
    #exampleModal.arn-order-left-drawer .arn-dedicated-time-cards {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}

@media (max-width: 575.98px) {
    #exampleModal.arn-order-left-drawer .modal-header {
        min-height: 56px;
        padding: 11px 13px;
    }
    #exampleModal.arn-order-left-drawer .modal-body {
        padding: 8px !important;
    }
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-main,
    #exampleModal.arn-order-left-drawer .arn-rotating-studio-side {
        padding: 10px;
        border-radius: 14px;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated.arn-order-rotating #modalSelectionWrapper .order-form-grid,
    #exampleModal.arn-order-left-drawer.arn-order-rotating #modalSelectionWrapper .order-form-grid {
        gap: 9px;
        padding: 9px;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper .arn-special-country-field,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper .arn-special-purpose-field,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper #m_count_wrap,
    #exampleModal.arn-order-left-drawer.arn-order-dedicated #modalSelectionWrapper .arn-special-time-field {
        min-height: 0;
        padding: 9px;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated .arn-dedicated-count-presets {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 6px;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated .arn-dedicated-time-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px;
    }
    #exampleModal.arn-order-left-drawer .arn-special-package-card {
        grid-template-columns: minmax(0, 1fr) auto 22px;
        width: 100%;
        min-width: 0;
    }
    #exampleModal.arn-order-left-drawer .arn-special-package-name,
    #exampleModal.arn-order-left-drawer .arn-special-package-unit {
        overflow-wrap: anywhere;
        white-space: normal;
    }
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row {
        gap: 6px;
    }
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sol,
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag {
        font-size: 15px !important;
    }
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag b {
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    #exampleModal.arn-order-left-drawer.arn-order-dedicated .arn-dedicated-count-presets {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    #exampleModal.arn-order-left-drawer.arn-order-dedicated .arn-dedicated-time-cards {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sol,
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag {
        font-size: 14px !important;
    }
    #exampleModal.arn-order-left-drawer .arn-original-order-summary .arn-order-price-row .sag b {
        font-size: 14px;
    }
}.arn-order-promo-panel {
    display: none;
}
#exampleModal.arn-order-left-drawer .arn-order-promo-panel {
    display: block;
    width: 100%;
    margin: 0 0 11px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}
.arn-order-promo-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 0;
    color: #27272a;
    background: linear-gradient(135deg, #fff 0%, #fffafa 100%);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}
.arn-order-promo-toggle:hover,
.arn-order-promo-toggle:focus {
    color: #9f1239;
    background: #fff6f7;
    outline: 0;
}
.arn-order-promo-toggle-copy {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}
.arn-order-promo-panel.is-open .arn-order-promo-toggle {
    display: none;
}
.arn-order-promo-body {
    display: none;
    padding: 0;
}
.arn-order-promo-panel.is-open .arn-order-promo-body {
    display: block;
}
.arn-order-promo-input-shell {
    position: relative;
    margin: 0;
}
#exampleModal .arn-order-promo-input {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 43px 0 13px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #18181b !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 42px !important;
    letter-spacing: .01em;
    outline: 0 !important;
    box-sizing: border-box !important;
}
#exampleModal .arn-order-promo-input:focus {
    box-shadow: none !important;
}
#exampleModal.arn-order-left-drawer .arn-order-promo-panel.is-open:focus-within {
    border-color: rgba(189, 0, 0, .55);
    box-shadow: 0 0 0 3px rgba(189, 0, 0, .08);
}
.arn-order-promo-clear {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    color: #71717a;
    background: #f4f4f5;
    font-size: 12px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .18s ease, background-color .18s ease;
}
.arn-order-promo-clear:hover,
.arn-order-promo-clear:focus {
    color: #fff;
    background: #bd0000;
    outline: 0;
}
.arn-order-promo-feedback {
    display: none;
    align-items: flex-start;
    gap: 7px;
    margin: 0 8px 8px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}
.arn-order-promo-feedback.is-visible {
    display: flex;
}
.arn-order-promo-feedback.is-checking {
    color: #52525b;
    border-color: #e4e4e7;
    background: #fafafa;
}
.arn-order-promo-feedback.is-success {
    color: #166534;
    border-color: #bbf7d0;
    background: #f0fdf4;
}
.arn-order-promo-feedback.is-error {
    color: #991b1b;
    border-color: #fecaca;
    background: #fff7f7;
}
.arn-order-promo-feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    min-width: 17px;
    height: 17px;
}
.arn-order-promo-feedback.is-checking .arn-order-promo-feedback-icon {
    animation: arnPromoSpin .8s linear infinite;
}
@keyframes arnPromoSpin {
    to { transform: rotate(360deg); }
}
@media (max-width: 575.98px) {
    .arn-order-promo-toggle {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 13px;
    }

}

/* ARN order focus normalization: fare/touch tiklamasindaki siyah tarayici
   cercevesini kaldirir, klavye odagini marka rengiyle erisilebilir tutar. */
#exampleModal.arn-order-left-drawer button:focus,
#exampleModal.arn-order-left-drawer [role="button"]:focus,
#exampleModal.arn-order-left-drawer a:focus {
    outline: 0 !important;
}
#exampleModal.arn-order-left-drawer button:focus-visible,
#exampleModal.arn-order-left-drawer [role="button"]:focus-visible,
#exampleModal.arn-order-left-drawer a:focus-visible {
    outline: 3px solid rgba(189, 0, 0, .18) !important;
    outline-offset: 2px;
}
