﻿body {
    background: url(/FileManager/Icons/body-bg.png);
}

.maxw1676 {
    max-width: 1676px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

.my-50 {
    margin: 50px 0;
}
/*======= supplier / index==============*/
.big_box_inner {
    background: transparent !important;
    text-align: center;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 7px;
    height: 100%;
}

#AccSupp123 .alert {
    background: whitesmoke !important;
    padding: 5px !important;
    text-align: center !important;
}

.box_inner_icon {
    font-size: 20px;
    line-height: 1;
}
.big_box_inner:hover {
    background: rgba(255, 255, 255, 0.2);
}

.box_inner span {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid;
}

.supplier_header {
    background: #191f2b;
    position: relative;
    z-index: 6;
}

    .supplier_header .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        /*padding: 10px 0 0 0;*/
        ;
    }

    .supplier_header .dropdown-menu {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        border: 0 !important;
        top: 36px;
    }

    .supplier_header .dropdown-item {
        color: #191f2b !important;
        font-size: 13px;
        font-weight: 600;
    }

        .supplier_header .dropdown-item:hover {
            color: #e82824 !important;
        }

.site-menu-title {
    font-size: 13px !important;
    font-weight: 600;
}

.menu3 svg {
    display: none !important;
}

table {
    border-spacing: 4px;
    border-collapse: separate !important;
}

thead {
    background: #e32824;
    color: #fff;
    font-size: 13px;
}

/********* waves *****/

div.inner-header_hr p {
    color: #333333;
    direction: ltr;
}

.header_hr {
    position: relative;
    text-align: center;
    color: white;
}

.inner-header_hr {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div.inner-header_hr h1 {
    color: #fff;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
}

.radiusborder {
    border-radius: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .radiusborder label {
        top: 14px;
        position: relative;
        background: #fff;
        padding: 0 6px;
        text-align: right;
        float: right;
        right: 15px;
        font-size: 13px;
        color: #222222;
        font-weight: 600;
        margin-bottom: 0;
    }

    .radiusborder .panel-title {
        text-align: right;
        padding: 12px 20px;
        display: block;
        color: #fff;
    }

        .radiusborder .panel-title:hover {
            color: #fff !important;
        }

    .radiusborder a:hover {
        /*! font-size: 19px; */
        color: #fff !important;
    }

    .radiusborder .panel-heading {
        background: #e92824;
        border-radius: 4em .5em .5em .5em;
        border: 1px solid #e92824 !important;
    }

    .radiusborder .panel-collapse {
        background-color: #f8f9fa;
        margin: .5rem 0 !important;
        border-radius: 2em 1em;
    }

    .radiusborder .form-control {
        border: 1px solid #e92824 !important;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        height: 38px;
    }

    .radiusborder .panel-body {
        border-radius: 2em 1em;
        background-color: #fff !important;
    }

.panel-group .panel-title:before, .panel-group .panel-title:after {
    content: none !important;
}

.radiusborder .panel-title:after {
    content: url('/FileManager/Icons/White_leftarrow.svg') !important;
    width: 20px;
    height: 1px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(90deg);
    margin-top: 9px;
}

.radiusborder a.collapsed .panel-title:after {
    transform: rotate(-90deg);
}

/* Animation */

.parallax_hr > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax_hr > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 33s;
    }

    .parallax_hr > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 68s;
    }

    .parallax_hr > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 28s;
    }

    .parallax_hr > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 38s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.radiusborder .checkbox {
    background-color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 .25em;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right;
    top: 0 !important;
    margin-left: 22px;
}

    .radiusborder .checkbox span {
        display: block;
        height: 20px;
        position: relative;
        width: 20px;
        padding: 0;
    }

        .radiusborder .checkbox span:after {
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-right: 4px solid #fff;
            border-top: 4px solid #fff;
            content: '';
            display: block;
            height: 16px;
            left: 9px;
            position: absolute;
            top: 11px;
            width: 8px;
        }

        .radiusborder .checkbox span:hover:after {
            border-color: #999;
        }

    .radiusborder .checkbox input {
        display: none;
    }

        .radiusborder .checkbox input:checked + span:after {
            -webkit-animation: check .8s;
            -moz-animation: check .8s;
            -o-animation: check .8s;
            animation: check .8s;
            border-color: #e92824;
        }

        .radiusborder .checkbox input:checked + .danger:after {
            border-color: #f44336;
        }

.custom-file-upload .custom-file-upload1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-image: url('/FileManager/Icons/title_pattern.png');
    background-color: #fff;
}

.Header_bg {
    background-image: url(/FileManager/Images/home-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0;
}

    .Header_bg:before {
        background-color: #182B54;
        opacity: 0.8;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate(0deg);
        height: 397px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
    }

.icon_box {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    padding: 30px;
    padding-bottom: 28px;
    background-color: #191f2b;
    margin-bottom: 30px;
    min-height: 113px;
    cursor: pointer;
}

    .icon_box:hover {
        background-color: #ff431e;
    }

        .icon_box:hover p {
            color: #fff !important;
        }

.icon_main {
    float: right;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

    .icon_main span {
        margin-bottom: 0;
        display: block;
        line-height: 1;
    }

.content-box {
    padding-right: 68px;
    min-height: 113px;
}

.icon_box h5 {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #fff;
    margin-bottom: 11px;
    line-height: 1.1;
    font-size: 18px;
}

.icon_box p {
    margin-bottom: 13px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #a3a3a3;
    margin-bottom: 0;
    font-size: 16px;
}

.PagingBtn {
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
/*          Supplier/suppliercreateproduct      ↓↓↓↓↓↓↓↓↓   */
.RDTB5px td, .RDTB5px th {
    white-space: normal !important;
}

.TxtinpFile {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 95px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.SearchInpPaging {
    width: 65px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align-last: center;
    font-stretch: expanded;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: 0 !important;
}

.MLangDi {
    max-width: 1300px;
    margin: 1.75rem auto;
}

.BoxERR .alert {
    margin: 10px auto;
}

#tb_PrppertyDetailList .btn-primary, .RDTB5px .btn-primary {
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
    font-size: 13px;
    padding: 4px 8px;
}

    #tb_PrppertyDetailList .btn-primary:hover, .RDTB5px .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

#tb_SelectedPrppertyDetail .btn-danger, .RDTB5px .btn-danger {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
    font-size: 13px;
    padding: 4px 8px;
}

    #tb_SelectedPrppertyDetail .btn-danger:hover, .RDTB5px .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #c82333;
    }

.RDTB5px .btn-success {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745;
    font-size: 13px;
    padding: 4px 8px;
}

    .RDTB5px .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #218838;
    }

.EditSupplierProduct {
    font-size: 13px;
    padding: 4px 8px;
}

#productPropertyList_chosen .chosen-single, .ChosTk .chosen-container .chosen-single {
    height: 37px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
}

#productPropertyList_chosen span, .ChosTk .chosen-container span {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#productPropertyList_chosen b, .ChosTk .chosen-container b {
    background-position: 8px 8px !important;
}

#btn_Filter {
    width: 70px;
    height: 32px;
}

.center_center, .ss11s2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ParentInput {
    /* margin-bottom: 20px; */
    text-align: right;
}

    .ParentInput .input-group-text {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .ParentInput .custom-select {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .ParentInput * {
        font-size: 13px !important;
        color: #666d7a;
        font-weight: 600;
        margin: 0 !important;
    }

.BoxInSupUp .custom-select, .BoxInSupUp .form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.BtnDelAttFile {
    width: 100px;
    height: 37px;
}

.BoxInSupUp .input-group-text {
    font-size: 13px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w_225px {
    width: 225px !important;
}

.w_155px {
    width: 155px !important;
}

.BtnNaghsh #show-map {
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
    z-index: 9;
    top: -22px;
}

.B0xB0xs12 {
    display: flex;
    justify-content: center;
}

.Text017 {
    color: #808080;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}

.Icon017 {
    color: #4ad1e5;
}

    .Icon017 svg {
        transform: scale(2);
    }

.BoxICNumTxt {
    display: flex;
    flex-direction: column;
    background: white;
    width: 220px;
    text-align: center;
    height: 150px;
    justify-content: space-evenly;
    border-radius: 5px;
    border: 1px solid #808080;
    margin-left: 10px;
}

    .BoxICNumTxt:hover {
        border-color: #4ad1e5;
    }

.B0xB0xs12 .widget-shadow {
    border: 1px solid #0f3460;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    height: 180px;
}

.BtnHamBur {
    width: 30px;
    height: 30px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-right: 15px;
}

.ImgLogoSup {
    width: 190px;
    height: auto;
}

.BoxImgAnName #userImg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.CountBtSupp {
    position: absolute !important;
    width: 14px !important;
    height: 14px !important;
    left: 25px !important;
    background: #e4e4e4 !important;
    top: 2px !important;
    color: #1c174e !important;
}

.HovUnderline .has-sub::after {
    content: " ";
    position: absolute;
    height: 2px;
    right: 0;
    background: #f16725;
    bottom: 0;
    width: 0px;
    transition: 0.3s;
}

.HovUnderline .has-sub:hover::after {
    width: 100%;
}

.HovUnderline .has-sub:hover a {
    color: #f16725 !important;
}

.txtPATamin {
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    color: #0f3460;
}

.TextItemsDark .has-sub a {
    color: #000 !important;
}

.TextItemsDark li {
    display: flex;
    align-items: center;
}

#usersNames {
    outline: 0 !important;
    font-weight: 600;
}

#show-map {
    top: -25px;
}

.TextItemsDark .has-sub a {
    color: #000 !important;
}

.TextItemsDark li {
    display: flex;
    align-items: center;
}

.ImgLogoSup {
    width: 190px;
    height: auto;
}

.BoxImgAndName #userImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.BoxImgAndName {
    padding: 27px 0;
}

