.osc-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: default;
}

.osc-loader-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fbfbfc;
    opacity: 0.7;
}

.osc-loader-container .loader-wheel {
    top: calc(50% - 50px);
    text-align: center;
    position: absolute;
    width: 100%;
}

.osc-btn {
    display: block;
    padding: 15px 25px;
    width: auto;
    border-radius: 5px;
    background: #e40000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.osc-btn:hover {
    background-color: #920000;
    color: #ffffff;
}

#oscModal .modal-title {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

#oscModal label {
    font-size: 16px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 500;
}

#oscModal label span {
    font-size: 18px;
    color: #e40000;
}

#oscModal input {
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    outline: none;
    box-shadow: none;
}

#oscModal input:focus {
    border-color: #e40000;
}

.osc-btn-submit {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    background: #116f1f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: none;
}

.osc-btn-submit:hover {
    background-color: #115c1c;
    color: #ffffff;
}

#oscModal #formmessage .alert p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 0;
    padding-bottom: 6px;
}

#oscModal #formmessage .alert p:last-child {
    padding-bottom: 0;
}

#oscModal #formmessage .alert p strong {
    font-weight: 700;
}

#oscModal .red {
    border: 1px solid #dc3545 !important;
    background: #fff5f5;
}