@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans/woff/IRANSansWeb_Light.woff');
    src: url('../fonts/IRANSans/woff/IRANSansWeb_Light.woff');
url('../fonts/IRANSans/woff/IRANSansWeb_Light.woff') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Bold.eot)
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Medium.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format('woff2'), url(../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format('woff'), url(../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Light.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format('woff2'), url(../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format('woff'), url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format('woff2'), url(../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format('woff'), url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSans/eot/IRANSansWeb.eot);
    src: url(../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format('woff2'), url(../fonts/IRANSans/woff/IRANSansWeb.woff) format('woff'), url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format('truetype')
}

@font-face {
    font-family: b yekan;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Yekan.ttf)
}


* {
    /*direction: rtl;*/
    /*text-align: right;*/
    font-family: IRANSans;
}


/*
 -----------------------------------------------------------------------------------------------------------------------
 public styles
 -----------------------------------------------------------------------------------------------------------------------
*/

body, h1, h2, h3, p, button {
    font-family: IRANSans !important;
}

.int {
    font-family: b yekan !important;
}

.bg-gray {
    background-color: #404E67;
    color: #dcdcdc;
}

.pointer {
    cursor: pointer;
}


/*
 -----------------------------------------------------------------------------------------------------------------------
  header
 -----------------------------------------------------------------------------------------------------------------------
*/
.header {
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFFFFF;
}

.top-header {
    border-bottom: 1px solid #efefef;
}

.top-nav {

}


/* start search*/
.search-wrapper {
    position: relative;
    width: 50%;
    min-width: 280px;
    height: 2rem;
}

.search-box {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    z-index: 999999;
}

.search-box-active {
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4);
}

.search-textbox {
    border-radius: 0.25rem;
    width: 100%;
    font-size: 0.9rem;
    padding: 0rem 0.5rem;
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.search-textbox span {
    padding: 0.3rem 0rem 0rem 0.4rem;
    flex-shrink: 1;
}

.search-textbox input {
    border: none;
    border-radius: 0.25rem;
    outline: none;
    width: 100%;
    padding: 0.4rem 0rem;
    background-color: rgba(0, 0, 0, 0);
}

.search-textbox input:focus {
    outline: none;
}


.search-result {
    top: 100%;
    height: 300px;
    padding: 0.5rem;
    overflow: auto;
}

.search-result-title {
    font-size: 0.8rem;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.4rem;
    margin: 0.5rem 0rem 0.2rem 0rem;
}

.search-result-title .search-result-type {
    color: #0d6efd;
    margin: 0 0.3rem;
}

.search-result-title .search-words {
    color: #000000;
    font-size: 0.6rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 0.3rem;
}

.search-result-item {
    font-size: 0.8rem;
    padding: 0.4rem;
}

.search-result-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.search-result-item a, .search-result-item a:hover {
    color: #666666;
    text-decoration: none;
}

.search-result-item .search-no-result {
    color: #999999;
}

/* end search*/


/* start header profile link part */
.profile-button {
    font-size: 1.2rem;
    border: none;
    box-shadow: none;
}

.profile-button:focus, .profile-button:hover {
    outline: none;
    background-color: #f7f7f7;
    border: none;
    box-shadow: none;
}

.custom-drop-down {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.25rem !important;
    border: none !important;
}

.custom-drop-down .dropdown-item {
    font-size: 0.8rem;
    padding: 0.3rem;
    color: #333333;
}

.dropdown-item i {
    padding: 0.2rem 0.5rem 0rem 0.5rem;
    font-size: 1rem;
}

/* end header profile link part */

/* start cart */
.header-cart-link {
    font-size: 1.2rem;
    border: none;
    box-shadow: none;
}

.header-cart-link span {
    font-size: 0.5rem;
    padding-top: 0.4rem;
}

.header-cart:hover .header-cart-link, .header-cart-link:focus, .header-cart-link:hover {
    outline: none;
    background-color: #f7f7f7;
    border: none;
    box-shadow: none;
}

.header-cart-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    width: 240px;
    max-height: 320px;
    overflow: auto;
    background-color: #FFFFFF;
    visibility: hidden;
    z-index: 9999;
    padding: 0.3rem;
    font-size: 0.8rem;
}

.header-cart {

}

.header-cart:hover .header-cart-dropdown {
    visibility: visible;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}


.header-cart-dropdown-body {
    padding: 0.6rem 0.3rem;
}

.header-cart-dropdown-body-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
}