.CountBtSupp {
    position: absolute !important;
    width: 14px !important;
    height: 14px !important;
    left: 25px !important;
    background: #e4e4e4 !important;
    top: 2px !important;
    color: #1c174e !important;
}

.HovUnderline .has-sub::after {
    content: " ";
    position: absolute;
    height: 2px;
    right: 0;
    background: #f16725;
    bottom: 0;
    width: 0px;
    transition: 0.3s;
}

.HovUnderline .has-sub:hover::after {
    width: 100%;
}

.HovUnderline .has-sub:hover a {
    color: #f16725 !important;
}

.txtPATamin {
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    color: #0f3460;
}

.BoxRowSupp {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 25px;
}

.RightBox {
    width: 300px;
    display: none;
}

.ProdileBox {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08);
    background: white;
}

.NameSupplier {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.Box78s8 {
    padding: 20px 0;
    justify-content: space-evenly;
}

.ss11s2 {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    height: 68px;
    width: 70px;
    font-size: 15px;
}

    .ss11s2 svg {
        transform: scale(1.3);
        margin-bottom: 6px;
    }

.hSe35px {
    /* height: 35px !important; */
    ;
}

.BoxOptionsImgSupp {
    color: #dd1a1a;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}

.itemImgPSupp {
    margin: 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    padding: 5px 20px;
    -webkit-box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.05);
    box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.05);
}

    .itemImgPSupp img {
        width: 130px;
        height: auto;
        margin-top: 24px;
    }

.TbAbility {
    max-width: 500px;
    width: 100%;
}

.BtnProDetail {
    width: 100%;
    height: 50px;
    background: white !important;
    border: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    color: #4a4a4a;
    font-weight: bold;
}

    .BtnProDetail.collapsed {
        color: #818181;
    }

.BoxInpNEw12 {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .BoxInpNEw12 .input-group, .BoxInpNEw12 .form-control, .BoxInpNEw12 .custom-select {
        /* height: 40px; */
        ;
    }

    .BoxInpNEw12 .custom-select {
        cursor: pointer;
    }

.TbUser0 {
    white-space: nowrap;
}

.BoxSerTb {
    max-width: 288px;
    width: 100%;
    /* margin-bottom: 15px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.IForSe {
    position: absolute;
    margin-right: 10px;
    color: #3c3c3c;
}

.SearchTb {
    padding-right: 1.75rem;
}

.RDTB5px {
    /* border-radius: 5px; */
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #dbdbdb !important; */
    ;
}

.TbUser0 table {
    margin-bottom: 0px !important;
}

.TbUser0 thead {
    font-size: 14px;
    background-color: #ee0481;
}

    .TbUser0 thead th {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 0;
        border-top: 0 !important;
    }

.TbUser0 tbody, .TbUser0 tfoot {
    font-size: 12px !important;
}

.nameStrp {
    font-size: 17px;
}

.rowFake {
    flex: 1 1 auto;
    border-bottom: 2px solid #cecece;
    margin-right: 10px;
    margin-left: 10px;
}

.DashRight {
    height: 97%;
    border-right: 2px dashed #cecece;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

/* #AccSupp123 {
	padding: 0 40px 0 10px;
	overflow: hidden;
	margin: 30px 0;
	border-radius: 40px;
	background: #fff;
	box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
	position: relative;
	height: 100%;
} */

#AccSupp123 .card {
    overflow: unset !important;
}

/* .HeadLightOff,.HeadLightOn {
	width: 21px;
	height: 21px;
	background: #cecece;
	border-radius: 5px;
	position: absolute;
	right: -29px;
	z-index: 2;
}

.HeadLightOn {
	background: #ee0481;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.HeadLightOn::before {
    content: " ";
    width: 7px;
    height: 7px;
    display: block;
    background: white;
    border-radius: 2px;
}

.PluseEnd, .MinesEnd {
    font-size: 20px;
    color: #4ad1e5;
}

.MinesEnd {
    font-size: 30px;
}

.PluseEnd, .HeadLightOff {
    display: none;
}

.collapsed .PluseEnd, .collapsed .HeadLightOff {
    display: block;
}

.collapsed .MinesEnd, .collapsed .HeadLightOn {
    display: none;
}

.MaxW100 {
    max-width: 100%;
}

#grid * {
    direction: ltr !important;
}

.jqx-icon-arrow-right {
    margin-left: 3px !important;
}

.jqx-icon-arrow-left {
    margin-left: 4px;
}

.AllFF * {
    font-family: 'iran' !important;
    text-align: right !important;
}

.btnExcel {
    color: #007944;
    border: 1px solid #007944;
    border-radius: 3px !important;
    background-color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 110px;
    margin-right: auto;
}

.menuExel {
    width: 110px;
    min-width: 0;
    margin-top: 0px !important;
    background: white;
}

    .menuExel button {
        font-size: 13px;
        text-align: right;
        padding: 4px 5px !important;
        width: 100%;
    }

.ACBtnP {
    color: #fff;
    /* background-color: #007bff; */
    display: block !important;
}

.btn_b2b {
    color: #ee0481;
    background: white;
    border: 1px solid #ee0481;
}

    .btn_b2b:hover {
        color: white;
        background: #ee0481;
    }

.Max1700px {
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
}

.Fs15px {
    font-size: 15px !important;
    font-weight: bold;
}

.MaxTb tbody {
    display: block;
    max-height: 350px;
    overflow: auto;
}

    .MaxTb thead, .MaxTb tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.MaxTb thead {
    width: calc( 100% );
}
/*          Supplier/suppliercreateproduct      ↑↑↑↑↑↑↑↑↑↑↑↑↑   */
/*--------------------------------------04/03/1401 ------------ supplier list detail  ---------------*/
.white-box {
    border-radius: 40px;
    background: #fff;
    padding: 30px;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    position: relative;
    /* height: 100%; */
}

.supplier-detail {
    padding: 30px 0;
}

.supplier-box .image .image {
    width: 200px;
    height: 200px;
}

.supplier-detail .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}

    .supplier-detail .image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }

.supplier-detail .title h1 {
    font-size: 30px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
}

.contact-item-title {
    /* display: inline-block; */
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
    border-bottom: 1px dotted #666d7a;
    padding-bottom: 10px;
}

    .contact-item-title:after {
        content: ".";
        font-size: inherit;
        color: #dd4026;
        width: 0;
        display: inline-block;
        position: relative;
    }

.Customer_DetailBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    flex-wrap: wrap;
}

    .Customer_DetailBox p {
        margin: 0;
    }

    .Customer_DetailBox .content a, .Customer_DetailBox .content {
        font-size: 16px;
        font-weight: 800;
        color: #1f1f1f;
        letter-spacing: -1.2px;
    }

.bold_title {
    font-weight: 500;
    color: #666d7a;
    font-size: 14px;
}

.greenColor {
    color: #1a1a1a;
}

.bg_green {
    background: #ffffc1;
    padding: 2px 7px;
    border-radius: 10px;
}

    .bg_green .bold_title {
        color: #1a1a1a;
        font-size: 14px;
        font-weight: 500;
    }

.center_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-wrraper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

.avatar {
    width: 100px !important;
    height: 100px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #677dfb1a;
    margin: 8px 0 8px 8px;
}

    .avatar img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

.icon-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    font-size: 17px;
    -webkit-box-shadow: 0 0 6px 3px rgb(68 102 242 / 10%);
    box-shadow: 0 0 6px 3px rgb(68 102 242 / 10%);
    z-index: 0;
}

    .icon-wrapper svg * {
        stroke: #001dbb;
        stroke-width: 2.5px;
    }

.ItemsnavSub {
    padding: 10px 16px 10px 0;
}

    .ItemsnavSub a {
        /* padding: 0 16px 0 0; */
        ;
    }

.ContactUsTitle {
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.menu__phone, .menu__phone a {
    font-size: 14px;
    color: #212125;
    font-weight: 600;
}

.ContactUsBox_menu {
    margin-top: 1px;
    text-align: right;
    min-width: 239px;
    right: auto;
    position: absolute;
    /* display: none; */
    z-index: 99;
    padding: 15px 0 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #f8fafb;
    right: 0;
}

.ContactUsBox_menu2 {
    border-radius: 2px;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    border-radius: 0 0 8px 8px;
    margin: 0;
}

    .ContactUsBox_menu2 > li > a {
        display: block;
        border-bottom: 1px solid #eee;
        color: inherit;
        transition: all .14s ease;
        font-size: 13px;
        vertical-align: middle;
        padding: 9px 0;
    }

    .ContactUsBox_menu2 > li:last-child > a {
        border: none;
    }

    .ContactUsBox_menu2 > li > a:hover {
        font-weight: 600;
        letter-spacing: .3px;
    }

.ContactUsButton {
    cursor: pointer;
    background: transparent;
    border: none;
    fill: #A3A3A3 !important;
}

    .ContactUsButton:hover .chevronMenu {
        fill: #6610f2;
    }

.ContactUsIcons {
    transition: 0.3s;
}

.IsOpen .ContactUsIcons, .ContactUsButton:hover .ContactUsIcons {
    color: #6610f2;
}

.IsOpen .chevronMenu {
    fill: #6610f2;
    transform: rotate(180deg);
}

.dropdown-menu-tip-nw {
    width: auto;
    border: none;
    border-radius: 0;
    background: none;
    right: 0;
    padding: 0;
    margin: 0;
    top: 80%;
}

.transform-y {
    transform: rotate(180deg);
}

.AccBody {
    padding-right: 15px;
}

    .AccBody .AccordionItem2 .AccordionIcon svg {
        width: 13px;
        height: 13px;
    }

    .AccBody .AccordionHead .AccordionText {
        font-size: 13px;
    }

.card-box {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #eee;
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 0 0;
}

    .card-box .image {
        background: #ed2026;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        box-shadow: 5px 0 60px 0 rgb(237 32 38 / 41%);
        margin: 0 0 30px;
    }

        .card-box .image svg {
            width: 50px;
            height: 50px;
        }

            .card-box .image svg * {
                fill: #fff;
                color: #fff;
            }

    .card-box .title h3 {
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        color: #1f1f1f;
        margin: 0 0 0;
    }

.supplier {
    margin: 0 0 80px;
}

    .supplier p {
        line-height: 2;
        text-align: justify;
    }

.supplier-owl img {
    border-radius: 20px;
}

.owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 0 0 13px;
    display: block !important;
}

