
/* global styles */
.page-content{
    padding: 20px 0px 0px 0px;
}

/* رنگ‌ها */
.text-success {
    color: #27a844 !important;
}
.text-danger {
    color: #dc3545 !important;
}

/* برای عدم نمایش هدینگها- برای سئو هدینگ ایجاد میکنیم ولی دیده نمیشه */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* حذف فلش‌های اسکرول در کل سایت */
*::-webkit-scrollbar-button {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 8px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
}
