.bg-orange {
    background-color: #ff8c00;
}

.text-orange {
    color: #ff8c00;
}

.btn-orange {
    background-color: #ff8c00;
    color: #070505;
    border: none;
}

.btn-orange:hover {
    background-color: #e67e00;
}

.btn-outline-orange {
    border: 1px solid #ff8c00;
    color: #ff8c00;
}

.btn-outline-orange:hover {
    background-color: #ff8c00;
    color: #070505;
}

.border-orange {
    border: 1px solid #ff8c00;
}

.input-group-text {
    border-color: #ff8c00;
}

.form-control:focus {
    border-color: #ff8c00;
    box-shadow: 0 0 0 0.25rem rgba(255, 140, 0, 0.25);
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.bg-blue-gradient {
    background: linear-gradient(90deg, #ff8c00, #e67e00);
    border-bottom: 3px solid #c76b00;
}

.btn-blue-gradient {
    background: linear-gradient(90deg, #ff8c00, #e67e00);
    border: none;
    color: black;
}

.btn-blue-gradient:hover {
    background: linear-gradient(90deg, #ff8c00, #e67e00);
}

.text-blue {
    color: #e67e00;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.modal-footer {
    padding: 10px 15px;
    border-top: none;
    background-color: #e67e00;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.btn-close-white {
    filter: invert(1);
}

.fs-4 {
    font-size: 1.5rem;
}

.toggle-password i {
    cursor: pointer;
}

.bg-orange-gradient {
    background: linear-gradient(90deg, #ff8c00, #e67e00);
    border-bottom: 3px solid #c76b00;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.btn-close-white {
    filter: invert(1);
}

.fs-4 {
    font-size: 1.5rem;
}