.owl-carousel .owl-dot {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: all .5s ease;
    opacity: 0.3;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #191f2b !important;
    margin-left: 10px;
}

    .owl-carousel .owl-dot.active {
        padding: 0px 5px !important;
        opacity: 1;
        width: 20px;
    }

div.job_listing .listing-image-inner img {
    height: 150px;
}
/*------------------ supplierCreateProduct ---------- 09/03/1401 -------------*/
.chosen-container-single .chosen-single div b {
    background-position: 3px 17px;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
    line-height: 1.5;
}

.chosen-container-single .chosen-single,
#AccSupp123 .SuppInput select, #AccSupp123 .SuppInput input,
.ParentInput .custom-select {
    border: 2px solid #c3c9d4 !important;
    transition: all .3s ease;
    font-weight: 900;
    color: #666d7a !important;
    margin-bottom: 0;
    background: #fff !important;
    box-shadow: 15px 0 40px 5px rgb(61 67 79 / 10%) !important;
    width: 100%;
    outline: none;
    caret-color: #ee0481;
    border-radius: 7px !important;
    padding: 14px 20px !important;
    height: auto !important;
    font-size: 12px !important;
    background-clip: border-box !important;
    line-height: 1.5;
}
.CategorylistBox {
    padding: 3px 7px;
    height: 200px;
    width: max-content;
    overflow-y: auto;
    font-size: 16px;
    border-right: 1px solid #e8e8e8;
    margin-left: 19px;
}

.CategorylistBox {
    scrollbar-width: thin;
    scrollbar-color: #acacac #dbdbdb;
}

.CategorylistItem {
    padding: 8px 4px;
    cursor: pointer;
}

    .CategorylistItem:hover {
        background: whitesmoke;
    }

    .CategorylistItem.choosed {
        background: #eee;
    }

.Categorylist {
    flex: 1 1 auto;
    margin-left: 10px;
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 7px;
    border-radius: 4px;
    border: 1px solid #eee;
    border-radius: 12px;
}

    .Categorylist span {
        font-size: 13px;
        font-weight: 600;
    }

#div_SelectedCategory {
}

.btn_SelectedCategory {
    display: inline-block;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn_SelectedCategory:first-child:before {
        display: none;
    }

.headerSearchCat {
    border-bottom: 1px dashed #c3c9d4;
}

    .headerSearchCat span {
        font-size: 16px;
        font-weight: 900;
        color: #1f1f1f;
    }

#span_SearchResultCount {
    font-weight: 600;
    color: #519b78;
}

.CatgoryBoxRadio input[type="radio"] {
    opacity: 1;
    right: auto;
    left: auto;
    position: relative;
    height: auto;
    width: auto;
    vertical-align: middle;
}

.SearcCatListBox p, .FileDescriptionBox p {
    margin: 0 0 0;
    font-size: 14px;
    font-weight: 600;
}

.SearcCatListBox ul {
    font-size: 14px;
}

.InputFileTxt, .InputFileTxt:focus {
    max-width: 480px;
    width: 100%;
    height: 180px;
    border: 2px dashed #c3c9d4 !important;
    border-radius: 12px;
    color: transparent;
    cursor: pointer;
}

    .InputFileTxt::file-selector-button {
        visibility: hidden;
        display: none !important;
    }

.offBtn {
    pointer-events: none;
    opacity: 0.6;
}

.DisUserNone {
    display: block !important;
}

#div_SearchCategoryResult {
    max-height: 250px;
    overflow-y: auto;
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    padding: 5px 15px;
}

    #div_SearchCategoryResult .lblSC {
        position: relative;
        cursor: pointer;
        display: block;
    }

#sl_MediaType {
    min-width: 0px;
}

#media_Description {
    height: 185px;
}

.Gallerytitle {
    display: none;
}

.TxtinpFileBefor {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center !important;
    pointer-events: none;
    font-size: 16px;
}

.FileDescriptionBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7px;
    pointer-events: none;
    width: 100%;
}

.PicinpFile {
    /* max-width: 1000px; */
    /* width: 100%; */
    /* margin: auto; */
    position: relative;
    margin-top: 30px;
}

#SupplierDocuments {
    max-height: 620px;
    overflow-y: auto;
}

    #SupplierDocuments div {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 4px;
    }

    #SupplierDocuments img {
        max-width: 100%;
        border-radius: 7px;
        border: 1px solid #e2e8f0;
        width: 100%;
        max-height: 300px;
        height: 300px;
    }

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.LoadBtn, .EnterNameFirst, #btn_SaveMedia {
    display: none;
}

#lbl_selectImgURL {
    text-align: center;
    margin-bottom: 25px;
}

body {
    background: url(/FileManager/Icons/body-bg.png);
}
/*======= supplier / index==============*/
#AccSupp123 .alert {
    background: whitesmoke !important;
    padding: 5px !important;
    text-align: center !important;
}

.box_inner {
}

.box_inner_icon {
    margin: 0 0 25px;
}

    .box_inner_icon img {
        max-width: 100%;
        height: auto;
    }

.box_inner_title {
    color: #191f2b;
    font-size: 18px;
    margin: 0 13px 24px 0;
    font-weight: 600;
    text-align: center;
}

.big_box_inner:hover {
    background: rgba(255, 255, 255, 0.2);
}

.box_inner span {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid;
}

.supplier_header {
    background: #191f2b;
    position: relative;
    z-index: 6;
}

    .supplier_header .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        /*padding: 10px 0 0 0;*/
        ;
    }

    .supplier_header .dropdown-menu {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        border: 0 !important;
        top: 36px;
    }

    .supplier_header .dropdown-item {
        color: #191f2b !important;
        font-size: 13px;
        font-weight: 600;
    }

        .supplier_header .dropdown-item:hover {
            color: #e82824 !important;
        }

.site-menu-title {
    font-size: 13px !important;
    font-weight: 600;
}

.menu3 svg {
    display: none !important;
}

table {
    border-spacing: 4px;
    border-collapse: separate !important;
}

thead {
    background: #e32824;
    color: #fff;
    font-size: 13px;
}

/********* waves *****/

div.inner-header_hr p {
    color: #333333;
    direction: ltr;
}

.header_hr {
    position: relative;
    text-align: center;
    color: white;
}

.inner-header_hr {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div.inner-header_hr h1 {
    color: #fff;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
}

.radiusborder {
    border-radius: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .radiusborder label {
        top: 14px;
        position: relative;
        background: #fff;
        padding: 0 6px;
        text-align: right;
        float: right;
        right: 15px;
        font-size: 13px;
        color: #222222;
        font-weight: 600;
        margin-bottom: 0;
    }

    .radiusborder .panel-title {
        text-align: right;
        padding: 12px 20px;
        display: block;
        color: #fff;
    }

        .radiusborder .panel-title:hover {
            color: #fff !important;
        }

    .radiusborder a:hover {
        color: #fff !important;
    }

    .radiusborder .panel-heading {
        background: #e92824;
        border-radius: 4em .5em .5em .5em;
        border: 1px solid #e92824 !important;
    }

    .radiusborder .panel-collapse {
        background-color: #f8f9fa;
        margin: .5rem 0 !important;
        border-radius: 2em 1em;
    }

    .radiusborder .form-control {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        height: 38px;
        border: 2px solid #c3c9d4 !important;
    }

    .radiusborder .panel-body {
        border-radius: 2em 1em;
        background-color: #fff !important;
    }

.panel-group .panel-title:before, .panel-group .panel-title:after {
    content: none !important;
}

.radiusborder .panel-title:after {
    content: url('/FileManager/Icons/White_leftarrow.svg') !important;
    width: 20px;
    height: 1px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(90deg);
    margin-top: 9px;
}

.radiusborder a.collapsed .panel-title:after {
    transform: rotate(-90deg);
}

/* Animation */

.parallax_hr > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax_hr > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 33s;
    }

    .parallax_hr > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 68s;
    }

    .parallax_hr > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 28s;
    }

    .parallax_hr > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 38s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.radiusborder .checkbox {
    background-color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 .25em;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right;
    top: 0 !important;
    margin-left: 22px;
}

    .radiusborder .checkbox span {
        display: block;
        height: 20px;
        position: relative;
        width: 20px;
        padding: 0;
    }

        .radiusborder .checkbox span:after {
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-right: 4px solid #fff;
            border-top: 4px solid #fff;
            content: '';
            display: block;
            height: 16px;
            left: 9px;
            position: absolute;
            top: 11px;
            width: 8px;
        }

        .radiusborder .checkbox span:hover:after {
            border-color: #999;
        }

    .radiusborder .checkbox input {
        display: none;
    }

        .radiusborder .checkbox input:checked + span:after {
            -webkit-animation: check .8s;
            -moz-animation: check .8s;
            -o-animation: check .8s;
            animation: check .8s;
            border-color: #e92824;
        }

        .radiusborder .checkbox input:checked + .danger:after {
            border-color: #f44336;
        }

.custom-file-upload .custom-file-upload1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    /* top: 35px; */
    /* right: 0px; */
    z-index: 1;
    font-size: 14px;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-image: url('/FileManager/Icons/title_pattern.png');
    background-color: #fff;
}

