#realtimeregisterconfig table .fieldlabel {
    width: 200px;
}
#realtimeregisterconfig table td {
    padding: 2px 5px;
    text-align: left;
    vertical-align: top;
}
#realtimeregisterconfig table td li {
    list-style: circle;
}
#realtimeregisterconfig table td a {
    text-decoration: underline;
}
form .view-ips {
    padding-top: 4px;
    vertical-align: top;
    max-width: initial;
}
.manage-ips, .delete-host {
    vertical-align: top;
}
.add-ip {
    font-weight: bold;
    padding: 0 5px;
}
.remove-ip {
    padding: 5px;
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
    color: #dc3545 !important;
}

.remove-ip:hover {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.remove-ip i {
    margin-top: 4px;
    color: #dc3545 !important;
}

.remove-ip:hover i {
    color: #fff !important;
}

.extra-ips {
    padding: 0 5px;
    white-space: nowrap;
}
.extra-ips:hover, .add-ip:hover {
    text-decoration: none;
}
.ip-version {
    min-width: 175px;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner {
    display: none;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.spinner.active {
    display: block;
}

.spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.child-host {
}

.child-host__table {
    width: 100%;
}

.child-host__table td input,
.child-host__table td select {
    height: 30px;
    padding: 5px;
}

.child-host__table td label,
.child-host__table td input,
.child-host__table td select {
    width: 100%;
}

.child-host__table td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.child-host__table td.version {
    padding-left: 10px;
}

.child-host__table td.remove {
    width: 20px;
}

.rtr-custom-properties {
    background-color: #d9edf7;
}

.rtr-custom-properties:hover{
    background-color: #96D5F5FF;
    color: white;
}


.status.success {
    color: black;
    background-color: #abf4bf;
}

.status.error {
    background-color: #e85e5e;
}

.fa-white {
    color: white !important;
}

/* Child Hosts - WHMCS Uyumlu Tasarım */
.child-hosts-wrapper {
    margin-top: 20px;
}

.child-host-panel {
    margin-bottom: 20px;
    position: relative;
}

.child-host-panel .panel-body {
    position: relative;
}

.child-host-panel .spinner {
    z-index: 9999 !important;
    position: absolute !important;
}

.child-host-panel .panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.child-host-panel .panel-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.child-host-panel .panel-title > i:first-child {
    margin-right: 8px;
    color: #5bc0de;
}

.child-host-panel .panel-title .delete-ns i {
    margin-right: 5px;
    color: inherit !important;
}

.child-host-panel .panel-title .delete-ns {
    line-height: 1;
    padding: 4px 8px;
    font-size: 12px;
}

.child-host-panel .panel-title .btn-danger,
.child-host-panel .delete-ns {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    color: #fff !important;
}

.child-host-panel .panel-title .btn-danger:hover,
.child-host-panel .delete-ns:hover,
.child-host-panel .panel-title .btn-danger:focus,
.child-host-panel .delete-ns:focus {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

.child-host-panel .panel-title .btn-danger:active,
.child-host-panel .delete-ns:active {
    background-color: #bd2130 !important;
    border-color: #b21f2d !important;
}

.ip-row {
    margin-bottom: 10px;
}

.ip-row:last-child {
    margin-bottom: 0;
}

.child-host-panel .form-group label {
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.child-host-panel .form-group label i {
    margin-right: 5px;
    color: #5bc0de;
}

/* Alert Improvements */
.child-hosts-wrapper .alert {
    border-radius: 4px;
}

.child-hosts-wrapper .alert i {
    margin-right: 8px;
}

.child-hosts-wrapper .alert strong {
    display: inline-block;
}

.child-hosts-wrapper .alert p {
    margin: 5px 0 0 0;
}

/* Responsive */
@media (max-width: 768px) {
    .ip-row .col-sm-2 {
        margin-top: 10px;
    }
}

/* DNSSEC - WHMCS Uyumlu Tasarım */
.dnssec-wrapper {
    margin-top: 20px;
}

.dnssec-record-wrapper {
    position: relative;
}

.dnssec-record {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    border-left: 4px solid #5bc0de;
    position: relative;
}

.dnssec-record .spinner {
    z-index: 9999 !important;
    position: absolute !important;
}

.add-dnssec-form {
    position: relative;
}

.add-dnssec-form .spinner {
    z-index: 9999 !important;
    position: absolute !important;
}

.dnssec-record-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.dnssec-record-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.dnssec-wrapper .alert i {
    margin-right: 8px;
}

.dnssec-wrapper .alert strong {
    display: inline-block;
}

.dnssec-wrapper .alert p {
    margin: 5px 0 0 0;
}

.dnssec-wrapper .panel-title i {
    margin-right: 8px;
    color: #5bc0de;
}

.dnssec-wrapper .help-block {
    color: #737373;
    font-size: 12px;
    margin-top: 5px;
}