﻿body {
    direction: rtl !important;
    font-family: "IRANSansWeb", sans-serif !important;
}

.hover-able:hover {
    cursor: pointer;
}

.img-fluid {
    border-radius: 12px !important;
}

.p-0-i {
    padding: 0 !important;
}

.container {
    max-width: 1000px !important;
}

#my-nav {
    background-color: #161F43 !important;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

    #my-nav * {
        color: #fff !important;
    }

#logo {
    width: 100px;
}

.navbar-toggler-icon {
    color: #fff !important;
}

#logo-mobile {
    width: 70px;
}

.btn-top {
    width: 100px;
    background-color: #0059F7;
}

.navbar-toggler {
    background-color: #161F43 !important;
}

#sidebar-right * {
    display: none;
}

#sidebar-right a {
    color: #161F43;
}

.f-size-20 {
    font-size: 20px;
}

.bg-second {
    background-color: #161F43 !important;
}

.text-gray {
    color: #999;
}

.mb-10 {
    margin-bottom: 6rem;
}

.mt-10 {
    margin-top: 6rem;
}

.py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-white {
    background-color: #fff;
}

.border-rounded {
    border-radius: 10px;
}

.bg-blue {
    background-color: #0059F7;
}

@media (max-width: 575.98px) {
    #main {
        margin-top: 100px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #main {
        margin-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #main {
        margin-top: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #sidebar-right {
        display: none;
    }

    .scroll {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transition: 0.15s all ease;
    }

    .not-scroll {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transition: 0.15s all ease-out;
    }

    #main {
        margin-top: 140px;
    }
}

@media (min-width: 1200px) {
    #sidebar-right {
        display: none;
    }

    .scroll {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transition: 0.15s all ease;
    }

    .not-scroll {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transition: 0.15s all ease-out;
    }

    #main {
        margin-top: 140px;
    }
}