.Header_bg {
    background-image: url(/FileManager/Images/home-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0;
}

    .Header_bg:before {
        background-color: #182B54;
        opacity: 0.8;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate(0deg);
        height: 397px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
    }

.icon_box {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    padding: 30px;
    padding-bottom: 28px;
    background-color: #191f2b;
    margin-bottom: 30px;
    min-height: 113px;
    cursor: pointer;
}

    .icon_box:hover {
        background-color: #ff431e;
    }

        .icon_box:hover p {
            color: #fff !important;
        }

.icon_main {
    float: right;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

    .icon_main span {
        margin-bottom: 0;
        display: block;
        line-height: 1;
    }

.content-box {
    padding-right: 68px;
    min-height: 113px;
}

.icon_box h5 {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #fff;
    margin-bottom: 11px;
    line-height: 1.1;
    font-size: 18px;
}

.icon_box p {
    margin-bottom: 13px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #a3a3a3;
    margin-bottom: 0;
    font-size: 16px;
}

.PagingBtn {
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
/*          Supplier/suppliercreateproduct      ↓↓↓↓↓↓↓↓↓   */
.RDTB5px td, .RDTB5px th {
    white-space: normal !important;
}

.TxtinpFile {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 95px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.SearchInpPaging {
    width: 78px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align-last: center;
    font-stretch: expanded;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: 0 !important;
}

.MLangDi {
    max-width: 1300px;
    margin: 1.75rem auto;
}

.BoxERR .alert {
    margin: 10px auto;
}

#tb_PrppertyDetailList .btn-primary, .RDTB5px .btn-primary {
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
    font-size: 13px;
    padding: 4px 8px;
}

    #tb_PrppertyDetailList .btn-primary:hover, .RDTB5px .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

#tb_SelectedPrppertyDetail .btn-danger, .RDTB5px .btn-danger {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
    font-size: 13px;
    padding: 4px 8px;
}

    #tb_SelectedPrppertyDetail .btn-danger:hover, .RDTB5px .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #c82333;
    }

.RDTB5px .btn-success {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745;
    font-size: 13px;
    padding: 4px 8px;
}

    .RDTB5px .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #218838;
    }

.EditSupplierProduct {
    font-size: 13px;
    padding: 4px 8px;
}

#productPropertyList_chosen .chosen-single, .ChosTk .chosen-container .chosen-single {
    height: 37px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
}

#productPropertyList_chosen span, .ChosTk .chosen-container span {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#productPropertyList_chosen b, .ChosTk .chosen-container b {
    background-position: 8px 8px !important;
}

#btn_Filter {
    width: 70px;
    height: 32px;
}

.center_center, .ss11s2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ParentInput {
    /* margin-bottom: 20px; */
    text-align: right;
}

    .ParentInput .input-group-text {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .ParentInput .custom-select {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .ParentInput * {
        font-size: 18px !important;
        color: #666d7a;
        font-weight: 600;
        margin: 0 !important;
    }

.bi-file-earmark-excel {
    fill: #ffffff;
}

.bi-arrow-down {
    fill: #f15c63;
}

.BoxInSupUp .custom-select, .BoxInSupUp .form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.BtnDelAttFile {
    width: 100px;
    height: 37px;
}

.BoxInSupUp .input-group-text {
    font-size: 13px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w_225px {
    width: 225px !important;
}

.w_155px {
    width: 155px !important;
}

.BtnNaghsh #show-map {
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
    z-index: 9;
    top: -22px;
}

.B0xB0xs12 {
    display: flex;
    justify-content: center;
}

.Text017 {
    color: #808080;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}

.Icon017 {
    color: #4ad1e5;
}

    .Icon017 svg {
        transform: scale(2);
    }

.BoxICNumTxt {
    display: flex;
    flex-direction: column;
    background: white;
    width: 220px;
    text-align: center;
    height: 150px;
    justify-content: space-evenly;
    border-radius: 5px;
    border: 1px solid #808080;
    margin-left: 10px;
}

    .BoxICNumTxt:hover {
        border-color: #4ad1e5;
    }

.B0xB0xs12 .widget-shadow {
    border: 1px solid #0f3460;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    height: 180px;
}

.BtnHamBur {
    width: 30px;
    height: 30px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-right: 15px;
}

.ImgLogoSup {
    width: 190px;
    height: auto;
}

.BoxImgAnName #userImg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.CountBtSupp {
    position: absolute !important;
    width: 14px !important;
    height: 14px !important;
    left: 25px !important;
    background: #e4e4e4 !important;
    top: 2px !important;
    color: #1c174e !important;
}

.HovUnderline .has-sub::after {
    content: " ";
    position: absolute;
    height: 2px;
    right: 0;
    background: #f16725;
    bottom: 0;
    width: 0px;
    transition: 0.3s;
}

.HovUnderline .has-sub:hover::after {
    width: 100%;
}

.HovUnderline .has-sub:hover a {
    color: #f16725 !important;
}

.txtPATamin {
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    color: #0f3460;
}

.TextItemsDark .has-sub a {
    color: #000 !important;
}

.TextItemsDark li {
    display: flex;
    align-items: center;
}

#usersNames {
    outline: 0 !important;
    font-weight: 600;
}

#show-map {
    top: -25px;
}

.TextItemsDark .has-sub a {
    color: #000 !important;
}

.TextItemsDark li {
    display: flex;
    align-items: center;
}

.ImgLogoSup {
    width: 190px;
    height: auto;
}

.BoxImgAndName #userImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.BoxImgAndName {
    padding: 27px 0;
}

.CountBtSupp {
    position: absolute !important;
    width: 14px !important;
    height: 14px !important;
    left: 25px !important;
    background: #e4e4e4 !important;
    top: 2px !important;
    color: #1c174e !important;
}

.HovUnderline .has-sub::after {
    content: " ";
    position: absolute;
    height: 2px;
    right: 0;
    background: #f16725;
    bottom: 0;
    width: 0px;
    transition: 0.3s;
}

.HovUnderline .has-sub:hover::after {
    width: 100%;
}

.HovUnderline .has-sub:hover a {
    color: #f16725 !important;
}

.txtPATamin {
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    color: #0f3460;
}

.BoxRowSupp {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 25px;
}

.RightBox {
    width: 300px;
    display: none;
}

.ProdileBox {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08);
    background: white;
}

.NameSupplier {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.Box78s8 {
    padding: 20px 0;
    justify-content: space-evenly;
}

.ss11s2 {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    height: 68px;
    width: 70px;
    font-size: 15px;
}

    .ss11s2 svg {
        transform: scale(1.3);
        margin-bottom: 6px;
    }

.hSe35px {
    /* height: 35px !important; */
    ;
}

.BoxOptionsImgSupp {
    color: #dd1a1a;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}

.itemImgPSupp {
    margin: 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    padding: 5px 20px;
    -webkit-box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.05);
    box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.05);
}

    .itemImgPSupp img {
        width: 130px;
        height: auto;
        margin-top: 24px;
    }

.TbAbility {
    max-width: 500px;
    width: 100%;
}

.BtnProDetail {
    width: 100%;
    height: 50px;
    background: white !important;
    border: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    color: #4a4a4a;
    font-weight: bold;
}

    .BtnProDetail.collapsed {
        color: #818181;
    }

.BoxInpNEw12 {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .BoxInpNEw12 .input-group, .BoxInpNEw12 .form-control, .BoxInpNEw12 .custom-select {
        /* height: 40px; */
        ;
    }

    .BoxInpNEw12 .custom-select {
        cursor: pointer;
    }

.TbUser0 {
    white-space: nowrap;
}

.BoxSerTb {
    max-width: 288px;
    width: 100%;
    /* margin-bottom: 15px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.IForSe {
    position: absolute;
    margin-right: 10px;
    color: #3c3c3c;
}

.SearchTb {
    padding-right: 1.75rem;
}

.RDTB5px {
    /* border-radius: 5px; */
    width: 100%;
    overflow: hidden;
    /* border: 1px solid #dbdbdb !important; */
    ;
}

.TbUser0 table {
    margin-bottom: 0px !important;
}

.TbUser0 thead {
    font-size: 14px;
    background-color: #ee0481;
}

    .TbUser0 thead th {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 0;
        border-top: 0 !important;
    }

.TbUser0 tbody, .TbUser0 tfoot {
    font-size: 12px !important;
}

.nameStrp {
    font-size: 18px;
}

.rowFake {
    flex: 1 1 auto;
    border-bottom: 2px solid #cecece;
    margin-right: 10px;
    margin-left: 10px;
}

.DashRight {
    height: 97%;
    border-right: 2px dashed #cecece;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#AccSupp123 {
    padding: 0 40px 0 10px;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 40px;
    background: #fff;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    position: relative;
    height: 100%;
}

    #AccSupp123 .card {
        overflow: unset !important;
    }

.HeadLightOff, .HeadLightOn {
    width: 21px;
    height: 21px;
    background: #cecece;
    border-radius: 5px;
    position: absolute;
    right: 11px;
    z-index: 2;
}

.HeadLightOn {
    background: #ee0481;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .HeadLightOn::before {
        content: " ";
        width: 7px;
        height: 7px;
        display: block;
        background: white;
        border-radius: 2px;
    }

.PluseEnd, .MinesEnd {
    font-size: 20px;
    color: #4ad1e5;
}

.MinesEnd {
    font-size: 30px;
}

.PluseEnd, .HeadLightOff {
    display: none;
}

.collapsed .PluseEnd, .collapsed .HeadLightOff {
    display: block;
}

.collapsed .MinesEnd, .collapsed .HeadLightOn {
    display: none;
}

.MaxW100 {
    max-width: 100%;
}

#grid * {
    direction: ltr !important;
}

.jqx-icon-arrow-right {
    margin-left: 3px !important;
}

.jqx-icon-arrow-left {
    margin-left: 4px;
}

.AllFF * {
    font-family: 'iran' !important;
    text-align: right !important;
}

.btnExcel {
    color: #007944;
    border: 1px solid #007944;
    border-radius: 3px !important;
    background-color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 110px;
    margin-right: auto;
}

