.listingstatus span {
    padding: 0.1rem 0.5rem;
}

.text-theme {
    font-size: 15px;
    margin-top: 10px;
}

.alert-title {
    font-size: 1.25rem;
    line-height: 1.70rem;
    font-weight: 600;
    margin-bottom: .25rem;
}

.text-theme strong {
    font-weight: 700;
}

select:not(.form-select) {
    font-weight: 500;
}

.form-select {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #020617 !important;
}

.warning-bg, .warning-button:hover {
    color: #9b7400 !important;
    font-weight: 500;
}

.danger-bg, .danger-button:hover {
    color: var(--bs-danger) !important;
    font-weight: 500;
}

.bg-theme-light, .bg-theme-light-hover:hover {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #1d355d;
}

.sayfayolu {
    font-size: 14px;
}

.fon-section-title-subheading {;
    font-weight: 400;
}


.lead {
    font-weight: 400;
}

.pricing-table.style-default .pricing-period {
    font-size: 20px;
}

input:not([type=checkbox]):not([type=radio]):not(.form-control), textarea:not(.form-control) {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

#domain-market-table thead th {
    padding: 12px 20px;
    color: #1d355d;
}

.pricing_period {
    font-size: 20px !important;
}

.mb-2 {
    font-size: 16px;
}

.me-1 {
    margin-right: .7rem !important;
}

.pricing-period {
    font-size: 16px;
}

.couponCode {
    background: linear-gradient(180deg, #433811 0%, #211b08 100%);
}

.alert-success {
    --bs-alert-color: #afff29;
}

.top-notice-bar {
    background: linear-gradient(180deg, #433811 0%, #211b08 100%);
    padding: 15px 15px 15px 15px;
}

.top-notice-bar .top-notice-info, .top-notice-bar .top-notice-info h5 {
    font-weight: 400;
    font-size: 16px;
}

.top-notice-btn {
    color: rgba(255, 255, 255, .85) !important;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    border: 1px dashed rgba(243, 183, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert-title {
    color: #8bc34a;
}

.alert-success {
    --bs-alert-color: #8bc34a;
}

