.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%);
}
.top-notice-wrapper {
	position: relative;
	z-index: 2003;
}
.top-notice-bar {
    background: linear-gradient(180deg, #433811 0%, #010101 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;
     animation: pulse-gold 2s infinite;
}

.top-notice-btn:hover {
	background: rgba(243, 183, 0, 0.2);
	border-color: #f3b700;
}	
.top-notice-btn span{
	display: inline-block;
    border-left: 1px dashed rgba(243, 183, 0, 0.5);
	padding-left: 10px;
    margin-left: 10px !important;
}

.top-notice-btn span i:before {
	--fa: "\f0c5";
	font-weight: 400;
	color: rgba(243, 183, 0, 0.5);
}
.top-notice-btn:hover span i:before {
	font-weight: 900;
	color: rgba(243, 183, 0, 1);
}

/* Kopyalandığında Alacağı Yeşil Stil (Success State) */
.top-notice-btn.copied {
    background-color: var(--theme-green) !important; /* Tema Yeşili */
    border-color: var(--theme-green) !important;
    color: #ffffff !important;
    animation: none; /* Kopyalandığında yanıp sönmeyi durdur */
    cursor: default;
}
.letter-space-2{
    letter-spacing:2px;
}
body#muspanel .cd-top {
	bottom: 20px;
	right: 20px;
	left: auto;
	position: fixed;
	color: #fff;
}
/* Düğme için Kalp Atışı (Pulse) Animasyonu */
@keyframes pulse-gold {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 183, 0, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(243, 183, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(243, 183, 0, 0);
    }
}

@media (max-width: 768px) {
    .animated.infinite {
        margin-bottom: 10px;
    }
}

.fw-semibold {
    font-weight: 700 !important;
}

.list-unstyled {
    text-align: left;
}
.iti:has(.step-error) {
	margin-bottom: 2rem;
}
.iti .step-error {
	position: absolute;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #f44336 !important;
}