.menuExel {
    width: 110px;
    min-width: 0;
    margin-top: 0px !important;
    background: white;
}

    .menuExel button {
        font-size: 13px;
        text-align: right;
        padding: 4px 5px !important;
        width: 100%;
    }

.ACBtnP {
    color: #fff;
    display: block !important;
}

.btn_b2b {
    color: #ee0481;
    background: white;
    border: 1px solid #ee0481;
}

    .btn_b2b:hover {
        color: white;
        background: #ee0481;
    }

.Max1700px {
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
}

.Fs15px {
    font-size: 15px !important;
    font-weight: bold;
}

.MaxTb tbody {
    display: block;
    max-height: 350px;
    overflow: auto;
}

    .MaxTb thead, .MaxTb tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.MaxTb thead {
    width: calc( 100% );
}
/*          Supplier/suppliercreateproduct      ↑↑↑↑↑↑↑↑↑↑↑↑↑   */
/*--------------------------------------04/03/1401 ------------ supplier list detail  ---------------*/
.white-box {
    border-radius: 40px;
    background: #fff;
    padding: 30px;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    position: relative;
    /* height: 100%; */
}

.supplier-detail {
    padding: 30px 0;
}

.supplier-box .image .image {
    width: 200px;
    height: 200px;
}

.supplier-detail .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}

    .supplier-detail .image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }

.supplier-detail .title h1 {
    font-size: 30px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
}

.contact-item-title {
    /* display: inline-block; */
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
    border-bottom: 1px dotted #666d7a;
    padding-bottom: 10px;
}

    .contact-item-title:after {
        content: ".";
        font-size: inherit;
        color: #dd4026;
        width: 0;
        display: inline-block;
        position: relative;
    }

.Customer_DetailBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    flex-wrap: wrap;
}

    .Customer_DetailBox p {
        margin: 0;
    }

        .Customer_DetailBox p svg {
            fill: #525fe1;
            width: 14px;
            height: 14px;
        }

    .Customer_DetailBox .content a, .Customer_DetailBox .content {
        font-size: 16px;
        font-weight: 800;
        color: #1f1f1f;
        letter-spacing: -1.2px;
    }

.bold_title {
    font-weight: 500;
    color: #666d7a;
    font-size: 14px;
}

.greenColor {
    color: #1a1a1a;
}

.bg_green {
    background: #ffffc1;
    padding: 2px 7px;
    border-radius: 10px;
}

    .bg_green .bold_title {
        color: #1a1a1a;
        font-size: 14px;
        font-weight: 500;
    }

.center_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.img-wrraper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

.avatar {
    width: 100px !important;
    height: 100px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #677dfb1a;
    margin: 8px 0 8px 8px;
}

    .avatar img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

.icon-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    font-size: 17px;
    -webkit-box-shadow: 0 0 6px 3px rgb(68 102 242 / 10%);
    box-shadow: 0 0 6px 3px rgb(68 102 242 / 10%);
    z-index: 0;
}

    .icon-wrapper svg * {
        stroke: #001dbb;
        stroke-width: 2.5px;
    }

.ItemsnavSub {
    padding: 10px 16px 10px 0;
}

    .ItemsnavSub a {
        /* padding: 0 16px 0 0; */
        ;
    }

.ContactUsTitle {
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.menu__phone, .menu__phone a {
    font-size: 14px;
    color: #212125;
    font-weight: 600;
}

.ContactUsBox_menu {
    margin-top: 1px;
    text-align: right;
    min-width: 239px;
    right: auto;
    position: absolute;
    /* display: none; */
    z-index: 99;
    padding: 15px 0 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
    background: #f8fafb;
    right: 0;
}

.ContactUsBox_menu2 {
    border-radius: 2px;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    border-radius: 0 0 8px 8px;
    margin: 0;
}

    .ContactUsBox_menu2 > li > a {
        display: block;
        border-bottom: 1px solid #eee;
        color: inherit;
        transition: all .14s ease;
        font-size: 13px;
        vertical-align: middle;
        padding: 9px 0;
    }

    .ContactUsBox_menu2 > li:last-child > a {
        border: none;
    }

    .ContactUsBox_menu2 > li > a:hover {
        font-weight: 600;
        letter-spacing: .3px;
    }

.ContactUsButton {
    cursor: pointer;
    background: transparent;
    border: none;
    fill: #A3A3A3 !important;
}

    .ContactUsButton:hover .chevronMenu {
        fill: #6610f2;
    }

.ContactUsIcons {
    transition: 0.3s;
}

.IsOpen .ContactUsIcons, .ContactUsButton:hover .ContactUsIcons {
    color: #6610f2;
}

.IsOpen .chevronMenu {
    fill: #6610f2;
    transform: rotate(180deg);
}

.dropdown-menu-tip-nw {
    width: auto;
    border: none;
    border-radius: 0;
    background: none;
    right: 0;
    padding: 0;
    margin: 0;
    top: 80%;
}

.transform-y {
    transform: rotate(180deg);
}

.AccBody {
    padding-right: 15px;
}

    .AccBody .AccordionItem2 .AccordionIcon svg {
        width: 9px;
        height: 9px;
    }

    .AccBody .AccordionHead .AccordionText {
        font-size: 11px;
    }

.card-box {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #eee;
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 0 0;
}

.bg-o .row .col-lg-3:nth-child(odd) .card-box {
    border: none;
}

.bg-o .row .col-lg-3:nth-child(even) .card-box {
    border-color: #edc61a;
}

.card-box .image {
    background: #ed2026;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 5px 0 60px 0 rgb(237 32 38 / 41%);
    margin: 0 0 30px;
}

    .card-box .image svg {
        width: 50px;
        height: 50px;
    }

        .card-box .image svg * {
            fill: #fff;
            color: #fff;
        }

.card-box .title h3 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #1f1f1f;
    margin: 0 0 0;
}

.bg-o {
    background: #5034fc;
    padding: 20px 40px 40px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

    .bg-o .card-box .title h3 {
        color: #fff;
    }

    .bg-o .card-box .image {
        background: #ff5722;
        box-shadow: 0 10px 20px rgb(255 87 34 / 25%);
    }

.supplier {
    margin: 0 0 80px;
}

    .supplier p {
        line-height: 2;
        text-align: justify;
    }

.supplier-owl img {
    border-radius: 20px;
}

.owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 0 0 13px;
    display: block !important;
}

.owl-carousel .owl-dot {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: all .5s ease;
    opacity: 0.3;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #191f2b !important;
    margin-left: 10px;
}

    .owl-carousel .owl-dot.active {
        padding: 0px 5px !important;
        opacity: 1;
        width: 20px;
    }

div.job_listing .listing-image-inner img {
    height: 150px;
}
/*------------------ supplierCreateProduct ---------- 09/03/1401 -------------*/
.chosen-container-single .chosen-single div b {
    background-position: 3px 17px !important;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
    line-height: 1.5;
}

.chosen-container-single .chosen-single, #AccSupp123 .SuppInput select, #AccSupp123 .SuppInput input, .ParentInput .custom-select, .hSe35px,
.form-control, .form-element-field, .custom-file-label, .select_styl select {
    border: 1px solid #e2e8f0 !important;
    transition: all .3s ease;
    font-weight: 700;
    color: #666d7a !important;
    margin-bottom: 0;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    outline: none;
    caret-color: #ee0481;
    border-radius: 7px !important;
    padding: 14px 20px !important;
    height: auto !important;
    font-size: 16px !important;
    background-clip: border-box !important;
    line-height: 1.5;
    margin-bottom: 15px;
}

#AccSupp123 label, .HtbAb, .SuppInput label, .list-group-item, label {
    /* margin: 20px 0 0; */
    font-weight: 700;
    font-size: 18px;
    color: #3D434F;
    display: block;
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
input[type=checkbox], input[type=radio] {
    width: auto !important;
    height: auto !important;
}
.list-group-item {
    padding: 0;
    margin: 0;
}

    .list-group-item .checkbox {
        margin: 0 0 0 5px;
        vertical-align: middle;
        line-height: 0;
    }

        .list-group-item .checkbox input[type=checkbox] {
            opacity: 1;
            visibility: visible;
            height: auto !important;
        }

.CategorylistBox {
    scrollbar-width: thin;
    scrollbar-color: #acacac #dbdbdb;
}

.CategorylistItem {
    padding: 8px 4px;
    cursor: pointer;
}

    .CategorylistItem:hover {
        background: whitesmoke;
    }

    .CategorylistItem.choosed {
        background: #eee;
    }

.Categorylist {
    flex: 1 1 auto;
    margin-left: 10px;
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 7px;
    border-radius: 4px;
    border: 1px solid #eee;
    border-radius: 12px;
}

    .Categorylist span {
        font-size: 16px;
        font-weight: 600;
    }

#div_SelectedCategory {
}

.btn_SelectedCategory {
    display: inline-block;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn_SelectedCategory:before {
        content: "";
        margin-left: 5px;
        transition: 0.3s;
        width: 13px;
        height: 13px;
        display: inline-flex;
        background-image: url('/FileManager/Icons/chevron-left.svg');
        background-size: cover;
        background-position: center;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .btn_SelectedCategory:first-child:before {
        display: none;
    }

.headerSearchCat {
    border-bottom: 1px dashed #c3c9d4;
}

    .headerSearchCat span {
        font-size: 16px;
        font-weight: 900;
        color: #1f1f1f;
    }

#span_SearchResultCount {
    font-weight: 600;
    color: #519b78;
}

.CatgoryBoxRadio input[type="radio"] {
    opacity: 1;
    right: auto;
    left: auto;
    position: relative;
    height: auto;
    width: auto;
    vertical-align: middle;
}

.SearcCatListBox p, .FileDescriptionBox p {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.SearcCatListBox ul {
    font-size: 14px;
}

.InputFileTxt, .InputFileTxt:focus {
    max-width: 480px;
    width: 100%;
    height: 180px;
    border: 1px dashed #e2e8f0 !important;
    border-radius: 12px;
    color: transparent;
    cursor: pointer;
    height: 150px !important;
}

    .InputFileTxt::file-selector-button {
        visibility: hidden;
        display: none !important;
    }

.offBtn {
    pointer-events: none;
    opacity: 0.6;
}

.DisUserNone {
    display: block !important;
}

#div_SearchCategoryResult {
    max-height: 250px;
    overflow-y: auto;
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    padding: 5px 15px;
}

    #div_SearchCategoryResult .lblSC {
        position: relative;
        cursor: pointer;
        display: block;
    }

