/*
 * @Author: yanminw 2398988384@qq.com
 * @Date: 2025-08-20 14:26:30
 * @LastEditors: yanminw 2398988384@qq.com
 * @LastEditTime: 2025-08-20 17:19:16
 * @FilePath: \m\mfiles\css\sqsy.css
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
/* 申请试用样式 */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.sqsy .modal-header {
    background: linear-gradient(120deg, #4e73df 0%, #7579e7 100%);
    color: white;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .sqsy .modal-body {
    padding: 10px 20px;
    font-size: 20px;
 }
.sqsy .mb-3 {
    margin-bottom: 20px !important;
}
.sqsy h5{
    font-size: 24px;
}
.sqsy .btn-close {
    width: 30px;
    height: 30px;
    }
.sqsy .form-control {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}
.form-control:focus {
    border-color: #4e73df;
    box-shadow: 0 0 0 0rem rgba(78, 115, 223, 0.25) !important;
}
.form-label {
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
}
.btn-submit {
    background: linear-gradient(120deg, #4e73df 0%, #7579e7 100%);
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
}
.btn-close {
    filter: invert(1);
}
.input-group-text {
    background-color: white;
    border-right: none;
}
/* .input-group .form-control {
    border-left: none;
} */
.feature-list {
    color: white;
    text-align: left;
    margin: 30px 0;
}
.feature-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.feature-list i {
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

/* 自定义弹窗样式 */
.custom-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.custom-alert.show {
    opacity: 1;
    visibility: visible;
}
.alert-content {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    width: 80%;
    transform: translateY(20px);
    transition: transform 0.3s;
}
.custom-alert.show .alert-content {
    transform: translateY(0);
}
.alert-icon {
    font-size: 60px;
    margin-bottom: 20px;
}
.alert-success .alert-icon {
    color: #4cd964;
}
.alert-error .alert-icon {
    color: #ff3b30;
}
.alert-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}
.alert-message {
    color: #666;
    margin-bottom: 20px;
}
.alert-button {
    background: linear-gradient(120deg, #4e73df 0%, #7579e7 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }
}

.modal-footer-s {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    border-top: none;
    border-top: 1px solid #ddd;
}
.modal-footer-s .btn-qx {
    padding: 10px 40px;
    color: #333;
    border-radius: 5px;
    background: #f5f5f5;
    font-size: 20px;

}

.modal-footer-s .btn-tj {
    padding: 10px 40px;
    color: #fff;
    border-radius: 5px;
    background: #4353FF;
    font-size: 20px;
}
.invalid-err {
    color: #dc3545;
    padding: 5px 0px;
    display: none
}
 .sqsy .form-control {
    font-size: 16px;
 }
 .sqsy .modal-header {
    font-size: 24px;
 }