.header-cart-dropdown-body-item:last-of-type {
    border: none;
}

.header-cart-dropdown-body-item img {
    max-width: 2rem;
    max-height: 2rem;
    margin-left: 0.4rem;
}

.header-cart-dropdown-footer {
    font-size: 0.7rem;
}

/* end cart */

/*start super nav item*/
.super-navbar-item {
    color: #333;
    font-size: 0.8rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.super-navbar-item:hover {
    border-bottom: 2px solid #ff253a;
    transition: 0.4s;
}

.super-navbar-item-toggle {
    padding: 0.8rem 0rem 0.6rem 0rem;
    font-weight: bold;
}

.sublist-wrapper {
    visibility: hidden;
    top: 120%;
    z-index: 999;
    /*min-height: 20rem;*/
    background-color: #efefef;
    border-radius: 0.25rem;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}

.super-navbar-item:hover > .sublist-wrapper {
    visibility: visible;
    top: 100%;
    transition: 0.4s;
}

.sublist-item-toggle {
    width: 14rem;
    border-right: 2px solid rgba(0, 0, 0, 0);
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sublist-item-toggle:hover {
    color: #ff253a;
    background-color: rgba(255, 255, 255, 1);
    border-right: 2px solid #ff253a;
    font-weight: bold;
    transition: 0.4s;
}

.sublist-item-active > .sublist-item-toggle {
    color: #ff253a;
    background-color: rgba(255, 255, 255, 1);
    border-right: 2px solid #ff253a;
    font-weight: bold;
    transition: 0.4s;
}

.sublist-item:first-of-type > .sublist-item-toggle {
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sublist-item:last-of-type > .sublist-item-toggle {
    margin-bottom: 1rem;
}

.sublist-item-sublist {
    position: absolute;
    top: -1rem;
    right: 14rem;
    width: Calc(100% - 14rem);
    height: Calc(100% + 2rem);
    z-index: 9999;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.8rem;
    overflow: hidden;
    border-radius: 0.25rem;
}

.sublist-item-active > .sublist-item-sublist {
    visibility: visible;
}

.sublist-item-sublist-wrapper {

}

.sublist-column {

}

.sub-category {
    display: block;
    text-decoration: none;
    font-weight: bold;
    /*color: #ff0062;*/
    /*color: #330733;*/
    /*color: #ff0062;*/
    /*color: #9f00ff;*/
    color: #000000;
    padding: 0.3rem 0.1rem 0.2rem 0.1rem;
}

.sub-category:hover {
    color: #00b5fe;
    transition: 0.4s;
}

.sub-sub-category {
    font-size: smaller;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 0.1rem;
    color: #888888;
}

.sub-sub-category:hover {
    color: #ff253a;
    transition: 0.4s;
}


/*
 * navbar item
*/
.navbar-item {
    color: #333;
    font-size: 0.8rem;
}

.navbar-item > a {
    color: #333;
    text-decoration: none;
    padding: 0.8rem 0.6rem 0.6rem 0.6rem;
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-weight: bold;
}

.navbar-item > a:hover {
    cursor: pointer;
    border-bottom: 2px solid #ff253a;
    transition: 0.4s;
}


/*
    start slideshow
*/


#slideshow .owl-dots {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
}

#slideshow .owl-dots button:focus {
    outline: none;
}

#slideshow .owl-dots button.owl-dot span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.25rem;
    display: inline-block;
    background: #f7f7f7;
    margin: 0 0.2rem;
    transition: 0.4s;
}

#slideshow .owl-dots button.owl-dot.active span {
    width: 1.4rem;
    background-color: #000;
    transition: 0.4s;
}

