.uavt-modal-header {
    background: #e7f1fb;
    border-bottom: 1px solid #dde3ec;
}

.uavt-modal-header .modal-title {
    color: #1e3a5f;
    font-size: 15px;
    font-weight: 700;
}

.uavt-modal-footer {
    background: #fafbfc;
    border-top: 1px solid #dde3ec;
}

#uavtModal .form-select:disabled {
    background-color: #f3f4f6;
    color: #98a2b3;
    cursor: not-allowed;
}

#uavtModal .form-select.loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%232563eb' stroke-width='3' fill='none' stroke-dasharray='31.4 31.4'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='0.8s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
