.main-toggle{
    margin: auto;
    border-radius: 3px;
    width: 50px;
}
.main-toggle.on span {
    left: 27px;
    border-radius: 3px;
}
.btn-icon{
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
}
.btn-icon i {
    font-size: 1rem;
}

.main-toggle-success.on {
    background-color: #55df6b;
}

.page-link{
    width: 32px;
    height: 32px;
}

.filter-button{
    border-radius: 5px 0 0 5px;
}
.filter-value-input{
    border-radius: 0 5px 5px 0 !important;
}

.fs-8{
    font-size: 0.8rem !important;
}
.fonticon-menu{
    margin: 0;
    padding: 0 0 0 10px;
    flex: none;
}

.border-dash{
    border: 1px gray dashed;
}
.check-all-row , .check-single-row{
    width: 1.5rem;
    height: 1.5rem;
}

/* .cursor-not-allowed {
    cursor: not-allowed;
} */


/* استایل برای لایه تاریک */
#loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* اپاسیتی 50% */
    z-index: 9999;
    text-align: center;
    color: white;
}

/* قرار دادن محتوای لودینگ در وسط صفحه */
#loading-screen .loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* اسپینر */
.spinner-border {
    width: 3rem;
    height: 3rem;
    margin-bottom: 15px;
}


.border-bottom-dash{
    border-bottom: 1px dashed gray;
}


.main-logo{
    width: 165px;
    height: auto;
}

.desktop-logo-login{
    width: 175px;
    height: auto;
}


.m-r--10{
    margin-left: -10px;
}

.w-20{
    width: 20%;
}

.w-15{
    width: 15%;
}

.w-10{
    width: 10%;
}


.image-toggle img{
    width: 450px;
    height: 250px;
}

.image-selection img{
    width: 80px;
    height: 50px;
}

.benner-thumb{
    width: 450px;
    height: 75px;
    border-radius: 5px;
}

.benner-main{
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.banner-tr td{
    vertical-align: middle;
}