#sl_MediaType {
    min-width: 0px;
}

.BoxDescUploadFild {
    /* display: flex; */
    /* position: absolute; */
    top: 0;
    height: 240px;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    max-width: 480px;
    width: 100%;
    pointer-events: none !important;
}

#media_Description {
    height: 185px;
}

.Gallerytitle {
    display: none;
}

.TxtinpFileBefor {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center !important;
    pointer-events: none;
    font-size: 14px;
    font-weight: 600;
}

.FileDescriptionBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7px;
    pointer-events: none;
    width: 100%;
}

.PicinpFile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.LoadingCmBtn {
    width: 13px;
    height: 13px;
    margin-right: 8px;
    margin-bottom: 0;
    display: none;
}

.LoadBtn, .EnterNameFirst, #btn_SaveMedia, .MyColAps {
    display: none;
}

#div_CategoryLevel {
    display: flex;
}

#lbl_selectImgURL {
    text-align: center;
    margin-bottom: 25px;
}

.MainPic, .DleteGalleryImg, .GalleryItem .btn-outline-warning {
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    padding: 12px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    /* white-space: nowrap; */
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: var(--borderRadius);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    /* flex: 0 0 160px; */
    /* box-shadow: 2px 5px 10px var(--color-smoke); */
    position: absolute;
    right: 10px;
    z-index: 10;
}
.MainPic {
    background: #3dd28d;
    color: #fff;
    top: 55px;
}
.GalleryItem .btn-outline-warning{
    top: 100px;
    background: #fbff00;
    color: #000;
}
.DleteGalleryImg {
    background: #fff;
    color: #fff;
    padding: 0;
    /* border-radius: 5px; */
    width: 40px;
    height: 40px;
    /* box-shadow: none; */
    /* background: transparent; */
    top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .DleteGalleryImg svg {
        fill: #fff;
        display: none;
    }

.MainPic svg {
    fill: #1f1f1f;
}

    .DleteGalleryImg svg *, .MainPic svg * {
        stroke-width: 1.8px;
    }

.GalleryItem {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    position: relative;
    border: 1px solid #eeee;
    margin: 0 0 0 15px;
    padding: 0;
}

    .GalleryItem .ImgGalleryItem {
        margin: 0;
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid #eeee;
        border-radius: 12px;
        max-height: 200px;
    }

        .GalleryItem .ImgGalleryItem img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

    .GalleryItem .FileName {
        color: #1f1f1f;
        font-weight: 700;
        text-align: center;
        display: block;
        position: absolute;
        font-size: 18px;
    }
.GalleryItem:after{
    content:'';
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.BoxPrdListSupp {
    margin: 30px 0;
}

.LanguageItem .SubItems {
    display: none;
    position: absolute;
    z-index: 6;
    top: 37%;
    transition: all .3s ease-in-out;
    min-width: 200px;
    width: 100%;
}

.LanguageItem:hover .SubItems {
    display: block;
}

.LanguageItem .SubItems .select-lnguage .TextLevel2 .spnL2 {
    color: #1f1f1f;
}

.supplier_comment {
    /* background-image: url(/FileManager/SupplierProduct/steelhamoon/1.jpg); */
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
    background-position: left center;
    background-color: #f5f6f8;
    /* border-radius: 40px; */
}
/*---------- supplier list 1-04-1401------------------*/
.filter-box {
    border: 1px solid rgba(186,191,199,.3);
    border-radius: 30px;
    padding: 15px;
    background: #fff;
    box-shadow: 16px 0 60px 0 rgb(61 67 79 / 8%);
    margin: 0 0 15px;
}

.text-red {
    color: #ee0481;
    font-weight: 600;
    font-size: 16px;
}

.blog-posts {
    margin-bottom: 0px;
}

    .blog-posts .clickable {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
    }

.blog-post {
    background: #ffffff;
    transition: 0.3s;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    padding-bottom: 14px;
    box-shadow: 16px 0 60px 0 rgb(61 67 79 / 8%);
    /* height: 100%; */
    border: 1px solid rgba(186,191,199,.3);
}

    .blog-post .blog-post_wrapper {
        position: relative;
        transition: inherit;
    }

.media-blog-posts .blog-post .blog-post_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .media-blog-posts .blog-post .blog-post_wrapper ul li {
        border-bottom: 1px dashed #e9edf6;
    }

.media-blog-posts .blog-post .post_date {
    position: absolute;
    top: 0;
}

.media-blog-posts .blog-post .blog-post_media .blog-post_media_part {
    max-width: 300px;
}

.blog-post .blog-post_media {
    position: relative;
    margin-left: 20px;
}

    .blog-post .blog-post_media .blog-post_media_part {
        position: relative;
        border-radius: 10px;
        text-align: center;
    }

        .blog-post .blog-post_media .blog-post_media_part a {
            transition: 0.4s;
        }

        .blog-post .blog-post_media .blog-post_media_part img {
            border-radius: 40px;
            max-width: 100%;
            height: 100%;
        }

.post_date {
    width: 60px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 30px;
    padding: 0 9px;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    color: #001b54;
    text-align: center;
    flex-direction: column;
    line-height: 1;
    font-weight: 700;
    justify-content: center;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
}

.blog-post .post_date {
    position: relative;
    z-index: 1;
    margin-right: 30px;
    margin-left: auto;
    margin-top: -30px;
    background: #525fe1;
}

.post_date span a {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}

.post_meta-categories {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 15px 0 0;
}

    .post_meta-categories span {
        display: inline-block;
        position: relative;
        color: #989898;
        margin-bottom: 8px;
    }

    .post_meta-categories a {
        display: inline-block;
        position: relative;
        font-size: 13px;
        font-weight: 500;
        line-height: inherit;
        color: inherit;
    }

    .post_meta-categories span:not(:only-child):not(:last-child):after {
        content: '_';
        display: inline-block;
        color: inherit;
        margin: 0 4px;
    }

.blog-post .blog-post_content {
    margin-top: -4px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-post_title {
    margin-bottom: 10px;
}

.blog-posts .blog-post_title {
    display: block;
    word-wrap: break-word;
    clear: both;
    line-height: 1;
    margin-bottom: 0;
    margin: 15px 0;
}

    .blog-posts .blog-post_title > a {
        font-size: 30px;
        line-height: 42px;
        text-decoration: underline;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 600;
    }

.blog-post_content ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    color: #666d7a;
    font-weight: 500;
    font-size: 14px;
}

    .blog-post_content ul li span:last-child {
        color: #1f1f1f;
        font-weight: 600;
        font-size: 13px;
    }

.blog-post_title a {
    color: #222222;
}

.button-read-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
}

    .button-read-more .read-more-arrow {
        position: relative;
        z-index: 1;
        width: 0px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        transition: 0.5s;
        transition-delay: 0.4s;
    }

        .button-read-more .read-more-arrow:before, .button-read-more .read-more-arrow:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            right: 0;
            transition: 0.4s;
        }

        .button-read-more .read-more-arrow:before {
            bottom: 0;
            border-bottom: 2px solid;
            transform: rotate(0);
            transform-origin: 100% 100%;
        }

        .button-read-more .read-more-arrow:before {
            border-color: #ff4a17;
        }

        .button-read-more .read-more-arrow:after {
            top: 0;
            border-top: 2px solid;
            transform: rotate(0);
            transform-origin: 100% 0;
        }

        .button-read-more .read-more-arrow:after {
            border-color: #ff4a17;
        }

.blog-post_content:after {
    content: '';
    display: block;
    clear: both;
}

