.btn-loading {
    position: relative;
}

.btn-loading .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@font-face {
    font-family: IranYekan;
    src: url(https://s.7learn.com/themes/slt/assets/build/css/yekanbakh/bold.woff);
}

body {
    direction: rtl;
    background-color: #f8f9fa;
    font-family: "IranYekan", sans-serif;
}

/* 
.modal-dialog {
    max-width: 400px;
    margin: 30px auto;
} */

.modal-content {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.modal-header {
    background-color: #172b4d;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
}

.modal-header h5 {
    margin-bottom: 0;
}

.modal-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 1.2rem;
    color: #172b4d;
}

.form-group input {
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    color: #172b4d;
    text-align: right;
}

.form-group input:focus {
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.form-group .btn-primary {
    background-color: #172b4d;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.2s ease;
}

.form-group .btn-primary:hover {
    background-color: #0b1c32;
}

.form-group .btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.forgot-password {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #6b778c;
}

.forgot-password a {
    color: #172b4d;
    font-weight: bold;
    text-decoration: none;
}

/* panel style */

.form-group label {
    font-weight: bold;
}

/* .form-control:focus {
    border-color: #FF7F50;
    box-shadow: none;
}

.btn-primary {
    background-color: #FF7F50;
    border-color: #FF7F50;
}

.btn-primary:hover {
    background-color: #FF6347;
    border-color: #FF6347;
} */

@media (max-width: 768px) {
    .form-row {
        flex-wrap: wrap;
    }

    .form-group {
        width: 100%;
    }
}

.btn-icon {
    position: relative;
    overflow: hidden;
}

.btn-icon i {
    transition: transform 0.3s ease-in-out;
}

.btn-icon:hover i {
    transform: translateX(-10px);
}

@media print {
    .no-print {
        display: none;
    }
}

#tr-item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    /* ایجاد shadow در هنگام هاور */
}


.active-box-border {
    border: 5px solid blue;
}