/*
    start lazy load
*/
.light-owl-nav .owl-nav .owl-prev {
    right: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem !important;
    background-color: rgba(255, 255, 255, .6) !important;
    color: #000000 !important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2) !important;
    margin: 0 auto;
    transition: 0.4s;
}

.light-owl-nav .owl-nav .owl-next {
    left: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem !important;
    background-color: rgba(255, 255, 255, .6) !important;
    color: #000000 !important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2) !important;
    margin: 0 auto;
    transition: 0.4s;
}

.light-owl-nav .owl-nav .owl-prev:hover, .light-owl-nav .owl-nav .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4) !important;
}


.dark-owl-nav .owl-nav .owl-prev {
    right: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem !important;
    background-color: rgba(0, 0, 0, .4) !important;
    color: #FFFFFF !important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2) !important;
    margin: 0 auto;
    transition: 0.4s;
}

.dark-owl-nav .owl-nav .owl-next {
    left: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem !important;
    background-color: rgba(0, 0, 0, .4) !important;
    color: #FFFFFF !important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2) !important;
    margin: 0 auto;
    transition: 0.4s;
}

.dark-owl-nav .owl-nav .owl-prev:hover, .dark-owl-nav .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.95) !important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4) !important;
    transition: 0.4s;
}

.content-wrapper {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}

.lazyload-wrapper {

}

.lazyload {
    padding: 1rem 0rem 0rem 0rem;
}

.lazyload-item-wrapper {
    padding: 1rem;
    height: 100% !important;
}

/*
    start brand lazy load
*/

.brand-part {
    background-color: #FFFFFF;
}

.brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.brand-item img {
    max-width: 8rem !important;
}


/*
 *----------------------------------------------------------------------------------------------------------------------
 * header content
 *----------------------------------------------------------------------------------------------------------------------
 */

.content-header {
    border-bottom: 1px solid #efefef;
}

.content-header-title {
    font-size: 1rem;
    font-weight: bold;
}

.content-header-title-small {
    font-size: 0.8rem;
}

.content-header-title span {
    border-bottom: 2px solid #ff253a;
    padding: 0.3rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}


.content-header-link * {
    text-decoration: none;
    color: #666666;
}

.content-header-link a:hover {
    text-decoration: none;
    color: #111111;
    transition: 0.4s;
}


/*
 *----------------------------------------------------------------------------------------------------------------------
 * center_product_management
 *----------------------------------------------------------------------------------------------------------------------
 */

.product-wrapper {

}

.filters span {
    font-size: 0.8rem;
}

.filters .badge {
    font-size: smaller;
    padding-top: 0.4rem;
}

.sort {

}

.sort .btn {
    font-size: 0.8rem;
}

.sort span {
    font-size: 0.8rem;
}


.main-product-wrapper > section {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border: 1px solid #efefef;
}

.main-product-wrapper .pagination {

}

.main-product-wrapper .page-item {
    margin: auto 0.4rem;
}

.main-product-wrapper .page-link {
    border-radius: 0.25rem;
    border: none;
    color: #111111;
    background-color: #efefef;
}

.main-product-wrapper .active .page-link {
    background-color: #0dcaf0;
}

.product {
    height: 100%;
    position: relative;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    transition: 0.4s;
}

.product:hover {
    z-index: 99;
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.product-link {
    text-decoration: none;
    display: block;
    color: #000000;
    padding: 0.6rem;
}

.product-link:hover {
    color: #000000;
}

.product-image {
    display: flex;
    justify-content: center;
    justify-items: center;
    max-height: 170px;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 0rem;
}

.product-image img {
    display: block;
    width: 100%;
    max-width: 240px;
    border-radius: 0.25rem;
}


.product-colors {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2rem;
}

.product-colors-item {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.2rem;
    border-radius: 50%;
    border: 1px solid #dedede;
}


.product-name {
    /*text-align: center;*/
    padding: 0rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}

.product-name * {
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 1.5rem;
}

.product-price-wrapper {
    height: 3.2rem;
    justify-items: center;
}

.product-price {
    padding: 0rem;
    font-size: 0.8rem;
    text-align: left;
}

.product-discount {
    padding: 0rem;
    text-align: left;
    margin-bottom: 0.4rem;
}

.product-discount-amount {
    font-size: 0.7rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ff253a;
    padding: 0.4rem 0.2rem 0.2rem 0.4rem;
    margin: 0rem 0.4rem 0rem 0rem;
    border-radius: 0.25rem;
}

.product-old-price {
    text-decoration: line-through;
    font-size: 0.7rem;
    color: #888888;
    padding: 0.2rem;
}

.product-add-to-cart {
    position: absolute;
    top: 0.4rem;
    left: 0;
    padding: 0.2rem;
}

.product-add-to-cart a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    transition: 0.4s;
}