.blog-post:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.btn-details {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #666d7a;
    z-index: 0;
    letter-spacing: 0.2px;
}

    .btn-details:before {
        position: absolute;
        content: "";
        background: #e9edf6;
        bottom: -3px;
        left: -7px;
        width: 20px;
        height: 12px;
        z-index: -1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .btn-details:hover {
        color: var(--color-dark);
    }

        .btn-details:hover:before {
            width: calc(100% + 14px);
            transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -moz-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -o-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            -ms-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

.accordion_title .txt {
    color: #1f1f1f;
    font-weight: 600;
}

.accordionBox {
    margin: 12px 0;
}

.city_box {
    border-top: 1px solid #d9dee2;
    padding: 12px 0;
}

.banner-style-2 {
    background-image: url('/FileManager/Shapes/home-two-banner.jpg');
    z-index: 1;
    /* min-height: 430px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 0;
}

    .banner-style-2 .inner {
        position: relative;
        margin-top: 100px;
    }

        .banner-style-2 .inner .content .title {
            font-weight: 800;
            font-size: 45px;
            line-height: 1.24;
            margin-bottom: 30px;
        }

        .banner-style-2 .inner .content .description {
            margin-bottom: 60px;
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
        }

        .banner-style-2 .inner .content .arrow-sign {
            position: absolute;
            left: -30px;
            bottom: -50px;
            transform: rotate(220deg);
        }

            .banner-style-2 .inner .content .arrow-sign img {
                max-width: 70%;
            }

@media only screen and (min-width: 1750px) {
    .banner-style-2 .inner .content .arrow-sign {
        left: -50px;
        bottom: -90px;
    }

        .banner-style-2 .inner .content .arrow-sign img {
            max-width: 100%;
        }
}

.banner-style-2 .banner-thumbnail {
    bottom: 0;
    z-index: 3;
    position: relative;
}

    .banner-style-2 .banner-thumbnail img {
        max-width: calc(100% - 60px);
    }

.banner-style-2 .banner-bg {
    position: absolute;
    bottom: 3px;
    right: 67px;
    z-index: 0;
}

    .banner-style-2 .banner-bg img.girl-bg {
        max-width: calc(90% - 10px);
    }

.banner-style-2 .shape-image {
    position: absolute;
    z-index: 0;
}

    .banner-style-2 .shape-image.shape-image-1 {
        top: 231px;
        left: 50px;
    }

    .banner-style-2 .shape-image.shape-image-2 {
        top: 240px;
        right: 43%;
    }

    .banner-style-2 .shape-image.shape-image-3 {
        top: 250px;
        right: 90px;
    }

a.b2b-btn,
button.b2b-btn {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: var(--color-golden);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    border: 0 none;
}

    a.b2b-btn:hover,
    button.b2b-btn:hover {
        background: var(--color-grass);
        color: #fff;
    }

    a.b2b-btn svg {
        fill: #fff;
    }
/*-------- breadcrumb ------------------------*/
.b2b-breadcrumb-area {
    background-image: url('/FileManager/Shapes/breadcrumb-bg.jpg');
}

.bgImagePosition, .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ptb--60 {
    padding: 160px 0 60px !important;
}

.b2b-animated-shape {
    position: relative;
    z-index: 9;
}

.text-start {
    text-align: right !important;
}

.breadcrumb-style-1 .page-title .title {
    margin-bottom: 5px;
}

.b2b-breadcrumb-area .shape-image {
    position: absolute;
    z-index: -1;
}

    .b2b-breadcrumb-area .shape-image.shape-image-1 {
        top: -30px;
        left: -180px;
    }

    .b2b-breadcrumb-area .shape-image.shape-image-2 {
        top: -10px;
        left: 60%;
    }

    .b2b-breadcrumb-area .shape-image.shape-image-3 {
        top: -24px;
        right: -90px;
    }

    .b2b-breadcrumb-area .shape-image.shape-image-4 {
        bottom: -39px;
        right: -220px;
    }

    .b2b-breadcrumb-area .shape-image.shape-image-5 {
        bottom: -28px;
        left: 35%;
    }

    .b2b-breadcrumb-area .shape-image.shape-image-6 {
        bottom: -30px;
        left: -108px;
    }

.supplier-social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .supplier-social ul li {
        position: relative;
        display: block;
        margin-right: 12px;
    }

        .supplier-social ul li a {
            background: #525fe1;
            padding: 4px 5px 6px;
            border-radius: 5px;
        }

            .supplier-social ul li a .icon svg {
                width: 19px;
                height: 19px;
                fill: #fff;
            }

        .supplier-social ul li:hover a {
        }

            .supplier-social ul li:hover a .icon svg {
            }

.contact-address-card-1 {
    background: #fff;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 50px 20px;
    text-align: center;
    transition: 0.4s;
}

    .contact-address-card-1 .inner .icon {
        background: rgba(82, 95, 225, 0.1);
        width: 50px;
        height: 50px;
        margin: 0 auto;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
    }

        .contact-address-card-1 .inner .icon svg {
            fill: var(--color-primary);
            font-size: 24px;
            transition: 0.4s;
            width: 24px;
            height: 24px;
        }

    .contact-address-card-1 .inner .content .title {
        font-weight: 700;
        margin-top: 25px;
        margin-bottom: 15px;
        transition: 0.4s;
    }

    .contact-address-card-1 .inner .content p {
        margin-bottom: 0;
        transition: 0.4s;
        text-align: center;
    }

        .contact-address-card-1 .inner .content p a {
            color: var(--color-body);
            transition: 0.4s;
        }

            .contact-address-card-1 .inner .content p a:hover {
                color: var(--color-primary);
            }

    .contact-address-card-1.phone .inner .icon {
        background: rgba(251, 124, 86, 0.1);
    }

        .contact-address-card-1.phone .inner .icon svg {
            fill: var(--color-secondary);
        }

    .contact-address-card-1.email .inner .icon {
        background: rgba(255, 164, 27, 0.1);
    }

        .contact-address-card-1.email .inner .icon svg {
            fill: #ffa41b;
        }

    .contact-address-card-1:hover {
        background: var(--color-secondary);
        transform: translateY(-15px);
    }

        .contact-address-card-1:hover .inner .icon {
            background: var(--color-white);
        }

            .contact-address-card-1:hover .inner .icon svg {
                fill: var(--color-secondary);
            }

        .contact-address-card-1:hover .inner .content .title {
            color: var(--color-white);
        }

        .contact-address-card-1:hover .inner .content p {
            color: var(--color-white);
        }

            .contact-address-card-1:hover .inner .content p a {
                color: var(--color-white);
            }
/*------------------------------ 15.04.1401.---------------------------*/
.services-4 {
    padding: 80px 0 50px;
}

    .services-4 .nav-tabs {
        border: none;
        justify-content: start;
    }

        .services-4 .nav-tabs .nav-link:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 100%;
            display: block;
            position: absolute;
            background-color: var(--color-primary);
            font-size: 40px;
            transform: translate(-50%, 0);
            left: 50%;
            bottom: -14px;
            opacity: 0;
        }

        .services-4 .nav-tabs .nav-link {
            padding: 10px 25px;
            line-height: 1;
            border: 3px solid #f0f0f0;
            position: relative;
            border-radius: 50px;
            display: block;
            margin: 0 0 18px 18px;
        }

            .services-4 .nav-tabs .nav-link:last-child {
                margin: 0 0 18px 0;
            }

.nav-tabs .nav-link.active:before {
    opacity: 1;
}

.services-4 .nav-tabs .nav-item.show .nav-link,
.services-4 .nav-tabs .nav-link.active {
    background: var(--color-golden);
    border-color: transparent;
    color: #fff;
}

.services-4 .nav-tabs .nav-link:hover {
    color: var(--color-white);
    border-color: #feee7d;
    background: #feee7d;
    border-color: #feee7d !important;
}

.LangSupplierProduct,
.publish,
.diversity,
.inventory {
    background-color: transparent !important;
    color: #1f1f1f !important;
    margin: 2px;
    padding: 2px !important;
    border-raduis: 10px !important;
}

    .LangSupplierProduct:hover,
    .publish:hover,
    .diversity:hover,
    .inventory:hover {
        box-shadow: none;
        color: #fff !important;
    }

.LangSupplierProduct {
    border: 2px solid #FA8072 !important;
}

.publish {
    border: 2px solid #525fe1 !important;
}

.diversity {
    border: 2px solid #00F0FF !important;
}

.inventory {
    border: 2px solid #ffa41b !important;
}

.LangSupplierProduct:hover {
    background-color: #FA8072 !important;
}

.publish:hover {
    background-color: #525fe1 !important;
}

.diversity:hover {
    background-color: #00F0FF !important;
}

.inventory:hover {
    background-color: #ffa41b !important;
}
/************ supplier/list ***************/
.page_container {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 40px auto;
}

.filter_wrapper {
    width: 20%;
    flex: 0 0 20%;
    margin: 0 0 0 15px;
}

.filter_result {
    z-index: 5;
    flex: 0 0 75%;
    width: 75%;
}

.accordion_title {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 12px;
    cursor: pointer;
}

    .accordion_title .txt {
        color: #1f1f1f;
        font-weight: 600;
    }

.acIcon {
    font-size: 13px;
    margin-right: auto;
    color: orange;
}

.accordion_container {
    max-height: 333px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.AccordionItem {
    border-bottom: 1px dotted #e9edf6;
    padding: 5px 0;
    border-radius: 0;
    margin-bottom: 5px;
    margin: 0 0 0 10px;
}

.AccordionHead, .OpenBody {
    display: flex;
    cursor: pointer;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    align-items: center;
}

.AccordionIcon {
    margin-right: auto;
}

.checkbox_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .checkbox_wrapper input[type=checkbox] {
        width: unset;
        padding-right: 12px;
    }

input[type=checkbox]:not(.no-style) {
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

    input[type=checkbox]:not(.no-style):checked + label:before {
        transform: rotate(-45deg) scale(1);
    }

    input[type=checkbox]:not(.no-style):checked + label.checkbox--blue,
    input[type=checkbox]:not(.no-style):checked + label.checkbox--inverse-blue {
        color: #2979ff;
    }

        input[type=checkbox]:not(.no-style):checked + label.checkbox--inverse-blue:after {
            background: #2979ff;
            border-color: #2979ff;
        }

    input[type=checkbox]:not(.no-style) + label {
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-right: 20px;
        display: inline-block;
        margin: 0;
        line-height: 1.5;
        /* color: #666d7a; */
        font-weight: 600;
        font-size: 14px;
    }

        input[type=checkbox]:not(.no-style) + label:before {
            transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
            transform: rotate(-45deg) scale(0);
            content: "";
            position: absolute;
            right: -.6rem;
            top: .12rem;
            z-index: 1;
            width: 1.0625rem;
            height: .5625rem;
            border-color: #ee0481;
            border-style: none none solid solid;
            border-width: 2px;
        }

        input[type=checkbox]:not(.no-style) + label:after {
            content: "";
            position: absolute;
            top: 0;
            right: -.6rem;
            width: 1.2rem;
            height: 1.2rem;
            background: transparent;
            border: 1px solid #9e9e9e;
            border-radius: 4px;
            cursor: pointer;
            outline: none;
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--blue:before {
            border-color: #2979ff;
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--inverse-blue:before {
            border-color: #fff;
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--inverse-blue:after {
            transition: all .4s cubic-bezier(.45,1.8,.5,.75);
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--small {
            padding-right: 8px;
            padding-top: 1px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            line-height: 145%;
            margin: 0;
            right: 4px;
        }

            input[type=checkbox]:not(.no-style) + label.checkbox--small:before {
                right: -.9375rem;
                top: .3125rem;
                width: .75rem;
                height: .4375rem;
            }

            input[type=checkbox]:not(.no-style) + label.checkbox--small:after {
                top: 0;
                right: -1.1875rem;
                width: 1.2rem;
                height: 1.2rem;
                border-radius: 2px;
            }

        input[type=checkbox]:not(.no-style) + label.checkbox--gray-border:after {
            border-color: #d2d2d2;
        }

        input[type=checkbox]:not(.no-style) + label.checkbox--md-border:after {
            border-width: 2px;
        }

.AccordionItem2 {
    border-top: 1px dotted #e9edf6;
    border-radius: 0;
    /* margin-top: 7px; */
    padding: 5px 0;
    /* padding-right: 7px; */
}

.AccordionItem3 {
    padding: 5px 0;
    font-size: 14px;
    border-top: 1px solid #eee;
}

.NextPaging img, .PrevPaging img {
    width: 14px;
    height: 14px;
}

.NextPaging img {
    transform: rotate(180deg);
}

.iranserver-service .left-line {
    border-left: 1px solid #dbdbdb;
}

.col_BWa {
    flex: 0 0 20%;
}

.PBtnList {
    background: white !important;
    border: 1px solid #ee0481 !important;
    color: #ee0481 !important;
    width: 33px;
    height: 33px;
}

.BoxPagingBtn .PagingBtn {
    display: none;
    padding: 0;
}

.PBtnList:hover {
    background: #ee0481 !important;
    color: #fff !important;
}

.ActBtnPag {
    background: #ee0481 !important;
    color: white !important;
    display: inline !important;
}

.PrevPaging, .NextPaging {
    border: 1px solid #ee0481 !important;
    color: #ee0481 !important;
    width: 33px;
    height: 33px;
    background: #fff !important;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .PrevPaging:hover, .NextPaging:hover {
        background: #fff !important;
    }

.accordion_title {
    font-size: 16px;
}

    .accordion_title .icon {
        background-color: orange;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 0.2rem;
    }

.cardCol {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    transition: all 0.3s ease;
}

.fileupload_input {
    margin-right: 20px;
}

.custom-file-upload {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*-------------haniyeh heshmati-----------------------*/
.btn-red {
    color: #fff;
    background-color: #e92824 !important;
    border-color: #b7bdc8 !important;
    padding: 0 3px 2px;
}

#btn_clearAttachments {
    margin-right: 30px;
}

.btn-initial {
    display: initial;
}

.BoxsearchPaging {
    margin-right: 6px;
}

.button-border {
    border: 1px solid #dd4026;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #dd4026;
}

    .button-border img {
        filter: brightness(30);
    }

    .button-border:hover {
        color: #fff;
    }

.List1 {
    min-width: 400px;
}

.sup-title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    /*word-spacing: -5px;*/
}

.mini-link {
}

.mini-link {
}

    .mini-link li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        line-height: 2.5;
        border-bottom: 1px dotted #eee;
    }

        .mini-link li:last-child {
            border: none;
        }

        .mini-link li img, .mini-link li svg {
            width: 25px;
            height: 25px;
            position: relative;
            overflow: hidden;
            margin-left: 14px;
            fill: #000;
            opacity: .7;
        }

            .mini-link li img[alt]:after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                font-weight: 300;
                color: transparent;
                text-align: center;
                content: attr(alt);
                background: #fff url(/FileManager/Icons/noImg.svg) no-repeat 50%;
                background-size: contain;
                width: 100%;
                height: 100%;
            }

        .mini-link li a {
            font-size: 18px;
            font-weight: 700;
            color: #000;
        }

        .mini-link li.active-b a {
            color: #ee0481;
            font-weight: 900;
        }

        .mini-link li.active-b svg {
            fill: #ee0481;
            opacity: 1;
        }

        .mini-link li:hover a {
            color: #ee0481;
        }

.white-box p {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 700;
    margin: 10px 0;
    text-align: justify;
}

.guiding {
    padding: 15px;
    background: #FFEBC1;
    border-radius: 20px;
    margin: 0 0 10px;
}

.guide-box {
    background-image: url('/FileManager/Icons/guide-1.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 70%;
    background-color: #fff;
    overflow: hidden;
    backdrop-filter: opacity(.1);
    padding-bottom: 150px;
    height: 100%;
}

.guiding .sup-title {
    color: #8E3200;
}

.panel-heading {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}

    .panel-heading h4 {
        font-weight: 800;
        font-size: 20px;
        margin: 0;
    }

.mt-40 {
    margin-top: 26px;
}

.panel-default {
    margin-bottom: 50px;
}

input:disabled, textarea:disabled {
    background-image: url('/FileManager/Icons/title_pattern.png') !important;
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

#btn_AddFound, #RefreshPriceAmount {
    font-weight: 900;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 15px;
    z-index: 2;
}

#btn_AddFound {
    color: #279964;
    background: #3dd28d2e;
}

#RefreshPriceAmount {
    color: #0065ff;
    background: #0065ff33;
}

    #RefreshPriceAmount svg {
        fill: #0065ff;
    }

        #RefreshPriceAmount svg * {
            stroke-width: 5px;
        }

#TotalAmountForPay, #UserPriceAmount, #DeficitInventory {
    font-size: 18px;
    font-weight: 800;
}

.smart-p span {
    font-size: 14px;
    font-weight: 600;
}

.d-flx, .smart-p {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.j-between {
    justify-content: space-between;
}

.border-3 {
    border-bottom: 1px dashed #e2e8f0;
    margin-bottom: 15px;
}

.txtTitr {
    font-size: 16px;
    font-weight: 600;
}

#div_UploadDocuments .TxtinpFileBefor,
#div_UploadDocuments .FileDescriptionBox {
    right: auto;
    left: auto;
    margin: auto;
    max-width: 100%;
}

#div_UploadDocuments .TxtinpFileBefor {
    position: absolute;
    top: 40px;
}

