@charset "utf-8";
@font-face {
    font-family: 'IRANSans-web';
    src: url('../font/IRANSans-Bold-web.eot');
    src: url('../font/IRANSans-Bold-web.eot?#iefix') format('eot'), /* IE6–8 */
    url('../font/IRANSans-Bold-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('../font/IRANSans-Bold-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSans-Bold-web.ttf') format('ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../font/IRANSans-Medium-web.eot');
    src: url('../font/IRANSans-Medium-web.eot?#iefix') format('eot'), /* IE6–8 */
    url('../font/IRANSans-Medium-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('../font/IRANSans-Medium-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSans-Medium-web.ttf') format('ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../font/IRANSans-UltraLight-web.eot');
    src: url('../font/IRANSans-UltraLight-web.eot?#iefix') format('eot'), /* IE6–8 */
    url('../font/IRANSans-UltraLight-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('../font/IRANSans-UltraLight-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSans-UltraLight-web.ttf') format('ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('../font/IRANSans-Light-web.eot');
    src: url('../font/IRANSans-Light-web.eot?#iefix') format('eot'), /* IE6–8 */
    url('../font/IRANSans-Light-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('../font/IRANSans-Light-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSans-Light-web.ttf') format('ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url('IRANSans-web.eot');
    src: url('../font/IRANSans-web.eot?#iefix') format('eot'), /* IE6–8 */
    url('../font/IRANSans-web.woff2') format('woff2'), /* Chrome36+, Opera24+*/
    url('../font/IRANSans-web.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSans-web.ttf') format('ttf');
    font-weight: normal;
}

.div-fix-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.31);
    display: none;
}

.vertical-middle {
    vertical-align: middle;
}

* {
    margin: 0;
    font-family: iransans-web;
    font-size: 12px;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #949494;
    border-radius: 0px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.body-wrap {
    direction: rtl;
    background: #f7f7f7;
}

.login-sign {
    /* border: 1px solid #333; */
    padding: 30px 6px;
    box-shadow: 0px 0px 4px #bfbfbf;
}

.login-sign input {
    font-size: 12px;
    padding: 7px 10px
}

.login-sign i {
    font-size: 14px;
    color: #6c6c6c;
    margin: 0 auto;
}

.login-sign>div {
    display: inline-block;
    margin: 0 27px;
    vertical-align: middle;
}

img.captcha-img {
    width: 100px;
    border: 1px solid #ced4da;
    height: 37px;
}

::placeholder {
    color: #c7cdd2 !important;
    opacity: 1;
    /* Firefox */
}

.menu-left {
    width: 200px;
    transition: 0.5s;
    right: 0;
    border-left: 1px solid #efefef;
    background: #f9f9f9;
    padding: 20px 0;
    box-shadow: 0px 1px 8px #e5e5e5;
    height: 100%;
    z-index: 5;
    top: 48px;
}


/* .activ-menu-left {} */

.menu-left>nav>a {
    color: #4a4a4a !important;
    font-size: 13px;
    text-align: right;
    padding: 0.7em 1.3em;
    margin-bottom: 6px;
}

.menu-left>nav>a>i {
    font-size: 15px;
    padding: 0 0 0 3px;
    color: #4a4a4a !important;
}

.menu-left img {
    border-radius: 50%;
}

.menu-left>h5 {
    letter-spacing: 1px;
    word-spacing: 1px;
}

.menu-left .activ {
    border-left: 2px solid #ff748c;
    background: linear-gradient(90deg, rgb(255 116 140 / 28%) 0%, rgba(0, 212, 255, 0) 100%);
}

.fa-bars {
    font-size: 18px;
    vertical-align: middle;
}

.menu-top {
    z-index: 99;
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #efefef;
    top: 0;
    box-shadow: 0px 1px 8px #e9e9e9;
}

.mt-6 {
    padding-top: 6rem !important;
}

.img-pro {
    border-radius: 50%;
}

.help-cards .card {
    padding: 9px 0;
    color: #fff;
    text-align: center;
    border: navajowhite;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
}

.help-cards>h5 {
    /* text-align: right; */
    color: #787878;
    padding: 0px 0px 21px 0px !important;
}

.help-cards .card a {
    margin-top: 13px;
    border-color: #ffffff;
    background-color: #21252933;
}

img.help-cards-img {
    width: 95px;
}


/* .card-profile {
    border: 1px solid #f9f9f9; 
     box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%); 
} */

.card-profile p,
span {
    font-size: 13px;
}

.red {
    background: linear-gradient( 45deg, #FF5370, #ff869a);
}

.yellow {
    background: linear-gradient( 45deg, #FFB64D, #ffcb80);
}

.green {
    background: linear-gradient( 45deg, #2ed8b6, #59e0c5);
}

.blue {
    background: linear-gradient( 45deg, #4099ff, #73b4ff);
}

.box-shadow {
    border: none;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
}

.text-666 {
    color: #666;
}

.text-333 {
    color: #333;
}

.width-100 {
    width: 100%;
}

.card-title i {
    font-size: 16px;
    padding-left: 4px;
}

.font-13 {
    font-size: 13px;
}

.tab-bar {
    direction: ltr;
}

.tab-bar>li {
    width: 50%;
}

.tab-bar>li>button {
    width: 100%;
    font-size: 14px;
}

.tab-bar>li>button i {
    padding: 0 8px;
    font-size: 15px;
}

.tab-bar>li>.active {
    background: linear-gradient( 180deg, rgb(234 255 116 / 37%) 0%, rgba(0, 212, 255, 0) 100%);
}

#content {
    transition: 0.5s;
}

.tab-content>.active {
    display: flex;
}

.w-49 {
    width: 49% !important;
    margin-left: 1%;
}

.font-0 {
    font-size: 0;
}

.w-33 {
    width: 33%;
}

.w-333 {
    width: 33%;
    margin-right: 0.5%;
}

.invalid-feedback {
    font-size: 11px !important;
}

h3>i {
    font-size: inherit;
    padding-left: 7px;
}

.file-img {
    width: 170px;
    object-fit: cover;
    height: 160px;
    background: red;
    border-radius: 5px;
    border: 0px solid #efefef;
    box-shadow: 0px 0px 0px 2px #a8d7ff;
    display: block;
    margin: 0px auto 12px auto;
}

.file-box>.btn {
    width: 172px;
}

.title-form {
    background: #ededed;
    padding: 10px;
    border-radius: 5px;
}

.file-box>.form-label {
    color: #212529;
    width: 100%;
    padding: 9px 0;
}

.less label,
input {
    font-size: 14px !important;
}

.less div {
    padding: 8px;
}

.box-less {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 1px 4px #edecec;
    padding: 25px;
    background: #f9f9f9;
}

.box-doc {
    border: 1px solid #f1f0f0;
    padding: 0 0 100px 0;
    border-radius: 5px;
    overflow: hidden;
}

.box-doc h4 {
    width: 100%;
    padding: 11px 10px;
    color: #545454;
    background: #f1f0f0;
}

h4>i {
    font-size: inherit;
    padding-left: 7px;
}

td.edit-del i {
    font-size: 20px !important;
    padding-right: 10px;
}

.input-group>.invalid-feedback {
    position: absolute;
    bottom: -21px;
}

.mmm>.mb-4 {
    margin-bottom: 25px !important;
}

.fixed-error {
    position: fixed;
    top: 10px;
    padding: 0 11px !important;
    right: 14px;
    z-index: 9999;
}

.exit_i {
    background: #ffffff00;
    padding: 1px 3px;
    cursor: pointer;
    color: #c90c1d;
    position: absolute;
    top: 2px;
    left: 4px;
}

.forms-up div {
    color: #686666;
    padding-top: 5px;
    padding-bottom: 5px;
}

.forms-up .card {
    border: 1px solid #a7a7a7;
}

.dropdown-menu-dark {
    background: #fff !important;
}

.dropdown-menu-dark li>a {
    color: #0a0000 !important;
    text-align: center;
}

.dropdown-menu-dark li>a:hover {
    color: #bbbbbb !important;
    text-align: center;
}

@media (min-width: 600px) {
    .p-sm-10 {
        padding: 50px;
    }
}

.dir-ltr {
    direction: ltr !important;
}

.pagination {
    flex-wrap: wrap;
}

span.titl {
    color: black;
}

span.res {
    color: #666;
}

.toggel_show {
    height: 150px;
    overflow: hidden;
    transition: 0.3s;
}

.title_toggel:before {
    content: "^";
    position: absolute;
    left: 11px;
    top: -3px;
    color: #4e4e4e;
    font-size: 26px;
    transform: rotate(180deg);
}

.title_toggel {
    position: relative;
    cursor: pointer;
    background: #fbfbfb;
    border-bottom: 1px solid #c7c7c7;
}