.product-add-to-cart-active, .product-add-to-cart a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #ff253a !important;
    text-decoration: none;
    transition: 0.4s;
}

.product-add-to-favorite {
    position: absolute;
    top: 2.6rem;
    left: 0;
    padding: 0.2rem;
}

.product-add-to-favorite a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    transition: 0.4s;
}

.product-add-to-favorite-active, .product-add-to-favorite a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #ff253a !important;
    text-decoration: none;
    transition: 0.4s;
}


/*
 *----------------------------------------------------------------------------------------------------------------------
 * footer
 *----------------------------------------------------------------------------------------------------------------------
 */


.footer {
    border-top: 1px solid #dedede;
}

.footer-shop-features {
    padding-bottom: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dedede;
}

.footer-shop-features-item {
    text-align: center;
}

.footer-shop-features-item img {
    height: 3.5rem;
}

.footer-shop-features-item section {
    margin-top: 1.4rem;
    font-size: 0.8rem;
}

.footer-intro {
    line-height: 2rem;
    font-size: 0.8rem;
}

/*حذف علامت کم و زیاد از کنار فیلد نامبر*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/***********************
*/


@media screen and (min-width: 955px) {

    body {
        padding-top: 2%;
    }

    .d-min-none {
        display: none !important;
    }
}

@media screen and (max-width: 955px) {

    .container {
        max-width: 100% !important;
    }

    .d {
        display: none;
    }

    .menu {
        height: 100vh !important;;
    }

    .discussions {
        height: 100vh !important;;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .d-max-none {
        display: none !important;
    }
}

/* ===== MENU ===== */
.menu {
    float: left;
    height: 100vh;;
    width: 70px;
    /*background: #4768b5;*/
    /*background: -webkit-linear-gradient(#4768b5, #35488e);*/
    /*background: -o-linear-gradient(#4768b5, #35488e);*/
    /*background: -moz-linear-gradient(#4768b5, #35488e);*/
    /*background: linear-gradient(#4768b5, #35488e);*/
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19);*/

    /*background: #C1C8E3;*/
    background: #E5DBDA;
    /*background: -webkit-linear-gradient(#060911, #35488e);*/
    /*background: -o-linear-gradient(#060911FF, #35488e);*/
    /*background: -moz-linear-gradient(#060911FF, #35488e);*/
    /*background: linear-gradient(#060911FF, #35488e);*/
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19);*/
}