#div_UploadDocuments .FileDescriptionBox {
    position: absolute;
    /* top: 70px; */
}

#div_UploadDocuments .position-relative {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    color: #555;
}
#ImgUpload .GalleryItem{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
    padding: 4px;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#div_UploadDocuments .InputFileTxt{
    max-width: 100%;
}
.GalleryItem .ImgGalleryItem:after{
    content: '';
    opacity: .5;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
}
.DleteGalleryImg:before{
    content:'';
    background-image: url('/FileManager/Icons/red_close_burger.png');
    width: 15px;
    height: 15px;
    position: relative;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -1px;
    left: 0px;
    display: inline-flex;
}
.not-allowed{
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 800;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    flex-direction: column;
}
.not-allowed:before{
    content:'';
    background: #f3f4f6b3;
    border-radius: 0;
    backdrop-filter: blur(7.2px);
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: .8;
}
.not-allowed img{
    width: 300px;
    height: 300px;
}
.not-allowed.status-6{
    position: relative;
    height: auto;
    padding-bottom: 15px;
}
.FakeWarning{
    position: relative;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    width: 15px;
    height: 15px;
    border: 0;
    background: #6b7c93;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 3px;
    cursor: help !important;
}
.FakeWarning svg{
    fill: #fff;
    width: 10px;
    height: 10px;
    padding: 0;
}
.TxtFakeWarning{
    font-size: 16px !important;
    position: absolute;
    z-index: 2;
    background: #fff;
    color: #32325d;
    line-height: 160%;
    padding: 12px;
    left: 0;
    right: 50%;
    transform: translateX(15%);
    bottom: 21px;
    width: 410px;
    margin: 0 auto;
    visibility: hidden;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityMS)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgb(50 50 93 / 12%), 0 -1px 4px rgb(0 0 0 / 6%);
    transition: opacity .2s,visibility .2s,bottom .2s;
    max-width: fit-content;
    min-width: 300px;
}
.TxtFakeWarning:before {
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: -70%;
    margin: 0 auto;
    width: 0;
    height: 0;
}
.FakeWarning:hover .TxtFakeWarning{
    opacity: 1;
    visibility: visible;
}
.PointItem{
    border: 1px solid #e2e8f0;
    background: #e2e8f0;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px 3px;
    border-radius: 5px;
    position: relative;
    outline: none;
    padding: 5px;
    display: inline-block;
    max-width: 48%;
    width: 100%;
    text-align: center;
    width: auto;
    padding-left: 18px;
}
.PointItem:after {
    content: '';
    background-image: url('/FileManager/Icons/red_close_burger.png');
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 4px;
    top: 10px;
    vertical-align: middle;
}
.BoxChoosePoints{
    margin-bottom: 30px;
}
.Star{
    color: #ee0481;
}
.DeletePointItem{
    font-size: 0;
}
#div_UploadFile .BoxDescUploadFild{position: absolute;height: 150px;}
/**************************************** supplier request ******************************************************/
.TermsConfirmationBox {
    position: relative;
    }
.TermsConfirmationForm p{
    font-size: 18px;
}
.TermsConfirmationBox:before{
    content:'';
    background: rgba(0, 0, 0, 0.78);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: .6;
}
.TermsConfirmationForm {
    z-index: 1;
    background: white;
    max-width: 900px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 25px;
    right: 0px;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
}
p.TCMainTitle {
    color: #ee0481;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    background: #fde3f1;
    border-radius: 5px;
    padding: 0 5px;
    text-align: center;
}
p.TCTitle {
    margin-bottom: 0;
    line-height: 1.5;
    color: #10244e;
    font-weight: bolder;
    font-size: 18px;
}
.icon_close, .c_pointer {
    cursor: pointer;
}
#IAgreeCheckBox{
    opacity: 1;
    visibility: visible;
}
.LangSupplierProduct{
    display: none;
}