.bg-titleTop {
    background: -webkit-linear-gradient(-90deg, #060911, #35488e);
    background: -o-linear-gradient(-90deg, #060911FF, #35488e);
    background: -moz-linear-gradient(-90deg, #060911FF, #35488e);
    background: linear-gradient(-90deg, #060911FF, #35488e);
}

.menu .items {
    list-style: none;
    margin: auto;
    padding: 0;
}

.menu .items .item {
    height: 40px;
    border-bottom: 1px solid #6780cc;
    display: flex;
    justify-content: center;
    align-items: center;
    /*color: #9fb5ef;*/
    font-size: 10pt;
}

.menu .items .item-active {
    background-color: #198E6C;
    color: white;
}

.menu .items .item:hover {
    cursor: pointer;
    background-color: #4f6ebd;
    color: #ffffff !important;
}


/* === CONVERSATIONS === */

.discussions {
    /*width: 35%;*/
    /*height: 100vh !important;*/
    /*box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.20);*/
    /*overflow: hidden;*/
    /*background-color: #87a3ec;*/
    /*display: inline-block;*/
    /*overflow-y: scroll !important;*/
    /*overflow-x: hidden !important;*/
    /*padding: 0 0 200px 0  !important;*/
    scrollbar-color: rgba(136, 136, 136, 0) rgba(241, 241, 241, 0); /* نوار درگ و پس‌زمینه */
    scrollbar-width: 0; /* عرض نازک */
}

.discussions ::-webkit-scrollbar {
    width: 0; /* عرض اسکرول بار */
    height: 0; /* ارتفاع اسکرول بار */
}


.discussions .discussion {
    width: 100%;
    height: 90px;
    background-color: #FAFAFA;
    border-bottom: solid 1px #E0E0E0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.discussions .profile {
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #FAFAFA;
    border-bottom: solid 1px #E0E0E0;
    display: flex;
    align-items: center;
    /*cursor: pointer;*/
}

.discussions .search {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E0E0E0;
}

.discussions .search .searchbar {
    height: 40px;
    background-color: #FFF;
    width: 70%;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.discussions .search .searchbar input {
    margin-left: 15px;
    height: 38px;
    width: 100%;
    border: none;
    font-family: 'Montserrat', sans-serif;;
}

.discussions .search .searchbar *::-webkit-input-placeholder {
    color: #E0E0E0;
}

.discussions .search .searchbar input *:-moz-placeholder {
    color: #E0E0E0;
}

.discussions .search .searchbar input *::-moz-placeholder {
    color: #E0E0E0;
}

.discussions .search .searchbar input *:-ms-input-placeholder {
    color: #E0E0E0;
}

.discussions .message-active {
    width: 98.5%;
    height: 90px;
    background-color: #FFF;
    border-bottom: solid 1px #E0E0E0;
}

.discussions .discussion .photo {
    margin-left: 20px;
    display: block;
    width: 45px;
    height: 45px;
    background: #E6E7ED;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.online {
    position: relative;
    top: 30px;
    left: 35px;
    width: 13px;
    height: 13px;
    background-color: #8BC34A;
    border-radius: 13px;
    border: 3px solid #FAFAFA;
}

.desc-contact {
    height: 43px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discussions .discussion .name {
    margin: 0 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11pt;
    color: #515151;
}

.discussions .discussion .message {
    margin: 6px 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9pt;
    color: #515151;
}

.timer {
    margin-left: 15%;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    padding: 3px 8px;
    color: #BBB;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
}

.chat {
    width: calc(65% - 85px);
}

.header-chat {
    background-color: #FFF;
    height: 90px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.100);
    display: flex;
    align-items: center;
}

.chat .header-chat .icon {
    margin-left: 30px;
    color: #515151;
    font-size: 14pt;
}

.chat .header-chat .name {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    color: #515151;
}

.chat .header-chat .right {
    position: absolute;
    right: 40px;
}

.chat .messages-chat {
    padding: 25px 35px;
}

.chat .messages-chat .message {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.chat .messages-chat .message .photo {
    display: block;
    width: 45px;
    height: 45px;
    background: #E6E7ED;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.chat .messages-chat .text {
    margin: 0 35px;
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 12px;
}

.text-only {
    margin-left: 45px;
}

.time {
    font-size: 10px;
    color: lightgrey;
    margin-bottom: 10px;
    margin-left: 85px;
}

.response-time {
    float: right;
    margin-right: 40px !important;
}

.response {
    float: right;
    margin-right: 0px !important;
    margin-left: auto; /* flexbox alignment rule */
}

.response .text {
    background-color: #e3effd !important;
}

.footer-chat {
    width: calc(65% - 66px);
    height: 80px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border-top: 2px solid #EEE;

}

.chat .footer-chat .icon {
    margin-left: 30px;
    color: #C0C0C0;
    font-size: 14pt;
}

.chat .footer-chat .send {
    color: #fff;
    background-color: #4f6ebd;
    position: absolute;
    right: 50px;
    padding: 12px 12px 12px 12px;
    border-radius: 50px;
    font-size: 14pt;
}

.chat .footer-chat .name {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    color: #515151;
}

.chat .footer-chat .right {
    position: absolute;
    right: 40px;
}

.write-message {
    border: none !important;
    width: 60%;
    height: 50px;
    margin-left: 20px;
    padding: 10px;
}

.footer-chat *::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.footer-chat input *:-moz-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.footer-chat input *::-moz-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
    margin-left: 5px;
}

.footer-chat input *:-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 13pt;
}

.clickable {
    cursor: pointer;
}

.bttn {
    position: fixed;
    bottom: 100px;
    margin-left: 50px;
    border-radius: 50% !important;
    width: 70px !important;
    height: 70px !important;
    font-size: 15pt !important;
    background-color: darkgreen !important;
    color: white !important;
    font-weight: bold !important;
    /*border-color: white;*/
    transition: width 1s, height 0.5s, opacity 0.7s !important;
    opacity: 90%;
    padding-top: 19px !important;
}

.bttn:hover {
    width: 75px;
    height: 75px;
    border: 1px solid transparent !important;
    opacity: 100%;
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4768b5;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.d-none {
    display: none;
}

.d-non {
    display: none;
}


/*login*/
body {
    margin: 0;
    padding-bottom: 15% !important;
    color: #6a6f8c;
    background: #c8c8c8;
    font: 600 16px/18px 'Open Sans', sans-serif;
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none !important;
    cursor: pointer;
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 670px;
    position: relative;
    background: url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);

}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    background: rgba(40, 57, 101, .9);
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab {
    color: #fff;
    border-color: #1161ee;
}

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: #aaa;
    font-size: 12px;
}

.login-form .group .button {
    background: #1161ee;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked + label {
    color: #fff;
}

.login-form .group .check:checked + label .icon {
    background: #1161ee;
}

.login-form .group .check:checked + label .icon:before {
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked + label .icon:after {
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}

.cursor_pointer {
    cursor: pointer !important;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.center_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.center_center2 {
    display: flex;
    justify-content: center;
    align-items: center
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width: 600px) {
    .menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.description {
    font-size: 11px;
    font-style: italic
}


a {
    color: black !important;
    text-decoration: underline !important;
}

a:hover {
    color: #cecece !important;
}

.text-box {
    width: 100%;
    height: auto;
    padding: 50px 5px 5px 5px;
    /*background-color: #FAFAFA;*/
    border-bottom: solid 1px #E0E0E0;

}

.buttons-excel {
    background: #070124;
    float: left;
}

thead, tfoot {
    font-weight: 500;
}

.decoration_none {
    text-decoration: none !important;
}

/* استایل‌های CSS برای تنظیم انیمیشن */
.fadeIn {
    opacity: 0; /* ابتدا مخفی باشد */
    animation: fadeIn 10s forwards; /* استفاده از انیمیشن fadeIn با مدت زمان N ثانیه */
}

@keyframes fadeIn {
    from {
        opacity: 0; /* شروع از opacity 0 */
    }
    to {
        opacity: 1; /* پایان در opacity 1 */
    }
}

.radius-5 {
    border-radius: 5px;
}

.text_overflow {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow_y_scroll {
    overflow-y: scroll;
    /*height: 80vh;*/
    overflow-x: hidden;

}

.subButton {
    position: fixed;
    z-index: 1000;
    left: 5%;
    bottom: 10%
}
.iconSize {
    width: 30px;
    height: 30px;
}
.descriptionBox {
    border: 1px solid #dcdcdc;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5;
    background-color: #FAFAFA
}
.submitButton{
    left:5%;bottom: 2%;position: fixed;background-color: #070124;width: 70px;padding: 5px 20px 5px 20px;color: white;
}
/* راست‌چین کردن Select2 */
.select2-container--default .select2-selection--single {
    text-align: right; /* راست‌چین کردن متن */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right; /* راست‌چین کردن متن انتخاب شده */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px; /* موقعیت فلش راست‌چین */
}

.select2-container--default .select2-results__option {
    text-align: right; /* راست‌چین کردن گزینه‌ها */
}
