@font-face {
    font-family: 'IRANSans';
    font-display: swap;
    src: url('new/fonts/eot/IRANSansWeb_Fa.eot?#iefix') format('embedded-opentype'), 
    url('new/fonts/woff2/IRANSansWeb_Fa.woff2')           format('woff2'), 
    url('new/fonts/woff/IRANSansWeb_Fa.woff')            format('woff'), 
    url('new/fonts/ttf/IRANSansWeb_Fa.ttf')             format('truetype');
}
@font-face {
    font-family: 'IRANSans_Bold';
    font-display: swap;
    src: url('new/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), 
    url('new/fonts/woff2/IRANSansWeb_Bold.woff2')           format('woff2'), 
    url('new/fonts/woff/IRANSansWeb_Bold.woff')            format('woff'), 
    url('new/fonts/ttf/IRANSansWeb_Bold.ttf')             format('truetype');
}
@font-face {
    font-family: 'Shabnam';
    font-display: swap;
    src: url('new/fonts/eot/Shabnam.eot?#iefix') format('embedded-opentype'), 
    url('new/fonts/woff2/Shabnam.woff2')           format('woff2'), 
    url('new/fonts/woff/Shabnam.woff')            format('woff'), 
    url('new/fonts/ttf/Shabnam.ttf')             format('truetype');
}
:root{
    --firstFont: 'IRANSans';
    --sencodFont: 'Shabnam';
    --mainColor: #009f6a;
    --mainColorHover: #009664;
    --mainBorderColor: #008357;
    --mainLightColor: #d4ffe9;
    --mainGray: #949494;
    --mainGrayHover: #838383;
    --mainTextColor: #4f4f4f;
    --secondColor: #ffb834;
    --secondColorHover: #f0ac2f;
    --defaultBorder: 1px solid #e0e0e0;
}
.text-justify{
    text-align: justify;
}
body{
    background: #f5f5f5;
    color: var(--mainTextColor);
    font-family: var(--sencodFont);
    font-size: 14px;
    padding-bottom: 90px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
}
.container.overlay:after{
    content: '';
    background-color: #0000004d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
}
/* movaghati */
.grid-container-fluid.overlay:after{
    content: '';
    background-color: #0000004d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 102;
}
/* -- */
hr{
    background-color: #bbb;
}
.badge{
    font-weight: normal;
}
.badge.rounded-pill{
    padding: 0.55em .65em 0.2em .65em;
}
a{
    text-decoration: none;
}
img{
    image-rendering: -webkit-optimize-contrast;
}
input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: 0;
}
.top-dashed{
    width: 100%;
    border-top: 1px dashed #e0e0e0;
}
.form-label{
    margin-bottom: 0.3rem;
}
.form-control{
    font-size: 14px;
}
.form-control:focus{
    border-color: var(--mainColor);
    -webkit-box-shadow: inset 0 0 0 1px var(--mainColor);
    box-shadow: inset 0 0 0 1px var(--mainColor);
}
.form-outline.question{
    position: relative;
}
.form-outline.question i.fa-question-circle{
    position: absolute;
    bottom: 13px;
    left: 15px;
}
.form-outline.question input{
    padding-left: 38px;
}
.form-outline .form-control.form-control-lg{
    font-size: 14px;
    height: 39px;
}
.form-outline .form-control.form-control-lg~.form-label{
    padding-top: 0.5rem;
}
.select2-dropdown{
    border: 1px solid #ced4da;
}
.select2-container{
    font-family: var(--firstFont);
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 39px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
    min-height: 39px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 2px;
    padding-left: 20px;
    background-color: #f0f0f0;
    border: 1px solid #bdbdbd;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    bottom: 0;
    padding: 3px 4px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    padding-top: 8px !important;
    padding-right: 3px;
    font-family: var(--sencodFont);
    margin-top: 0;
    height: 32px;
}
.select2-checkbox-mode .select2-results li{
    position:relative;
    padding-right:30px
}
.select2-checkbox-mode .select2-results li:before {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    right: 5px;
    background-color: #ebecee;
}
.select2-checkbox-mode .select2-results li:after{
    content: '\f00c';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 100;
    font-size:14px;
    width:18px;
    position:absolute;
    top:6px;
    right:5px;
    text-align:center;
    display:none
}
.select2-checkbox-mode .select2-results li:hover{
    background-color:#f5f5f5;
}
.select2-checkbox-mode .select2-results li:hover:before{
    background-color:#cbd1d8 !important;
}
.select2-checkbox-mode .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{
    display:block;
    background-color:transparent;
    color:#333;
}
.select2-checkbox-mode .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:after{
    display:block;
}
.select2-checkbox-mode .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:hover{
    background-color:#f5f5f5;
}
.select2-results__option{
    padding: 7px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results__option+.select2-results__option{
    margin-top: 1px;
}
.select2-results__option:hover{
    background-color:#f5f5f5;
}
.select2-results__option.select2-results__option--highlighted{
    background-color: #f5f5f5;
}
.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 36px;
    padding: 7px 12px;
    padding-right: 36px;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
}
.select2-search--dropdown .select2-search__field{

}
.select2-search--dropdown:after {
    font-family: "Font Awesome\ 5 Pro";
    content: '\f002';
    position: absolute;
    top: 50%;
    right: 24px;
    color: inherit;
    display: block;
    font-size: 12px;
    margin-top: -6px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .6;
    filter: alpha(opacity=60);
}
.iziToast-target .iziToast-capsule .iziToast{
    font-family: var(--sencodFont) !important;
}
.iziToast>.iziToast-body .iziToast-texts{
    margin-top: 12px !important;
}
.iziToast-target .iziToast:after{
    box-shadow: none !important;
}
.iziToast>.iziToast-body .iziToast-message{
    line-height: 1.5 !important;
}
.form-switch{
    margin-bottom: -10px;
}
.font-10{
    font-size: 10px;
}
.font-13{
    font-size: 13px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-17{
    font-size: 17px !important;
}
.mt-45{
    margin-top: 2rem!important;
}
.mb-45{
    margin-bottom: 2rem!important;
}
.direction-ltr{
    direction: ltr;
}
textarea{
    padding-top: 10px !important;
}
textarea:focus-visible{
    outline: 0;
}
/* .field-description{
    font-size: 12px;
    color: #adadad;
    font-style: italic;
    font-family: 'IRANSans';
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 0;
} */
.small-desc{
    font-size: 12px;
    color: #adadad;
}
.form-cutter{
    width: 100%;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    display: flex;
    justify-content: center;
}
.form-cutter > span{
    padding: 0 10px;
    display: inline-block;
    margin-top: -14px;
    background-color: #fff;
    color: #747474;
}
.form-cutter.gray > span{
    background-color: #f5f5f5;
}
.login-with{
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px;
    border-radius: 5px;
    color: #474747;
    font-size: 13px;
    margin-bottom: 0;
}
.breadcrumb{
    background-color: transparent !important;
    margin-bottom: -15px;
    margin-top: 1px;
    font-family: 'IRANSans';
    font-size: 12px;
    position: relative;
    z-index: 10;
    white-space: nowrap;
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 0 !important;
    padding-right: 0.3rem !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 0 !important;
    padding-left: 0.3rem !important;
}
.login-with.google{
    background-image: url(new/images/google-icon.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    transition: ease-in-out .15s all;
}
.login-with.linkedin{
    background-image: url(new/images/linkedin-icon.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    transition: ease-in-out .15s all;
}
.login-with:hover{
    background-color: #f0f0f0;
    transition: all 0.15s ease-in-out 0s;
}
.simple-link{
    color: var(--mainGray);
    position: relative;
}
.ires-box{
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s opacity;
}
.ires-box.ires-visible{
    visibility: visible;
    opacity: 1;
    transition: ease-in-out .2s opacity;
}
.with-arrow-left:after{
    content: '\f060';
    font-family: "Font Awesome\ 5 Pro";
    font-size: 11px;
    position: absolute;
    top: 0;
    left: -15px;
}
.notification-button-outer{
    position: relative;
    float: left;
    margin-top: 6px;
    margin-left: 7px;
}
.notification-button{
    background-color: #e1e1e1;
    border: none;
    color: #676767;
    width: 30px;
    height: 30px;
    font-size: 17px;
    padding-top: 5px;
    border-radius: 5px;
}
.notification-button:hover{
    background-color: #dfdfdf;
}
.notification-button.new > i{
    color: #dc3545;
    -webkit-animation: ring 7s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 7s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 7s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
.notification-box{
    position: absolute;
    top: 42px;
    left: 0;
    width: 260px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    border-bottom: 2px solid #e6e6fa;
    z-index: 1003;
    display: none;
}
.notification-box > p{
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
    text-align: center;
}
.notification-box > .inside{
    max-height: 350px;
    /* overflow: hidden;
    overflow-y: auto;
    padding-left: 10px; */
    padding-bottom: 5px;
}
.notification-box > .inside::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.notification-box > .inside::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e1e1e1;
}
.notification-box > .inside::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}
.notification-box > .inside::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}
.notification-box > .inside::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.3);
}
.notification-box > .inside > .box{
    border-right: 3px solid #d6d6d6;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    display: block;
    overflow: auto;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px 0px;
}
.notification-box > .inside > .box:not(:first-child){
    margin-top: 8px;
}
.notification-box > .inside > .box.new{
    border-color: #4caf50;
    background-color: #f5fff6;
}
.notification-box > .inside > .box:after{
    content: '\f053';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    left: 10px;
    top: 8px;
    color: #999;
    font-size: 12px;
}
.notification-box > .inside > .box:hover{
    background-color: #fafafa;
}
.notification-box > .inside > .box.new:hover{
    background-color: #e9ffeb;
}
.notification-box > .inside > .box.seen{
    background-color: #fafafa;
}
.notification-box > .inside > .box > p{
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
    padding-left: 25px;
    text-align: right;
}
.notification-box > .inside > .box > span{
    font-size: 10px;
    color: #999;
    float: left;
    display: inline-block;
    margin-top: 8px;
}
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}
@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }
  
    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}
@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
  
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}
.panel-top-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.panel-top-menu > li{
    float: right;
    font-size: 13px;
}
.panel-top-menu > li > a{
    display: inline-block;
    color: var(--mainTextColor);
    padding: 15px 20px;
    transition: ease-in-out .15s background-color;
}
.panel-top-menu > li > a:hover{
    background-color: #f9f9f9;
    transition: ease-in-out .15s background-color;
}
.panel-tab-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.panel-tab-menu ul > li{
    display: inline;
    font-size: 13px;
}
.panel-tab-menu ul > li:not(:first-child){
    margin-right: 5px;
}
.panel-tab-menu ul > li > a{
    display: inline-block;
    color: var(--mainTextColor);
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    background-color: #e9e9e9;
    transition: ease-in-out .1s background-color;
}
.panel-tab-menu ul > li > a.active{
    background-color: #fff;
    border-bottom: 2px solid transparent;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.panel-tab-menu ul > li > a.active.green{
    border-bottom-color: var(--mainColor);
}
.panel-tab-menu ul > li > a.active.red{
    border-bottom-color: #dc3545;
}
.panel-tab-menu ul > li > a.active.blue{
    border-bottom-color: #23afdd;
}
.panel-tab-menu ul > li > a.active:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid transparent;
    bottom: -7px;
    left: 45%;
}
.panel-tab-menu ul > li > a.active.green:after{
    border-top-color: var(--mainColor);
}
.panel-tab-menu ul > li > a.active.red:after{
    border-top-color: #dc3545;
}
.panel-tab-menu ul > li > a.active.blue:after{
    border-top-color: #23afdd;
}
.panel-tab-menu ul > li > a:not(.active):hover{
    background-color: #e4e4e4;
    transition: ease-in-out .1s background-color;
}
.no-canvas{
    height: 200px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(new/images/blur-canvas.jpg);
    background-repeat: no-repeat;
    background-size: 355px;
    background-position: center;
}
.dashed-line{
    width: 100% !important;
    height: 1px !important;
    border-top: 1px dashed #e1e1e1 !important;
}
.add-ad-box{
    display: block;
    background-color: #fffde7;
    color: #5d604c;
    padding: 20px 55px 20px 40px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 4px -1px #c1c1c1;
}
.add-ad-box:hover{
    background-color: #fdfbe2;
    color: #5d604c;
}
.add-ad-box:before{
    content: '\f055';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 30px;
    font-weight: 100;
}
.add-ad-box:after{
    content: '\f053';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    font-weight: 900;
    font-size: 18px;
    top: 16px;
    left: 15px;
}
.add-ad-box h6{
    font-weight: bold;
}
.add-ad-box p{
    margin-bottom: 0;
    font-size: 13px;
}
.box-heading{
    color: var(--mainTextColor);
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.box-heading > span.overflow{
    display: block;
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-heading > i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
    color: #898989;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px;
}
.box-heading > a{
    float: left;
    font-size: 12px;
    position: relative;
    margin-left: 13px;
    margin-top: 7px;
}
.box-heading > a:after{
    font-family: "Font Awesome\ 5 Pro";
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: -13px;
}
.box-heading > a.all:after{
    content: '\f060';
}
.box-heading > a.add:after{
    content: '\f067';
}
.order-ad-box{
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom-width: 2px;
    border-radius: 5px;
    padding-right: 34px;
}
.order-ad-box > .status{
    width: 35px;
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    z-index: 1;
    border-radius: 0 5px 5px 0;
}
.order-ad-box.published > .status{
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
}
.order-ad-box.expired > .status{
    background-color: var(--bs-gray);
    border: 1px solid var(--bs-gray);
}
.order-ad-box.pending > .status{
    background-color: #dc3545;
    border: 1px solid #dc3545;
}
.order-ad-box.ready > .status{
    background-color: #23afdd;
    border: 1px solid #23afdd;
}
.order-ad-box.revise > .status{
    background-color: #ff9800;
    border: 1px solid #ff9800;
}
.order-ad-box.reject > .status{
    background-color: #000000;
    border: 1px solid #000000;
}
.order-ad-box > .status > div{
    transform: rotate( -90deg);
    white-space: nowrap;
}
.order-ad-box .heading{
    padding: 14px;
    overflow: auto;
}
.order-ad-box .heading > a.title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}
.order-ad-box.published .heading > a.title{
    color: var(--mainColor);
}
.order-ad-box.published .heading > a.title:hover{
    color: var(--mainBorderColor);
}
.order-ad-box.expired .heading > a.title{
    color: var(--bs-gray);
}
.order-ad-box.expired .heading > a.title:hover{
    color: #5a5a5a;
}
.order-ad-box.pending .heading > a.title{
    color: #dc3545;
}
.order-ad-box.pending .heading > a.title:hover{
    color: #c4303f;
}
.order-ad-box.ready .heading > a.title{
    color: #23afdd;
}
.order-ad-box.ready .heading > a.title:hover{
    color: #2698be;
}
.order-ad-box.revise .heading > a.title{
    color: #ff9800;
}
.order-ad-box.revise .heading > a.title:hover{
    color: #e98c00;
}
.order-ad-box.reject .heading > a.title{
    color: #000000;
}
.order-ad-box.reject .heading > a.title:hover{
    color: #000000;
}
.order-ad-box .heading > p{
    color: var(--mainGray);
    font-size: 13px;
    margin-bottom: -3px;
}
.order-ad-box .heading > .action{
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.order-ad-box .heading > .action > li{
    display: inline;
}
.order-ad-box .heading > .action > li > a{
    display: inline-block;
    color: #747474;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
}
.order-ad-box .heading > .action > li > a.details{
    background-color: #ececec;
}
.order-ad-box .heading > .action > li > a.details:hover{
    background-color: #e8e8e8;
}
.order-ad-box .heading > .action > li > a.pay{
    color: #fff;
    background-color: var(--mainColor);
}
.order-ad-box .heading > .action > li > a.pay:hover{
    color: #fff;
    background-color: var(--mainColorHover);
}
.order-ad-box .received-resume-btn{
    padding: 3px 20px 3px 7px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    background-color: #ebebeb;
    border-radius: 5px;
    display: inline-block;
    margin-left: 14px;
    margin-bottom: 10px;
}
.order-ad-box .received-resume-btn:before{
    width: 15px;
    height: 15px;
    content: '\f107';
    position: absolute;
    top: 4px;
    right: 1px;
    border-radius: 50%;
    font-family: "Font Awesome\ 5 Pro";
}
.order-ad-box .received-resume-btn.open:before{
    content: '\f106';
}
.order-ad-box .received-resume{
    border-top: 1px solid #e0e0e0;
}
.order-ad-box .received-resume-in{
    padding: 10px 14px 10px 14px;
}
.order-ad-box .item-outer a{
    display: block;
    text-align: center;
    padding: 12px 30px;
    color: var(--mainTextColor);
}
.order-ad-box .item-outer a:hover{
    background-color: #fafafa;
}
.order-ad-box .item-outer a.first{
    border-radius: 0 0 10px 0;
}
.order-ad-box .item-outer a.last{
    border-radius: 0 0 0 10px;
}
.order-ad-box .item-outer a:not(.first){
    border-top: 1px solid #e0e0e0;
}
.order-ad-box .item-outer a > p{
    margin-bottom: 0;
}
.border-left-dashed{
    border-left: 1px dashed #e0e0e0;
}
.border-top-dashed{
    border-top: 1px dashed #e0e0e0;
}
.side-info{
    font-family: var(--sencodFont);
}
.side-info h4{
    text-align: center;
    color: var(--bs-gray);
    font-size: 16px;
    font-weight: bold;
}
.side-info img{
    display: block;
    margin: 15px auto;
    width: 100px;
    height: 100px!important;
    object-fit: contain;
    object-position: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 4px;
    background-color: #fff;
}
.side-info ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-info ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 13px;
}
.side-info ul li:not(:last-child){
    margin-bottom: 15px;
}
.side-info ul li > h6{
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
    padding-left: 5px;
}
.side-info ul li > span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    unicode-bidi: plaintext;
    margin-top: -3px;
}
.side-info ul.with-icon li > h6:before{
    content: '\f053';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    padding-left: 5px;
    font-size: 9px;
    color: #757575;
}
.pagination{
    font-family: var(--firstFont);
}
.page-link{
    color: #6a6a6a;
}
.page-link:focus{
    box-shadow: 0 0 0 0.25rem rgb(13 253 164 / 25%);
}
.pagination-sm .page-link{
    padding: 6px 0.6rem 4px 0.6rem !important;
}
.pagination-sm .page-item:first-child .page-link{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-item.active .page-link{
    background-color: #2cbf8e;
    border-color: #2cbf8e;
}
table.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffffc4;
    background-image: url(images/loading_2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
button:disabled{
    cursor: default;
}
.simple-btn{
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: block;
    border: none;
    position: relative;
}
.simple-btn.auto{
    display: inline-block;
}
.simple-btn.small{
    padding: 5px;
    font-size: 13px;
}
.simple-btn.x-small{
    padding: 3px;
    font-size: 13px;
}
.simple-btn.medium{
    padding: 10px 16px;
    font-size: 13px;
}
.simple-btn.medium.bordered{
    padding-bottom: 8px;
}
.simple-btn.medium-sm{
    padding: 9px 16px;
}
.simple-btn.medium-small{
    padding: 9px 13px;
    font-size: 13px;
}
.simple-btn.thin{
    padding: 6px 16px;
    font-size: 14px;
}
.simple-btn.bordered{
    border-bottom: 2px solid transparent;
}
.simple-btn.gray{
    background-color: #f0f0f0;
    color: #656565;
    border-bottom-color: #bbbbbb;
}
.simple-btn.gray:hover{
    background-color: #e9e9e9;
    color: #656565;
}
.simple-btn.medgray{
    background-color: #dfdfdf;
    color: #656565;
}
.simple-btn.medgray:hover{
    background-color: #d9d9d9;
    color: #656565;
}
.simple-btn.trans{
    color: #656565;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 2px 3px -2px #1113;
}
.simple-btn.trans:hover{
    color: #656565;
    background-color: #f2f2f2;
}
.simple-btn.green{
    background-color: var(--mainColor);
    color: #fff;
    border-bottom-color: var(--mainBorderColor);
}
.simple-btn.green:hover{
    background-color: var(--mainColorHover);
    color: #fff;
}
.simple-btn.blue{
    background-color: #2196f3;
    color: #fff;
    border-bottom-color: #1976d2;
}
.simple-btn.blue:hover{
    background-color: #2190eb;
    color: #fff;
}
.simple-btn.red{
    background-color: #f93154;
    color: #fff;
    border-bottom-color: #d1213e;
}
.simple-btn.red:hover{
    background-color: #ee2d4e;
    color: #fff;
}
.simple-btn.buy{
    padding-right: 36px;
}
.simple-btn.buy:before{
    content: '\f07a';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 100;
    position: absolute;
    right: 15px;
}
.simple-btn.list{
    padding-right: 36px;
}
.simple-btn.list:before{
    content: '\f550';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 100;
    position: absolute;
    right: 15px;
}
.simple-btn.edit{
    padding-right: 36px;
}
.simple-btn.edit:before{
    content: '\f5ad';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 700;
    position: absolute;
    right: 15px;
}
.simple-btn.arrow{
    padding-right: 36px;
}
.simple-btn.arrow:before{
    content: '\f054';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 100;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 13px;
}
.simple-btn.medium.arrow:before{
    top: 10px;
}
.simple-btn.arrow.reverse{
    padding-right: 16px;
    padding-left: 36px;
}
.simple-btn.arrow.reverse:before{
    content: '\f053';
    right: unset;
    left: 15px;
}
.simple-btn.preloading{
    pointer-events: none;
}
.simple-btn.preloading:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 45%);
    z-index: 1;
    cursor: default;
}
.cursor-pointer{
    cursor: pointer;
}
.white-space-normal tr td{
    white-space: normal !important;
}
.select2-results__option{
    position: relative;
}
.selectTag:after{
    content: '+ اضافه کردن';
    position: absolute;
    top: 4px;
    left: 8px;
    border: 1px solid #f44336;
    color: #f44336;
    padding: 4px 4px 1px 4px;
    border-radius: 5px;
    font-size: 13px;
}
.city-outer,
.advocation-city-outer,
.outer-hidden{
    visibility: hidden;
    height: 0;
    margin-top: 0;
}
.city-outer.show,
.advocation-city-outer.show,
.outer-hidden.show{
    visibility: visible;
    height: unset;
    margin-top: var(--bs-gutter-y);
}
.add-logo-box{
    display: block;
    margin: 12px auto;
    width: 100px;
    height: 100px!important;
    object-fit: contain;
    object-position: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 4px;
    background-color: #fff;
    text-align: center;
    color: #dc3545;
}
.add-logo-box:before{
    content: '\f067';
    font-family: "Font Awesome\ 5 Pro";
    font-size: 32px;
    font-weight: 100;
    display: block;
    height: 44px;
}
.add-logo-box:hover{
    color: #dc3545;
    background-color: #fafafa;
}
.ticket-box-outer{
    display: flex;
    position: relative;
}
.ticket-box-outer > .step{
    position: absolute;
    right: 0;
    top: -50px;
}
.ticket-box-outer > img{
    width: 45px;
    height: 45px;
    margin-left: 5px;
    border-radius: 50%;
}
.ticket-box-outer.admin{
    justify-content: end;
    flex-direction: row-reverse;
}
.ticket-box-outer.admin > img{
    width: 45px;
    height: 45px;
    margin-right: 5px;
    /* border-radius: 50%; */
    margin-left: 0;
    object-fit: contain;
}
.ticket-box{
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    border-right: 3px solid #767676;
    width: 100%;
}
.ticket-box-outer.admin > div {
    border-left: 3px solid #009f6a;
    border-right: 1px solid #e0e0e0;
}
.ticket-box .date{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}
.ticket-box-outer.admin .date{
    color: #009f6a;
}
.ticket-box .content{
    line-height: 1.8;
}
.ticket-box .file a{
    background-color: #ddf5ff;
    display: inline-block;
    padding: 4px 5px 4px 5px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #b3d8e7;
}
.sticky-top{
    top: 60px;
    z-index: 100;
}
.company-details-outer{
    background-color: rgb(247, 247, 247);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.company-logo-outer{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.persona-avatar-outer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img-outer,
.p-avatar-img-outer{
    position: relative;
}
.logo-img-outer.loading:after,
.p-avatar-img-outer.loading:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 5px;
    background-image: url(new/images/ellipsis-loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 68px;
}
.logo-img{
    width: 110px;
    height: 110px;
    object-fit: contain;
    object-position: center;
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}
.p-avatar-img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
}
.card {
    border: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.card-body {
    font-family: IRANSans;
    font-size: 14px;
    color: #363636;
    line-height: 1.8;
    text-align: justify;
}
.card.green{
    background-color: #f0fff0;
    background-color: #dcdcdc;
}
.card-top-bar{
    padding: 15px;
    background-color: var(--mainColor);
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.top-heading{
    font-size: 16px;
    color: #ff5722;
    font-weight: bold;
    border-bottom: 1px solid #ff7e56;
    padding: 0 4px 7px 4px;
    position: relative;
}
.top-heading.dashed{
    border-bottom-style: dashed;
}
.top-heading.triangle{
    border-radius: 4px;
}
.top-heading.triangle:after{
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #ff7e56;
    position: absolute;
    bottom: -6px;
    left: 44.5%;
}
.top-heading-simple{
    position: relative;
}
.top-heading-simple.with-border:after{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px dashed #d1d1d1;
}
.top-heading-simple > span{
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    padding-left: 8px;
    font-size: 15px;
    color: #9d9d9d;
}
.ad-detail-items > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ad-detail-items > ul > li{
    display: inline-block;
}
.ad-detail-items > ul > li:not(:last-child){
    margin-left: 6px;
}
.ad-detail-items > ul > li > a,
.ad-detail-items > ul > li > span.like-link{
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #f0f0f0;
    padding: 14px 10px 10px 10px;
    width: 90px;
    border-radius: 8px;
    border: 1px dashed #d5d5d5;
    color: #747474;
    cursor: pointer;
}
.ad-detail-items > ul > li > a:hover,
.ad-detail-items > ul > li > span.like-link:hover{
    background: #ebebeb;
    border-color: #d0d0d0;
}
.ad-detail-items > ul > li > a.lavender{
    border-color: #cdcdef;
    color: #9b9bbd;
}
.ad-detail-items > ul > li > a.lavender:hover{
    border-color: #c6c6e7;
    color: #9696b9;
}
.ad-detail-items > ul > li.red > a{
    background-color: #f93154;
    color: #fff;
    border: 1px solid #f93154;
}
.ad-detail-items > ul > li.red > a:hover{
    background-color: #ee304f;
    border-color: #ee304f;
}
.ad-detail-items > ul > li.blue > a{
    background-color: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
    padding: 14px 6px 10px 6px;
}
.ad-detail-items > ul > li.blue > a:hover{
    background-color: #1f8feb;
    border-color: #1f8feb;
}
.ad-detail-items > ul > li > a > span,
.ad-detail-items > ul > li > span.like-link > span{
    font-size: 13px;
    padding-top: 8px;
}
.adj-intro-box{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: auto;
    color: var(--mainTextColor);
}
.adj-intro-box.gray:hover{
    border-color: #999;
}
.adj-intro-box.green:hover{
    border-color: var(--mainColor);
}
.adj-intro-box.green h4{
    color: var(--mainColor);
}
.adj-intro-box h4{
    font-size: 19px;
}
.adj-intro-box h4 > i{
    padding-left: 5px;
}
.adj-intro-box ul{
    list-style: none;
    padding-right: 18px;
}
.adj-intro-box ul li{
    position: relative;
}
.adj-intro-box ul li:before{
    content: '\f104';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    right: -13px;
    top: 0;
}
.adj-intro-box.green ul li:before{
    color: var(--mainColor);
}
.adj-intro-box ul li:not(:first-child){
    margin-top: 8px;
}
.adj-intro-box span{
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    width: 215px;
    display: inline-block;
    text-align: center;
    float: left;
}
.adj-intro-box.gray span{
    background-color: var(--bs-gray-dark);
}
.adj-intro-box.green span{
    background-color: var(--mainColor);
}
.update-bar{
    text-align: center;
    position: relative;
    background-color: #fff;
  }
  .update-bar hr{
    margin: 0;
    border-top: 3px solid #e6e6e6 !important;
    position: absolute;
    top: 37px;
    left: 15px;
    right: 15px;
    z-index: 0;
  }
  .update-box{
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: inline-block;
    padding: 0 18px;
  }
  .update-box img{
    width: 72px;
    padding: 10px;
  }
  .update-box strong{
    font-family: var(--firstFont);
    color: #38bea7;
    font-size: 15px;
    display: block;
    font-weight: normal;
  }
  .bd-item.active .update-box strong{
    font-weight: bold;
  }
  .bd-item.expire .update-box strong{
    font-weight: bold;
  }
  .update-box span{
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: #38bea7;
  }
  .update-box.gray strong, .update-box.gray span{
    color: #afafaf;
  }
  .update-box.green strong, .update-box.green span{
    color: #12ab1a;
  }
  .update-box.red strong, .update-box.red span{
    color: #ef394e;
  }
  .outer-scroll-box{
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    cursor: move;
  }
  .outer-scroll-box *::selection{
    background-color: transparent;
  }
  .outer-scroll-box::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 6px rgba(9, 82, 151, 0.3);
      background-color: #F5F5F5;
  }
  .outer-scroll-box::-webkit-scrollbar
  {
      height: 6px;
      background-color: #b0bec5;
  }
  .outer-scroll-box::-webkit-scrollbar-thumb
  {
      background-color: #b0bec5;
  }
  .inner-scroll-box{
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 15px 0;
  }
  .inner-scroll-box .bd-item{
    min-width: 20%;
    flex: 0 0 auto;
  }
.main-form-box{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
}
.main-form-box > h6{
    color: var(--mainColor);
    margin-bottom: 20px;
    font-weight: bold;
}
.main-form-box > h6:before{
    content: '\f104';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 100;
    font-size: 11px;
    padding-left: 5px;
}
.highlight-mark-outer{
    counter-reset: highlight-mark;
}
.main-form-box.highlight-mark{
    position: relative;
}
.main-form-box.highlight-mark:after{
    counter-increment: highlight-mark;
    content: counter(highlight-mark);
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px dashed #d3d3d3;
    color: #b5b5b5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--firstFont);
}
.font-12{
    font-size: 12px;
}
.privilege-item{
    background-color: #f9f9f9;
    padding: 15px;
    padding-top: 150px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    background-size: 120px;
    background-position: center 20px;
    background-repeat: no-repeat;
    border: 1px solid #b5b5b5;
    border-bottom-width: 2px;
    min-height: 437px;
    position: relative;
}
.privilege-item.tuesday{
    background-image: url(new/images/plugin1.png);
}
.privilege-item.instagram{
    background-image: url(new/images/plugin2.png);
}
.privilege-item.telegram{
    background-image: url(new/images/plugin3.png);
}
.privilege-item.website{
    background-image: url(new/images/plugin4.png);
}
.privilege-item > strong{
    font-size: 15px;
}
.privilege-item > p{
    margin-top: 10px;
    line-height: 1.8;
}
.privilege-item button{
    background-color: var(--mainColor);
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}
.privilege-item button:hover{
    background-color: var(--mainColorHover);
    color: #fff;
}
.privilege-item button.red{
    background-color: #ef5350;
}
.privilege-item button.red:hover{
    background-color: #e74c4a;
    color: #fff;
}
.privilege-item button.gray{
    background-color: #919191;
    color: #fff;
}
/* Material Radio Begin */
@keyframes ripple {
    0% {
      box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
      -o-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }
    50% {
      box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
      box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
      -o-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
  }
  .new-md-radio {
    margin: .3em 0;
  }
  .new-md-radio.disabled{
    opacity: 0.5;
  }
  .new-md-radio.new-md-radio-inline {
    display: inline-block;
  }
  .new-md-radio input[type="radio"] {
    display: none;
  }
  .new-md-radio input[type="radio"]:checked + label:before {
    border-color: var(--mainColor);
    animation: ripple 0.2s linear forwards;
  }
  .new-md-radio input[type="radio"]:checked + label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .new-md-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-family: var(--sencodFont);
    color: #363636;
  }
  .new-md-radio label:before, .new-md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: transform, border-color;
    -webkit-transition-property: transform, border-color;
    -moz-transition-property: transform, border-color;
    -o-transition-property: transform, border-color;
  }
  .new-md-radio label:before {
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
  }
  .new-md-radio label:after {
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    background: var(--mainColor);
  }
  .new-md-radio.with-box{
    margin-right: 0;
    text-align: right;
  }
  .new-md-radio.with-box label{
    display: block;
    position: relative;
    height: auto;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-family: Shabnam;
    font-size: 13px;
    color: #565656;
    border: 1px dashed #a9a9a9;
    border-radius: 5px;
    padding: 8px 35px 8px 6px;
  }
  .new-md-radio.with-box label:hover{
    background-color: #f9f9f9;
  }
  .new-md-radio.with-box input[type="radio"]:checked + label{
    background-color: #fffff0;
  }
  .new-md-radio.with-box label > div{
    margin-top: 2px;
  }
  .new-md-radio.with-box label:before{
    right: 8px;
    top: 8px;
  }
  .new-md-radio.with-box label:after{
    top: 13px;
    right: 13px;
  }
  /* Material Radio End */
/* checkboxes begin */
.new-md-checkbox {
    position: relative;
    margin: 0;
    text-align: right;
    border-radius: 5px;
}
.new-md-checkbox label {
    cursor: pointer;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    width: 100%;
    padding: 13px 38px 13px 15px;
    border-radius: 5px;
    border: 1px dashed #bdbdbd;
    display: inline-block;
}
.new-md-checkbox label:not(:empty) {
    font-size: 13px;
    line-height: 1.7;
    padding-right: 38px;
    color: #565656;
}
.new-md-checkbox label:before, .new-md-checkbox label:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 17px;
}
.new-md-checkbox label:before {
    width: 1.3em;
    height: 1.25em;
    background: #fff;
    border: 1px solid var(--mainTextColor);
    border-radius: 3px;
    cursor: pointer;
}
.new-md-checkbox input[type="checkbox"] {
    outline: 0;
    width: 1.25em;
    margin: 0;
    display: none;
    float: right;
    font-size: inherit;
}
.new-md-checkbox input[type="checkbox"]:checked + label{
    border-color: var(--mainColor);
    background-color: #f6fffc;
}
.new-md-checkbox input[type="checkbox"]:checked + label:before {
    background: var(--mainColor);
    border: none;
}
.new-md-checkbox.orange input[type="checkbox"]:checked + label{
    border-color: var(--secondColor);
    background-color: #fffaf1;
}
.new-md-checkbox.orange input[type="checkbox"]:checked + label:before {
    background: var(--secondColor);
    border: none;
}
.new-md-checkbox input[type="checkbox"]:disabled + label{
    border-color: #bdbdbd;
    background-color: #f0f0f0;
}
.new-md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
    margin-right: 7px;
}
.new-md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}
.new-md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}
/* checkboxes end */
#plugin-modal-price{
    background-color: #f0f8ff;
    padding: 5px;
    border-radius: 3px;
}
.map-popup{
    font-family: var(--firstFont);
}
.form-check-input{
    margin-top: 0.15em;
}
.form-check-input.small{
    width: 0.925rem;
    height: 0.95rem;
    margin-top: 2px;
    border-width: 1px;
}
.form-check-input[type=checkbox].small:focus:after{
    width: 0.675rem;
    height: 0.7rem;
}
.form-check-input[type=checkbox].small:checked:after{
    width: 0.34rem;
    height: 0.75rem;
    margin-right: 0.22rem;
}
.form-check-input.small + label{
    font-size: 13px;
}
.form-check-input + label::selection{
    background-color: transparent;
}
.dynamic-box{
    display: none;
}
.simple-add-more,
.contact-add-more{
    border: 1px solid var(--mainColor);
    padding: 5px 19px 5px 6px;
    border-radius: 5px;
    color: var(--mainColor);
    display: inline-block;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.simple-add-more:hover,
.contact-add-more:hover{
    background-color: #fafafa;
}
.simple-add-more:before,
.contact-add-more:before{
    content: '\f067';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 5px;
    right: 6px;
}
.contact-remove-more{
    float: left;
    color: var(--bs-danger);
    font-size: 12px;
    cursor: pointer;
    margin-top: -19px;
}
.simple-remove-btn{
    background-color: var(--bs-danger);
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 5px;
}
.link-on-input{
    position: absolute;
    top: 11px;
    left: 12px;
    color: #408af7;
    font-size: 12px;
    cursor: pointer;
}
.link-on-input:hover{
    color: #3278e0;
    border-color: #397de2;
}
.simple-remover-link{
    position: absolute;
    left: 66px;
    top: 28px;
    color: var(--bs-danger);
    cursor: pointer;
}
#address_point{
    font-family: var(--firstFont);
}
.seen-all-announcements{
    font-size: 12px;
    cursor: pointer;
    color: #197620;
    margin-top: 7px;
}
.seen-all-announcements:hover{
    color: #0c6814;
}
.h-39{
    height: 39px;
}
table{
    width: 100%;
    background-color: #fff;
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
table:not(.separate) tr th:first-child{
    border-radius: 0 10px 0 0;
}
table:not(.separate) tr th:last-child{
    border-radius: 10px 0 0 0;
}
table:not(.separate) tr:last-child td:first-child{
    border-radius: 0 0 10px 0;
}
table:not(.separate) tr:last-child td:last-child{
    border-radius: 0 0 0 10px;
}
table tr th{
    background-color: #f8faf9;
    color: #63726b;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
}
table.main tr td{
    padding: 10px;
    font-size: 13px;
    white-space: nowrap;
}
table tr.status-close td{
    opacity: 0.5;
}
table.striped tr:nth-child(odd) td{
    background-color: #fafafa;
}
.table-top-bar{
    background-color: #f8faf9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.table-top-bar h6.title{
    margin: 7px;
    font-size: 16px;
    color: var(--mainColorHover);
    font-weight: bold;
}
.table-top-bar h6.title > i{
    color: var(--mainBorderColor);
}
.score-table-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
}
.pm-circle{
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e1e4e3;
    border-radius: 50%;
    color: #9c9c9c;
}
.table-responsive.shadow{
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%) !important;
}
.table-responsive.border{
    border: 1px solid #e0e0e0;
}
.custom-file-input{
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.custom-file-input .button{
    display: inline-block;
    padding: 8px;
    background-color: #f1f1f1;
    border-left: 1px solid #cdcdcd;
    color: var(--mainTextColor);
    cursor: pointer;
}
.custom-file-input .button:hover{
    background-color: #e9e9e9;
}
.custom-file-input .selected-file{
    display: inline;
    padding: 8px;
    color: var(--mainTextColor);
}
.company-logo-box img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 2px;
}
.bottom-info-outer > i{
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
    color: #747474;
}
.bottom-info-outer > a{
    color: #565656;
}
.coupon-side-by-side{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #f0f0f0 0%, #f7f7f7 100%);
}
.coupon-side-by-side > h6{
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 2px;
}
.coupon-box{
    height: 150px;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(new/images/coupon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.coupon-box h6{
    font-size: 18px;
    margin-bottom: 10px;
}
.coupon-box strong{
    font-size: 28px;
}
.table-simple-btn{
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #ededed;
    color: #747474;
    cursor: pointer;
}
.table-simple-btn:hover{
    background-color: #e9e9e9;
    color: #747474;
}
.table-goto-btn{
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #1e88e5;
    color: #fff;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.table-goto-btn.red{
    background-color: #f44336;
}
.table-goto-btn.green{
    background-color: #009f6a;
}
.table-goto-btn:hover{
    color: #fff;
}
.table-goto-btn:after{
    content: '\f104';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    font-weight: 100;
    top: 3px;
    left: 8px;
}
.table-goto-btn.small{
    padding: 2px 8px;
    padding-left: 20px;
    font-size: 12px;
}
.table-goto-btn.small:after{
    top: 2px;
}
.side-remove-outer{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding-top: 26px;
}
.side-remove-outer > i{
    font-size: 16px;
    cursor: pointer;
}
.cv-row{
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom-width: 2px;
    border-radius: 5px;
}
table.main img.avatar{
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    cursor: pointer;
}
table.main span.name{
    cursor: pointer;
    color: #1e88e5;
}
table.main span.skill{
    padding: 1px 4px;
    border-radius: 3px;
    background-color: #c4f0ff;
    color: #1a596e;
    font-size: 12px;
    display: inline-block;
}
table ul.items{
    padding: 0;
    margin: 0;
    list-style: none;
}
table ul.items li{
    display: inline-block;
}
table ul.items li:nth-child(1){
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px dashed #e9e9e9;
}
table ul.items li i{
    color: #767676;
}
.w-80{
    width: 80px;
}
.w-110{
    width: 110px;
}
.with-loading{
    position: relative;
    cursor: pointer;
}
.btn{
    border-radius: 5px !important;
}
.btn-overlay{
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -2px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.cv-star-icon,
.cv-comment-icon{
    cursor: pointer;
}
.modal-header{
    background-color: #e5e5e5;
    padding: 8px;
}
.modal-title {
    color: #565656;
    font-size: 16px;
}
.btn-close {
    color: #565656;
}
.btn-close.abs{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.alert{
    line-height: 1.8;
    font-family: Shabnam !important;
}
.alert.smaller{
    padding: 10px;
    font-size: 13px;
}
.alert-success.light{
    background-color: rgb(209 231 221 / 40%);
}
.alert-alice{
    background-color: #f0f8ff;
    color: #636464;
}
.alert-yellow{
    color: #666303;
    background-color: #fffbcd;
    border-color: #e7e592;
}
.alert-orange{
    color: #663803;
    background-color: #fff0cd;
    border-color: #e7c692;
}
.alert.with-box{
    border: 10px solid #ffff;
    box-shadow: 0 5px 5px -6px rgb(17 17 17 / 40%);
}
.shabnam{
    font-family: var(--sencodFont) !important;
}
.green-row td:first-child{
    border-right: 3px solid #1c9d70;
}
.green-row td .pm-circle{
    background-color: #1c9d70;
    color: #fff;
}
.plan-box{
    background-color: #fff;
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 382px;
    position: relative;
    color: var(--mainTextColor);
}
.plan-box.long{
    height: 420px;
}
.plan-box > .inside{
    padding: 10px;
}
.plan-box > .inside > .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 10px;
    z-index: 0;
}
.plan-box > .inside > .overlay i{
    font-size: 50px;
}
.plan-box > .inside > .overlay p.lock{
    font-weight: bold;
    background-color: #7fffd4;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.plan-box > .inside > .overlay p.info{
    font-weight: bold;
    background-color: aquamarine;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0;
}
.plan-box > h6{
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0e0;
    border-radius: 10px 10px 0 0;
    background-color: #ededed;
    position: relative;
}
.plan-box.bronze > h6:before,
.plan-box.silver > h6:before,
.plan-box.golden > h6:before,
.plan-box.vip > h6:before{
    content: '\f2eb';
    font-family: "Font Awesome\ 5 Pro";
    padding-left: 5px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.plan-box.tuesday > h6:before,
.plan-box.karyar > h6:before{
    content: '\f091';
    font-family: "Font Awesome\ 5 Pro";
    padding-left: 5px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.plan-box.bronze > h6:before{
    color: #ffa500;
}
.plan-box.silver > h6:before{
    color: #b2b2b2;
}
.plan-box.golden > h6:before{
    color: #ffc800;
}
.plan-box.vip > h6:before{
    color: #2196f3;
}
.plan-box.tuesday > h6:before{
    color: #ff4500;
}
.plan-box.karyar > h6:before{
    color: var(--mainColor);
}
.plan-box > h6 > span{
    font-size: 13px;
}
.bg-bronze{
    background-color: rgba(255, 166, 0, 0.1);
}
.bg-silver{
    background-color: rgba(178, 178, 178, 0.1);
}
.bg-golden{
    background-color: rgba(255, 200, 0, 0.1);
}
.bg-vip{
    background-color: rgba(33, 149, 243, 0.1);
}
.bg-tuesday{
    background-color: rgba(255, 68, 0, 0.1);
}
.bg-karyar{
    background-color: rgba(0, 158, 105, 0.1)
}
.plan-box table tr td{
    border: 1px solid #e9e9e9;
    padding: 7px 5px;
    font-size: 13px;
}
.plan-box table tr td:last-child{
    width: 30%;
    background-color: rgb(247, 255, 247);
    text-align: center;
}
.plan-box table tr td.text-secondary{
    background-color: rgb(250, 250, 250);
}
.plan-box > .inside > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}
.plan-box > .inside > ul > li:not(:first-child){
    margin-top: 7px;
}
.plan-box > .inside > ul > li:before{
    font-family: "Font Awesome\ 5 Pro";
    padding-left: 5px;
}
.plan-box > .inside > ul > li.check:before{
    content: '\f058';
    color: #4caf50;
}
.plan-box > .inside > ul > li.times{
    color: rgb(200, 200, 200);
}
.plan-box > .inside > ul > li.times > span{
    text-decoration: line-through;
    text-decoration-color: rgba(200, 200, 200, 0.7);
}
.plan-box > .inside > ul > li.times:before{
    content: '\f057';
}
.px-15{
    padding: 0 15px;
}
.py-15{
    padding: 15px 0;
}
.plan-box p.desc{
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 3px;
    background-color: rgb(245 251 255);
    color: rgb(21 80 126);
    border: 1px solid rgb(185 224 255);
    font-size: 13px;
}
.plan-box > .bottom-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.plan-box > .bottom-bar .continue-button{
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-right: 25px;
    border: none;
    background-color: var(--mainColor);
    color: #fff;
    height: 45px;
    border-radius: 0 0 0 10px;
    font-size: 15px;
    cursor: pointer;
}
.plan-box > .bottom-bar .continue-button:disabled{
    cursor: default;
}
.plan-box > .bottom-bar .continue-button:hover{
    color: #fff;
    background-color: var(--mainColorHover);
}
.plan-box > .bottom-bar .continue-button > span{
    position: relative;
    display: inline-block;
}
.plan-box > .bottom-bar .continue-button > span:before{
    content: '\f07a';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 100;
    padding-left: 5px;
    position: absolute;
    right: -22px;
}
.plan-box > .bottom-bar .continue-button.arrow > span:before{
    content: '\f053';
}
.plan-box > .bottom-bar .price-outer{
    background-color: #ededed;
    border-radius: 0 0 10px 0;
    height: 45px;
    padding-right: 15px;
    padding-top: 7px;
}
.plan-box > .bottom-bar .price-outer strong{
    font-size: 20px;
}
.plan-box > .bottom-bar .price-outer span{
    font-size: 13px;
}
.plan-box > .bottom-bar span.disabled-link{
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
    border: none;
    background-color: #bdbdbd;
    color: #656565;
    height: 45px;
    border-radius: 0 0 0 10px;
    font-size: 15px;
}
.plan-box > .bottom-bar span.disabled-link.full{
    border-radius: 0 0 10px 10px;
}
.invoice-box{
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    color: var(--mainTextColor);
}
.invoice-box.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 10px;
    background-image: url(new/images/ellipsis-loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.invoice-box table tr:not(:last-child){
    border-bottom: 1px solid #e9e9e9;
}
.invoice-box table tr td:last-child{
    text-align: left;
}
table.invoice tr td{
    padding: 7px;
}
table.details{
    border-spacing: 5px;
    border-collapse: separate;
}
table.details tr td{
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
table.details tr td:first-child {
    width: 60%;
    background-color: #f9f9f9;
}
table:not(.separate) tr:last-child td:first-child{
    border-radius: 0 0 5px 0 !important; 
}
table:not(.separate) tr:last-child td:last-child{
    border-radius: 0 0 0 5px !important; 
}
table tr.green td{
    background-color: #f5fff6;
}
table tr.red td{
    background-color: #fff5f5;
}
table tr.blue td{
    background-color: #f5f8ff;
}
.bank-desc{
    text-align: center;
    background-color: #f1f1f1;
    font-size: 13px;
    border-radius: 5px;
    padding: 10px;
    line-height: 1.8;
}
.bank-outer > input{
    display: none;
}
.bank-outer > label{
    width: 100px;
    height: 100px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.bank-outer > label > img{
    width: 60px;
    object-fit: contain;
    object-position: center;
    height: 70px;
}
.bank-outer > input:checked + label{
    background-color: #def5ff;
    border-color: #29b6f6;
}
.invalid-tooltip{
    font-size: 12px;
}
.is-invalid{
    border-color: #dc3545 !important;
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.975em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.bestest-logo-slides{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px !important;
    background-color: #fff;
}
.bestest-logo-slides-outer{
    position: relative;
}
.bestest-logo-slides-outer:after{
    content: 'مشتریان منتخب ما';
    position: absolute;
    top: -15px;
    width: 120px;
    text-align: center;
    left: calc(50% - 60px);
    background-color: #fff;
    padding: 5px;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px -2px 3px -2px #afafaf;
}
.bestest-logo-slides img{
    width: 100%;
}
.inputfile{
    display: none;
}
.inputfile + label{
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 42px;
    padding: 9px 110px 9px 30px;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.inputfile + label:hover{
    opacity: 0.95;
}
.inputfile + label > strong{
    background-color: var(--mainColor);
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    color: #fff;
    border-radius: 0 7px 5px 0;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
}
.inputfile + label > strong:hover{
    background-color: var(--mainColorHover);
}
.inputfile + label > span{
    font-size: 13px;
    white-space: nowrap;
    width: 95%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}
.inputfile + label > i{
    color: #dc3545;
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 1;
    display: none;
}
.inputfile + label > i:hover{
    color: #d42d3e;
}
.font-11{
    font-size: 11px;
}















/* Main Top Header */
.top-menu-outer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
}
.top-menu{
    width: 100%;
    background-color: #3f3f3f;
}
.menu-btn{
    float: right;
    font-family: IRANSans;
    font-size: 14px;
    color: #e5e5e5;
    position: relative;
    padding: 13px 30px 31px 15px;
    cursor: pointer;
    transition: ease-in-out .3s all;
}
.menu-btn:before{
    content: '\f0c9';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    top: 10px;
    right: 14px;
    font-weight: 100;
    font-size: 16px;
}
.menu{
    display: none;
    position: absolute;
    top: 60px;
    right: 4px;
    width: 250px;
    background-color: #404040;
    border-radius: 10px;
    box-shadow: 0 3px 5px -2px rgb(17 17 17 / 25%);
    z-index: 1100;
}
.menu:before{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #404040;
    position: absolute;
    top: -5px;
    right: 17px;
}
.menu.sign-in{
    left: 27px;
    right: unset;
}
.menu.sign-in:before{
    left: 17px;
    right: unset;
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
}
.menu ul li{
    font-family: IRANSans;
    font-size: 14px;
}
.menu ul li > a{
    color: #e5e5e5;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    transition: ease-in-out .3s all;
}
.menu ul li > a:after{
    content: '\f104';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    top: 8px;
    left: 15px;
    font-weight: 100;
    font-size: 16px;
    color: #838383;
}
.menu ul li:first-child > a{
    border-radius: 10px 10px 0 0;
}
.menu ul li:last-child > a{
    border-radius: 0 0 10px 10px;
}
.menu ul li:not(:last-child) > a{
    border-bottom: 1px solid #525252;
}
.menu ul li > a:hover{
    background-color: #545454;
    transition: ease-in-out .15s all;
}
.menu ul li > a i{
    font-size: 13px;
    padding-left: 5px;
    color: #afafaf;
}
.menu ul li strong{
    color: #e5e5e5;
    display: block;
    margin-bottom: 5px;
    font-weight: 100;
}
.menu ul li strong > i{
    font-size: 12px;
}
.menu ul li hr{
    border-top-color: #525252;
    margin-bottom: 10px;
}
.menu ul li a.sign-in{
    display: block;
    background-color: #5e5e5e;
    color: #e5e5e5;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border-bottom: 2px solid #2e2e2e;
    transition: ease-in-out .15s all;
}
.menu ul li a.sign-in:hover{
    background-color: #878787;
    transition: ease-in-out .15s all;
}
.menu ul li a.sign-in.green{
    background-color: #009f6a;
}
.menu ul li a.sign-in.green:hover{
    background-color: #00b176;
}
.menu ul li a.sign-in > i{
    font-size: 11px;
    padding-left: 2px;
}
.top-search-btn{
    float: right;
    font-family: IRANSans;
    font-size: 14px;
    color: #e5e5e5;
    position: relative;
    padding: 13px 30px 31px 15px;
    cursor: pointer;
    transition: ease-in-out .3s all;
}
.top-search-btn:before{
    content: '\f002';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    top: 10px;
    right: 14px;
    font-weight: 100;
    font-size: 16px;
}
.top-search-btn.active{
    color: #e5e5e5;
    background-color: #545454;
}
.top-add-btn{
    float: left;
    font-family: IRANSans;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 14px 34px 12px 15px;
    cursor: pointer;
    transition: ease-in-out .3s all;
}
.top-add-btn:hover{
    color: #fff;
    background-color: #545454;
    transition: ease-in-out .15s all;
}
.top-add-btn:before{
    content: '\f067';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    top: 11px;
    right: 14px;
    font-weight: 100;
    font-size: 16px;
}
.top-add-btn.active{
    background-color: #545454;
}
.top-add-btn.active:hover{
    background-color: #646464;
}
.top-saved-btn{
    float: right;
    font-family: IRANSans;
    font-size: 14px;
    color: #e5e5e5;
    position: relative;
    padding: 13px 38px 31px 15px;
    cursor: pointer;
    transition: ease-in-out .3s all;
}
.top-saved-btn:before{
    content: '\f187';
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    top: 9px;
    right: 14px;
    font-weight: 100;
    font-size: 16px;
}
.sign-btn{
    background-color: #646464;
    color: #e5e5e5;
    font-family: IRANSans;
    font-size: 14px;
    padding: 5px 12px 4px 12px;
    border-radius: 3px;
    margin-top: 7px;
    float: left;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.sign-btn ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sign-btn ul li{
    display: inline-block;
    position: relative;
}
.sign-btn.add{
    margin-left: 0;
    background-color: #129e6d;
}
.sign-btn.add:hover{
    color: #e5e5e5;
    background-color: #119969;
}
img{
    image-rendering: -webkit-optimize-contrast;
}
.top-menu img.logo{
    width: 130px;
    height: 26px;
    margin-top: 9px;
    position: absolute;
    left: calc(50% - 65px);
    image-rendering: -webkit-optimize-contrast;
}
.top-menu ul.news{
    float: right;
    padding: 0;
    margin: 2px 0;
    padding-bottom: 12px;
}
.top-menu ul.news.two{
    margin-right: 35px;
}
/* .top-dif-margin{
    margin-right: 32px;
} */
.top-menu ul.news li{
    display: inline;
    margin-top: 7px;
}
.top-menu ul.news li{
    margin-right: 14px;
}
.top-menu ul.news li:before{
    content: ".";
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.5);
}
.top-menu ul.news li > a{
    color: #f1f1f1;
    font-family: IRANSans;
    font-size: 14px;
    text-shadow: 0 0 3px #3e3e3e;
    -webkit-text-shadow: 0 0 3px #3e3e3e;
    -moz-text-shadow: 0 0 3px #3e3e3e;
    -o-text-shadow: 0 0 3px #3e3e3e;
}
.top-menu ul.news li > a:hover{
    opacity: .85;
}
.top-info-outer{
    float: left;
    margin-top: 6px;
    position: relative;
}
.top-info-btn{
    cursor: pointer;
    background-color: #646464;
    color: #e5e5e5;
    padding: 5px 10px 4px 10px;
    border-radius: 5px;
    height: 30px;
    display: inline-block;
    border: none;
}
.top-info-box{
    position: absolute;
    top: 42px;
    left: 0px;
    width: 240px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    border-bottom: 2px solid #e6e6fa;
    z-index: 1003;
    display: none;
}
.top-info-box img{
    width: 44px;
    height: 44px;
    object-position: center;
    object-fit: contain;
    margin-left: 5px;
    border-radius: 50%;
}
.top-info-box .details{
    height: 60px;
    display: flex;
    align-items: center;
}
.top-info-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-info-box ul.info li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 13px;
}
.top-info-box ul.info li:not(:last-child) {
    margin-bottom: 10px;
}
.top-info-box ul.info li > h6{
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
    padding-left: 5px;
}
.top-info-box ul.info li > h6 > i{
    color: #888;
    padding-left: 3px;
    font-size: 12px;
}
.top-info-box ul.info li > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    unicode-bidi: plaintext;
    margin-top: -2px;
}
.top-info-box ul.links li{
    font-size: 13px;
}
.top-info-box ul.links li:not(:first-child){
    margin-top: 12px;
}
.top-info-box ul.links li > a{
    color: #565656;
}
.top-info-box ul.links li > a:hover{
    color: #008357;
}
.top-info-box ul.links li > a > i{
    padding-left: 3px;
}
.webrtc_holder{
    z-index: 1000 !important;
}
ul.contact-list li{
    display: flex !important;
}
.vertical-align-top{
    vertical-align: top;
}
/* factor begin */
.bill-show .frow{
    display: block;
}
.bill-show .frow::before,
.bill-show .frow::after{
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.bill-show .frow::after{
    clear: both;
}
.bill-show .box{
    width: 100%;
    float: right;
}
.bill-show .box.wide{
    width: 90%;  
}
.bill-show .box.half{
    width: 50%;  
}
.bill-show .box.third{
    width: 33.3333%;
}
.bill-show .box.forth{
    width: 25%;
}
.bill-show .box.small{
    width: 10%;  
}
.bill-show h1{
    font-family: IRANSans;
    font-size: 22px;
}
.bill-show.pdf strong{
    font-family: IRANSans_Bold !important;
}
.bill-show .inside{
    font-family: IRANSans;
    border: 1px solid #646464;
    background-color: #fff;
    font-size: 15px;
    vertical-align: top;
    padding: 10px;
    height: 42px;
}
.bill-show .inside.gray{
    background-color: #f0f0f0;
}
.bill-show .inside.darkgray{
    background-color: #e0e0e0;
}
.bill-show ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: IRANSans;
    font-size: 14px;
}
.bill-show ul li:not(:first-child){
    margin-top: 11px;
}
.bill-show .table-heading{
    font-family: IRANSans;
    font-size: 13px;
    line-height: 1.9;   
}
.bill-show .table-heading > strong{
    font-size: 14px;
}
.bill-top-details{
    width: 245px;
    margin-top: 23px;
    float: left;
}
.bill-top-details > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: IRANSans;
    font-size: 15px;
}
.bill-top-details > ul > li:not(:first-child){
    margin-top: 12px;
}
.bill-logo{
    width: 180px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 30px;
}
/* factor end */

/* Profile Begin */
.trumbowyg-box, .trumbowyg-editor{
    margin: 0 !important;
}
.trumbowyg-editor, .trumbowyg-textarea{
    font-family: Shabnam;
    font-size: 14px;
    cursor: auto;
    direction: rtl;
    line-height: 2;
    text-align: justify;
}
.selectize-dropdown{
    z-index: 100;
}
.trumbowyg-box, .trumbowyg-editor-box{
    border-radius: 10px;
}
.trumbowyg-button-pane{
    border-radius: 10px 10px 0 0;
}
.textarea-holder.small .trumbowyg-box{
    min-height: 216px !important;
}
.textarea-holder.small .trumbowyg-editor{
    height: 176px !important;
    min-height: 176px !important;
}
.trumbowyg-editor::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.trumbowyg-editor::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
/* Handle */
.trumbowyg-editor::-webkit-scrollbar-thumb {
    background: rgb(170, 170, 170); 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
/* Handle on hover */
.trumbowyg-editor::-webkit-scrollbar-thumb:hover {
    background: rgb(160, 160, 160); 
}

#cropper-outer{
    height: 500px;
    overflow: hidden;
    opacity: 1;
    text-align: center;
    transition: ease-in-out .15s opacity;
  }
  #cropper-outer > .label{
    font-size: 12px;
    color: #656e83;
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
    line-height: 1.8;
  }
  #cropper-outer.invisible{
    transition: ease-in-out .15s opacity;
    opacity: 0;
  }
  #cropper-outer .tools{
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #cropper-outer .tools > button{
    padding: 9px;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 4px;
    background: transparent;
    cursor: pointer;
    transition: all 100ms;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #7e7e7e;
    font-family: sans-serif !important;
    unicode-bidi: plaintext;
    font-size: 13px;
    font-weight: 600;
  }
  #cropper-outer .tools > button:hover {
    border: 2px solid #129e6d;
  }
  #cropper-outer .tools > button:hover svg path {
    fill: #129e6d;
  }
  #uploadModal .modal-content {
      background: #d9d9d9;
  }
  /* #uploadModal .modal-title{
    color: #fff;
  } */
  #uploadModal .btn-close{
    color: gray;
    padding: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
  /* #uploadModal .modal-header{
    border-bottom-color: #303030;
  } */
  #uploadModal .modal-footer{
    justify-content: space-between;
    border-top-color: #dfdfdf;
    background-color: #ededed;
  }
  .cropper-modal{
      background-color: #ebebeb !important;
      opacity: .85 !important;
      box-shadow: inset 0 0 70px #acbbb3;
  }
  .cropper-view-box{
    outline-color: rgba(228, 228, 228, 0.5) !important;
    border-radius: 5px;
  }
  .cropper-container, .cropper-move {
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
    cursor: grab !important;
  }
  .cropper-container:active, .cropper-move:active {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
  }
  .form-control.is-invalid, .was-validated .form-control:invalid{
      border: 1px solid #dc3545;
  }
  .leaflet-bottom, .leaflet-top{
    z-index: 400 !important;
  }
  #sortable{
    position: relative;
    overflow: auto;
  }
  #sortable::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
    }
  #sortable::-webkit-scrollbar-track {
    opacity: 0;
    visibility: hidden;
    }
  #sortable::-webkit-scrollbar-thumb {
    opacity: 0;
    visibility: hidden;
    }
  .holder-click{
    color: #848484;
    font-size: 15px;
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    cursor: pointer;
}
.holder-click:hover,
.holder-click:focus,
.holder-click:active{
    background-color: #f9f9f9;
    opacity: 0.95;
}
.holder-click.over{
    border-color: #7d7d7d;
    background-color: #f5f5f5;
}
.holder-click.is-simple-invalid{
    border-color: #dc3545;
}
.holder-click.img-upload{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
/* .holder-click.p6{
    padding: 70px;
} */
.holder-click.h156{
    height: 156px;
}
.holder-click.h220{
    height: 220px;
}
.holder-click .bx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 8px;
}
.holder-click .bx > i{
    padding-bottom: 8px;
}
.holder-click .bx > .desc{
    font-size: 13px;
    color: #8f8f8f;
    margin-top: 5px;
}
.holder-click .bx > .desc.padd{
    padding: 3px 4px 2px 4px;
}
.holder-click .bx > .delete{
    background-color: var(--bs-red);
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
}
.holder-click .bx > .delete:hover{
    background-color: #c72635;
}
.holder-click .textarea-holder{
    width: 100%;
    display: flex;
    position: relative;
}
.holder-click.max-invalid{
    border-color: var(--bs-red);
}
.holder-click.max-invalid .textarea-holder:before{
    content: 'تعداد کاراکتر وارد شده بیشتر از حد مجاز است';
    position: absolute;
    top: 48%;
    left: calc(50% - 132px);
    text-align: center;
    z-index: 1;
    background-color: var(--bs-red);
    color: #fff;
    cursor: text;
    font-size: 14px;
    padding: 3px 4px 3px 4px;
    border-radius: 5px;
}
.holder-click .textarea-holder:after{
    content: attr(data-text);
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}
.holder-click .textarea-holder.v-hidden:after{
    visibility: hidden;
}
.holder-click.max-invalid .textarea-holder:after{
    visibility: hidden;
}
.holder-click textarea{
    width: 100%;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 10px;
    line-height: 2;
    color: #262626;
}
.holder-click.loading{
    position: relative;
}
.holder-click.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f2f3;
    background-image: url(new/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    border-radius: 10px;
}
.upload-cancel{
    background-color: #cfcfcf;
    color: #2f2f2f;
    font-size: 13px;
    padding: 2px 5px 1px 5px;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.upload-cancel:hover{
    background-color: #c7c7c7;
}
.main-form-box{
    position: relative;
}
.main-form-box.added{
    animation-name: profile-bg;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}
@-webkit-keyframes profile-bg {
    0% {
        background-color: #ffffe8;
    }
    100% {
        background-color: #ffffff;
    }
}
.bg-darklight {
    background-color: #e9e9e9;
}
.flex-auto{
    flex: auto;
}
.profile-toolbar{
    background-color: #469f80;
    position: fixed;
    bottom: 10px;
    left: 12px;
    right: 12px;
    max-width: 1256px;
    padding: 4px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 2px 5px -3px #111;
    z-index: 1000;
    border: 2px solid #fff;
    display: none;
}
.profile-toolbar.show{
    display: block;
}
.profile-toolbar .item{
    padding: 10px;
    border: 4px double #4DB6AC;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px -4px rgba(17, 17, 17, 0.3);
    cursor: pointer;
}
.profile-toolbar .item:hover{
    background-color: #ddfff3;
}
.profile-toolbar .profile-menu-close{
    padding: 10px;
    border: 2px solid #ef7272;
    border-radius: 10px;
    text-align: center;
    background-color: #ffe4e4;
    color: #a51717;
    box-shadow: 0 2px 5px -4px rgba(17,17,17,.3);
    cursor: pointer;
}
.profile-menubar{
    background-color: #469f80;
    color: #fff;
    position: fixed;
    bottom: 10px;
    left: 12px;
    right: 12px;
    max-width: 1256px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 2px 5px -3px #111;
    z-index: 1000;
    border: 2px solid #fff;
    text-align: center;
}
.box-tools{
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.box-tools > .inside{
    width: 126px;
    height: 30px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.box-tools > .inside:before{
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #fff;
}
.box-tools > .inside:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 30px solid #fff;
}
.box-tools > .inside > span{
    background-color: transparent;
    width: 42px;
    padding: 8px 5px 4px 5px;
    font-size: 13px;
    cursor: pointer;
}
.box-tools > .inside > span.move{
    cursor: move;
}
.box-tools > .inside > span:hover{
    background-color: #f0f0f0;
}
.box-tools > .inside > span.trash:hover{
    color: var(--bs-red);
}
/* .box-tools > .move{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #03A9F4;
    color: #fff;
    padding: 7px 7px 2px 7px;
    font-size: 13px;
    border-radius: 0 10px;
    box-shadow: inset 2px -2px 5px #11111140;
    cursor: move;
}
.box-tools > .move:hover{
    background-color: #05a0e7;
}
.box-tools > .trash{
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bs-red);
    color: #fff;
    padding: 8px 8px 4px 8px;
    font-size: 11px;
    border-radius: 10px 0;
    box-shadow: inset -2px 2px 5px #11111140;
    cursor: pointer;
}
.box-tools > .trash:hover{
    background-color: #c72a39;
} */
.progress-outer .progress{
    margin: 0 auto;
}
.progress-bar{
    font-family: IRANSans;
}
.profile-add-more-item{
    background-color: #e5e5e5;
    color: #515151;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
.profile-add-more-item:hover{
    background-color: #e0e0e0;
}
.profile-add-more-item::selection{
    background-color: transparent;
}
.saving-mode{
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: none;
}
.persona-outer{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 2px dashed #e5e5e5;
    position: relative;
}
.persona-outer:not(:first-child){
    margin-top: 15px;
}
.form-control.pure-simple{
    border: none;
    background-color: #f5f5f5;
}
.img-upload > .remove{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ffffff;
    display: block;
    padding: 0 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-weight: bold;
    color: #444444;
    border: 1px solid #666;
    cursor: pointer;
    transition: ease-in-out .15s all;
}
.img-upload > .remove:hover{
    background-color: #666;
    color: #fff;
    transition: ease-in-out .15s all;
}
.persona-outer > .remove{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ffffff;
    display: block;
    padding: 0 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-weight: bold;
    color: #444444;
    border: 1px solid #666;
    cursor: pointer;
    transition: ease-in-out .15s all;
}
.persona-outer > .remove:hover{
    background-color: #666;
    color: #fff;
    transition: ease-in-out .15s all;
}
.show-score-details > i{
    background-color: #e6e6e6;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    border-radius: 50%;
    cursor: pointer;
    transition: ease-in-out .3s all;
}
.show-score-details > i:hover{
    background-color: #e0e0e0;
}
.show-score-details.open > i{
    transform: rotate(180deg);
    transition: ease-in-out .3s all;
}
.score-details-outer{
    display: none;
}
.rate {
    background-color: #fff1a7;
    padding: 3px 5px 2px 5px;
    border-radius: 5px;
    width: 50px;
    text-align: center;
}
.rate span {
    color: #363636;
    font-size: 14px;
}
.rate i {
    color: #363636;
    font-size: 12px;
}
.discount-coupon-box{
    border: 1px dashed #bfbfbf;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.discount-coupon-box.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 73%);
    background-image: url(new/images/ellipsis-loading.gif);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}















@media (max-width: 359px) {
    .vxs-none{
        display: none;
    }
    .top-menu img.logo{
        width: 112px;
        height: 22px;
        margin-top: 11px;
        left: calc(50% - 56px);
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .w-sm-75{
        width: 75% !important;
    }
    .main-form-box{
        padding: 20px;
    }
    .simple-btn.medium{
        font-size: 14px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .w-md-50{
        width: 50% !important;
    }
    .breadcrumb{
        margin-bottom: -29px;
        margin-top: 8px;
    }
    .new-md-checkbox label:not(:empty) {
        font-size: 14px;
    }
    .menu.sign-in{
        left: unset;
        right: 0;
    }
    .menu.sign-in:before{
        left: unset;
        right: 17px;
    }
    .menu-btn{
        border-left: 1px solid #5a5a5a;
        padding: 14px 38px 12px 15px;
    }
    .menu-btn:hover{
        background-color: #545454;
        transition: ease-in-out .15s all;
    }
    .menu{
        right: 0;
    }
    .sign-btn{
        margin-top: 9px;
    }
    .top-search-btn{
        border-left: 1px solid #5a5a5a;
        padding: 14px 38px 12px 15px;
    }
    .top-search-btn.active{
        color: #e5e5e5;
        background-color: unset;
    }
    .top-saved-btn{
        padding: 14px 38px 12px 15px;
    }
    .top-search-btn:hover{
        color: #e5e5e5;
        background-color: #545454;
        transition: ease-in-out .15s all;
    }
    .top-saved-btn:hover{
        color: #e5e5e5;
        background-color: #545454;
        transition: ease-in-out .15s all;
    }
    .top-info-outer{
        margin-top: 9px;
    }
    .adj-intro-box ul{
        padding-right: 2rem;
    }
    .adj-intro-box h4{
        font-size: 22px;
    }
    .notification-button-outer.top{
        margin-top: 9px;
    }
    .main-form-box{
        padding: 25px;
    }
    .ticket-box{
        width: 70%;
    }
    .add-ad-box:before{
        top: 20px;
    }
    .add-ad-box:after{
        top: 30px;
    }
    .plan-box > .inside{
        padding: 15px;
    }
    .plan-box table tr td{
        padding: 7px 7px;
        font-size: 14px;
    }
    .plan-box{
        height: 395px;
    }
    .plan-box.long{
        height: 432px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .w-lg-25{
        width: 25% !important;
    }
    .profile-menubar{
        display: none;
    }
    .profile-toolbar{
        display: block;
    }
    body{
        padding-bottom: 50px;
    }
    .top-info-outer{
        margin-top: 9px;
    }
    .notification-button-outer{
        margin-left: 7px;
    }
    .notification-button{
        width: 40px;
        height: 40px;
    }
    .notification-box{
        top: 51px;
        left: -7px;
        width: 280px;
    }
    .main-form-box{
        padding: 30px;
    }
    .order-ad-box .heading > .action{
        margin: -35px 0 0 0;
    }
    .order-ad-box .received-resume{
        display: block;
    }
    .order-ad-box .item-outer a:not(.first){
        border-top: none;
    }
    .order-ad-box .item-outer a.border-left{
        border-left: 1px solid #e0e0e0;
    }
    .order-ad-box .received-resume-in{
        padding: 0;
    }
    .adj-intro-box{
        padding: 30px;
    }
    .ad-detail-items > ul > li > a,
    .ad-detail-items > ul > li > span.like-link{
        width: 108px;
    }
    .no-canvas{
        height: calc(100% - 83px);
        background-size: cover;
    }
    .border-left-lg-dashed{
        border-left: 1px dashed #e0e0e0 !important;
    }
    .menu ul {
        max-height: none;
    }
    .order-ad-box .heading > a.title{
        padding-left: 185px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}@font-face {

  font-family: 'byekan';

  src: url('fonts/BYekan.eot?#') format('eot'), url('fonts/BYekan.woff') format('woff'), url('fonts/BYekan.ttf') format('truetype');

}

@font-face {

  font-family: 'IRANYekan';

  src: url('fonts/IRANYekan.eot?#') format('eot'), url('fonts/IRANYekan.woff2') format('woff2'), url('fonts/IRANYekan.ttf') format('truetype');

}

@font-face {

  font-family: 'IRANSans_bold';

  src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), 

  url('fonts/woff2/IRANSansWeb_Bold.woff2')           format('woff2'), 

  url('fonts/woff/IRANSansWeb_Bold.woff')            format('woff'), 

  url('fonts/ttf/IRANSansWeb_Bold.ttf')             format('truetype');

}

@font-face {

  font-family: 'IRANSans_light';

  src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), 

  url('fonts/woff2/IRANSansWeb_Light.woff2')           format('woff2'), 

  url('fonts/woff/IRANSansWeb_Light.woff')            format('woff'), 

  url('fonts/ttf/IRANSansWeb_Light.ttf')             format('truetype');

}

@font-face {

  font-family: 'IRANSans_ultralight';

  src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), 

  url('fonts/woff2/IRANSansWeb_UltraLight.woff2')           format('woff2'), 

  url('fonts/woff/IRANSansWeb_UltraLight.woff')            format('woff'), 

  url('fonts/ttf/IRANSansWeb_UltraLight.ttf')             format('truetype');

}

@font-face {

  font-family: 'IRANSans';

  src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), 

  url('fonts/woff2/IRANSansWeb.woff2')           format('woff2'), 

  url('fonts/woff/IRANSansWeb.woff')            format('woff'), 

  url('fonts/ttf/IRANSansWeb.ttf')             format('truetype');

}

@font-face {

  font-family: 'roboto';

  src:  url('fonts/Roboto-Thin.ttf') format('truetype');

}





.pagination {

  text-align: center;

  font-family: byekan;

  font-size: 20px;

}

.pagination li.active {

  background: #e2ffbc !important;

  padding: 2px 10px;

}



body{

  background-color: #f5f5f5;

}



.input-file-container {

  position: relative;

  width: 100%;

} 

.js .input-file-trigger {

  display: block;

  padding: 5px 15px;

  background: #f0f0f0;

  color: rgb(100, 100, 100);

  font-size: 1em;

  transition: all .4s;

  -webkit-transition: all .4s;

  -moz-transition: all .4s;

  -o-transition: all .4s;

  cursor: pointer;

}

.js .input-file-trigger.change-color {

  background: #e4e4e4;

  color: rgb(100, 100, 100);

  overflow:hidden;

  text-overflow: ellipsis;

}

.js .input-file {

  position: absolute;

  top: 0; left: 0;

  width: 225px;

  opacity: 0;

  padding: 14px 0;

  cursor: pointer;

}

.js .input-file:hover + .input-file-trigger,

.js .input-file:focus + .input-file-trigger,

.js .input-file-trigger:hover,

.js .input-file-trigger:focus {

  background: #dfdfdf;

  /* color: #39D2B4; */

}



.file-return {

  margin: 0;

}

.file-return:not(:empty) {

  margin: .5em 15px;

}

.file-return.no-text:not(:empty) {

  margin: 0;

  height: 30px;

  padding-top: 7px;

}

.js .file-return {

  font-style: italic;

  font-size: .9em;

  font-weight: bold;

}

.js .file-return:not(:empty):before {

  content: "فایل انتخاب شده: ";

  font-style: normal;

  font-weight: normal;

}

.js .file-return.no-text:not(:empty):before {

  content: "";

  font-style: normal;

  font-weight: normal;

}



/* header begin */

header{

  box-shadow: 0 0 7px #d7d7d7;

  -webkit-box-shadow: 0 0 7px #d7d7d7;

  -moz-box-shadow: 0 0 7px #d7d7d7;

  -o-box-shadow: 0 0 7px #d7d7d7;

}

.top-bar-menu{

  width: 100%;

  height: auto;

  background-color: #fff;

  border-top: 4px solid #009E4E;

  border-bottom: 1px solid #d7d7d7;

  padding: 8px 0 10px 0;

}

.top-bar-nav{

  width: 100%;

  height: 77px;

  background-color: #fff;

  border-bottom: 1px solid #d7d7d7;

  padding: 2px 0 2px 0;

}

.top-bar-menu-right ul{

  margin: 0 !important;

  list-style: none;

  padding-top: 5px;

}

.top-bar-menu-right ul li{

  font-family: IRANSans;

  float: right;

  padding: 0px 13px 0px 13px;

}

.top-bar-menu-right ul li a{

  color: #616161;

  font-size: 15px;

}

.top-bar-menu-right ul li:first-child a{

  padding-left: 15px;

  border-left: 1px solid #d7d7d7;

  margin-bottom: 0 !important;

}

.top-bar-menu-left{

  text-align: left;

}

.top-send-ad-btn{

  color: white;

  background-color: #009e4e;

  padding: 5px 10px 4px 10px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  font-size: 14px;

  font-family: IRANSans;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad-btn:hover , .top-send-ad-btn:focus{

  color: white;

  background-color: #027d3e;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad{

  height: 33px;

  color: #616161;

  padding: 8px 10px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  font-size: 15px;

  font-family: IRANSans;

  margin-top: 5px !important;

  margin-bottom: 0 !important;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad:hover{

  color: #23527c;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-send-ad:first-child{

  border-radius: 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -o-border-radius: 0px;

  padding-top: 0;

  padding-bottom: 0;

}

.top-send-ad i{

  color: #f44336;

  padding-left: 5px;

}

.top-bar-nav-sections{

  width: 100%;

  height: 52px;

}

.top-bar-nav-sections-padding{

  padding: 10px;

}

/* .top-bar-nav-sections-padding:last-child{

  padding-left: 0;

} */

.top-bar-nav-sections.logo{

  background-image: url('images/bag_header.png');

  background-repeat: no-repeat;

  background-position: right;

}

/* .logo-padding-right{

  padding-right: 25px;

} */

.top-bar-nav-get-ad-btn{

  width: 100%;

  height: 38px;

  background-color: #8D8B88;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  font-family: IRANSans;

  text-align: center;

  font-size: 14px;

  color: white;

  position: relative;

  padding-top: 10px;

  padding-right: 25px;

}

.top-bar-nav-get-ad-btn i{

  color: white;

  background-color: #696866;

  padding: 12px;

  border-radius: 0 4px 4px 0;

  -webkit-border-radius: 0 4px 4px 0;

  -moz-border-radius: 0 4px 4px 0;

  -o-border-radius: 0 4px 4px 0;

  position: absolute;

  top: 0;

  right: 0;

}

.top-menu-alert{

  position: absolute;

  width: 18px;

  height: 18px;

  background-color: rgb(235, 42, 42);

  color: white;

  border-radius: 15px;

  top: 8px;

  right: -8px;

  font-family: byekan;

  font-size: 12px;

  padding-top: 0;

  text-align: center;

}

.top-bar-nav-sections.center{

  position: relative;

}

.top-bar-nav-sections.center > input{

  width: 60%;

  height: 40px;

  border:1px solid #ccc;

  border-left-width: 0px;

  border-radius: 0 3px 3px 0;

  -webkit-border-radius: 0 3px 3px 0;

  -moz-border-radius: 0 3px 3px 0;

  -o-border-radius: 0 3px 3px 0;

  padding: 5px;

  padding-right: 25px;

  font-family: IRANSans;

  font-size: 12px;

  float: right;

}

.top-bar-nav-sections.center > input[type="text"]:focus{

  outline: none;

}

.top-bar-nav-sections.center > i{

  position: absolute;

  top: 10px;

  right: 8px;

}

.top-bar-nav-sections.center > div{

  width: 40%;

  height: 40px;

  border:1px solid #ccc;

  border-right-width: 0px;

  border-radius: 3px 0 0 3px;

  -webkit-border-radius: 3px 0 0 3px;

  -moz-border-radius: 3px 0 0 3px;

  -o-border-radius: 3px 0 0 3px;

  float: right;

}

.top-bar-nav-input-btns-box{

  text-align: center;

  padding-top: 3px;

}

.header-search{

  font-family: IRANSans;

  font-size: 12px;

  color: white;

  background-color: #009e4e;

  border: 0;

  padding: .8em 15px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  cursor: pointer;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.header-search:hover , .header-search:focus{

  background-color: #027d3e;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

}

.top-bar-nav-input-btns-box a{

  padding: 5px 9px;

  background-color: #E7E7E7;

  color: #616161;

  font-family: IRANSans;

  font-size: 12px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

}

.header-tel-us{

  width: 250px;

  height: 38px;

  margin-top: 7px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

  font-family: IRANSans;

  color: white;

  padding: 1px;

  float: left;

  border: 1px solid #eb5d5d;

  color: #eb5d5d;

}

.my-grid-container{

  padding-left: .8rem;

  max-width: 40rem;

  margin: 0 auto;

}

.tel-us-right{

  font-size: 18px;

}

.tel-us-right > span:before{

  content:'\f2a0';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  font-size: 20px;

  padding-left: 10px;

  padding-right: 4px;

  transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  display: inline-block

}

.tel-us-right i{

  font-size: 22px;

}

.tel-us-left{

  font-size: 18px;

  text-align: left;

  padding-left: 8px;

  padding-top: 6px;

  font-family: IRANSans_light;

}

.tel-us-left.in_menu{

  padding-top: 3px;

}


/* header end */



/* menu section begin */

.right-menu{

  width: 100%;
  /* height: 100%; */
  padding-bottom: 30px;

  background: linear-gradient(135deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
  /* background-color: #fff; */

  box-shadow: -3px 0 5px -2px #ccc;

  -webkit-box-shadow: -3px 0 5px -2px #ccc;

  -moz-box-shadow: -3px 0 5px -2px #ccc;

  -o-box-shadow: -3px 0 5px -2px #ccc;

  border-top: 2px solid #509af5;

  border-bottom: 2px solid #509af5;

}

.menu-avatar{

  width: 90px;

  height: 90px;

  margin-right: calc(50% - 45px);
  margin-right: -webkit-calc(50% - 45px);

  margin-top: 15px;

  position: relative;

}

.menu-avatar img.avatar-img{
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #e0e0e0;
  padding: 5px;
  border-radius: 5px;
}

.menu-avatar img.verify-img{

  width: 25px;

  height: 25px;

  -o-object-fit: cover;

     object-fit: cover;

  border-radius: 20px;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -o-border-radius: 20px;

  position: absolute;

  top: 75px;
  left: -8px;

}

p.menu-user-name{

  font-family: IRANSans;

  font-size: 14px;

  text-align: center;

  margin-top: 8px;

  color: #62778E;

  margin-bottom: 0;

}

span.no-avatar{

  font-family: IRANSans;

  font-size: 12px;

  text-align: center;

  margin: 8px auto;

  color: rgb(255, 255, 255);

  background-color: #98c7e2;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  padding: 1px 3px;

  transition: ease-in-out .25s all;

  -webkit-transition: ease-in-out .25s all;

  -moz-transition: ease-in-out .25s all;

  -o-transition: ease-in-out .25s all;

}

span.no-avatar:hover , span.no-avatar:focus{

  background-color: #89b7d3;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.menu-main-hr{

  margin-bottom: 20px !important;

}

.right-menu ul{

  margin:0 !important;

  list-style: none;

  padding-left: 15px;

}

.right-menu ul li{

  font-family: IRANYekan;

  font-size: 15px;

  margin-right: 14px;

  margin-top: 10px;

}

.right-menu ul li a{

  /* color: rgb(126, 131, 136); */
  color: #757575;

  transition: ease-in-out .25s all;

  -webkit-transition: ease-in-out .25s all;

  -moz-transition: ease-in-out .25s all;

  -o-transition: ease-in-out .25s all;

  padding: 5px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  width: 100%;

  display: inline-block;

}

.right-menu ul li a > i{
  padding-left: 5px;
}

.right-menu ul li a:hover{

  color: rgb(69, 72, 75);

  background-color: #EEE8AA;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.menu-ticket-alert{

  display: inline-block;

  width: 20px;

  height: 20px;

  border-radius: 20px;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -o-border-radius: 20px;

  background-color: #d32626;

  color: white;

  text-align: center;

  font-size: 12px;

  padding-top: 1px;

}

.right-menu-heading{

  border-bottom: 1px solid #ccc;

  position: relative;

  padding: 15px 0;

  margin-top: 0px !important;

  margin-bottom: 25px !important;

}

.right-menu-heading > span{

  position: absolute;

  top: 18px;

  padding-left: 10px;

  display: inline-block;

  font-weight: bold;

}

.right-menu-heading.one > span{

  background-color: #F8F8F8;

}

.right-menu-heading.two > span{

  background-color: #F4F4F4;

}

.right-menu-heading.three > span{

  background-color: #F2F2F2;

}

.right-menu-heading.four > span{

  background-color: #EFEFEF;

}

hr{

  margin: 0.75rem auto !important;

}

.top-quick-menu{

  width: 100%;

  height: 42px;

  background-color: white;

  border:1px solid #ccc;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -webkit-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -moz-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -o-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  margin-top: 35px;

  margin-bottom: 40px;

}

.top-quick-menu span{

  font-family: IRANSans;

  font-size: 16px;

  color: #1f9aca;

  float: right;

  padding-top: 9px;

  padding-right: 15px;

}

.top-quick-menu ul{

  margin: 0 !important;

  list-style: none;

  padding-top: 9px;

  padding-right: 15px;

}

.top-quick-menu ul li{

  float: right;

  margin-right: 20px;

  font-family: IRANSans;

  font-size: 14px;

}

.top-quick-menu ul li a{

  color: #999

}

.top-quick-menu ul li a:hover{

  color: rgb(53, 151, 216)

}

.top-quick-menu-add-adds-btn{

  font-family: IRANSans;

  font-size: 13px;

  padding: 7px;

  margin: 5px 5px;

  background-color: #eb5d5d;

}

.top-quick-menu-add-adds-btn:hover , .top-quick-menu-add-adds-btn:focus{

  background-color: #cc5050;

}

.medium-4.left{

  text-align: left;

}

.iconic-menu{

  width: 100%;

  height: 42px;

  margin-top: 35px;

  margin-bottom: 40px;

}

.iconic-menu-boxes{

  width: 100%;

  height: 42px;

  background-color: white;

  border:1px solid #ccc;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -webkit-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -moz-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -o-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  padding: 9px 8px;

  font-family: byekan !important;

  font-size: 15px;

  color: #333;

}

.iconic-menu-boxes.btn{

  padding: 1px 8px;

}

.iconic-menu-boxes-padding:first-child{

  padding-left: 8px;

}

.iconic-menu-boxes-padding:last-child{

  padding-right: 8px;

}

.iconic-menu-boxes-padding:not(:last-child):not(:first-child){

  padding: 0 8px;

}

.iconic-left-span{

  text-align: left;

  padding-left: 3px;

}

/* menu section end */

.grid-container{
  max-width: 1280px;
  padding-right: 0.75rem;
    padding-left: 0.75rem;
}

/* select way begin */

.main-section{

  width: 100%;

}

.main-section.index{

  margin-bottom: 50px;

}

.main-select-way{

  width: 100%;

  padding-bottom: 10px;

  background-color: white;

  margin: 20px 0 20px 0;

  border: 1px solid #ccc;

  box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -webkit-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -moz-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  -o-box-shadow: 0 0 5px rgba(49, 49, 49, 0.2);

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

}

.main-select-way.one-box{

  margin-top: 50px;

}

.main-select-way h5{

  font-family: IRANSans;

  text-align: center;

  color: #777;

  padding: 20px 0;

}

.main-select-way h6.success{

  width: 94%;

  margin: 15px auto;

  padding: 10px;

  font-family: IRANSans;

  font-size: 15px;

  text-align: center;

  margin-bottom: 20px;

  background-color: #cef1c0 !important;

  border-color: #abc09a !important;

  color: #3c763d !important;

}
.main-select-way h6.danger{

  width: 100%;

  margin: 15px auto;

  padding: 10px;

  font-family: IRANSans;

  font-size: 15px;

  text-align: center;

  margin-bottom: 20px;

  background-color: #ffd2d2 !important;

  border-color: #c09a9a !important;

  color: #763c3c !important;

}
.main-select-way h6.success.placement{
  margin: 78px auto;
  margin-bottom: 30px;
}

.main-select-way h6.alert{

  width: 90%;

  margin: 15px auto;

  padding: 5px;

  font-family: IRANSans;

  font-size: 13px;

  text-align: center;

  margin-bottom: 10px;

  color: #a94442 !important;

  display: none;

}

.main-head-box{

  width: 100%;

  height: 48px;

  border-bottom:2px solid #d7d7d7;

  margin-bottom: 25px;

  padding: 10px 0 10px 10px;

}

.main-head-box strong{

  font-size: 16px;

  font-weight: 400;

  border-bottom: 2px solid #00a052;

  padding-bottom: 9px;

  padding-right: 10px;

  font-family: IRANSans;

  color: #333;

}

.main-select-way p.guide{

  font-family: IRANSans;

  text-align: center;

  color: #445c70;

  font-size: 13px;

  padding: 30px 0 0 0;

}

.main-select-way p.guide > a{

  color: #ac1d1d;

}

.select-way-btn{

  width: 100%;

  height: 120px;

  background-color: rgb(247, 247, 247);

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  border:1px solid #ccc;

  border-bottom-width: 2px;

  text-align: center;

  padding: 15px 5px;

}

.select-way-btn.right{

  border-bottom-color: #009e23;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.select-way-btn.right i{

  color: #009e23;

}

.select-way-btn.right p{

  color: #009e23;

}

.my_slider_info {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 1px;
  margin-bottom: 12px;
  margin-top: 80px;
  padding-top: 12px;
}

.get_app_title{
  text-align: center;
  font-family: IRANSans_light;
  font-size: 22px;
  margin-bottom: 20px;
}
.get_app_title.app{
  margin: 10px;
}
.get_app_title.with-margin-top{
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 19px;
}

.app_dl_box{
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.app_dl_box.top{
  text-align: center;
}
.app_items_inner{
  padding: 6px 0 15px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.app_items_inner.app{
  padding: 10px 0 18px 0;
}
.app_items_outer{
  padding: 15px 0;
}
.app_items_outer.apps{
  padding: 35px 0;
}
.app_dl_box.top > div{
  color: white;
  font-family: IRANSans_light;
  font-size: 14px;
}
.app_dl_box.top > div.ios{
  color: #808080;
}
.app_dl_box.top > div.windows{
  /* color: #000; */
  font-family: byekan;
  font-size: 16px;
}
.applications_box > img{
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.applications_box > span{
  display: block;
  text-align: center;
  font-size: 13px;
  color: white;
  font-family: IRANSans_light;
  padding-top: 5px;
}
.aboutpage_images_box_in{
  background-color: #f5f5f5;
  padding: 10px 13px 5px 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.aboutpage_images_box.app h5{
  font-family: IRANSans_light;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #666;
}
.aboutpage_images_box.app span{
  font-family: IRANSans_light;
  font-size: 16px;
  color: maroon;
}
.aboutpage_images_box.app ul{
  margin-top: 15px;
  margin-right: 0;
  list-style: none;
}
.aboutpage_images_box.app ul li{
  font-family: IRANSans_light;
  font-size: 14px;
  margin-top: 8px;
  text-align: justify;
}
.app_dl_box > img{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.app_dl_box.apps > img{
  width: 125px;
}
.app_dl_box:hover{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}

.select-way-btn.right:hover{

  transform: translateY(-5px);

  -webkit-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  -webkit-box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  -moz-box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  -o-box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.select-way-btn.left{

  border-bottom-color: #df9019;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.select-way-btn.left i{

  color: #df9019;

}

.select-way-btn.left p{

  color: #df9019;

}

.select-way-btn.left:hover{

  transform: translateY(-5px);

  -webkit-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  -webkit-box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  -moz-box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  -o-box-shadow: 0 12px 25px rgba(51, 51, 51, 0.3);

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.select-way-btn i{

  color: #999;

}

.select-way-btn p{

  color: #333;

  font-family: IRANSans;

  font-size: 14px;

  margin-top: 15px;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.select-way-btn-padding{

  padding: 20px;

}

.select-way-btn-centering{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

/* select way section end */



/* footer begin */

.footer-section{

  width: 100%;

  background-color: white;

  font-family: IRANSans_light;

  border-bottom: 4px solid #ebeaea;

}

.footer-top-sections{

  width: 100%;

  padding-top: 10px;

  padding-bottom: 0;

}

.footer-top-sections:first-child{

  padding-left: 4px;

}

.footer-top-sections:last-child{

  padding-right: 4px;

}

.footer-top-sections-padding{

  padding-top: 5px;

}

.footer-top-sections-padding:first-child{

  padding-left: 50px;

}

.footer-top-sections-padding:last-child{

  padding-right: 50px;

}

.footer-head-box{

  width: 100%;

  height: 40px;

  border-bottom:2px solid #d7d7d7;

  margin-bottom: 15px;

}

.footer-head-box strong{

  font-size: 16px;

  font-weight: 400;

  border-bottom: 2px solid #00a052;

  padding-bottom: 13px;

  font-family: IRANSans;

  color: #333;

}

.footer-top-sections p{

  text-align: justify;

  line-height: 1.7;

  font-size: 14px;

  font-weight: 300;

  color: #333;

}

.footer-info{

  margin: 0 !important;

  list-style: none;

}

.footer-info li{

  margin-top: 8px;

  font-size: 13px;

  font-weight: 300;

  color: #333;

  font-family: IRANSans;

}

.footer-info li > i{

  color: #bfbfbf;

  padding-left: 5px;

}

.footer-socials{

  margin: 10px auto !important;

  list-style: none;

  width: 175px;

  height: 50px;

}

.footer-socials li{

  float: left;

  padding: 20px 5px;

}

.footer-socials li a{

  color: #424242;

}

.footer-socials li a > i{

  font-size: 38px;

}

.footer-bottom{

  width: 100%;

  background-color: white;

  border-top: 3px solid #009e4e;

  padding: 13px 0;

}

.footer-bottom ul{

  margin: 0 !important;

  list-style: none;

}

.footer-bottom ul li{

  font-family: IRANSans;

  font-size: 14px;

  float: right;

}

.footer-bottom ul li a{

  color: #616161;

}

.footer-bottom ul li:not(:first-child) a{

  padding-right: 10px;

  padding-left: 10px;

}

.footer-bottom ul li:first-child a{

  padding-left: 10px;

}

.footer-bottom ul li:not(:last-child):after{

  content: "|";

  color: #8c8c8c;

}

.footer-bottom p{

  font-family: IRANSans_light;

  font-size: 14px;

  margin-bottom: 0 !important;

  color: #333;

  margin-top: 5px;

}

.enamad-box{

  width: 85px;

  height: 150px;

  background-image: url('images/enamad.png');

  background-repeat: no-repeat;

  background-size: contain;

  margin: 35px auto;

}

/* footer end */



/* register begin */

.main-select-way form{

  font-family: IRANSans;

  font-size: 13px;

}

.main-select-way form input:focus{

  outline: none;

}

.main-select-way form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(#select-state-selectized):not(#select-job-selectized):not(#select-field-selectized){

  width: 100%;

  height: 30px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  border:1px solid #ccc;

  padding: 3px;

  padding-right: 5px;

}

.main-select-way form select{

  border:1px solid #ccc;

  background-color: white;

}

.main-select-way form select:focus{

  outline: none;

}

.main-select-way form input[type="submit"]{

  width: 120px;

  height: 40px;

  padding: 5px;

  margin-top: 15px;

  background-color: #eb5d5d;

}

.main-select-way form input[type="submit"]:hover , .main-select-way form input[type="submit"]:focus{

  background-color: #cc5050;

}

.plan_price_details{

  font-size: 11px;

  color: white;

  height: 22px !important;

  border: none;

  border-radius: 10px;

  margin-top: 3px !important;

  background-color: #59c7f5 !important;

  cursor: pointer;

}

.plan_price_details:hover , .plan_price_details:focus{

  background-color: #50bceb !important;

}

.main-select-way form .grid-x.margin-top{

  margin-top: 10px;

}

.main-select-way form .grid-x.margin-top.center{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.buttons-right{

  margin-left: 5px;

}

.buttons-left{

  margin-right: 5px;

}

.buttons-left > a{

  margin-top: 15px;

}

.main-select-way form .medium-6.padding, .large-6.cell.padding{

  padding-top: 5px;

}

.warning-star{

  color: red;

}

.callout.description{

  text-align: justify !important;

  line-height: 1.7;

  font-size: 13px !important;

}

#phone::-webkit-input-placeholder, #tel::-webkit-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#phone:-ms-input-placeholder, #tel:-ms-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#phone::-ms-input-placeholder, #tel::-ms-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#phone::placeholder, #tel::placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#tel{

  direction: ltr;

  text-align: right;

}

input[type="number"] {

  -webkit-appearance: textfield;

     -moz-appearance: textfield;

          appearance: textfield;

}

input[type=number]::-webkit-inner-spin-button, 

input[type=number]::-webkit-outer-spin-button { 

  -webkit-appearance: none;

}

span.register-input-replace{

  font-size: 10px;

  color: rgb(223, 66, 66);

  cursor: pointer;

}

span.register-input-replace:hover{

  color: rgb(108, 48, 156);

}

/* register end */



/* login begin */

.login-bottom-right{

  text-align: right;

  font-size: 12px;

}

.login-bottom-left{

  text-align: left;

}

.login-bottom-margin{

  margin-bottom: 10px;

}

.login-remember-margin{

  margin-top: 20px;

}

.main-select-way form .grid-x.margin-top.login{

  margin-top: -10px;

}

.main-select-way.one-box.login{

  margin-bottom: 50px;

}

/* login end */



/* add ads begin */

.main-select-way form .medium-8.padding{

  padding-top: 6px;

}

.medium-3.more{

  padding-right: 8px;

  padding-top: 6px;

  font-size: 12px;

}

.medium-3.more > span{

  color: #1a8cb9;

  cursor: pointer;

}

.medium-3.more > span:hover{

  color: #0f6b8f;

}

.medium-3.more > span::selection{

  color: #1a8cb9;

}

.state-box{

  position: relative;

}

.state-box i.fa-caret-down{

  position: absolute;

  top: 10px;

  left: 10px;

  color: #999;

}

.state-panel{

  width: 100%;

  height: 300px;

  border:1px solid #ccc;

  border-top-width: 0px;

  border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;

  -moz-border-radius: 0 0 4px 4px;

  -o-border-radius: 0 0 4px 4px;

  position: absolute;

  overflow-y: scroll;

  background-color: white;

  display: none;

  z-index: 10;

}

.state-panel ul{

  margin: 0 !important;

  lighting-color: none;

}

.state-panel ul li{

  margin-top: 5px;

  color: #333;

  padding: 4px 8px;

  cursor: pointer;

}

.state-panel ul li > i.fa-map-marker{

  color: #333;

  font-size: 14px;

  padding-left: 3px;

}

.state-panel ul li:hover{

  background-color: skyblue;

}

.add-ads-textarea{

  width: 100%;

  height: 220px;

  border:1px solid #ccc;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  resize: none;

  padding: 8px;

  padding-right: 5px;

  line-height: 1.6;

}

.add-ads-textarea:focus{

  outline: none;

}

.add-ads-h6{

  font-family: IRANSans;

  font-size: 12px;

  margin-top: 5px;

  color: rgb(207, 56, 56);

}

.add-ads-btn-left{

  float: left;

}

.top-of-editor-margin{

  margin-top: 20px;

  margin-bottom: 5px;

}

.check-out-box{
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #f9f9f9;
}

.check-out-box p{
  color: #363636;
}

.fa-times.remove-more{

  color: #ccc;

}

.fa-times.remove-more:hover{

  color: #999;

}

#company::-webkit-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#company:-ms-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#company::-ms-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

#company::placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

.groupphonetel::-webkit-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

.groupphonetel:-ms-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

.groupphonetel::-ms-input-placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

.groupphonetel::placeholder{

  color: rgba(255, 0, 0, 0.7);

  font-size: 10px;

}

.radio-padding{

  padding-top: 6px;

}

.radio-padding input[type="radio"]:last-child{

  margin-right: 10px;

}

.mce-tooltip{ font-family: IRANSans !important; }

.mce-tooltip-inner{ font-family: IRANSans !important; }

.mce-text{ font-family: IRANSans !important; }



.my-auto-save-text{

  font-family: IRANSans_light;

  font-size: 12px;

  color: rgb(243, 243, 243);

  display: inline-block;

  cursor: pointer;

  /* visibility: hidden; */

  display: none;

  text-align: justify;

  margin-top: 5px;

  background-color: #a94442;

  padding:3px;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

}

.my-auto-save-text:hover{

  background-color: #a72f2d;

}

/* add ads end */



/* plans begin */

.invoice_bank{

  width: 100%;

  padding: 20px 15px;

  border:1px solid #91d4ea;

  background-color: #ecf9ff;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  text-align: center;

  font-family: IRANSans;

  font-size: 14px;

  margin-top: 15px;

  color:#0779bd;

}

.invoice_bank h6{

  font-family: IRANSans;

  font-size: 15px;

  color:#0779bd;

}

.percentage_bar{

  font-family: IRANSans;

  font-size: 12px;

  width: 40%;

  padding: 15px;

  background-color: rgba(222, 77, 77, 0.88);

  -webkit-box-shadow: 0px 0px 10px #00000094;

          box-shadow: 0px 0px 10px #00000094;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  color:white;

  position: fixed;

  z-index: 100;

  text-align: center;

  bottom: 10px;

  right: calc(50% - 20%);
  right: -webkit-calc(50% - 20%);

}

.update-row-padding{

  font-size: 13px;

  width: 100%;

}

.plans-heading{

  font-family: IRANSans;

  font-size: 20px;

  color: #a94442;

  text-align: center;

  padding: 5px;

  border-bottom: 1px solid rgb(224, 224, 224);

  display: inline-block;

}

table.plans{

  font-family: IRANSans;

  font-size: 13px;

}

table.plans tr td, table.plans tr th{

  border:1px solid #ccc;

}

table.plans tr th{

  background-color: #009e4e;

  color: white;

  text-align: center;

  font-weight: normal !important;

}

table.plans tr td:not(:first-child){

  text-align: center;

}

tr.plan-price td > span.red{

  text-decoration: line-through;

  color: red;

}

tr.plan-price td > span.green{

  color: green;
  font-size: 15px;

}

tr.plan-price td > span:last-child{

  color: rgb(119, 194, 119);

}

.button.success, .button.primary{

  color: white;

}

.button.success.very-small{

  margin: 0 !important;

  padding: 0.35em 1em !important;

  font-size: 13px !important;

  background-color: #eb5d5d;

}

.button.success.very-small:hover, .button.success.very-small:focus{

  margin: 0 !important;

  padding: 0.35em 1em !important;

  font-size: 13px !important;

  background-color: #cc5050;

}

.button.success:hover, .button.primary:hover{

  color: white;

}

.center{

  text-align: center;

}

table.plans tr td > a{

  margin-top: 18px;

}

.callout.primary.green{

  background-color: #e8f5e9;

  border-color: rgba(10, 10, 10, 0.25);

}

.off-keys-box{

  width: 50px;

  display: inline-block;

  background-color: rgba(135, 207, 235, 0.5);

  margin: 0 3px;

  padding: 2px 3px 0px 3px;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  font-size: 13px;

  cursor: pointer;

}

.off-keys-box > input{

  cursor: pointer;

}

.off-desc{

  color: #027d3e;

  /* display: none; */

}

ul.plans-info{

  list-style: none;

  margin: 15px 0 !important;

}

ul.plans-info li{

  font-family: IRANSans;

  font-size: 14px;

  padding-top: 10px;

}

ul.plans-info li:last-child{

  color: orangered;

}


table.plans tr select:focus{

  outline: none;

}

/* plans end */



/* states begin */

.states-main-header{

  text-align: center;

  padding: 10px 0;

  background-color: #009E4E;

  margin-top: 10px;

}

.states-main-header h1{

  font-family: IRANSans;

  font-size: 15px;

  color: #ffffff;

  margin-bottom: 0;

}

.states-main-divs{

  font-family: IRANSans_bold;

  font-size: 13px;

  border-right: 1px solid #ccc;

  margin-bottom: 25px;

}

.states-box{

  width: 100%;

  height: 40px;

  text-align: right;

  background-color: #fcfcfc;

  cursor: pointer;

  border-bottom:1px solid #ccc;

  border-left:1px solid #ccc;

  transition: ease-in-out .1s all;

  -webkit-transition: ease-in-out .1s all;

  -moz-transition: ease-in-out .1s all;

  -o-transition: ease-in-out .1s all;

  position: relative;

}

.states-box > label{

  display: inline-block;

  width: 100%;

  height: 100%;

  /* background-color: red; */

}

.states-box > label:hover{

  border-bottom: 2px solid #258faf;

  transition: ease-in-out .1s all;

  -webkit-transition: ease-in-out .1s all;

  -moz-transition: ease-in-out .1s all;

  -o-transition: ease-in-out .1s all;

  /* border-width: 0; */

}

.states-box.all > label{

  background-color: #ffe9e9;

}

.states-box.all > label:hover{

  background-color: #ffd4d4;

  border-bottom-color: #a83737;

}

.states-box input[type="checkbox"]{

  cursor: pointer;

  margin: 11px;

}

.states-hovered{

  /* border-width: 0; */

  background-color: #D1E8F1;

  border-bottom: 2px solid #258faf;

}

table.states tr td:hover{

  transform: translateY(-3px);

  -webkit-transform: translateY(-3px);

  -moz-transform: translateY(-3px);

  -o-transform: translateY(-3px);

  -webkit-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.8);

  box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.8);

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.states-checks{

  transform: scale(1.2);

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2);

  margin-left: 5px;

  margin-top: 5px;

}

#all-states{

  transform: scale(1.2);

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2);

  /* margin-left: 5px;

  margin-top: 5px; */

}

.button.states{

  /* width: 15%; */

  font-family: IRANSans;

  font-size: 14px;

  background-color: #eb5d5d;

}

.button.states:hover , .button.states:focus{

  background-color: #cc5050;

}

#selected-states{

  font-family: IRANSans;

  font-size: 13px;

  color: #333;

  display: none;

  line-height: 2;

}

#selected-states > span{

  background-color: rgba(26, 140, 185, 0.2);

  padding: 0px 7px;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  color: #222;

  margin-right: 3px;

  display: inline-block;

  margin-top: 5px;

}

#selected-states > span:not(:first-child){

  margin-right: 5px;

}

.enamad-box2{

  width: 108px;

  height: 138px;

  background-image: url('images/enamad.png');

  background-repeat: no-repeat;

  background-size: contain;

  margin: 5px auto;

}

.states-main-divs *::selection {

  background: transparent;

}

.button.secondary{

  color: #777;

}

.button.secondary:hover{

  background-color: #dbdbdb;

  color: #777;

}

.button.secondary.states-back{

  width: 100%;

  margin-top: 15px;

}

.back-btn-box-padding{

  padding-left: 5px;

}

.submit-btn-box-padding{

  padding-right: 5px;

}

.double-btns-centering{

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

/* states end */



/* tickets begin */

.ticket-table{

  width: 100%;

  font-family: IRANSans;

  font-size: 14px;

}

.ticket-table tr th, .ticket-table tr td{

  border: 1px solid #ccc;

  text-align: center;

  padding: 10px 0;

}

.ticket-table tr th{

  background-color: #009E4E;

  color: white;

  font-weight: normal !important;

}

.ticket-link{

  background-color: #5db2eb;

  font-family: IRANSans;

  font-size: 13px;

  margin-bottom: .5em;

}

.ticket-link:hover , .ticket-link:focus{

  background-color: #4c9ace;

}

.whitout-margin-bottom{

  margin-bottom: 0;

}

.main-select-way form .medium-3.padding{

  padding-top: 5px;

}

.ticket-unseen{

  color: #bebebe;

}

.ticket-unseen:before{

  content: '\f017';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.answered-row .ticket-answered{

  color: #09aa2c;

}

.unseen-row .ticket-answered{

  color: #804800;

}

.ticket-answered:before{

  content: '\f046';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.unseen-row{

  background-color: #fffff1 !important;

  font-weight: bold;

  color: #555;

}

.answered-row{

  background-color: #f1fff4 !important;

  color: #555;

}

.seen-row{

  background-color: #f7f7f7 !important;

  color: #bebebe;

}

.seen-row td > a{

  color: #bebebe;

}

.seen-row td > a:hover{

  color: #258faf;

}

.ticket-table-title{

  font-size: 13px;

}

.ticket-show-padding{

  padding: 0 15px 15px 15px;

}

.ticket-box h6{

  font-family: IRANSans;

  font-size: 14px;

  padding: 10px;

  border-bottom: 1px solid #ccc;

}

.ticket-box h6 > span{

  color: #999;

}

.ticket-answer-box p, .ticket-box p{

  padding: 10px;

  margin-bottom: 0;

}

.ticket-answer-box{

  width: 100%;

  min-height: 100px;

  font-family: IRANSans;

  font-size: 14px;

  background-color: rgb(234, 255, 231);

  border:1px solid rgb(104, 173, 87);

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  margin-top: 10px;

  padding-bottom: 10px;

}

.ticket-answer-box h6{

  font-family: IRANSans;

  font-size: 14px;

  padding: 10px;

  color: #027d3e;

  border-bottom: 1px solid rgb(104, 173, 87);

}

.ticket-show-date h6{

  font-size: 12px;

  padding-top: 13px;

}

.bg-div{

  width: 100%;

  background-color: #f5f5f5;

}

.main-back{

  /* background-image: url(images/bg.jpg); */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;

}

.bg-div.index{

  min-height: unset !important;

}

.main-back.index{

  min-height: unset !important;

}

/* tickets end */



/* change password begin */

.change-password-padding{

  padding: 8px 12px;

}

.password-alert{

  color: rgba(211, 38, 38, 0.8);

  margin-bottom: 0.3em;

}

.change-password-hr{

  margin-top: 20px !important;

  margin-bottom: 15px !important;

}

.change-password-btns-margin{

  margin-top: 15px;

}

/* change password end */



/* dashboard begin */

.popup{

  position: fixed;

    width: 320px;

    background-color: #fff6f6;

    border: 1px solid #ffa3a3;

    border-radius: 3px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    -o-border-radius: 3px;

    top: 20%;

    right: calc(50% - 160px);
    right: -webkit-calc(50% - 160px);

    text-align: center;

    font-family: IRANSans;

    font-size: 14px;

    padding: 15px;

    line-height: 1.8;

    color: #2b2b2b;

    -webkit-box-shadow: 0 0 15px #27272752;

            box-shadow: 0 0 15px #27272752;

    display: none;

    padding-top: 28px;

    z-index: 1001;

}

.close_popup{

  position: absolute;

  left: 5px;

  top: 5px;

  font-family: byekan;

  font-size: 12px;

  cursor: pointer;

}

.dashboard-td-released{

  color: #009E4E;

}

.dashboard-td-released:before{

  content:'\f00c';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.dashboard-td-released-inq{

  color: #009E4E;

}

.dashboard-td-expired{

  color: #ccc;

}

.dashboard-td-expired:before{

  content:'\f00d';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.dashboard-td-waiting{

  color: rgb(219, 56, 56);

}

.dashboard-td-waiting:before{

  content:'!';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.dashboard-td-pending{

  color:orange;

}

.dashboard-td-pending:before{

  content:'\f252';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  font-size: 12px;

  padding-left: 3px;

}

.dashboard-td-reject{

  color:orangered;

}

.dashboard-td-reject:before{

  content:'\f252';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  font-size: 12px;

  padding-left: 3px;

}

.dashboard-td-unpaid{

  color: #999;

}

.ad-date-field{

  font-family: byekan !important;

  font-size: 12px;

  color: #444;

}

.dashboard-td-unpaid:before{

  content:'\f2d3';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.button.success.no-margin{

  margin-bottom: 0;

}

.ticket-link.red{

  background-color: #eb5d5d;

  padding-top: 6px;

  padding-bottom: 6px;

}

.ticket-link.red:hover , .ticket-link.red:focus{

  background-color: #cc5050;

}

.ticket-link.dashboard{

  padding-top: 6px;

  padding-bottom: 6px;

}

/* dashboard end */



/* all-ads begin */

.ticket-table.all-ads{

  margin-bottom: .6em !important;

  font-size: 13px;

}

.ticket-table.all-ads tr td{

  padding: 5px 0;

}

.ticket-table.all-ads tr th:first-child, .ticket-table.all-ads tr td:first-child{

  width: 40%;

}

.ticket-table.all-ads tr td:last-child{

  font-size: 12px !important;

}

.ticket-table.all-ads tr td:last-child > a{

  color: #9a005b;

}

.ticket-table.all-ads tr td:last-child > a:hover{

  color: #bb4d8d;

}

.callout.success.description.full{

  width: 100%;

}

.ad-resend-a{

  font-size: 12px;

  font-weight: bold;

  padding: 0 8px;

}

.ad-resend-a > a{

  color: #7d7502;

}

.ad-resend-a > a:hover{

  color: #b4aa19;

}

.ad-edit-btn{

  background-color: rgb(108, 136, 214) !important;

  color: white !important;

  border-radius: 4px !important;

  -webkit-border-radius: 4px !important;

  -moz-border-radius: 4px !important;

  -o-border-radius: 4px !important;

  padding: 2px 5px !important;

  display: inline-block !important;

  font-size: 11px !important;

  margin-top: 0 !important;

  width: 100% !important;

  border:none !important;

  height: 27px !important;

  cursor: pointer;

}

.ad-edit-btn:hover , .ad-edit-btn:focus{

  background-color: rgb(97, 124, 199) !important;

  color: white!important ;

}

.ad-pay-btn{

  padding: 2px 5px !important;

  display: inline-block !important;

  font-size: 12px !important;

  background-color: #eb5d5d !important;

  color: white !important;

  margin-top: 0 !important;

  border-radius: 4px !important;

  -webkit-border-radius: 4px !important;

  -moz-border-radius: 4px !important;

  -o-border-radius: 4px !important;

  width: 100% !important;

  height: 27px !important;

  border: none;

  cursor: pointer;

}

.ad-pay-btn:hover , .ad-pay-btn:focus{

  color: white;

  background-color: #cc5050;

}

.ad-pay-btn-nostyle{

  background: transparent !important;

  border: none !important;

  margin: 0 !important;

  color: #2ba6cb !important;

  cursor: pointer !important;

  width: unset !important;

  height: unset !important;

  padding: 0 !important;

}

.ad-pay-btn-nostyle:hover{

  color: #258faf !important;

}

.ad-re-btn{

  padding: 4px 12px;

  display: inline-block;

  font-size: 12px;

  background-color: #7dbb03;

  color: white;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  width: 100%;

}

.ad-re-btn:hover , .ad-re-btn:focus{

  color: white;

  background-color: #75ad04;

}

.ad-end-btn{

  padding: 4px 12px !important;

  display: inline-block !important;

  font-size: 10px !important;

  background-color: #c7c7c7 !important;

  color: white !important;

  border-radius: 4px !important;

  -webkit-border-radius: 4px !important;

  -moz-border-radius: 4px !important;

  -o-border-radius: 4px !important;

  width: 100% !important;

  margin-top:0 !important;

  height:27px !important;

  border:none !important;

  cursor: pointer;

}

.ad-end-btn:hover , .ad-end-btn:focus{

  color: white !important;

  background-color: #b6b6b6 !important;

}

/* all-ads end */



/* public profile begin */

.public-profile-padding{

  padding: 15px 5px;

  color: #555;

}

.public-profile-text{

  text-align: center;

  background-color: #98c7e2;

  color: white;

  border:1px solid #5fb0de;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  padding: 3px;

}

.public-profile-padding textarea{

  width: 100%;

  resize: none;

  height: 100px;

  border:1px solid #ccc;

}

.public-profile-padding select{

  height: 30px;

}

.public-profile-padding input[type="submit"]{

  background-color: #009e4e !important;

  /* margin-top: 0 !important; */

}

.public-profile-padding input[type="submit"]:hover , .public-profile-padding input[type="submit"]:focus{

  background-color: #027d3e !important;

}

.public_profile_box_border{

  border:1px solid #ccc;

  width: 100% !important;

}

.public_profile_box_border > label{

  width: 100%;

  display: inline-block;

  cursor: pointer;

  padding: 5px;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.public_profile_box_border > label:hover , .public_profile_box_border > label:focus{

  background-color: #bcfff9ab;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.profile-header{

  width: 100%;

  height: 270px;

  background-image: url('images/companies.jpg');

  background-size: cover;

  background-position: center;

  border-bottom: 2px solid #076896;

  margin-top: 40px;

}

.profile-header-company{

  width: 100%;

  height: 270px;

  background-image: url('images/companies.jpg');

  background-size: cover;

  background-position: center;

  border-bottom: 2px solid #076896;

  text-align: center;

}

.profile-header-company.info{

  background-image: url('images/info_cover.jpg');

}

.profile-header-company.better{

  width: 100%;

  height: 270px;

  background-image: url('images/better.jpg');

  background-position: 50% 64%;

  border-bottom: 2px solid #076896;

  text-align: center;

}

.profile-header-company h1{

  font-family: IRANSans;

  text-align: center;

  color: white;

  font-size: 2em;

  padding-top: 40px;

  border-bottom: 1px dashed white;

  display: inline-block;

}

.profile-header-company h2{

  font-family: IRANSans;

  text-align: center;

  color: white;

  font-size: 20px;

  line-height: 1.6;

  margin: 20px auto;

  margin-bottom: 20px;

}

.public-profile-padding-left{

  padding-left: 15px;

}

.public-profile-padding-right{

  padding-right: 15px;

}

.company-btns{
  width: 100%;
  border-radius: 4px;
  text-align: center;
  color: rgb(144, 144, 144);
  font-family: IRANYekan;
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid rgb(148, 148, 148);
  transition: ease-in-out .4s all;
  -webkit-transition: ease-in-out .4s all;
  -moz-transition: ease-in-out .4s all;
  -o-transition: ease-in-out .4s all;
  background-color: rgba(255, 255, 255, 0.55);
}

.company-btns.reg{
  color: #fff;
  background-color: rgb(0, 158, 78);
  border-color: #fff;
}

.company-btns.reg:hover , .company-btns.reg:focus{

  background-color: rgb(1, 150, 76);

  border:1px solid rgb(255, 255, 255);

  color: white;

}

.company-btns:hover , .company-btns:focus{

  background-color: rgb(243, 243, 243);

  color: #333;

  border-color: #333;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.company-btns-padding{

  padding: 0 5px;

}

.profile-number{

  font-family: byekan;

  font-size: 28px;

  color: #868686;

  margin-top: 16px;

}

.profile-list-title{

  font-family: IRANSans;

  font-size: 17px;

  color: #555;

  margin-right: 10px;

  padding: 8px 0;

}

.profile-list-image img{

  width: 55px;

  height: 55px;

}

.profile-list-rate{

  font-size: 18px;

  color: teal;

  margin-top: 27px;

  text-align: left;

  padding-left: 15px;

}

.profile-img{

  width: 120px;

  height: 120px;

  border-radius: 4px;

  border:2px solid white;

  background-color: white;

  padding: 3px;

  right: calc(50% - 55px);
  right: -webkit-calc(50% - 55px);

  top: 40px;

  -webkit-box-shadow: 0px 5px 15px rgba(27, 27, 27, 0.5);

          box-shadow: 0px 5px 15px rgba(27, 27, 27, 0.5);

  position: absolute;

}

.profile-title h1{

  font-family: IRANSans;

  font-size: 24px;

  text-align: center;

  margin-top: 180px;

  color: rgb(255, 255, 255);

  text-shadow: 0 3px 10px #333;

}

.profile-title h2{

  font-family: roboto;

  font-size: 22px;

  text-align: center;

  color: rgb(255, 255, 255);

  text-shadow: 0 3px 10px #333;

}

.profile-summary{

  width: 100%;

  padding: 15px;

  border:1px solid #ccc;

  border-radius: 3px;

  background-color: white;

  font-family: IRANSans;

  font-size: 14px;

  color:#333;

  margin-bottom: 7px;

}

.profile-summary:first-child{

  margin-top: 25px;

}

.profile-summary.l50{

  padding: 0;

  border-color: #c1c1c1;

}

.profile-list-hover{

  cursor: pointer;

}

.public-profile-form-checks-padding-left{

  padding-right: 5px;

}

.public-profile-form-checks-padding-right{

  padding-left: 5px;

}

.profile-list-hover:hover{

  background-color: rgb(248, 248, 248);

}

.profile-list-hover-added{

  background-color: rgb(248, 248, 248);

}

.profile-openplan{

  width: 100%;

  border-top:1px solid #ccc;

  background-color: white;

  padding: 15px 12px 12px 12px;

}

.profile-openplan-in{

  width: 100%;

  height: 100%;

  border:1px solid rgb(228, 228, 228);

  border-radius: 2px;

  position: relative;

  padding: 0 5px 5px 5px;

}

.profile-openplan-in > span{

  font-size: 10px;

  background-color: white;

  padding: 0 6px;

  position: absolute;

  top: -7px;

  right: 5px;

}

.profile-with-job{

  background-color: rgb(74, 214, 175);

  margin-top: 12px;

  color: white;

  padding: 5px;

  text-align: center;

  font-family: IRANSans;

  font-size: 12px;

  margin-bottom: 2px;

}

.profile-without-job{

  background-color: #c0c0c0de;

  margin-top: 12px;

  color: white;

  padding: 5px;

  text-align: center;

  font-family: IRANSans;

  font-size: 12px;

  margin-bottom: 2px;

}

.profile-details-items{

  width: 100%;

  height: 30px;

  background-color: rgb(238, 238, 238);

  color: #777;

  font-size: 12px;

  padding: 7px 10px;

}

.profile-details-items.btn{

  background-color: #86cdff;

  color: white;

}

.profile-details-items-padding{

  padding: 1px 0;

}

.profile-list-summary-box{

  width: 100%;

  height: 158px;

  background-color: rgb(248, 248, 248);

  font-size: 13px;

  padding: 10px;

  text-align: justify;

  line-height: 1.8;

  overflow: hidden;

}

.profile-list-summary-box-padding{

  padding-top: 1px;

  padding-right: 3px;

}

.profile-summary p{

  line-height: 1.9;

  text-align: justify;

  padding-top: 8px;

  margin-bottom: 0;

}

span.profile-titles{

  font-family: IRANSans;

  font-size: 20px;

  color: rgb(139, 139, 139);

}

.profile-summary-details{

  width: 100%;

  background-color: white;

  border:1px solid #ccc;

  border-radius: 3px;

  font-family: IRANSans;

  font-size: 14px;

  padding: 10px;

}

.profile-ad-box{

  width: 100%;

  padding: 10px;

  border:1px solid #ccc;

  background-color: white;

  border-radius: 3px;

  margin-top: 8px;

}

.profile-ad-box img{

  width: 70px;

  height: 70px;

  border:1px solid #ccc;

  padding: 3px;

  border-radius: 3px;

}

.profile-ad-box-title h6{

  font-family: IRANSans;

  font-size: 16px;

  margin-right: 8px;

  margin-bottom: 0;

  padding-top: 5px;

}

.profile-ad-box-title p{

  font-family: IRANSans;

  font-size: 12px;

  color: #999;

  margin-right: 8px;

  margin-bottom: 0;

  padding-top: 5px;

}

.profile-ad-box a{

  font-family: IRANSans;

  font-size: 14px;

}

.light-hove{

  -webkit-filter: grayscale(100%);

          filter: grayscale(100%);

}

.profile-sidebar{

  width: 100%;

  background-color: rgb(240, 240, 240);

  border:1px solid #ccc;

  border-radius: 2px;

}

.profile-sidebar ul{

  list-style: none;

  margin: 0;

}

.profile-sidebar ul li{

  font-family: IRANSans;

  font-size: 14px;

}

.profile-sidebar ul li a{

  padding: 12px;

  width: 100%;

  display: inline-block;

  color: #555;

}

.profile-sidebar ul li a span{

  font-family: byekan;

  background-color: #95c0ce;

  color: white;

  border-radius: 4px;

  padding: 0 5px 0 4px;

  font-size: 13px;

  float: left;

}

.profile-sidebar ul li a:hover{

  background-color: #e7e7e7;

}

.profile-sidebar ul li:not(:last-child){

  border-bottom:1px solid rgb(224, 224, 224);

}

/* public profile end */





/* update page begin */

.change-to-table-header{

  color: white;

  font-family: IRANSans;

  font-size: 14px;

  text-align: center;

  border:1px solid #ccc;

  border-bottom-width: 0;

}

.change-to-table-header-cells{

  padding: 6px 0;

  border:1px solid #ccc;

  background-color: #009e4e;

}

.change-to-table-cells{

  border:1px solid #ccc;

  border-top-width: 0;

  font-family: IRANSans;

  font-size: 13px;

  padding: 10px 8px 8px 8px;

  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.align-center{

  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;

}

.change-to-table-padding-margin:last-child{

  margin-bottom: 20px;

}

.with-padding{

  padding-top: 60px;

}

.change-to-table-cells.fixed-height{

  height: 148px;

  overflow: hidden;

  overflow-y: auto;

  line-height: 2;

  text-align: right;

  padding-right: 12px;

}

span.update-updated, span.update-updated-info{

  color: green;

  font-weight: bold;

}

span.update-updated:before{

  content:'\f00c';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.update-pending, .update-pending-info{

  color: #999;

}

.update-pending:before{

  content:'\f017';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

/* update page end */



/* profile begin */

.profile-top-boxes{

  width: 100%;

  height: 60px;

  border:1px solid #ccc;

  border-bottom-width: 2px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  font-family: IRANSans;

  font-size: 14px;

  padding-top: 18px;

  color: #333;

}

.profile-top-boxes-padding{

  padding: 2px 8px;

}

.profile-top-boxes.one.profile{

  border-bottom-color: #09aa2c;

  background-color: #f4fff4;

}

.profile-top-boxes.two.profile{

  border-bottom-color: #1f9aca;

  background-color: #f2f8ff;

}

.profile-top-boxes.three{

  border-bottom-color: orangered;

  background-color: #fff7f1;

}

.profile-top-boxes.four{

  border-bottom-color: orange;

  background-color: #fffcf6;

}

.profile-top-boxes-margin{

  margin-bottom: 15px;

}

.profile-top-counts{

  text-align: left;

  padding-left: 20px;

  font-weight: bold;

}

.profile-top-counts.green{

  color: green;

  font-size: 13px;

  padding-top: 3px;

}

.profile-top-texts{

  padding-right: 20px;

}

.profile-top-counts.verify{

  color: green;

}

.profile-top-counts.verify:before{

  content:'\f00c';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.profile-top-counts.unverify{

  color: red;

}

.profile-top-counts.unverify:before{

  content:'\f00d';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.profile-bottom-padding-left{

  padding-left: 8px;

}

.profile-bottom-padding-right{

  padding-right: 8px;

}

.profile-title-section{

  font-family: IRANSans;

  font-size: 13px;

  padding-right: 15px;

}

.profile-value-section{

  font-family: IRANSans_bold;

  font-size: 13px;

  padding-left: 15px;

}

.profile-info-margin{

  margin-top: 20px;

}

.profile-nologo{

  color: #cc5050;

}

.profile-islogo{

  color: #09aa2c;

}

.menu-avatar.edit{

  margin-top: 0;

}

.change-logo-p{

  margin-top: 10px;

  color: #cc5050;

}

.select-logo-input{

  margin-bottom: 10px;

}

span.goto-select-logo{

  font-family: IRANSans;

  font-size: 12px;

  color: white;

  text-align: center;

  background-color: #98c7e2;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  padding: 1px 3px;

  transition: ease-in-out .25s all;

  -webkit-transition: ease-in-out .25s all;

  -moz-transition: ease-in-out .25s all;

  -o-transition: ease-in-out .25s all;

  margin-right: 5px;

}

span.goto-select-logo:hover , span.goto-select-logo:focus{

  background-color: #89b7d3;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.ticket-table.docs tr td{

  color: #333;

  font-size: 13px;

}

.ticket-table.docs tr th:first-child, .ticket-table.docs tr td:first-child{

  width: 25%;

}

.doc-verify{

  color: green !important;

  font-size: 12px;

}

.doc-verify:before{

  content:'\f00c';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.doc-unverify{

  color: red !important;

  font-size: 12px;

}

.doc-unverify:before{

  content:'\f00d';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

.doc-waiting{

  color: #ccc !important;

  font-size: 12px;

}

.doc-waiting:before{

  content:'\f017';

  font-family: 'Font Awesome\ 5 Pro';font-weight:700;

  padding-left: 3px;

}

/* profile end */



/* send-docs begin */

.send-docs-input-padding select{

  height: 30px;

}

.send-docs-padding{

  padding: 2px 10px;

}

.send-docs-box-color{

  background-color: rgb(246, 246, 246);

  padding: 5px 5px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

}

.send-docs-box-color.orig{

  background-color: rgb(255, 247, 247);

}

.medium-4.padding{

  padding-top: 5px;

}

.large-4.padding{

  padding-top: 5px;

}

.send-docs-btns-margin-top{

  margin-top: 5px;

}

p.add-another-doc-link{

  margin-top: 15px;

  color: #1a8cb9;

  cursor: pointer;

  display: inline-block;

}

p.add-another-doc-link::selection{

  background-color: transparent;

}

p.add-another-doc-link:hover , p.add-another-doc-link:focus{

  color: #0f6b8f;

}

.send-docs-close-extra-btn{

  color: #999;

  margin-top: 7px;

}

.send-docs-close-extra-btn > i{

  color: #999;

  cursor: pointer;

}

.send-docs-close-extra-btn > i:hover{

  color: #666;

}

/* send-docs end */



/* off-bon begin */

.off-p p{

  font-family: IRANSans;

  font-size: 13px;

  color: #444;

  padding: 0 15px;

  line-height: 1.8;

}

.off-input input{

  width: 100%;

  height: 35px;

  border:1px solid #ccc;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  font-family: IRANSans;

  font-size: 13px;

  padding: 3px 5px;

  color: #333;

  margin: 15px 0 4px 0;

}

.bon-descriptions{

  margin: 0 !important;

  list-style: none;

  margin-bottom: 10px !important;

}

.bon-descriptions li{

  font-family: IRANSans;

  font-size: 13px;

  color: #333;

}

.bon-descriptions li:not(:first-child){

  margin-top: 6px;

}

.main-select-way.off{

  height: 285px;

}

/* .off-image{

  width: 100%;

  height: 50px;

  background-image: url('images/off.png');

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center;

} */

.offs-top-boxes {

  width: 100%;

  height: 45px;

  border: 1px solid #ccc;

  border-bottom-width: 2px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12);

  font-family: IRANSans;

  font-size: 15px;

  padding-top: 10px;

  color: #333;

  border-right: 3px solid #0f9ad1;

}

/* off-bon end */



/* calc begin */

.calc-dropboxes-padding{

  padding: 10px 10px;

}

.calc-btns-margin{

  margin-top: 20px;

}

.calc-result h6{

  font-family: IRANSans;

  font-size: 16px;

  text-align: center;

  margin-top: 30px;

  line-height: 1.9;

  color: green;

}

/* calc end */



/* factors begin */

.button.ticket-link.dashboard.small-size.factor{

  height: 27px;

  margin-top: 0px;

  width: 169px;

  background-color: #5db3d6;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.button.ticket-link.dashboard.small-size.factor:hover , .button.ticket-link.dashboard.small-size.factor:focus{

  background-color: #4d9fc0;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.ticket-table.factor tr th:first-child, .ticket-table.factor tr td:first-child{

  width: 35%;

}

.factor-box{

  width: 100%;

  border:1px solid #ccc;

  margin-top: 15px;

  margin-bottom: 15px;

  font-family: IRANSans;

  padding-bottom: 20px;

}

.factor-box ul{

  margin: 0 !important;

  list-style: none;

}

ul.factor-top{

  margin-top: 8px !important;

  margin-right: 15px !important;

}

ul.factor-top li{

  padding-top: 2px;

}

ul.factor-top li:nth-child(2), ul.factor-top li:nth-child(3){

  font-size: 13px;

}

.factor-logo{

  text-align: left;

}

.factor-logo img{

  margin-top: 8px;

  margin-left: 15px;

}

ul.factor-details{

  margin-top: 5px !important;

  margin-right: 25px !important;

  border-right: 3px solid #009E4E;

}

ul.factor-details li{

  padding-right: 5px;

  padding-top: 3px;

}

ul.factor-details li:not(:nth-child(2)){

  font-size: 13px;

}

ul.factor-details li:nth-child(2){

  font-size: 18px;

}

.factor-number-box{

  text-align: right;

}

ul.factor-number li:not(:first-child){

  font-size: 14px;

}

ul.factor-number li:first-child{

  font-size: 18px;

  color: #0f9ad1;

}

ul.factor-number li:last-child > span.paid{

  color: green;

}

ul.factor-number li:last-child > span.unpaid{

  color: red;

}

ul.factor-number li{

  padding-top: 3px;

}

.factor-box table{

  margin: 30px 0 15px 0;

}

.factor-box table tr th{

  background-color: #009E4E;

  color: white;

}

/* .factor-box table tr td:last-child{

  text-align: right;

} */

.factor-box table thead tr td{

  background-color: rgb(208, 255, 231);

  padding: 6px 0 5px 0;

}

.factor-box table tr th, .factor-box table tr td{

  text-align: center;

  font-weight: normal !important;

  border:1px solid #ccc;

}

.factor-box table tr td{

  font-size: 13px;

}

.factor-box table tbody tr td:first-child, .factor-box table tr th:first-child{

  width: 45%;

}

ul.factor-total-price li{

  font-size: 14px;

  padding-top: 5px;

}

ul.factor-total-price li:first-child > span{

  text-decoration: line-through;

  color: red;

}

ul.factor-total-price li:nth-child(2) > span{

  color: green;

}

ul.factor-total-price li:last-child{

  font-weight: bold;

  color: green;

}

ul.factor-thanks{

  font-size: 20px;

  margin-top: 30px !important;

  margin-right: 25px !important;

  color: #333;

}

ul.factor-thanks li{

  padding-top: 0;

}

ul.factor-thanks li:first-child{

  color: red;

  font-size: 12px;

  padding-bottom: 10px;

}

ul.factor-follow{

  font-size: 14px;

  margin-top: 40px !important;

  margin-right: 25px !important;

  border-right: 3px solid #0f9ad1;

}

ul.factor-follow li{

  padding-right: 5px;

}

.factor-padding-bottom{

  padding-bottom: 25px;

}

.factor-box.public{

  background-color: white;

}

.factor-download-btn{

  font-family: IRANSans;

  font-size: 14px;

  border:1px solid #ccc;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

  background-color: #fff;

  padding: 2px 8px;

  transition: ease-in-out .25s all;

  -webkit-transition: ease-in-out .25s all;

  -moz-transition: ease-in-out .25s all;

  -o-transition: ease-in-out .25s all;

}

.factor-download-btn:hover , .factor-download-btn:focus{

  background-color: rgb(248, 248, 248);

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.factor-public-margin{

  margin: 30px 0 15px 0;

}

p.no-factor-text{

  font-size: 26px;

  text-align: center;

  margin-top: 40px;

  color: #0f6b8f;

}

.button.secondary.no-factor-back{

  font-family: IRANSans;

  font-size: 14px;

  width: 150px;

  background-color: rgb(228, 228, 228);

  border:1px solid rgb(207, 207, 207);

  color: #999;

}

.button.secondary.no-factor-back:hover{

  background-color: rgb(224, 224, 224);

}

.search-factor-btn{

  width: 150px !important;

}

.search-factor-btn-margin{

  margin-top: 25px;

  margin-bottom: 5px;

}

.search-factor-input-margin{

  margin-top: 20px;

}

/* factors end */



/* public ads begin */

h6.public_ads{

  text-align: center;

  font-family: IRANSans;

  font-size: 15px;

  padding-top: 12px;

  margin-bottom: 0;

}

table.public_ads tr td{

  text-align: right;

}

table.public_ads + form input[type="text"]{

  width: 100%;

  border:1px solid #ccc;

  padding: 5px;

  font-size: 14px;

  height: 35px;

}

table.public_ads + form input[type="text"]{

  width: 100%;

  border:1px solid #ccc;

  padding: 5px;

  font-size: 14px;

  margin-bottom: 15px;

}

table.public_ads p{
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

/* public ads end */

a.cv-download{
  font-size: 18px;
  color: #009f6a;
  display: inline-block;
  margin-top: 5px;
}

/* bestest begin */

.callout.success.description.bestest{

  width: 100%;

}

table.ticket-table.bestest tr td{

  width: 25%;

  background-color: white !important;

}

table.ticket-table.bestest tr th > span{

  color: yellow;

}

/* bestest end */



/* settings page begin */

.states-main-divs-jobs, .states-main-divs-fields, .states-main-divs-states{

  font-family: IRANSans;

  border-right: 1px solid #ccc;

}

.states-box-jobs, .states-box-fields, .states-box-states{

  width: 100%;

  height: 30px;

  text-align: right;

  background-color: #fcfcfc;

  cursor: pointer;

  border-bottom:1px solid #ccc;

  border-left:1px solid #ccc;

  transition: ease-in-out .1s all;

  -webkit-transition: ease-in-out .1s all;

  -moz-transition: ease-in-out .1s all;

  -o-transition: ease-in-out .1s all;

  position: relative;

  font-size: 13px;

}

.states-box-jobs > label, .states-box-fields > label, .states-box-states > label, .settings-select-sex > label{

  width: 100%;

  display: inline-block;

  /* background-color: red; */

}

.states-box-jobs input[type="checkbox"], .states-box-fields input[type="checkbox"], .states-box-states input[type="checkbox"]{

  margin: 7px;

}

.settings-select-sex{

  font-family: IRANSans;

  font-size: 14px;

  border:1px solid #ccc;

}

.settings-select-sex > label, .settings-select-sex.title{

  padding: 8px 5px 4px 5px;

}

.settings-select-sex.blue{

  color: #00719e;

}

.settings-select-sex.desc{

  font-family: IRANSans;

  text-align: justify;

  font-size: 12px;

  color: maroon;

  padding: 8px 8px 4px 8px;

}

.settings-select-sex.desc > span{

  line-height: 1.9;

}

.settings-select-sex > input{

  margin-right: 30px;

}

.settings-select-sex-margin{

  margin-top: 30px;

}

.settings-select-sex-margin.bottom{

  margin-top: 15px;

}

.red-button{

  font-family: IRANSans;

  font-size: 14px;

  background-color: #eb5d5d;

}

.red-button:hover , .red-button:focus{

  background-color: #cc5050;

}

.settings-btn{

  margin-top: 25px;

}

/* settings page end */



/* settings-new begin */

.search-selects-margin{

  margin-top: 25px;

  font-family: IRANSans;

  font-size: 14px;

  color: #00719e;

}

.search-selects-margin label{

  font-size: 13px;

}

.search-selects-margin label > span:not(.underline){

  color: rgb(226, 86, 86);

  font-size: 11px;

}

.search-selects-margin.last{

  margin-bottom: 40px;

}

/* settings-new end */



/* email-sms begin */

.email-sms-boxs{

  font-family: IRANSans;

  font-size: 13px;

  margin-top: 20px;

  border-bottom:1px solid #ccc;

  border-right:1px solid #ccc;

}

.email-sms-boxs.bottom{

  margin-top: 35px;

  margin-bottom: 30px;

}

.email-sms-headings{

  width: 100%;

  height: 38px;

  color: white;

  padding: 10px;

  text-align: center;

  font-size: 14px;

}

.email-sms-headings.top{

  background-color: rgb(206, 133, 0);

}

.email-sms-headings.bottom{

  background-color: rgb(191, 53, 97);

}

.email-sms-desc{

  width: 100%;

  height: 32px;

  padding: 7px;

  text-align: center;

}

.get-mail-sms-prices{

  font-size: 14px;

  font-weight: bold;

}

.email-sms-desc.top{

  background-color: #EEE8AA;

}

.email-sms-desc.bottom{

  background-color: #efbdc4;

}

.email-sms-fields{

  border-top:1px solid #ccc;

  border-left:1px solid #ccc;

  height: 35px;

}

.email-sms-fields input:focus{

  outline: none;

}

.email-sms-fields > label{

  display: inline-block;

  width: 100%;

}

.email-sms-fields:hover{

  background-color: rgb(254, 255, 236);

}

.email-sms-btn input{

  font-family: IRANSans;

  margin-top: 15px;

  /* margin-bottom: 0; */

}

.red-p-in-tables{

  border-bottom:1px dashed red;

  color:red;

}

h6.callout.primary.email-sms{

  font-family: IRANSans;

  font-size: 12px;

  text-align: center;

  padding: 8px;

  margin-top: 30px;

  background-color: #d5f5ff;

}

.email-sms-price-centering{

  margin-top: 22px;

  margin-bottom: 0 !important;

  font-family: IRANSans;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.email-sms-banks{

  margin-top: 10px;

}

.email-sms-banks h6{

  font-family: IRANSans;

  text-align: center;

  padding-bottom: 8px;

  font-size: 15px;

}

.callout.primary.center.email-sms-pay{

  font-family: IRANSans;

  font-size: 14px;

  color: #0f6b8f;

  background-color: rgba(216, 228, 238, 0.2);

  line-height: 1.8;

  padding: 15px;

  margin-top: 20px;

}

.email-sms-left-border{

  border-left: 1px solid #ccc;

  height: 35px;

}

.email-sms-new-field-padding{

  padding: 8px;

}

/* email-sms end */



/* resume begin */

.resume-main{

  font-family: IRANSans;

  font-size: 13px;

}

.resume-main input{

  width: 100%;

  height: 30px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  border:1px solid #ccc;

}

.resume-main textarea{

  width: 100%;

  height: 100px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  border:1px solid #ccc;

  resize: none;

}

.resume-main-form-padding{

  padding: 5px 8px;

}

h6.resume-headings{

  text-align: center;

  font-family: IRANSans;

  margin: 10px 0;

  padding: 6px;

  color: #0f6b8f !important;

  font-size: 14px;

}

.resume-main-2{

  font-family: IRANSans;

  font-size: 13px;

}

.resume-like-table{

  text-align: center;

  border:1px solid #ccc;

  padding: 5px;

  background-color: rgb(245, 245, 245);

}

.resume-like-table-fields{

  text-align: center;

  border:1px solid #ccc;

  padding: 5px;

}

.resume-like-table-fields input{

  width: 100%;

  height: 26px;

}

.resume-like-table-fields select{

  /* height: 20px; */

  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -o-border-radius: 0;

  padding:0;

}

span.add-row{

  background-color: #09aa2c;

  color: white;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  margin-top: 8px;

  display: inline-block;

  padding: 5px;

  cursor: pointer;

}

span.add-row:hover , span.add-row:focus{

  background-color: #099728;

}

span.remove-row{

  background-color: #be1616;

  color: white;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  margin-top: 8px;

  display: inline-block;

  padding: 5px;

  cursor: pointer;

}

span.remove-row:hover , span.remove-row:focus{

  background-color: #af0e0e;;

}

.all_removers{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9a9a9a;
  color: white;
  padding: 0 6px;
  cursor: pointer;
}

.resume-btn-margin{

  margin-top: 20px;

}

.resume-avatar-margin{

  margin-top: 15px;

}

/* resume end */


/* plecement begin */

.placement-avatar-margin{
  margin-top: 15px;
  margin-bottom: 15px;
}
.placement-start-main{
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 20px;
}
.placement-start-main p{
  font-family: IRANYekan;
  font-size: 14px;
  color: #454545;
  text-align: justify;
  line-height: 1.8;
}
.placement-terms-title{
  font-family: IRANYekan;
  margin-top: 20px;
  color: #363636;
  font-size: 15px;
  margin-bottom: .5rem;
}
.placement-main{
  margin-top: 30px;
}
.switch-iPhone .switch {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.switch-iPhone .switch:checked + .switchStyle:before {
  background: #4cd964;
  border: 14px solid #4cd964;
}
.switch-iPhone .switch:checked + .switchStyle:after {
  content: "";
  left: 28px;
}
.switch-iPhone .switchStyle {
  position: relative;
  width: 55px;
  height: 30px;
  cursor: pointer;
  border-radius: 50px;
  margin-left: 30px;
  float: left;
}
.switch-iPhone .switchStyle:before, .switch-iPhone .switchStyle:after {
  content: "";
  position: absolute;
  left: 0;
  transition: .25s ease all;
  -moz-transition: .25s ease all;
  -webkit-transition: .25s ease all;
}
.switch-iPhone .switchStyle:before {
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 5px solid #e5e5e5;
  background: #fefefe;
}
.switch-iPhone .switchStyle:after {
  content: "";
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 3px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.1), 0px 9px 9px rgba(0, 0, 0, 0.05), 0px 0px 0px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 9px 3px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.1), 0px 9px 9px rgba(0, 0, 0, 0.05), 0px 0px 0px 2px rgba(0, 0, 0, 0.04);
}
.switch-iPhone > p{
  color: #e0e0e0;
  font-family: IRANYekan;
  font-size: 20px;
  float: left;
  margin-left: 6px;
}
.switch-iPhone > p.colored{
  color: #4cd964;
}
#steps{
  width: 94%;
  margin: 0 auto;
}
.placement-prev{
  background-color: #afafaf;
  color: #fff;
  padding: 10px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-prev:hover{
  background-color: #a1a1a1;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-next{
  background-color: #009e4e;
  color: #fff;
  padding: 10px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-next:hover{
  background-color: #028f48;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-start{
  background-color: #009e4e;
  font-family: IRANSans;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 1;
  color: #fff;
  padding: 10px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-start:hover{
  background-color: #028f48;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-finish{
  background-color: #eb5d5d;
  color: #fff;
  padding: 10px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-finish:hover{
  background-color: #cc5050;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.step-two-box{
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
.step-three-box{
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
.step-four-box{
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
h6.placement-heading{
  text-align: center;
  font-family: IRANSans;
  margin: 10px 0;
  padding: 6px;
  color: #0f6b8f !important;
  font-size: 13px;
  margin-top: 25px;
}
select:disabled{
  border-color: rgb(204, 204, 204) !important;
  background-color: #ebebe4 !important;
}
/* input:-moz-read-only{
  border-color: rgb(204, 204, 204) !important;
  background-color: #ebebe4 !important;
} */
/* input:read-only{
  border-color: rgb(204, 204, 204) !important;
  background-color: #ebebe4 !important;
} */
.step-remove-row{
  color: #fff;
  background-color: red;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 1.1;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 8px;
}
.step-remove-row:hover{
  background-color: rgb(236, 22, 22);
}
.add-row-absolute{
  background-color: #09aa9d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  color: white;
  margin-top: 8px;
  display: inline-block;
  padding: 6px 9px 5px 9px;
  cursor: pointer;
}
span.add-row-absolute:hover, span.add-row-absolute:focus{
  background-color: #08a396;
}
.step-tag{
  background-color: white;
  display: inline-block;
  padding: 4px 18px 2px 7px;
  border-radius: 10px;
  box-shadow: 0 2px 5px -1px rgba(17, 17, 17, 0.15);
  -webkit-box-shadow: 0 2px 5px -1px rgba(17, 17, 17, 0.15);
  -moz-box-shadow: 0 2px 5px -1px rgba(17, 17, 17, 0.15);
  -o-box-shadow: 0 2px 5px -1px rgba(17, 17, 17, 0.15);
  position: relative;
  margin-top: 5px;
}
.step-tag:not(:last-child){
  margin-left: 5px;
}
.step-remove-tag{
  background-color: #ff4949;
  color: #fff;
  margin-left: 5px;
  width: 13px;
  height: 100%;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  -moz--webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  padding-top: 5px;
  cursor: pointer;
}
.step-remove-tag:hover{
  background-color: #f34747;
}
#avatar-input{
  display: none;
}
.avatar-btn{
  border-radius: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: IRANYekan;
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  background-color: #afb8d0;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
  cursor: pointer;
}
.avatar-btn:hover{
  background-color: #a7b0c9;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.step-tab-panel .loading{
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}
.step-image-box{
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.step-image-box image{
  width: 100%
}
.cv-buttons{
  text-align: center;
  padding: 30px 0 20px 0;
}
.cv-buttons a{
  font-family: IRANYekan;
  font-size: 14px;
  text-align: center;
  width: 130px;
  padding: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
}
.cv-buttons a.wide{
  width: 150px;
}
.cv-buttons a:first-child{
  background-color: #78a6ea;
  color: #fff;
}
.cv-buttons a:first-child:hover{
  background-color: #75a2e6;
  color: #fff;
}
.cv-buttons a:nth-child(2){
  background-color: #b9b9b9;
  color: #fff;
}
.cv-buttons a:nth-child(2):hover{
  background-color: #b3b3b3;
  color: #fff;
}
.cv-buttons a:nth-child(3){
  background-color: #ffab2f;
  color: #fff;
}
.cv-buttons a:nth-child(3):hover{
  background-color: #f8a933;
  color: #fff;
}
.cv-buttons button.deactivate{
  font-family: IRANYekan;
  font-size: 14px;
  text-align: center;
  width: 130px;
  padding: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background-color: #ea6b6b;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
}
.cv-buttons button.deactivate:hover{
  background-color: #e26a6a;
  color: #fff;
}
.cv-buttons button.activate{
  font-family: IRANYekan;
  font-size: 14px;
  text-align: center;
  width: 130px;
  padding: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background-color: #78ca57;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
}
.cv-buttons button.activate:hover{
  background-color: #78ca57;
  color: #fff;
}
.cv-buttons button.send{
  font-family: IRANYekan;
  font-size: 14px;
  text-align: center;
  width: 150px;
  padding: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background-color: #1ab342;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
}
.cv-buttons button.send:hover{
  background-color: #18af40;
  color: #fff;
}
.karfarma-cv-padding{
  padding: 15px;
}
.karfarma-cv-padding.bottom{
  padding: 15px 0 0 0;
}
.mid-download-cv-btn{
  position: absolute;
  top: 0;
  left: 0;
}
.mid-download-cv-btn div{
  background-color: #f0f0f0;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 17px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.mid-download-cv-btn div i{
  font-size: 38px;
  color: #888;
}
.mid-download-cv-btn span{
  background-color: #009f6a;
  color: #fff;
  font-size: 12px;
  padding: 2px 3px;
  display: inline-block;
  width: 70px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.mid-download-cv-btn:hover > div{
  background-color: #ececec;
}
.cv-item-box{
  width: 100%;
  padding: 20px 20px 15px 20px;
  box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -o-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: IRANYekan;
  position: relative;
  margin-bottom: 15px;
}
.cv-item-box:nth-child(even){
  background-color: #fff;
}
.cv-item-box img{
  width: 70px;
  height: 70px;
  border-radius: 70px;
  box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -o-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
}
.cv-item-box p{
  display: inline-block;
  padding-right: 7px;
  color: #00688B;
}
.cv-item-box > span{
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ccc;
  font-size: 13px;
}
.cv-item-box > span > span{
  font-size: 14px;
  color: #999;
}
.cv-item-box ul{
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
.cv-item-box ul li{
  display: inline;
  font-size: 13px;
  color: #999;
}
.cv-item-box ul li:not(:first-child){
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.cv-item-box ul li:not(:last-child){
  padding-left: 7px;
}
.cv-item-box > a{
  position: absolute;
  top: 55px;
  left: 20px;
  border: 1px solid #00688B;
  color: #00688B;
  font-size: 13px;
  font-size: 13px;
  padding: 4px 5px;
  border-radius: 5px;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.cv-item-box > a:hover{
  background-color: #00688B;
  color: #fff;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.fs-label-wrap .fs-label{
  font-family: IRANYekan;
  font-size: 14px;
  padding: 8px 7px 6px 18px !important;
}
.fs-label-wrap{
  height: 30px !important;
}
.fs-dropdown .fs-options {
  font-family: IRANYekan;
  font-size: 14px;
}
.fs-option, .fs-search, .fs-optgroup-label{
  padding: 8px 8px !important;
}
.fs-wrap{
  position: relative !important;
  margin-top: 1px !important;
  margin-bottom: 16px;
}
.fs-dropdown{
  margin-top: 1px !important;
  width: 100% !important;
}
.form-title{
  font-family: IRANYekan;
  font-size: 14px;
  color: darkgray;
}
.fs-search input{
  font-family: IRANYekan;
}
/* width */
.fs-dropdown .fs-options::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.fs-dropdown .fs-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.fs-dropdown .fs-options::-webkit-scrollbar-thumb {
  background: rgb(170, 170, 170); 
  border-radius: 5px;
}

/* Handle on hover */
.fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover {
  background: rgb(160, 160, 160); 
}

.fs-optgroup-label{
  text-align: right !important;
  color: #333;
}
.fs-option{
  color: #777;
}
.fs-no-results{
  font-family: IRANYekan;
  font-size: 14px;
  color: #8c8c8c;
}

.cv-myinput{
  position: relative;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  text-align: right;
  outline: none;
  border: 1px solid #cecece;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 7px;
  color: #333;
  font-family: IRANYekan;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 16px;
}
.karfarma-cv-top-box{
  width: 100%;
  padding: 10px 10px 5px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -o-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
}
.karfarma-cv-top-box-padding{
  padding: 5px 5px 0 5px;
}
.karfarma-cv-top-box button{
  background-color: #00688B;
  color: #fff;
  font-family: IRANYekan;
  font-size: 14px;
  width: 100%;
  margin-top: 22px;
  padding: 7px 0;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.karfarma-cv-top-box button:hover{
  opacity: .95;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.karfarma-cv-single{
  font-family: IRANYekan;
  margin-bottom: 30px;
}
.karfarma-cv-single img{
  width: 120px;
  height: 120px;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -o-border-radius: 120px;
  box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -webkit-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -moz-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  -o-box-shadow: 0 3px 6px -2px rgba(17, 17, 17, 0.1);
  margin: 0 auto;
  display: block;
}
.karfarma-cv-single p.name{
  font-size: 17px;
  margin-top: 15px;
  text-align: center;
  color: #00688B;
}
.karfarma-cv-single-in{
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  /* padding: 25px; */
}
.cv-single-head{
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
.cv-single-head > strong{
  font-size: 18px;
  padding: 11px;
  color: #00688B;
  border-bottom: 1px solid #00688B;
}
.cv-single-title{
  font-size: 17px;
  margin-bottom: 5px;
  color: rgb(168, 168, 168);
  margin-top: 20px;
  position: relative;
}
.cv-single-title.no-margin{
  margin-top: 0;
}
.cv-single-title.margin-top{
  margin-top: 50px;
}
.cv-single-value{
  font-size: 16px;
  color: #565656;
  font-weight: bold;
}
.cv-single-value.colored{
  color: #0087c5;
}
.cv-single-value > span{
  background-color: #0087c5;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  margin-top: 4px;
  font-weight: normal;
}
.cv-single-value > span.red{
  background-color: #ff4949;
}
.karfarma-cv-single-in-in{
  padding: 10px 25px 25px;
}
.cv-box-outer-circle{
  border-right: 1px solid #0087c5;
  padding: 0 15px;
}
.cv-box-outer-circle .cv-single-title:before{
  content: '\f111';
  font-family: 'Font Awesome\ 5 Pro';font-weight:400;
  font-size: 14px;
  position: absolute;
  top: -1px;
  right: -28px;
  background-color: #fff;
  color: #0087c5;
  -webkit-animation: changeCircle .8s linear alternate;
          animation: changeCircle .8s linear alternate;
}
.cv-box-outer-square{
  border-right: 1px solid #0087c5;
  padding: 0 15px;
}
.cv-box-outer-square .cv-single-title:before{
  content: '\f0c8';
  font-family: 'Font Awesome\ 5 Pro';font-weight:400;
  font-size: 14px;
  position: absolute;
  top: -1px;
  right: -27px;
  background-color: #fff;
  color: #0087c5;
  -webkit-animation: changeSquare .8s linear alternate;
          animation: changeSquare .8s linear alternate;
}
@-webkit-keyframes changeCircle {
  0% {
    content: "\f111";
  }
  50% {
    color: white;
  }
  100% {
    content: "\f1db";
  }
}
@keyframes changeCircle {
  0% {
    content: "\f111";
  }
  50% {
    color: white;
  }
  100% {
    content: "\f1db";
  }
}
@-webkit-keyframes changeSquare {
  0% {
    content: "\f0c8";
  }
  50% {
    color: white;
  }
  100% {
    content: "\f096";
  }
}
@keyframes changeSquare {
  0% {
    content: "\f0c8";
  }
  50% {
    color: white;
  }
  100% {
    content: "\f096";
  }
}
.cv-single-item-group{
  padding: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: default;
}
.cv-box-outer-circle .cv-single-item-group:hover .cv-single-title:before{
  content: '\f111';
  font-weight: 700;
}
.cv-box-outer-square .cv-single-item-group:hover .cv-single-title:before{
  content: '\f0c8';
  font-weight: 700;
}
.ajax-placeholder-outer{
  position: relative;
}
.ajax-placeholder-outer .overlay{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: white;
  z-index: 1;
  opacity: 0.7;
  padding-top: 15px;
}
#up-err{
  color: #ff4c4c;
  font-family: IRANSans_light;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin-top: 12px;
  display: none;
}
.allow-btn{
  background-color: #21b321;
  color: #fff;
  padding: 12px;
  width: 100px;
  font-size: 16px;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.allow-btn:hover{
  background-color: #20ac20;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.notAllow-btn{
  background-color: #ff4545;
  color: #fff;
  padding: 12px;
  width: 100px;
  font-size: 16px;
  cursor: pointer;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.notAllow-btn:hover{
  background-color: #f74242;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.placement-ad-box{
  -webkit-box-shadow: 0 2px 5px rgba(17, 17, 17, 0.15);
          box-shadow: 0 2px 5px rgba(17, 17, 17, 0.15);
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.placement-ad-box-title{
  padding: 15px 15px;
  -webkit-box-shadow: 0 3px 3px -3px rgba(17, 17, 17, 0.25);
          box-shadow: 0 3px 3px -3px rgba(17, 17, 17, 0.25);
  position: relative;
  z-index: 1;
}
.placement-ad-box-title h4{
  font-family: IRANYekan;
  font-size: 15px;
  margin-bottom: 0;
  color: #363636;
}
.placement-ad-box-title h4 > span.active{
  background-color: #eeeeee;
  color: #27b527;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.placement-ad-box-title h4 > span.expired{
  background-color: #eeeeee;
  color: #fb4444;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.placement-ad-link{
  text-align: center;
  padding: 16px 15px;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.placement-ad-link:hover{
  background-color: #ebfff5;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.placement-ad-link:hover span, .placement-ad-link:hover p{
  color: #777777 !important;
}
.placement-ad-link span{
  font-family: IRANSans;
  font-size: 22px;
  color: #969696;
}
.placement-ad-link p{
  margin-bottom: 0;
  font-family: IRANSans_light;
  font-size: 15px;
  color: #969696;
}
.placement-ad-link:not(.last){
  border-left: 1px solid #e0e0e0;
}
/* plecement end */


/* support begin */

.callout.primary.support{

  font-family: byekan !important;

  font-size: 14px;

  text-align: center;

  line-height: 2;

}

/* support end */



/* report begin */

.ticket-table.report tr th:first-child, .ticket-table.report tr td:first-child{

  width: 30%;

}

.ticket-table.report tr th:nth-child(2), .ticket-table.report tr td:nth-child(2){

  width: 25%;

}

.ticket-table.report tr th:nth-child(3), .ticket-table.report tr td:nth-child(3){

  width: 15%;

}

.red-cl{

  color: red !important;

}

.green-cl{

  color: green;

  font-weight: bold;

}

/* report end */



/* vip ads begin */

  .vip-ads-box{

    width: 100%;

    height: 105px;

    border:1px solid #50b782;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    margin-top: 20px;

  }

  .vip-ads-box.pinned{

    border:1px solid rgb(183, 80, 80);

  }

  .vip-ads-box:last-child{

    margin-bottom: 40px;

  }

  .vip-ads-box-in-right{

    width: 100%;

    height: 103px;

    background-color: #50b782;

    color: white;

    font-family: byekan;

    font-size: 20px;

    text-align: center;

    word-wrap: break-word;

    padding: 6px 15px;

  }

  .vip-ads-box.pinned .vip-ads-box-in-right{

    background-color: #b75050;

    color: white;

  }

  .vip-ads-box-in-right-top{

    width: 100%;

    height: 70px;

    padding: 15px;

    position: relative;

    overflow: hidden;

  }

  .vip-ads-box-in-right-top h4{

    font-family: IRANSans;

    font-size: 18px;

  }

  .vip-ads-box-in-right-top p{

    font-family: IRANSans_light;

    font-size: 14px;

  }

  .vip-ads-box-in-right-top-btn{

    position: absolute;

    left: 15px;

    bottom: 8px;

    font-family: IRANSans;

    font-size: 13px;

  }

  .vip-ads-box-in-right-bottom{

    width: 100%;

    height: 33px;

    background-color: #f3fff9;

    border-top: 1px solid #b8f5d5;

    border-radius: 0 0 0 5px;

    -webkit-border-radius: 0 0 0 5px;

    -moz-border-radius: 0 0 0 5px;

    -o-border-radius: 0 0 0 5px;

  }

  .vip-ads-box.pinned .vip-ads-box-in-right-bottom{

    width: 100%;

    height: 33px;

    background-color: #fff3f3;

    border-top: 1px solid #f5b8b8;

    border-radius: 0 0 0 5px;

    -webkit-border-radius: 0 0 0 5px;

    -moz-border-radius: 0 0 0 5px;

    -o-border-radius: 0 0 0 5px;

  }

  .ruban{

    width: 100px;

    padding: 2px;

    background-color: #ff9913;

    font-family: IRANSans;

    font-size: 14px;

    position: absolute;

    top: 8px;

    left: -32px;

    text-align: center;

    color: white;

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

  }

  .vip-ads-box-in-right-bottom-items:not(i){

    font-family: IRANSans;

    font-size: 14px;

    padding-right: 15px;

    padding-top: 7px;

    color: #555;

  }

  .pin{

    text-align: left;

    padding: 5px 10px;

  }

  .pin > i{

    color: #888;

    cursor: pointer;

  }

/* vip ads end */



/* all template style begin */

.templates-back{

  background-color: white;

}

.templates-page{

  width: 100%;

  /* height: 1060px;  */ padding-bottom: 80px;

  border:1px solid #ccc;

  border-top-width: 0;

  margin-top: 15px;

  margin-left: auto;

  margin-right: auto;

  position: relative;


}

.templates-page *:not(i){

  font-family: IRANSans;

}

/* all template style end */



/* template1 begin */

.tem-header{

  width: 100%;

  height: 50px;

  background-color: rgb(27, 54, 129);

}

.left-white{

  border-left: 5px solid white;

}

.left-white-span > span{

  font-size: 22px;

  border-left: 5px solid white;

  border-right: 5px solid white;

  color: white;

  height: 50px;

  display: inline-block;

  padding: 8px 30px;

}

h6.summary-title{

  font-size: 20px;

  padding: 8px;

  margin-top: 15px;

  margin-bottom: 0;

}

p.summary-value{

  font-size: 16px;

  padding: 8px;

  padding-left: 50px;

  margin-top: 0px;

  text-align: justify;

  line-height: 1.8;

}

.tem-side{

  width: 100%;

  padding: 15px;

  background-color: rgb(243, 243, 243);

}

.tem-side.white{

  background-color: white;

  position: relative;

}

.tem-side.white > img{

  position: absolute;

  top: 65px;

  left: 40px;

  width: 155px;

  height: 155px;

}

.tem-section-headings{

  font-size: 18px;

  color: #3176ce;

}

hr.tem{

  margin-top: 5px !important;

}

p.tem-address{

  font-size: 15px;

  text-align: justify;

}

p.tem-detail{

  font-size: 14px;

  margin-bottom: .4em;

}

p.tem-infos{

  font-size: 15px;

  margin-bottom: .5em;

}

.tem-footer{

  width: 100%;

  height: 50px;

  bottom: 0;

  position: absolute;

  background-color: rgb(27, 54, 129);

}

.old-job:nth-child(odd){

  background-color: #efefef;
  padding: 10px;

  margin-top: 15px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

}

.old-job:nth-child(even){

  background-color: #d6d6d6;
  padding: 10px;


  margin-top: 15px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

}

@media print {

  body {

    zoom: 78%;

  }

}

/* template1 end */



/* template2 begin */

.tem2-bg{

  background-color: #ccc;

}

.tem2-details-box{

  width: 100%;

  height: 280px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.05);

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.05);

  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.05);

  position: relative;

}

.tem2-details-box:before{

  top: 5%;

  bottom: 10px;

  height: 90%;

  left: 0;

  right: 0;

  box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);

  -webkit-box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);

  -moz-box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);

  -o-box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);

  content: "";

  position: absolute;

  z-index: -2;

}

.tem2-details-box-padding{

  padding: 5px 30px;

}

.tem2-details-box img.avt{

  width: 250px;

  height: 250px;

  margin-top: 15px;

}

.tem2-details-box ul{

  margin:0 !important;

  list-style: none;

  padding: 10px 15px;

}

.tem2-details-box ul li{

  padding-top: 9px;

  color: #555;

  font-size: 14px;

  font-family: byekan;

}

.tem2-details-box.download{

  height: auto;

  padding-top: 20px;

  text-align: center;
  padding-bottom: 8px;


}

.download-btn{

  width: 200px;

  margin:0 auto;

  background-color: #00688B;

  color: white;

  text-align: center;

  padding: 5px 10px;

  font-size: 14px;

  cursor: pointer;

}

.download-alert{

  font-size: 12px;

  color: red;

  text-align: center;
  font-family: IRANSans;
  margin-top: 15px;
  margin-bottom: 6px;

}

.templates-back.t2{

  background-color: #ccc;

  padding-top: 30px;
  /* background-image: url('images/bat.png'); */

}

.activities-table tr td{
  border:1px solid #ccc;
  text-align: center;
  font-size: 13px;
}

.tem2-details-box.bottom-section{

  height: auto;

  padding: 30px;

}

.tem2-details-box.bottom-section h4{

  margin-right: 85px;

  margin-top: 5px;

  font-family: byekan;

}

p.tem2-summary{

  color: #666;

  font-size: 14px;

  line-height: 1.7;

  text-align: justify;

}

.tem2-table-titles{

  border:1px solid #ccc;

  font-size: 13px;

  text-align: center;

  padding: 3px;

  background-color: rgb(241, 241, 241);

}

.tem2-table-values{

  border:1px solid #ccc;

  font-size: 13px;

  text-align: center;

  padding: 3px;

  background-color: rgb(255, 255, 255);

}

.tem-right-img{

  width: 122px;

  height: 87px;

  background-image: url('images/tem2.png');

  position: absolute;

  right: -20px;

  top: 20px;

}

/* template2 end */



/* template3 begin */

.templates-page.tem3{

  background-color: #76c5c0;

  padding-bottom: 50px;

}

.tem3-special-div{

  width: 100%;

  padding: 15px 50px;

  border-radius: 0 0 150px 0;

  -webkit-border-radius: 0 0 150px 0;

  -moz-border-radius: 0 0 150px 0;

  -o-border-radius: 0 0 150px 0;

  background-color: white;

  box-shadow: 0 5px 8px rgba(51, 51, 51, 0.3);

  -webkit-box-shadow: 0 5px 8px rgba(51, 51, 51, 0.3);

  -moz-box-shadow: 0 5px 8px rgba(51, 51, 51, 0.3);

  -o-box-shadow: 0 5px 8px rgba(51, 51, 51, 0.3);

}

.tem3-top-right{

  border-left:2px solid #999;


  width: 100%;

  text-align: center;

  height: 120px;

  padding-top: 35px;

}

.tem3-title{

  color: #50a09b;

}

.tem3-top-left{

  width: 100%;

  height: 120px;

  position: relative;

  padding: 10px 15px;

}

.tem3-top-left img{

  position: absolute;

  width: 110px;

  height: 110px;

  left: 0px;

  top: 0;

}

.tem3-details{

  font-size: 13px;

}

.tem3-summary{

  font-size: 14px;

  line-height: 1.7;

}

.tem3-bottom-right{

  border-left: 2px solid #999;

  width: 100%;

  padding: 15px 0 15px 20px;

  min-height: 950px;

}

.tem3-bottom-left{

  width: 100%;

  padding: 15px 15px 15px 5px;

  border-bottom: 2px solid #999;

}

table.tem3 tr:nth-child(odd){

  background-color: #ebfdfc;

}

table.tem3 tr:nth-child(even){

  background-color: #e0f1f0;

}

.tem3-jobs{

  text-align: justify;

}

/* template3 end */



/* template4 begin */

.templates-page.tem4{

  background-color: #fdfdfd;

  min-height: 1350px;

}

.tem4-title{

  color: #31b2c4;

  margin-top: 240px;

  right: 107px;

}

.tem4-avatar{

  width: 200px;

  height: 200px;

  position: absolute;

  top: 30px;

  right: 95px;

}

.tem4-status{

  margin-bottom: 0.4em;

  color: #333;

}

.tem4-summary{

  text-align: justify;

  line-height: 1.8;

  margin-bottom: 0;

  color: #777;

}

.tem4-boxes{

  width: 100%;

  padding: 15px;

  background-color: rgb(245, 245, 245);

  margin-top: 10px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  border: 1px solid #ccc;

}

.tem4-boxes p{

  margin-bottom: 0;

  color: #555;

}

.tem4-infos-box{

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  background-color: rgba(234, 245, 249, 0.8);

  padding: 10px;

  text-align: center;

  border: 1px solid #ccc;

  font-size: 14px;
  font-weight: bold;

}

.tem4-infos-box-padding{

  padding: 4px 4px;

}

.tem4-borders{

  margin-top: 8px;

  /* border-bottom: 3px double #d0ebff; */

  padding-bottom: 15px;

  /* border-top: 3px double #d0ebff; */

  padding-top: 15px;

}

.tem4-topbox{

  background-color: white;

  padding: 15px;

  border:1px solid #ccc;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  margin-top: 40px;

}

/* template4 end */



/* template5 begin */

.templates-page.tem5{

  min-height: 1350px;

  height: 1350px;

}

.tem5-header{

  width: 100%;

  height: 140px;

  background-color: #444;

  padding: 30px 0;

}

.tem5-header h3{

  text-align: center;

  color: white;

}

.tem5-header h6{

  text-align: center;

  color: white;

}

.tem5-right{

  background-color: #dc6a6a;

  min-height: 1210px;

  /* height: 1210px; */

  width: 100%;

  padding: 20px 12px;

}

.tem5-left{

  min-height: 1000px;

  width: 100%;

  padding: 20px 12px;

}

.tem5-right p{

  color: #111;

}

h4.tem5-right-title{

  padding-bottom: 15px;

}

h4.tem5-right-title.red{

  color: #dc6a6a;

}

h5.tem5-right-title{

  padding-bottom: 15px;

  margin-top: 60px;

}

h5.tem5-right-title.red{

  color: #dc6a6a;

  margin-top: 50px;

  padding-bottom: 0;

}

.red-hr{

  border-color: #dc6a6a;

}

/* template5 end */



/* template6 begin */

.tem6-header{

  width: 100%;

  height: 160px;

  background-color: rgb(235, 235, 235);

  border-bottom: 2px solid #00c5b5;

}

.templates-page.tem6{

  min-height: 1350px;

  /* height: 1350px; */

  border-top:1px solid #ccc;

}

.tem6-header img{

  width: 90px;

  height: 90px;

  border:2px solid #ccc;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  -o-border-radius: 50px;

}

.tem6-header-border{

  border-top: 4px solid #00c5b5;

  padding-top: 15px;

}

.tem6-header-border h4{

  color: rgb(8, 153, 153);

}

.tem6-top-details{

  padding: 30px 15px;

}

.tem6-top-details p{

  margin-bottom: .7em;

  font-size: 13px;

}

.tem6-main-summary{

  padding: 25px 30px;

  border-bottom:2px solid #00c5b5;

}

.tem6-main-summary p.summary{

  font-size: 15px;

  line-height: 1.7;

  color: #333;

  text-align: justify;

  margin-bottom: .3em;

}

.tem6-grades-list{

  width: 100%;

  padding: 25px 0;

  border-bottom: 2px solid #00c5b5;

}

.tem6-grades-list.right{

  padding-right: 30px;

}

.tem6-grades-list.left{

  padding-left: 30px;

}

.tem6-grades-list.right h5{

  color: #00c5b5;

  padding: 15px 0;

  font-weight: bold;

}

.tem6-grades-list.left h5{

  color: #0087c5;

  padding: 15px 0;

  font-weight: bold;

}

.tem6-grades-list h6{

  padding-bottom: 15px;

  color: #333;

}

.tem6-grades-list p{

  margin-bottom: .8em;

  padding-bottom: 10px;

  color: #999;

}

.tem6-bottom-sections{

  padding: 30px 20px;

}

.tem6-bottom-sections h5{

  font-family: byekan;

  color: #333;

}

.tem6-bottom-sections p{

  font-family: byekan;

  color: #333;

}

.tem6-circle{

  width: 45px;

  height: 45px;

  background-color: #6dcec6a8;

  border-radius: 25px;

  -webkit-border-radius: 25px;

  -moz-border-radius: 25px;

  -o-border-radius: 25px;

  padding-top: 14px;

}

.tem6-circle.globe{

  padding-top: 7px;

}

.tem6-circle > i{

  color: #13797070;

}

.tem6-span{

  padding-top: 13px;

  display: inline-block;

}

.tem6-bottom-boxes{

  margin-top: 15px;

  background-color: #e1f8f6;

  padding: 5px;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -o-border-radius: 4px;

}

.tem6-span.date, .tem6-span.percent{

  font-size: 14px;

}

/* template6 end */



/* template7 begin */

.templates-page.tem7{

  min-height: 1350px;

  /* height: 1350px; */

  border-top:1px solid #ccc;

}

.tem7-header{

  width: 100%;

  height: 200px;

  background-color: #7ca4c5;

}

.tem7-avatar{

  text-align: left;

  padding: 15px 0 0 5px;

}

.tem7-avatar img{

  width: 170px;

  height: 170px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

}

.tem7-uls{

  padding: 15px 5px 0 0;

}

.tem7-header ul{

  margin: 0 !important;

  list-style: none;

}

.tem7-header ul li{

  color: white;

  font-size: 14px;

  padding-top: 5px;

}

.tem7-right{

  padding: 20px 0;

}

.tem7-right > h5{

  background-color: #ccc;

  color: #333;

  padding: 5px;

  text-align: center;

}

.tem7-summary{

  padding: 10px 15px;

  text-align: justify;

}

.tem7-perogresses{

  width: 100%;

  padding: 10px 15px;

  font-size: 14px;

}

.tem7-right-contact{

  width: 100%;

  padding: 10px 25px;

}

.tem7-right-contact-box{

  width: 100%;

  height: 40px;

  border:1px solid #0c648d;

  background-color: #99c4d8;

  border-radius: 6px;

  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

  -o-border-radius: 6px;

  text-align: center;

  position: relative;

  color: white;

  padding-top: 8px;

  letter-spacing: .2em;

}

.tem7-right-contact-box.two{

  margin-top: 20px;

}

.tem7-circle{

  width: 50px;

  height: 50px;

  border:1px solid #3891bb;

  background-color: #98d5f1;

  border-radius: 30px;

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

  -o-border-radius: 30px;

  position: absolute;

  top: -6px;

  right: -15px;

  color: white;

  padding-top: 8px;

  padding-left: 4px;

}

.tem7-circle > i{

  font-size: 30px;

}

.tem7-right-infos{

  width: 100%;

  padding: 10px 15px;

}

.tem7-right-infos p{

  font-family: byekan;

  border-bottom: 1px dashed #333;

}

.tem7-right-infos .colorly > p{

  color: #00719e;

  border-bottom: 1px dashed #00719e;

}

.progress{

  height: 25px !important;

}

.tem7-left{

  padding: 20px 30px;

}

.tem7-left-boxes{

  width: 100%;

  border-top: 2px solid #ccc;

  margin-top: 15px;

  position: relative;

  padding: 40px 25px;

}

.tem7-left-boxes p{

  color: rgb(128, 128, 128);

}

.tem7-left-boxes p.first{

  font-weight: bold;

  font-size: 18px;

  color: #00719e;

}

.tem7-left-boxes p.last{

  border-bottom: 1px solid #ccc;

  padding-bottom: 5px;

}

.tem7-left-circles{

  position: absolute;

  width: 40px;

  height: 40px;

  border-radius: 22px;

  -webkit-border-radius: 22px;

  -moz-border-radius: 22px;

  -o-border-radius: 22px;

  background-color: #0c648d;

  color: #afd6e9;

  top: -20px;

  right: -10px;

  z-index: 3;

  text-align: center;

  padding-top: 10px;

}

.tem7-left-titles{

  position: absolute;

  background-color: white;

  top:-20px;

  right: 28px;

  z-index: 2;

  padding: 3px 15px;

  font-family: byekan !important;

  font-size: 20px;

}

/* template7 end */



/* template8 begin */

.templates-page.tem8{

  min-height: 1350px;

  background-color: rgb(248, 248, 248);

  border-top:1px solid #ccc;

}

.tem8-zigzag{

  width: 100%;

  height: 50px;

  border-bottom: 6px double rgb(226, 226, 226);

  border-top:2px solid orange;

  position: relative;

}

.tem8-zigzag > div{

  width: 24%;

  text-align: center;

  background-color: rgb(248, 248, 248);

  padding: 3px 10px;

  color: orange;

  font-size: 24px;

  /* bottom: -24px;

  right: calc(50% - 12%);
  right: -webkit-calc(50% - 12%);

  position: absolute; */

  margin: 18px auto;

}

.tem8-top-detail{

  text-align: center;

  color: #999;

  margin-top: 18px;

  font-size: 15px;

  border-bottom: 1px solid #ccc;

  padding-bottom: 15px;

}

.tem8-top-section{

  width: 100%;

  padding: 40px 50px;

}

h6.tem8-title{

  color: orange;

  text-align: center;

  font-size: 18px;

}

.tem8-top-section p{

  padding-top: 5px;

  text-align: justify;

  line-height: 1.82;

  color: #333;

}

.tem8-top-section ul{

  margin: 0 !important;

  list-style: none;

}

.tem8-top-section ul li{

  padding-top: 5px;

  color: #333;

}

.tem8-top-section ul li > i{

  color: orange;

}

.tem8-top-section-border{

  /* border-bottom: 1px solid #ccc; */

}

.tem8-grade-section{

  padding: 30px 50px;

  border-bottom: 1px solid #ccc;

}

.tem8-grade-boxes.date{

  text-align: right;

}

.tem8-grade-boxes p{

  color: #333;

  margin-bottom: .5em;

}

.tem8-grade-boxes-margin{

  margin-top: 30px;

}

.tem8-stats{

  padding: 30px 50px;

  border-bottom: 1px solid #ccc;

}

.tem8-progress-title-left{

  text-align: left;

  font-size: 14px;

}

.tem8-progress-margin{

  margin-top: 15px;

}

.tem8-stats .progress{

  margin-bottom: 0;

}

.tem8-stats .progress-meter{

  background-color: orange;

}

.tem8-stat-padding{

  padding: 0 15px;

}

.tem8-bottom-section{

  padding: 30px 50px;

  border-bottom: 1px solid #ccc;

}

.tem8-end-stat-box{

  width: 100%;

  height: 35px;

  border:1px solid rgb(212, 212, 212);

  background-color: rgb(236, 236, 236);

  text-align: center;

  color: #555;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  padding-top: 7px;

  font-size: 14px;

  margin-top: 10px;

}

.tem8-personal-infos{

  padding: 30px 50px;

  border-bottom: 4px double #ccc;

}

.tem8-personal-margin{

  margin-top: 18px;

}

/* template8 end */



/* template9 begin */

.templates-page.tem9{

  min-height: 1350px;

  background-color: rgb(248, 248, 248);

  border-top:1px solid #ccc;

  padding: 20px;

}

.tem9-header-box{

  width: 100%;

  height: 200px;

  border:1px solid #999;

  background-color: white;

  padding: 15px;

}

.tem9-header-box-padding.center{

  text-align: left;

  padding-top: 95px;

  color: #333;

}

.tem9-header-box-padding ul{

  margin: 0 !important;

  list-style: none;

}

.tem9-header-box-padding.right ul li{

  font-size: 15px;

  color: #333;

}

.tem9-header-box-padding.right ul li:not(:first-child){

  padding-top: 3px;

}

.tem9-header-box-padding.left{

  text-align: left;

}

.tem9-header-box-padding img{

  width: 165px;

  height: 165px;

}

.tem9-headings{

  width: 100%;

  height: 38px;

  color: white;

  background-color: #444;

  margin-top: 15px;

  font-size: 18px;

  padding: 7px 10px;

}

.tem9-like-tables-header{

  width: 100%;

  height: 34px;

  border:1px solid #ccc;

  border-bottom-width: 0;

  background-color: rgb(245, 245, 245);

  margin-top: 10px;

  padding: 5px;

}

.tem9-like-tables{

  width: 100%;

  border:1px solid #ccc;

  background-color: rgb(252, 252, 252);

  padding: 10px;

}

.tem9-like-table-boxes{

  width: 100%;

  height: 35px;

  border:1px solid #ccc;

  background-color: rgb(230, 230, 230);

  text-align: center;

  font-family: byekan !important;

  padding: 4px 0;

  color: #333;

}

.tem9-like-table-boxes.ans{

  background-color: rgb(255, 255, 255);

}

.tem9-summary-box{

  width: 100%;

  padding: 15px;

  background-color: rgb(252, 252, 252);

  border:1px solid #ccc;

  margin-top: 15px;

}

.tem9-summary-box h6{

  font-weight: bold;

}

.tem9-summary-box p{

  font-size: 14px;

  line-height: 1.7;

  text-align: justify;

  margin-bottom: 0;

}

/* template9 end */



/* template10 begin */

.templates-page.tem10{

  min-height: 1350px;

  background-color: rgb(255, 255, 255);

  border-top:1px solid #ccc;

}

.tem10-activities{
  padding-left: 20px;
    background-color: #ffe2e2;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.tem10-right{

  width: 100%;

  min-height: 1350px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2b0e6+1,ffffff+100 */
background: #e2b0e6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e2b0e6),to(#ffffff));
background: linear-gradient(to bottom, #e2b0e6 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b0e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.tem10-left{

  width: 100%;

  margin-right: 3px;

  min-height: 1350px;

}

.tem10-left.one{

  border-right: 5px solid rgb(226, 176, 230);

}

.tem10-left.two{

  border-right: 3px solid rgb(226, 176, 230);

}

.tem10-left.three{

  border-right: 2px solid rgb(226, 176, 230);

  padding: 30px;

}

.tem10-top-left-padding{

  padding: 0 30px;

}

.tem10-name{

  color: purple;

}

.tem-10-province-city{

  color: #999;

}

p.tem10-summary{

  text-align: justify;

  margin-top: 30px;

  color: #333;

  font-size: 15px;

}

.tem10-title{

  margin-top: 5px;

  font-family: byekan !important;

  font-size: 22px;

  color: rgb(94, 8, 94);

  padding-bottom: 10px;

}

.tem10-top-ul{

  margin: 0 !important;

  list-style: none;

}

.tem10-top-ul li{

  font-family: byekan !important;

  padding-top: 10px;

}

.tem10-top-ul li:not(:first-child){

  padding-top: 16px;

}

.tem10-top-ul li > i{

  color: rgb(193, 106, 199);

  padding-left: 5px;

}

.tem10-cutter{

  border-bottom-color: #e7beeb !important;

}

.tem10-middle-section{

  padding: 0 30px;

  padding-bottom: 20px;

}

.tem10-sections-padding-right{

  padding-left: 20px;

}

.tem10-sections-padding-left{

  padding-right: 20px;

}

.tem10-sections-margin{

  margin-top: 20px;

}

.tem10-details{

  margin-bottom: .5em;

  color: #333;

}

.tem10-details.one{

  margin-bottom: .5em;

  color: rgb(173, 173, 173);

}

.tem10-bottom-section{

  padding: 0 30px;

  padding-bottom: 20px;

}

.tem10-skill-title{

  color: rgb(192, 96, 192);

  font-family: byekan !important;

  font-size: 18px;

  border-bottom: 1px dashed rgb(192, 96, 192);

  display: inline-block;

}

.tem10-skill-details{

  font-family: byekan !important;

  color: #999;

}

.tem10-job-title{

  width: 100%;

  height: 35px;

  border:1px solid purple;

  background-color: #fff1ff;

  text-align: center;

  padding-top: 5px;

  border-radius: 3px 3px 0 0;

  -webkit-border-radius: 3px 3px 0 0;

  -moz-border-radius: 3px 3px 0 0;

  -o-border-radius: 3px 3px 0 0;

}

.tem10-job-details-top{

  width: 100%;

  height: 30px;

  background-color: #e1d2e4;

  font-family: byekan !important;

  text-align: center;

  padding-top: 3px;

  border:1px solid purple;

  border-top-width: 0;

  font-weight: bold;

}

.tem10-job-details-bottom{

  width: 100%;

  height: 30px;

  background-color: white;

  font-family: byekan !important;

  text-align: center;

  padding-top: 3px;

  border:1px solid purple;

  border-top-width: 0;

}

.tem10-jobs-like-table-margin{

  margin-top: 20px;

}

/* template10 end */



/* template11 begin */

.templates-page.tem11{

  min-height: 1350px;

  /* background-color: rgb(255, 255, 255); */



  /* background: -webkit-linear-gradient(to top, #ffffff, #abbaab);

  background: linear-gradient(to top, #ffffff, #abbaab);

  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */



  background-image: url('images/bg.png');

  background-repeat: no-repeat;

  background-size: cover;

  border-top:1px solid #ccc;

}

.tem11-top-image{

  width: 360px;

  height: 306px;

  margin: 10px auto;

  background-image: url('images/test.png');

}

.tem11-top-image img{

  width: 140px;

  height: 140px;

  margin-top: 100px;

  box-shadow: 0 0 8px rgba(68, 68, 68, 0.644);

  -webkit-box-shadow: 0 0 8px rgba(68, 68, 68, 0.644);

  -moz-box-shadow: 0 0 8px rgba(68, 68, 68, 0.644);

  -o-box-shadow: 0 0 8px rgba(68, 68, 68, 0.644);

  margin-right: 105px;

}

.tem11-right{

  width: 100%;

  padding-right: 220px;

  border-left:1px solid #ccc;

}

.tem11-right p{

  margin-bottom: .3em;

  font-family: byekan !important;

  color: #666;

}

.tem11-left p{

  margin-bottom: .3em;

  font-family: byekan !important;

  color: #666;

}

.tem11-left{

  width: 100%;

  padding-left: 220px;

  border-right:1px solid #ccc;

}

.tem11-name{

  text-align: center;

  font-family: byekan !important;

  font-size: 28px;

  color: #3A4E68;

  margin-bottom: 0;

}

.tem11-undername{

  text-align: center;

  font-family: byekan !important;

  color: rgb(22, 193, 208);

  padding-bottom: 10px;

}

.tem11-right-first{

  width: 100%;

  padding: 8px 5px;

  border-top: 1px solid #3A4E68;

  /* margin-top: 50px; */

  position: relative; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249,249,249,1)),color-stop(99%, rgba(126,186,232,0)),to(rgba(125,185,232,0)));

  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(126,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#007db9e8',GradientType=0 );

}

.tem11-right-circle{

  width: 10px;

  height: 10px;

  background-color: rgb(89, 107, 129);

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  position: absolute;

  top: -6px;

  left: -5px;

}

.tem11-left-first{

  width: 100%;

  padding: 15px 15px;

  border-top: 1px solid #3A4E68;

  /* margin-top: 50px; */

  position: relative; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249,249,249,1)),color-stop(99%, rgba(126,186,232,0)),to(rgba(125,185,232,0)));

  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(126,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#007db9e8',GradientType=0 );

}

.tem11-left-circle{

  width: 10px;

  height: 10px;

  background-color: rgb(89, 107, 129);

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  position: absolute;

  top: -6px;

  right: -5px;

}

.tem11-summary{

  color: #888;

  width: 62%;

  text-align: justify;

  margin: 5px auto;

  padding-bottom: 30px;

}

.tem11-summary > i{

  color: #15c1cf;

}

/* template11 end */

/* theme-show begin */
.resume-theme-box{
  width: 100%;
  height: 196px;
  border: 1px solid rgb(140, 140, 140);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(75, 75, 75, 0.2);
          box-shadow: 0 2px 6px rgba(75, 75, 75, 0.2);
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
  transition: ease-in-out .25s all;
  -moz-transition: ease-in-out .25s all;
  -webkit-transition: ease-in-out .25s all;
  -o-transition: ease-in-out .25s all;
  position: relative;
}
.resume-theme-box:hover{
  border-color: green;
  box-shadow: 0 3px 15px rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.4);
  -o-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.4);
  transform: scale(1.15);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.resume-theme-box-padding{
  padding: 10px;
}
.resume-theme-box img{
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 190px;
}
.resume-btn-margin{
  font-family: IRANSans;
}
/* .theme-blacked{
  width: 100%;
  height: 195px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */
.theme-selected{
  width: 100%;
  height: 195px;
  background-color: rgba(1, 151, 33, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
}
.theme-selected:after{
  content: ' ';
  width: 100%;
  height: 48px;
  background-image: url('images/bag_header.png');
  font-size: 10px;
  color: rgba(0, 128, 0, 0.8);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}
/* theme-show end */



.aboutpage_top{
  background-color: rgba(41, 160, 67, 0.6);
  width: 100%;
  height: 100%;
  padding: 65px 90px;
  padding-bottom: 40px;
  padding-top: 25px;
  border: 10px solid white;
  border-top-width: 0;
  border-radius: 0 0 100px 100px;
  -webkit-border-radius: 0 0 100px 100px;
  -moz-border-radius: 0 0 100px 100px;
  -o-border-radius: 0 0 100px 100px;
}
.aboutpage_top.ios{
  background-color: rgba(247, 247, 247, 0.6);
}
.aboutpage_top.windows{
  background-color: rgba(0, 173, 239, .6);
  /* background-image: url(images/win_bg.jpg); */
}
.aboutpage_top.android{
  background-color: rgba(98, 175, 40, 0.6);
}
/* .windows_img_out{
  overflow: hidden;
} */
.windows_img_out > img{
  /* transform: scale(1.5) translate(-152px); */
  border-radius: 3px 3px 30px 30px;
  -webkit-border-radius: 3px 3px 30px 30px;
  -moz-border-radius: 3px 3px 30px 30px;
  -o-border-radius: 3px 3px 30px 30px;
}
.aboutpage_top h1{
  font-family: byekan;
  font-size: 2.5em;
  text-align: center;
  color: white;
}
.aboutpage_top h1.ios{
  color: #6b6b6b;
}
/* .aboutpage_top h1.windows{
  color: black;
} */
.aboutpage_top h1.ios > span{
  font-family: monospace;
}
.aboutpage_top h2{
  font-family: byekan;
  font-size: 1.2em;
  text-align: center;
  color: white;
}
.aboutpage_top h2.ios{
  color: #797979;
}
.aboutpage_top.app{
  position: relative;
}
.aboutpage_top.app > a.back{
  position: absolute;
  font-family: byekan;
  font-size: 13px;
  top: 15px;
  left: -10px;
  background-color: orange;
  color: white;
  padding: 6px 8px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 1px 2px rgba(17, 17, 17, 0.3);
          box-shadow: 0 1px 2px rgba(17, 17, 17, 0.3);
}
.aboutpage_top.app > a.back:hover{
  background-color: rgb(243, 162, 11);
}
.aboutpage_top.app > a.back:after{
  content: '';
  border-right: 10px solid #e69500;
  border-bottom: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 0px;
}
.aboutpage_top.app h2{
  font-family: IRANSans_light;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 2px;
}
.aboutpage_top p{
  font-family: IRANSans_light;
  font-size: 15px;
  text-align: justify;
  color: white;
  margin-top: 20px;
  line-height: 2.2;
  border-top: 1px solid;
  padding-top: 10px;
}
.aboutpage_links_box{
  text-align: center;
  padding-top: 25px;
}
.aboutpage_links_box a{
  color: white;
  font-family: IRANSans_light;
  font-size: 15px;
  margin: 0 12px;
  display: inline-block;
  border-radius: 15px;
  padding: 5px 10px;
  transition: ease-in-out .25s all;
  -webkit-transition: ease-in-out .25s all;
  -moz-transition: ease-in-out .25s all;
  -o-transition: ease-in-out .25s all;
}
.aboutpage_links_box a:hover{
  background-color: #8fcc9b;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.aboutpage_images_box{
  width: 100%;
  padding: 65px 90px;
  background-color: white;
  margin-bottom: 60px;
  border-radius: 100px 100px 0 0;
  -webkit-border-radius: 100px 100px 0 0;
  -moz-border-radius: 100px 100px 0 0;
  -o-border-radius: 100px 100px 0 0;
  margin-top: 10px;
}
.aboutpage_image_box_in{
  position: relative;
}
.aboutpage_image_box_in img{
  box-shadow: 0 3px 13px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 3px 13px -1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 13px -1px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 3px 13px -1px rgba(0, 0, 0, .2);
  border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  -o-border-radius: 0 10px 0 10px;
  width: 100%;
}
.aboutpage_image_box_in.reverse img{
  border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  -o-border-radius: 10px 0 10px 0;
}
.aboutpage_image_box_in span{
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  padding: 13px;
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -o-border-radius: 0 0 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  font-family: IRANSans_light;
  font-size: 14px;
}
.aboutpage_image_box_in.reverse span{
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}
.aboutpage_image_box_in strong{
  font-family: IRANSans_light;
  background-color: white;
  color: rgba(41, 160, 67, 1);
  padding: 2px 0 2px 10px;
  position: absolute;
  bottom: -13px;
  right: 0;
}
.aboutpage_image_box_in p{
  font-family: IRANSans_light;
  line-height: 2.2;
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
}
.aboutpage_image_box_in ul{
  font-family: IRANSans_light;
  font-size: 15px;
  margin-top: 32px;
  list-style: none;
  margin-right: 0;
}
.aboutpage_image_box_in ul li{
  margin-top: 17px;
}
.aboutpage_image_box_in ul li i{
  font-size: 12px;
  color: #009e23;
  padding-left: 4px;
}
.aboutpage_strong_out{
  width: 100%;
  border-bottom: 2px solid rgba(41, 160, 67, .5);
  position: relative;
  padding-bottom: 18px;
}
.aboutpage_users_ul{
  margin-right: 0;
  list-style: none;
}
.aboutpage_users_ul li:not(:first-child){
  padding-top: 30px;
}
.aboutpage_users_ul li img{
  width: 130px;
  height: 130px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  margin-left: 10px;
  float: right;
  box-shadow: 0 0 4px rgba(17, 17, 17, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: 0 0 4px rgba(17, 17, 17, 0.25);
  -o-box-shadow: 0 0 4px rgba(17, 17, 17, 0.25);
}
.aboutpage_users_ul li strong{
  font-family: IRANSans_light;
  color: #444;
  padding-top: 15px;
  padding-bottom: 8px;
  display: block;
}
.aboutpage_users_ul li strong > span{
  font-family: IRANSans_light;
  color: #ccc;
  padding-right: 8px;
  font-weight: normal;
}
.aboutpage_users_ul li p{
  font-family: IRANSans_light;
  color: #999;
  font-size: 14px;
  text-align: justify;
}
.aboutpage_bottom_box{
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px;
}
.aboutpage_bottom_box img{
  width: 130px;
  height: 130px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  margin-left: 10px;
  float: right;
  -webkit-box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.15);
}
.aboutpage_bottom_box strong{
  font-family: IRANSans_light;
  color: #444;
  padding-top: 15px;
  padding-bottom: 8px;
  display: block;
}
.aboutpage_bottom_box strong > span{
  font-family: IRANSans_light;
  color: #bdbdbd;
  padding-right: 8px;
  font-weight: normal;
}
.aboutpage_bottom_box p{
  font-family: IRANSans_light;
  color: #828282;
  font-size: 14px;
}
.margin_tops{
  margin-top: 70px;
}

.contact_line_back{
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #72ad7f;
  padding: 12px 5px;
  text-align: center;
  font-family: IRANSans_light;
  font-size: 15px;
  color: #256132;
  margin-top: 15px;
}
.contact_line_back.radius_right{
  /* border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0; */
}
.contact_line_back.radius_left{
  /* border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px; */
}
.contact_line_details_box {
  padding: 12px 5px;
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  margin-top: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: IRANSans_light;
  color: #2b6e39;
  /* border-right: 4px solid #64ab73; */
  /* border-left: 4px solid #64ab73; */
  background: rgb(255,255,255);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  -webkit-box-shadow: 0 2px 10px -3px darkolivegreen;
          box-shadow: 0 2px 10px -3px darkolivegreen;
}
.contact_line_details_box > span{
  border-bottom: 1px solid rgba(43, 110, 57, 0.3);
}
.contact_line_details_box ul{
  margin: 15px 0 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
}
.aboutpage_images_box.form{
  text-align: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
}
.aboutpage_images_box.form input[type="text"]{
  width: 100%;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #222;
  font-size: 15px;
  font-family: IRANSans_light;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}
.aboutpage_images_box.form > span{
  font-family: IRANSans;
  color: #adadad;
  font-size: 20px;
}
.aboutpage_images_box.form textarea{
  width: 100%;
  height: 120px;
  padding: 10px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #222;
  font-size: 15px;
  font-family: IRANSans_light;
  border: 1px solid #ccc;
  resize: none;
  margin-top: 10px;
  background-color: #f0f0f0;
}
.aboutpage_images_box.form input[type="submit"]{
  width: 160px;
  text-align: center;
  padding: 12px 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  color: white;
  background-color: #43ab5a;
  font-size: 16px;
  font-family: IRANSans_light;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.aboutpage_images_box.form input[type="submit"]:hover{
  background-color: #39a050;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.contact_desc{
  font-family: IRANSans;
  font-size: 14px;
  color: cadetblue;
  text-align: right;
  background-color: aliceblue;
  padding: 6px 6px 5px 6px;
  border-radius: 5px;
  border: 1px solid #d3e2e2;
  margin-top: 15px;
  margin-bottom: 0;
}
.callout.alert.contact_form{
  width: 100%;
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: IRANSans_light;
  padding: 7px;
  font-size: 14px;
}
#cn_alert_g{
  background-color: rgb(240, 255, 247);
  color: #027d3e;
  padding: 7px;
  border: 1px solid #ade4c8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  font-family: IRANSans_light;
  font-size: 14px;
  margin-top: 10px;
}

.filter_box{
  width: 100%;
  padding: 15px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.filter_box span.title{
  font-family: IRANSans_light;
  font-size: 15px;
  color: #999;
  padding-top: 6px;
  display: inline-block;
}
.filter_btn{
  border: none;
  background-color: #009E4E !important;
  color: white;
  font-family: IRANSans;
  font-size: 14px;
  padding: 7px 10px !important;
  margin-top: 0 !important;
  width: auto !important;
  height: 34px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
  cursor: pointer;
}
.filter_btn:hover{
  background-color: rgb(8, 143, 76);
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
}
.sample_item{
  display: block;
  background-color: #f5f5f5;
  color: #666;
  padding: 8px;
  margin-top: 6px;
  font-family: IRANSans_light;
  font-size: 15px;
  border-right: 2px solid #e0e0e0;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.sample_item:hover{
  border-right-color: #b6b6b6;
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.sample_item > i{
  color: #009E4E;
}
.dynamic-box{
  display: none;
}
.dynamic-box + span{
  display: none;
}
.new-add-more{
  border: 1px solid green;
    padding: 3px 5px;
    border-radius: 5px;
    color: green;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
.new-add-more:hover{
  background-color: #fafafa;
}
.new-remove-more{
  float: left;
  color: red;
  font-size: 12px;
  cursor: pointer;
}
.bottom-details{
  padding: 15px;
  padding-bottom: 35px;
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  margin: 25px 0;
}
.bottom-details > h6{
  font-family: IRANSans;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.sm-p-desc{
  font-size: 11px;
  color: red;
  margin-bottom: 0;
}



/* checkboxes begin */

.md-checkbox {
  position: relative;
  text-align: right;
  margin-top: 6px;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-right: 1px;
  font-family: IRANSans_light;
}
.md-checkbox label:not(:empty) {
  padding-right: 0.55em;
  font-size: 14px;
  line-height: 1.7;
  color: #565656;
}
.md-checkbox.small label:not(:empty) {
  font-size: 12px;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.3em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: right;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #337ab7;
  border: none;
}
.md-checkbox.green input[type="checkbox"]:checked + label:before {
  background: #009f6a;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
          transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
  margin-right: 7px;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

/* checkboxes end */

/* .place-radio{
  display: inline-block;
}
.place-radio input{
  display: none;
}
.place-radio label{
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #565656;
  padding: 12px;
  width: 100px;
  font-family: IRANYekan;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}
.place-radio.first input:checked + label{
  background-color: #1dca3a;
  color: #fff;
}
.place-radio.last input:checked + label{
  background-color: #ff4b4b;
  color: #fff;
} */

.place-allow{
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #565656;
  padding: 12px;
  width: 100px;
  font-family: IRANYekan;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.place-allow:hover{
  background-color: #1dca3a;
  color: #fff;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.place-notallow{
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #565656;
  padding: 12px;
  width: 100px;
  font-family: IRANYekan;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.place-notallow:hover{
  background-color: #ff4b4b;
  color: #fff;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.place-allow:focus{
  background-color: #1dca3a;
}
.place-notallow:focus{
  background-color: #ff4b4b;
}



.top-bar-nav-sections.logo + span{
  font-size: 12px;
  color: #999;
  font-family: IRANYekan;
  display: block;
  text-align: center;
}
.special_link > a{
  color:#eb5d5d !important;
  background-color: #f0f0f0;
}


.button.no-margin-bottom{
  margin-bottom: 0;
  margin-top: 4px;
  padding: 8px 4px;
  font-size: 18px;
  color: #838383;
  background-color: transparent;
}
.button.no-margin-bottom:focus{
  color: #838383 !important;
  background-color: transparent !important;
  outline: none !important;
}

.button.no-margin-bottom > span{
  font-size: 16px;
  font-family: IRANYekan;
}


.header-tel-us.in_menu {

  margin-bottom: 5px;
  height: 34px;

}

.header-tel-us.in_menu span{

  font-size: 15px;

}

.header-tel-us.in_menu span:before{

  font-size: 17px;

}

.close-menu-btn{

  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.close-menu-btn > span{

  font-family: IRANSans;

  font-size: 13px;

  color: #d82626;

  padding: 10px;

  width: 100%;

  margin: 8px 0;
}

.top-bar-nav-sections.logo {

  background-position: center;
}

.header-tel-us {

  margin-top: 0;

  margin-bottom: 10px;

}

.header-tel-us.in_menu {

  width: 100%;

  float: unset;
}

.in_menu_items > li:first-child{
  border-top: 1px solid #e0e0e0;
}
.in_menu_items > li:first-child > a{
  margin-top: 12px;
}

.cv-desc{
  width: 240px;
  height: 50px;
  border: 1px dashed #e0e0e0;
  border-radius: 4px;
  resize: vertical;
  padding: 5px 5px;
  line-height: 1.6;
  padding-left: 30px;
  color: #464646;
  vertical-align: middle;
  font-size: 13.5px;
  text-align: justify;
  -webkit-transition: ease-in-out .15s border-color;
  transition: ease-in-out .15s border-color;
  background-color: transparent;
  padding-top: 14px;
  font-family: IRANSans_light;
}
.cv-desc.in{
  width: 100%;
  border: 1px solid #c0c0c0;
  padding-top: 5px;
  background-color: #fff;
}
.cv-desc.red{
  border: 1px dashed #ff5b5b;
  -webkit-transition: ease-in-out .15s border-color;
  transition: ease-in-out .15s border-color;
}
.cv-desc:focus{
  outline: none;
}
.cv-desc + span{
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #29a4d4;
  color: #fff;
  /* padding-top: 3px; */
  position: absolute;
  bottom: 6px;
  left: 5px;
  cursor: pointer;
  /* padding-left: 1px; */
  font-size: 12px;
  text-align: center;
}
.cv-desc + span > i.fa-save{
  position: absolute;
  top: 5px;
  left: 6px;
}
.cv-desc + span > i.fa-spinner{
  position: absolute;
  left: 5px;
}
.cv-desc + span:hover{
  background-color: #299ac7;
}
.cv-desc + span.red{
  display: none;
  background-color: #ff5b5b;
}
.cv-desc + span.red:hover{
  background-color: #f75454;
}
.show-cv{
  color: #009f6a;
  padding: 4px 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #009f6a;
  display: inline-block;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.show-cv:hover{
  background-color: #009f6a;
  color: #fff;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.cv-single-show-out{
  padding: 50px 50px 20px 50px;
  background-color: #e0e0e0;
  overflow-y: auto;
  background: rgb(255,255,255);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 41%,rgba(237,237,237,1) 58%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.cv-single-out-shadow{
  -webkit-box-shadow: inset 0 0 10px rgba(17, 17, 17, 0.15);
          box-shadow: inset 0 0 10px rgba(17, 17, 17, 0.15);
  padding: 6px;
}
.cv-single-show-out::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
	/* border-radius: 10px; */
	background-color: #F5F5F5;
}

.cv-single-show-out::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.cv-single-show-out::-webkit-scrollbar-thumb
{
	/* border-radius: 10px; */
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
	background-color: #999;
}
.cv-in-gap{
  padding: 10px 0;
  margin-top: 35px;
  text-align: center;
  font-family: IRANYekan;
  color: #888;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.cv-in-gap > span{
  position: absolute;
  top: -12px;
  background-color: #f5f5f5;
  padding-left: 8px;
  display: block;
}
table.cv{
  font-family: IRANSans_light;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
}
table.cv tr th , table.cv tr td{
    white-space: nowrap;
}
table.cv tr th:first-child, table.cv tr td:first-child {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}
table.cv tr th:last-child, table.cv tr td:last-child {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}
table.cv tr{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
table.cv tr:not(:last-child){
  border-bottom: 1px solid #f4f4f4 !important;
}
table.cv tr{
  -webkit-box-shadow: 0 2px 5px -2px rgba(17, 17, 17, 0.2);
          box-shadow: 0 2px 5px -2px rgba(17, 17, 17, 0.2);
}
table.cv tr th{
  text-align: center;
  background-color: #009f6a;
  color: #fff;
  font-weight: normal;
  font-family: IRANYekan;
  font-size: 14px;
}
table.cv tr td{
  text-align: center;
}
table.cv tbody tr:nth-child(even){
  background-color: #fff;
}
.tr-green td{
  background-color: #edffed;
}
.tr-red td{
  background-color: #fff5f5;
}
.cv-popup-outer{
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10000;
}
.cv-popup{
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 8px -1px rgba(17, 17, 17, 0.25);
          box-shadow: 0 3px 8px -1px rgba(17, 17, 17, 0.25);
  width: 65%;
  padding: 15px;
  margin: 118px auto;
  margin-bottom: 50px;
}
.cv-popup h6.title, h6.single-cv-title{
  font-family: IRANSans_light;
  font-size: 15px;
  text-align: center;
  background-color: #009f6a;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 8px;
  margin-bottom: 5px;
}
.cv-popup-top{
  border-radius: 0 0 4px 4px;
  background-color: #f4f4f4;
  padding: 12px;
  background: rgb(255,255,255);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 41%,rgba(237,237,237,1) 58%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.cv-popup-top img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  float: right;
}
.cv-popup-top h4{
  font-family: IRANYekan;
  font-size: 18px;
  color: #363636;
  padding-right: 90px;
  padding-top: 14px;
}
.cv-popup-top p{
  font-family: IRANSans_light;
  font-size: 14px;
  padding-right: 90px;
  margin-bottom: 10px;
}
.cv-popup-top p > span{
  color: #009f6a;
}
#cv-popup-close-btn{
  font-family: IRANYekan;
  font-size: 15px;
  color: #828282;
  cursor: pointer;
}
#cv-popup-close-btn:hover{
  color: red;
}
#cv-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(54, 54, 54, 0.7);
  display: none;
}
#cv-overlay2{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10020;
  background-color: rgba(54, 54, 54, 0.7);
  display: none;
}
.desc-bottom-p{
  font-family: IRANSans_light;
  font-size: 13px;
  color: #757575;
  margin: 5px 5px 0 5px;
  text-align: justify;
}
.ov{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e8e8e8;
  color: #868686;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 15px;
  border-radius: 4px;
  font-family: IRANSans_light;
  font-size: 15px;
  cursor: default;
}
.change-mood{
  padding: 12px 5px 15px 5px;
  color: #565656;
  font-family: IRANYekan;
  border: 1px dashed #e0e0e0;
  font-size: 14px;
  width: 240px;
}
.small-desc-gray{
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 0;
}
.change-mood:focus{
  outline: none;
}
.change-mood.in{
  width: 100%;
}
.cv-show-items{
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.cv-show-items li{
  display: inline;
}
.cv-show-items li:not(:last-child){
  margin-left: 5px;
}
.cv-show-items li a{
  background-color: #e8e8e8;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #afafaf;
  padding-top: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.cv-break{
  page-break-inside: avoid;
  padding-top: 30px;
}
.cv-ad-info-table{
  font-family: IRANSans_light;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cv-ad-info-table tr td{
  border: 1px solid #e0e0e0;
}
.cv-ad-btm-title{
  text-align: center;
  font-family: IRANSans;
  font-size: 14px;
  color: #9e0707;
  margin-bottom: 12px;
  background-color: beige;
  padding: 5px;
  border-radius: 5px;
}
.exclamation-alert{
  background-color: #fff7f7;
  padding: 9px 8px 6px 8px;
  border-radius: 5px;
  border: 1px solid #f7baba;
  font-family: IRANSans_light;
  font-size: 14px;
  color: #962525;
  margin-top: 40px;
  text-align: center;
}
.exclamation-alert > i{
  color: #ff5a5a;
}
.cv-ad-item{
  width: 100%;
  background-color: #f2f2f2;
  color: #797979;
  padding: 11px 10px;
  display: block;
  text-align: center;
  font-family: IRANYekan;
  border-radius: 5px;
  font-size: 14px;
  /* box-shadow: 0 2px 3px -1px rgba(17, 17, 17, 0.15); */
  /* border-bottom: 2px solid #c8c8c8; */
  transition: ease-in-out .1s all;
  -webkit-transition: ease-in-out .1s all;
  -moz-transition: ease-in-out .1s all;
  -o-transition: ease-in-out .1s all;
  margin-top: 15px;
}
.cv-ad-item:hover{
  background-color: #00a56e;
  color: #fff;
  /* box-shadow: 0 3px 3px -1px rgba(17, 17, 17, 0.2); */
  /* border-color: #009a67; */
  transition: ease-in-out .15s all;
  -webkit-transition: ease-in-out .15s all;
  -moz-transition: ease-in-out .15s all;
  -o-transition: ease-in-out .15s all;
}
.cv-ad-item:active{
  background-color: #00a56e;
  color: #fff;
  /* box-shadow: 0 3px 3px -1px rgba(17, 17, 17, 0.2); */
  /* border-color: #009a67; */
}

.tabs-title.is-active{
  background-color: #f0f0f0;
  float: right;
  font-size: 0.85rem;
  font-family: IRANSans;
  color: #666;
  transition: ease-in-out .15s all;
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
}
.cv-popup-sidebar{
  padding: 15px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

#show-report-box{
  color: #ff4f4f;
  font-size: 12px;
  cursor: pointer;
  font-family: IRANYekan;
}
#show-report-box:hover{
  color: #ea3636
}
#report-box{
  position: fixed;
  width: 350px;
  background-color: #fff;
  z-index: 11000;
  padding: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 8px -1px rgba(17, 17, 17, 0.25);
  box-shadow: 0 3px 8px -1px rgba(17, 17, 17, 0.25);
  margin: 0 auto;
  top: 150px;
  left: 0;
  right: 0;
}
#report-box > h6{
  font-family: IRANYekan;
  color: #363636;
  margin-bottom: 12px;
}
#report-box > p{
  font-family: IRANSans_light;
  color: #565656;
  font-size: 15px;
}
.submit-report{
  background-color: #009f6a;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 5px;
  font-family: IRANYekan;
  font-size: 15px;
  cursor: pointer;
}
.submit-report:hover{
  background-color: #00a56e;
}
#report-box-close-btn{
  font-family: IRANYekan;
  font-size: 15px;
  color: #ea3434;
  cursor: pointer;
  float: left;
}
#report-box-close-btn:hover{
  color: red;
}
#report-box h4{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: IRANYekan;
  font-size: 19px;
  color: #1b97fc;
}
/* Material Radio Begin */
@keyframes ripple {
0% {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
-o-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
}
50% {
box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
}
100% {
box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
-o-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
}
}
.md-radio {
margin: 16px 0;
}
.md-radio.md-radio-inline {
display: inline-block;
}
.md-radio input[type="radio"] {
display: none;
}
.md-radio input[type="radio"]:checked + label:before {
border-color: #009f6a;
animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
}
.md-radio label {
display: inline-block;
height: 20px;
position: relative;
padding: 0 30px;
margin-bottom: 0;
cursor: pointer;
vertical-align: bottom;
font-family: IRANSans_light;
color: #363636;
font-size: 15px;
}
.md-radio label:before, .md-radio label:after {
position: absolute;
content: '';
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition-property: transform, border-color;
-webkit-transition-property: transform, border-color;
-moz-transition-property: transform, border-color;
-o-transition-property: transform, border-color;
}
.md-radio label:before {
right: 0;
top: 0;
width: 20px;
height: 20px;
border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
top: 5px;
right: 5px;
width: 10px;
height: 10px;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
background: #009f6a;
}
/* Material Radio End */

.single-wa-link,
.single-email-link,
.single-phone-link{
    position: relative;
    display: inline-block;
}
.single-email-link{
  margin-right: 3px;
}
.single-phone-link{
  margin-right: 4px;
}
.single-wa-link:after{
    content: 'web';
    font-family: IRANSans;
    font-size: 11px;
    position: absolute;
    padding-top: 4px;
    bottom: -21px;
    left: 1px;
    color: #14a728;
}
.single-wa-link.app:after{
    content: 'app';
}
.single-wa-link > img{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -5px;
}
.single-email-link:after{
  content: 'mail';
  font-family: IRANSans;
  font-size: 11px;
  position: absolute;
  padding-top: 4px;
  bottom: -21px;
  left: 1px;
  color: #2482d9;
}
.single-email-link > img{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.single-phone-link:after{
  content: 'call';
  font-family: IRANSans;
  font-size: 11px;
  position: absolute;
  padding-top: 4px;
  bottom: -21px;
  left: 3px;
  color: #2e93cb;
}
.single-phone-link > img{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -5px;
}

.search-save-box{
  font-family: Shabnam;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border: 1px solid #e4e4e4;
}
.search-save-box strong{
  font-size: 15px;
  white-space: nowrap;
  width: 85%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-save-box strong > i{
  font-size: 12px;
  padding-left: 2px;
}
.search-save-box .details{
  font-size: 13px;
  padding-right: 10px;
  color: #607D8B;
  margin-top: 4px;
  white-space: nowrap;
  width: 85%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-save-box .date > span{
  padding-right: 10px;
  font-size: 13px;
  color: #a9a9a9;
  margin-top: 8px;
}
.search-save-box label{
  margin-top: 7px;
}
.search-save-box .results{
  font-size: 13px;
  background-color: #1c9d70;
  color: #fff;
  padding: 5px 22px 4px 8px;
  border-radius: 7px;
  position: relative;
}
.search-save-box .results:after{
  content: "\f061";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 100;
  font-size: 10px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.search-save-box .results:hover{
  color: #fff;
  background-color: #119969;
}
.search-save-box .search-save-rm{
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  font-size: 10px;
  color: #ff591b;
  cursor: pointer;
}
.search-save-box .search-save-rm:hover{
  background-color: #e6e6e6;
  color: #f14f14;
}
 /* switch begin */
    input[type=checkbox].switch{
        display: none;
    }
    input[type=checkbox].switch + label{
        cursor: pointer;
        text-indent: -9999px;
        width: 40px;
        height: 20px;
        background: grey;
        display: inline-block;
        border-radius: 100px;
        position: relative;
        margin-bottom: 0;
    }

    input[type=checkbox].switch.light + label{
        background: #c9c9c9;
    }

    input[type=checkbox].switch + label:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

    input[type=checkbox].switch:checked + label {
        background: #129e6d;
    }
    input[type=checkbox].switch.light:checked + label {
        background: #66d3ad;
    }

    input[type=checkbox].switch:checked + label:after {
        left: calc(100% - 1px);
        transform: translateX(-100%);
    }
    .filter-switch-box{
        font-family: Shabnam;
        font-size: 14px;
    }
    /* switch end */
    .jq-toast-single{
      font-family: Shabnam !important;
  }
  .jq-toast-single h2{
      font-family: Shabnam !important;
  }

  .green-btn {
    width: auto;
    padding: 12px;
    display: inline-block;
    background-color: #129e6d;
    color: #fff;
    font-size: 14px;
    font-family: Shabnam;
    border-radius: 10px;
    text-align: center;
    transition: ease-in-out .2s all;
}
.green-btn:hover {
    color: #fff;
    background-color: #119969;
    transition: ease-in-out .2s all;
}
.calert {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.55rem 0.85rem!important;
  font-family: IRANSans!important;
  font-size: 14px!important;
  text-align: justify;
  line-height: 1.8;
  font-family: Shabnam!important;
}
.calert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}








/* Small only */

@media screen and (max-width: 39.9375em) {
  .tabs.searching li:first-child{
    width: 100%;
  }
  .cv-popup-sidebar{
    margin-top: 15px;
  }
  .cv-single-show-out{
    padding: 15px 15px 10px 15px;
  }
  .karfarma-cv-single-in-in{
    padding: 0px 15px 10px;
  }
  .cv-popup{
    width: 92%;
    top: 55px;
  }
  .tabs-title.is-active{
    padding-left: 5px;
    padding-right: 5px;
}
  .tabs-title > a{
    padding-left: 5px;
    padding-right: 5px;
  }
  .cv.tabs-title{
    width: 50%;
    text-align: center;
  }
  .company-btns{
    font-size: 15px;
    padding: 8px;
  }
  .margin-top-for-mobile{
    margin-top: 30px;
  }
  .cv-item-box ul{
    margin-top: -5px;
  }
  .cv-item-box p{
    display: block;
    padding: 12px 0 0 0;
  }
  .cv-item-box{
    padding-bottom: 50px;
  }
  .cv-item-box > a{
    position: unset;
    float: left;
    margin-top: 10px;
  }
  .cv-item-box ul li{
    display: block;
    margin-top: 4px;
  }
  .cv-item-box ul li:not(:last-child) {
    padding-left: 0;
  }
  .cv-item-box ul li:not(:first-child) {
    padding-right: 0;
    border-right: none;
  }
  .karfarma-cv-top-box button{
    margin-top: 0;
    margin-bottom: 16px;
  }
  .cv-buttons a{
    width: 125px;
  }
  .placement-prev{
    width: 85px;
  }
  .cv-buttons button.deactivate , .cv-buttons button.activate{
    margin-top: 5px;
  }
  .main-select-way form input[type="submit"]{
    width: 100% !important;
  }
  .filter_btn{
    margin-top: 10px !important;
  }
  .filter_box span.title{
    display: inline-block;
    padding-bottom: 8px;
  }
  .applications_box{
    margin-bottom: 20px;
  }
  .aboutpage_users_ul li strong > span{
    display: block;
  }
  .small-margin-top{
    margin-top: 30px;
  }
  .aboutpage_users_ul li p{
    text-align: center;
  }
  .aboutpage_images_box.form input[type="text"]:not(#contact-name){
    margin-top: 10px;
  }
  .aboutpage_images_box.form{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding-top: 20px;
  }
  .contact_like_br{
    display: block;
    font-weight: bold;
  }
.bold_contact_title{
  font-weight: bold;
}
  .aboutpage_links_box a {
    padding: 5px 3px;
}

  .aboutpage_top {
    padding: 52px 18px 30px 18px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
  .aboutpage_top h1 {
    font-size: 2.4em;
  }
  .app_dl_box.top{
    margin-top: 2px;
  }
  .app_dl_box{
    text-align: center;
  }
  .app_dl_box:not(.first-i){
    margin-top: 20px;
  }
  .get_app_title.with-margin-top{
    font-size: 17px;
  }
  .aboutpage_top.app h1{
    font-size: 1.8em;
  }
  .aboutpage_top h2{
    font-size: 1em;
  }
  /* .aboutpage_top.app h2{
    text-align: justify;
  } */
  .aboutpage_links_box a {
    margin: 0 3px;
  }
  .aboutpage_links_box {
    padding-top: 14px;
  }
  .get_app_title{
    font-size: 20px;
  }
  .aboutpage_images_box {
    padding: 20px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin-top: 0;
  }
  .margin_tops{
    margin-top: 30px;
  }
  .aboutpage_users_ul li{
    text-align: center;
  }
  .aboutpage_users_ul li img{
    float: none;
  }
  .aboutpage_image_box_in ul li{
    font-size: 14px;
    text-align: justify;
  }
  .aboutpage_bottom_box img{
    float: none;
  }
  .aboutpage_bottom_box{
    text-align: center;
  }
  .aboutpage_bottom_box strong > span{
    display: block;
  }
  .aboutpage_bottom_box p{
    text-align: justify;
  }
  .aboutpage_top p {
    font-size: 14px;
}

  .send-docs-close-extra-btn > i{
    padding-top: 5px;
  }

  .button.fordoc{
    margin-top: 5px;
  }

  .bottom_videos{
    margin-top: 0;
  }

  .samanehbox img{
    width: 125px;
  }
  .enamadbox img{
    width: 119px;
  }

  .profile-list-title{
  
    font-size: 14px;
    padding-left: 10px;
  }

  .profile-list-summary-box{

    height: auto;
  
  }


  .resume-btn-margin-thm{
    width: 100%;position: fixed;bottom: 0;right:0;z-index: 1000;
  }
  .resume-btn-margin-thm button{
    margin-bottom: 0;height: 55px !important;
  }

  .order-one{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    -moz-order:1;
    -webkit-order:1;
  }
  .order-two{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
    -moz-order:2;
    -webkit-order:2;
  }
  .order-three{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
    -moz-order:3;
    -webkit-order:3;
  }
  .order-four{
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
    -moz-order:4;
    -webkit-order:4;
  }
  .order-five{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
    -moz-order:5;
    -webkit-order:5;
  }
  .order-six{
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
    -moz-order:6;
    -webkit-order:6;
  }
  .order-seven{
    -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
            order:7;
    -moz-order:7;
    -webkit-order:7;
  }
  .order-eight{
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            order:8;
    -moz-order:8;
    -webkit-order:8;
  }
  .order-nine{
    -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
            order:9;
    -moz-order:9;
    -webkit-order:9;
  }
  .order-ten{
    -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
            order:10;
    -moz-order:10;
    -webkit-order:10;
  }
  .order-eleven{
    -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
            order:11;
    -moz-order:11;
    -webkit-order:11;
  }
  .order-twelve{
    -webkit-box-ordinal-group:13;
        -ms-flex-order:12;
            order:12;
    -moz-order:12;
    -webkit-order:12;
  }
  .order-thirteen{
    -webkit-box-ordinal-group:14;
        -ms-flex-order:13;
            order:13;
    -moz-order:13;
    -webkit-order:13;
  }
  .order-fourteen{
    -webkit-box-ordinal-group:15;
        -ms-flex-order:14;
            order:14;
    -moz-order:14;
    -webkit-order:14;
  }
  .order-fifteen{
    -webkit-box-ordinal-group:16;
        -ms-flex-order:15;
            order:15;
    -moz-order:15;
    -webkit-order:15;
  }
  .order-sixteen{
    -webkit-box-ordinal-group:17;
        -ms-flex-order:16;
            order:16;
    -moz-order:16;
    -webkit-order:16;
  }

  .percentage_bar{

    width: 84%;

    right: calc(50% - 42%);
    right: -webkit-calc(50% - 42%);

  }

a:focus{

  outline: none;

}

.top-bar-nav {

  padding: 5px 0 0 0;

  margin-top: 52px;

  height: 125px;

}

.top-bar-nav-sections {

  text-align: center;
}

.top-bar-menu-left-centering{

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.logo-padding-right{

  padding-right: 5px;

}

.top-bar-nav-sections-padding{

  padding: 5px;

}

.top-bar-menu{

  padding: 0 0 1px 0;

  position: fixed;

  top: 0;

  z-index: 100;

}

.top-bar-menu-left {

  padding: 13px 13px;
  text-align: left;

}

.top-bar-menu-right ul li{

  padding: 0px 5px 0px 5px !important;

}

.top-bar-menu-right ul li:not(:nth-child(2)){

  padding-top: 8px !important;

}

.right-menu{

  margin-top: 57px;

}

.footer-top-sections-padding:first-child {

  padding-left: 0 !important;

}

.footer-top-sections-padding:last-child {

  padding-right: 0 !important;

}

.footer-bottom ul li:first-child a {

  padding-left: 6px;

}

.footer-bottom ul li:not(:first-child) a {

  padding-right: 6px;

  padding-left: 6px;

}

.footer-bottom p {

  text-align: center;

}

.footer-bottom ul li {

  float: unset;

  display: inline;

}

.footer-bottom ul{

  text-align: center;

}


.bg-div{

  min-height: 442px;

}

.main-back{

  min-height: 442px;

}

.change-to-table-cells{

  border:1px solid #ccc;

  font-family: IRANSans;

  font-size: 13px;

  padding: 8px;

  text-align: center;

}

.change-to-table-cells:first-child{

  background-color: #009e4e;
  color: white;

}

.change-to-table-cells:first-child > a{

  color: white;

}

.change-to-table-padding-margin{

  margin-top: 15px;

}

.main-select-way.one-box {

  margin-top: 20px;

}

.ticket-show-date h6 {

  padding-top: 3px;

}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{

  white-space: normal !important;

}

.factor-number-box {

  text-align: right;

  border-right: 3px solid orange;

  margin-top: 30px;

  margin-right: 8px;

  padding-right: 5px;

}

ul.factor-follow {

  padding-left: 10px;

}

.button.ticket-link.dashboard.small-size{

  display: block;

  width: 80%;

  margin: 0 auto;

}

.button.ticket-link.dashboard.small-size.factor{

    width: 80%;

}

.button.ticket-link.dashboard.red.small-size{

  display: block;

  width: 80%;

  margin: 8px auto;

}

.change-to-table-cells{

  background-color: #f3f3f3;

}

.states-main-divs {

  margin-bottom: 2px;

}

#selected-states{

  margin-bottom: .2em;

}

.search-factor-input-margin {

  margin-top: 0;

}

.search-factor-btn{

  width: 100% !important;

}

.buttons-left {

  margin-right: 0;

}

.buttons-right {

  margin-left: 0;

}

.buttons-left > a {

  margin-top: 0;

}

.profile-bottom-padding-left {

  padding-left: 0;

}

.profile-title-section {

  padding-right: 0;

  text-align: center;

}

.profile-value-section {

  text-align: center;

  padding-top: 3px;

  padding-left: 0;

}

.main-select-way.off{

  height: auto;

}

.select-way-btn-padding {

  padding: 10px;

}

.fa-3x {

  font-size: 2.3em;

}

.main-select-way p.guide {

  padding: 8px 22px 0 22px;

}

.main-select-way h6.success {

  margin-bottom: 9px;

  font-size: 12px;

  line-height: 1.7;

}

table.ticket-table.bestest tr td > a img{

  width: 80%;

}

table.ticket-table.bestest tr th{

  font-size: 11px;

}

.iconic-menu-boxes-padding:not(:first-child){

  margin-top: 6px;

}

.states-main-header h1{

  font-size: 12px;

}

.vip-ads-box-in-right{

  height: 30px;

  font-size: 14px;

  padding-top: 8px;

}

.vip-ads-box-in-right{

  padding-top: 4px;

}

.vip-ads-box-in-right-top h4{

  font-size: 15px;

  padding-left: 30px;

}

.vip-ads-box-in-right-top p{

  text-align: justify;

}

.vip-ads-box{

  height: auto !important;

}

.vip-ads-box-in-right-top{

  height: auto !important;

}

.vip-ads-box-in-right-bottom-items:not(i){

  font-size: 10px;

  padding-top: 10px;

}

.pin > i {

  font-size: 13px;

  padding-left: 1px;

}

.vip-ads-box-in-right-bottom{

  border-radius: 0 0 5px 5px !important;

  -webkit-border-radius: 0 0 5px 5px !important;

  -moz-border-radius: 0 0 5px 5px !important;

  -o-border-radius: 0 0 5px 5px !important;

}

.email-sms-desc{

  height: 65px;

}

.small-cl-color{

  border-left:1px solid #ccc;

  background-color: rgb(231, 231, 231);

  font-weight: bold;

}

.small-cl-color:last-child{

  border-left-width: 0;

}

.red-p-in-tables{

  font-size: 11px;

}

.email-sms-price-centering{

  margin-top: 15px;

  text-align: center;

}

.small-calc-symbols{

  font-size: 18px;

  color: mediumvioletred;

}

h6.callout.primary.email-sms{

  margin-top: 18px;

}

.email-sms-boxs.bottom{

  margin-top: 15px;

  margin-bottom: 15px;

}

.plans-heading{

  font-size: 15px;

}

.header-tel-us{
  float: unset;
  width: 100%;
}

.new-site-bar{

  margin-top: 20px;

}

.none-br{

  display: none;

}

}





/* Medium only (fake) */

@media screen and (max-width: 63.9375em){

  .top-bar-menu-right ul li{
  
    padding: 0px 8px 0px 8px;
  
  }

  .percentage_bar{

    width: 84%;

    right: calc(50% - 42%);
    right: -webkit-calc(50% - 42%);

  }

.change-to-table-cells{

  border:1px solid #ccc;

  font-family: IRANSans;

  font-size: 13px;

  padding: 8px;

  text-align: center;

}

.change-to-table-cells:first-child{

  background-color: #009e4e;
  color: white;

}

.change-to-table-cells:first-child > a{

  color: white;

}

.change-to-table-padding-margin{

  margin-top: 15px;

}

.my-grid-container{

  padding-left: 0;

}

.top-bar-menu-left-centering{

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.footer-top-sections-padding:first-child{

  padding-left: 12px;

}

.footer-top-sections-padding:last-child {

  padding-right: 12px;

}

.states-box > label {

  display: inline-block;

  width: 100%;

  font-size: 11px;

}

.ticket-show-date h6 {

  padding-top: 3px;

}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{

  white-space: normal !important;

}

.factor-total-price{

  text-align: right;

  border-right: 3px solid darkorchid;

  padding-right: 5px;

}

ul.factor-details {

  margin-right: 8px !important;

}

ul.factor-follow {

  margin-right: 8px !important;

}

.search-factor-input-margin {

  margin-top: 0;

}

.profile-top-boxes{

  font-size: 12px;

}

.profile-bottom-padding-left {

  padding-left: 0;

}

.profile-bottom-padding-right{

  padding-right: 0;

}

.profile-top-texts{

  font-size: 12px;

}

.profile-top-counts.green{

  font-size: 11px;

}

.main-select-way.off{

  height: auto;

}

.select-way-btn {

  height: 127px;

}

.main-select-way p.guide {

  padding: 15px 0 0 0;

}

table.ticket-table.bestest tr td > a img{

  width: 80%;

}

.iconic-menu-boxes-padding:first-child{

  padding-right: 8px;

}

.iconic-menu-boxes-padding:last-child{

  padding-left: 8px;

}

.iconic-menu-boxes-padding:not(:first-child):not(:nth-child(2)){

  margin-top: 6px;

}

.iconic-menu{

  height: auto;

  margin-bottom: 20px;

  margin-top: 8px;

}

.iconic-menu-boxes-padding:last-child{

  margin-top: 0 !important;

}

.vip-ads-box-in-right{

  height: 30px;

  font-size: 14px;

  padding-top: 8px;

}

.vip-ads-box-in-right{

  padding-top: 4px;

}

.vip-ads-box-in-right-top h4{

  font-size: 15px;

  padding-left: 30px;

}

.vip-ads-box-in-right-top p{

  text-align: justify;

}

.vip-ads-box{

  height: 218px;

}

.vip-ads-box-in-right-top{

  height: 145px;

}

.vip-ads-box{

  height: auto !important;

}

.vip-ads-box-in-right-top{

  height: auto !important;

}

.vip-ads-box-in-right-bottom-items:not(i){

  font-size: 10px;

  padding-top: 10px;

}

.pin > i {

  font-size: 13px;

  padding-left: 1px;

}

.vip-ads-box-in-right-bottom{

  border-radius: 0 0 5px 5px !important;

  -webkit-border-radius: 0 0 5px 5px !important;

  -moz-border-radius: 0 0 5px 5px !important;

  -o-border-radius: 0 0 5px 5px !important;

}





.profile-header-company , .profile-header-company.better{

  height: 360px;

}

.profile-header-company h2 , .profile-header-company.better h2{

  margin-bottom: 0;

}

.profile-header-company h1 , .profile-header-company.better h1{

  padding-top: 30px;

}

.profile-summary.l50{

  margin-bottom: 25px;

}

.public-profile-padding-left, .public-profile-padding-right{

  padding: 0;

}

.profile-summary-details{

  margin-top: 5px;

}

.profile-ad-box-title h6{

  text-align: center;

  padding: 10px 0;

}

.public-profile-resume-btn{

  margin-top: 10px;

}

.public-profile-form-checks-padding-left, .public-profile-form-checks-padding-right{

  padding: 0;

}

.company-small-margin-btn{

  margin-top: 10px;

  margin-bottom: 5px;

}


.order-one.only-m{
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
  -moz-order:1;
  -webkit-order:1;
}
.order-two.only-m{
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
  -moz-order:2;
  -webkit-order:2;
}
.order-three.only-m{
  -webkit-box-ordinal-group:4;
      -ms-flex-order:3;
          order:3;
  -moz-order:3;
  -webkit-order:3;
}
.order-four.only-m{
  -webkit-box-ordinal-group:5;
      -ms-flex-order:4;
          order:4;
  -moz-order:4;
  -webkit-order:4;
}
.order-five.only-m{
  -webkit-box-ordinal-group:6;
      -ms-flex-order:5;
          order:5;
  -moz-order:5;
  -webkit-order:5;
}
.order-six.only-m{
  -webkit-box-ordinal-group:7;
      -ms-flex-order:6;
          order:6;
  -moz-order:6;
  -webkit-order:6;
}
.order-seven.only-m{
  -webkit-box-ordinal-group:8;
      -ms-flex-order:7;
          order:7;
  -moz-order:7;
  -webkit-order:7;
}
.order-eight.only-m{
  -webkit-box-ordinal-group:9;
      -ms-flex-order:8;
          order:8;
  -moz-order:8;
  -webkit-order:8;
}
.order-nine.only-m{
  -webkit-box-ordinal-group:10;
      -ms-flex-order:9;
          order:9;
  -moz-order:9;
  -webkit-order:9;
}
.order-ten.only-m{
  -webkit-box-ordinal-group:11;
      -ms-flex-order:10;
          order:10;
  -moz-order:10;
  -webkit-order:10;
}
.order-eleven.only-m{
  -webkit-box-ordinal-group:12;
      -ms-flex-order:11;
          order:11;
  -moz-order:11;
  -webkit-order:11;
}
.order-twelve.only-m{
  -webkit-box-ordinal-group:13;
      -ms-flex-order:12;
          order:12;
  -moz-order:12;
  -webkit-order:12;
}
.order-thirteen.only-m{
  -webkit-box-ordinal-group:14;
      -ms-flex-order:13;
          order:13;
  -moz-order:13;
  -webkit-order:13;
}
.order-fourteen.only-m{
  -webkit-box-ordinal-group:15;
      -ms-flex-order:14;
          order:14;
  -moz-order:14;
  -webkit-order:14;
}
.order-fifteen.only-m{
  -webkit-box-ordinal-group:16;
      -ms-flex-order:15;
          order:15;
  -moz-order:15;
  -webkit-order:15;
}
.order-sixteen.only-m{
  -webkit-box-ordinal-group:17;
      -ms-flex-order:16;
          order:16;
  -moz-order:16;
  -webkit-order:16;
}

}







/* Medium only (real) */

@media screen and (min-width: 40em) and (max-width: 63.9375em){
  .tabs.searching li:first-child{
    width: 100%;
  }
  .cv.tabs-title{
    width: 50%;
    text-align: center;
  }
  .cv-popup{
    width: 90%;
  }
  .cv-single-show-out{
    padding: 30px 30px 20px 30px;
  }
  .change-to-table-cells{

    background-color: #f3f3f3;
  
  }
  .main-select-way form input[type="submit"]{
    width: 100% !important;
  }
  .button.no-margin-bottom{
    margin: 0;
    padding: 0;
  }
  .filter_btn{
    margin-top: 10px;
  }
  .filter_box span.title{
    display: inline-block;
    padding-bottom: 8px;
  }
  .aboutpage_users_ul li strong > span{
    display: block;
  }

  .app_dl_box:not(.first-i):not(.first-ii):not(.first-iii){
    margin-top: 20px;
  }
.aboutpage_top {
  padding: 25px 30px 40px 30px;
}
.aboutpage_images_box{
  padding: 35px 40px 40px 40px;
}
.aboutpage_users_ul li{
  text-align: center;
}
.aboutpage_users_ul li img{
  float: none;
}
.aboutpage_bottom_box {
  text-align: center;
}
.aboutpage_bottom_box img {
  float: none;
}
.aboutpage_bottom_box strong {
  display: block;
}
.aboutpage_bottom_box p {
  text-align: justify;
}

  .top-bar-menu-left{
    margin-top: 2px;
  }

  .samanehbox img{
    width: 110px;
  }
  .enamadbox img{
    width: 102px;
  }

  .email-sms-desc {

    padding: 10px 3px;

    font-size: 9px;

  }

  .get-mail-sms-prices{

    font-size: 10px;

    font-weight: bold;

  }

  .email-sms-left-border{

    font-size: 11px;

  }

  .red-p-in-tables {

    font-size: 8px;

  }

  .email-sms-price-centering{

    margin-top: 15px;

    text-align: center;

  }

  .small-calc-symbols{

    font-size: 18px;

    color: mediumvioletred;

  }

  .callout.primary.center.email-sms-pay{

    font-size: 12px;

  }

  h6.callout.primary.email-sms{

    margin-top: 18px;

  }

  .email-sms-boxs.bottom{

    margin-top: 15px;

    margin-bottom: 15px;

  }

  .profile-header-company , .profile-header-company.better{

    height: 220px !important;

  }

  .profile-header-company h2 , .profile-header-company.better h2{

    font-size: 15px;

  }

  .company-btns{

    font-size: 18px;

    height: 43px;

  }

  .profile-ad-box-title h6{

    text-align: right;

  }

  .company-small-margin-btn{

    margin: 0;

  }

  .none-br{

    display: none;

  }

}







/* Medium and up */

@media screen and (min-width: 40em) {

/* .off-canvas.big {

  position: relative !important;

}

.position-right.big {

  width: unset !important;

} */

.draft-padding-in-medium{

  padding-left:10px;

}

.bankcallback-padding-left{

  padding-left: 5px;

}

.bankcallback-padding-right{

  padding-right: 5px;

}

.send-docs-input-padding{

  padding-left: 10px;

}

.expire-padding-left{

  padding-left: 4px;

}

.expire-padding-right{

  padding-right: 4px;

}

}



/* Large and up */

@media screen and (min-width: 64em) {

.new-table-padding{

  padding-top: 60px !important;

}

/* .header-tel-us{

  margin-left: 4px;

} */

}







.p-no-margin p{

  margin-bottom: 0;

}





.new-site-bar{

  width: 100%;

  background-color: #6f99a1;

  color: #ffffff;

  font-family: IRANSans;

  font-size: 14px;

  text-align: center;

  padding: 15px 35px;

  position: relative;

  border-bottom: 2px solid #ffffff;

}

.new-site-bar > a{

  color: #ffd5d9 !important;

}



.new-site-bar .fa-times-circle{

  position: absolute;

  left: 10px;

  top: 11px;

  color: #ffffff;

  cursor: pointer;

}

.new-site-bar .fa-times-circle:hover{

  color: #dddddd;

}



.dashboard-site-bar{

  width: 100%;

  background-color: #c65d51;

  color: #ffffff;

  font-family: IRANSans;

  font-size: 14px;

  text-align: center;

  padding: 15px 35px;

  position: relative;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

}

.dashboard-site-bar > a{

  color: #ffd5d9 !important;

}

.dashboard-site-bar .fa-times-circle{

  position: absolute;

  left: 10px;

  top: 11px;

  color: #ffffff;

  cursor: pointer;

}

.dashboard-site-bar .fa-times-circle:hover{

  color: #dddddd;

}



.vip-top-bar{

  width: 100%;

  height: auto;

  padding: 10px;

  border:1px solid rgb(86, 147, 172);

  background-color: #d3f2ff;

  color: rgb(86, 147, 172);

  font-family: IRANSans;

  font-size: 14px;

  text-align: center;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -o-border-radius: 5px;

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.vip-top-bar:hover{

  background-color: #bee7f8;

  color: rgb(73, 152, 183);

  transition: ease-in-out .2s all;

  -webkit-transition: ease-in-out .2s all;

  -moz-transition: ease-in-out .2s all;

  -o-transition: ease-in-out .2s all;

}

.vip-top-bar.margining{

  margin-top: 22px;

}



.temp-btn{

  width: 264px;

  height: auto;

  padding: 7px;

  font-family: IRANSans;

  font-size: 12px;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -o-border-radius: 3px;

  background-color: #eb5d5d;

  color: #ffffff;

  margin: 0 auto;

  margin-bottom: 15px !important;

  text-align: center;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.temp-btn:hover{

  background-color: #cc5050;

  transition: ease-in-out .15s all;

  -webkit-transition: ease-in-out .15s all;

  -moz-transition: ease-in-out .15s all;

  -o-transition: ease-in-out .15s all;

}

.button.alert.expanded.redin{
  background-color: #eb5d5d !important;
}
.button.alert.expanded.redin:hover{
  background-color: #cc5050 !important;
}

.resumes-watermark{
  background-color: #127d12;color:white;font-family: IRANSans;font-size: 14px;padding: 2px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.resumes-watermark:hover{
  background-color: #208f20;color:white;
}

input[type="submit"]:focus{
  color: white !important;
}
button:focus{
  color: white !important;
}

.pagination li {
  display: inline-block !important; 
}





/* NEW HEADER AND FOOTER */

.navbar{
  padding: 0;
}
.navbar-dark .navbar-toggler-icon {
  width: 100%;
  background-position: 38px;
  /* padding-left: 10px; */
  padding-right: 23px;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} 
.navbar-dark .navbar-toggler:focus{
  outline: none;
}
.navbar-toggler{
  /* width: 130px; */
  width: 110px;
  font-family: IRANYekan;
  font-size: 16px;
  padding: 0.4rem 0;
  line-height: 1.4;
  color: #fff !important;
  border-top-width: 0;
  border-right-width: 0;
  border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
}
.bg-dark{
    background-color: #444 !important;
}
.top-header{
  background: no-repeat url(images/bg2.jpg);
  /* background-size: cover; */
  background-position: top;
  /* border-bottom: 1px solid rgb(223, 223, 223); */
  padding: 22px;
  box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  -webkit-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  -moz-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  -o-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
  position: relative;
}
.top-header .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(0,158,78);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,158,78,1)),color-stop(52%, rgba(0,160,131,1)),to(rgba(0,158,78,1)));
  background: linear-gradient(to right, rgba(0,158,78,1) 0%,rgba(0,160,131,1) 52%,rgba(0,158,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e4e', endColorstr='#009e4e',GradientType=1 );
  opacity: .2;
}
.top-header h1{
  font-family: IRANYekan;
  font-size: 22px;
  text-align: center;
  color: #444;
  line-height: 1.2;
}
.small-top-btn{
  width: 180px;
  text-align: center;
  background-color: #ffb95c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #111;
  font-family: IRANYekan;
  padding: 3px;
  border-bottom: 2px solid orange;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}
.small-top-btn.closed{
  background-color: #ececec;
  border-bottom: 2px solid #909090;
  color: #444;
}
.top-header .box{
  background-color: rgba(255, 255, 255, 0.55);
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  width: 280px;
  margin: 0 auto;
  margin-top: 15px;
  display: none;
}
.top-header .box input{
  width: 100%;
  border: none;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.top-header .search-btn{
  width: 100%;
  background-color: #ffb95c;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #111;
  height: 38px;
  font-family: IRANYekan;
  padding: 0 !important;
  border-bottom: 2px solid orange;
  -webkit-transition: ease-in-out .1s all;
  transition: ease-in-out .1s all;
  cursor: pointer;
  line-height: 1.2;
}
.top-header .search-btn:hover{
  color: #111;
  border-bottom-color: rgb(255, 153, 0);
  background-color: #ffb35c;
  -webkit-transition: ease-in-out .1s all;
  transition: ease-in-out .1s all;
}
.top-header .search-btn:focus{
  color: #111 !important;
}
.top-section .box{
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 15px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border: 1px solid #e4e4e4;
}
.top-bar{
  width: 100%;
  height: 34px;
  padding: 0 !important;
  /* background: rgb(220, 220, 220);
  background: -moz-linear-gradient(to right, rgb(220, 220, 220) 0%,rgb(236, 236, 236) 50%,rgb(220, 220, 220) 100%);
  background: -webkit-linear-gradient(to right, rgb(220, 220, 220) 0%,rgb(236, 236, 236) 50%,rgb(220, 220, 220) 100%);
  background: linear-gradient(to right, rgb(220, 220, 220) 0%,rgb(236, 236, 236) 50%,rgb(220, 220, 220) 100%); */

  /* border-bottom: 2px solid #009f6a; */

  border-bottom: 2px solid #009f6a;

  /* background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); */

  background: rgb(234,234,234);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(234,234,234,1)),color-stop(51%, rgba(248,248,248,1)),to(rgba(234,234,234,1)));
  background: linear-gradient(to right, rgba(234,234,234,1) 1%,rgba(248,248,248,1) 51%,rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 );

  background: no-repeat url(images/bg2.jpg);
  background-size: cover;
  background-position: left;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.top-link{
  color: #009f6a;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: IRANYekan;
  font-size: 14px;
  margin-top: 0px;
  padding: 6px 2px 5px 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.top-link > i{
  color: #2b7f80;
}
/* .top-link.red{
  color: #ff6868;
} */
.top-link:hover{
  color: #009f6a;
  background-color: rgb(230, 230, 230);
  -webkit-transition: ease-in-out .1s all;
  transition: ease-in-out .1s all;
}
.top-link.fixed{
  padding: 6px 5px 6px 3px;
  color: #fff;
  font-size: 14px;
}
.top-link.fixed:hover{
  background-color: rgb(53, 53, 53);
  -webkit-transition: ease-in-out .1s all;
  transition: ease-in-out .1s all;
}
.top-link.fixed > i{
  color: #f9f9f9;
}

.select2-container{
  font-family: IRANSans;
}
.select2-container--open .select2-dropdown--below{
  padding: 4px !important;
  box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
  -webkit-box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
  -moz-box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
  -o-box-shadow: 0 4px 20px -4px rgba(17, 17, 17, 0.4);
}
.select2-container .select2-selection--single{
  height: 38px !important;
}
.select2-results__option[aria-selected]{
  background-color: #f7f7f7;
  margin-top: 3px;
  color: #333;
  border-right: 2px solid #dedede;
}
.js-state-basic-single + span:before{
  font-family: 'Font Awesome\ 5 Pro';font-weight:700;
  font-weight: 700;
  color: #999;
  content: '\f3c5';
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
}
.js-job-basic-single + span:before{
  font-family: 'Font Awesome\ 5 Pro';font-weight:700;
  font-weight: 700;
  color: #999;
  content: '\f508';
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 15px;
}
.js-grade-basic-single + span:before{
  font-family: 'Font Awesome\ 5 Pro';font-weight:700;
  font-weight: 700;
  color: #999;
  content: '\f19d';
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  font-size: 14px !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
  padding-right: 31px !important;
  font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 37px !important;
  color: #888 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 70% !important;
}
.select2-search--dropdown{
  padding: 4px 0 6px 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.select2-search--dropdown .select2-search__field{
  font-size: 14px !important;
  padding: 6px !important;
}
.select2-results__option{
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #f0f0f0 !important;
  color: #444 !important;
}
.select2-container--default .select2-results>.select2-results__options{
  max-height: 198px !important;
  padding-left: 3px !important;
}
/* width */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Handle */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: rgb(170, 170, 170); 
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Handle on hover */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgb(160, 160, 160); 
}

footer{
  width: 100%;
  padding: 25px 15px;
  background-color: white;
  border-top: 5px solid #e2e2e2;
  box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  -o-box-shadow: 0 -3px 1px -2px rgba(17, 17, 17, 0.3);
  position: relative;
}
footer .goto-top{
  position: absolute;
  width: 168px;
  height: 22px;
  background-image: url(images/btm.png);
  color: #666;
  font-size: 12px;
  top: -1px;
  right: calc(50% - 84px);
  text-align: center;
  padding: 0;
  cursor: pointer;
}
footer .goto-top:hover{
  color: #888;
}
footer span,footer p,footer ul li{
  font-family: IRANYekan;
}
footer span.title{
  border-bottom: 2px solid #009e4e;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  display: block;
}
footer p{
  font-size: 13px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0;
}
footer ul.apps{
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
footer ul.apps li{
  font-size: 12px;
  line-height: 1.7;
}
footer ul.apps li:not(:first-child){
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
  padding-top: 10px;
}
footer ul.apps li a{
  color: #444;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
footer ul.apps li a:hover{
  color: #00793c;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
footer ul.info{
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
footer ul.info li{
  font-size: 15px;
  line-height: 2.2;
  color: #444;
}
footer ul.socials{
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: left;
  direction: ltr;
}
footer ul.socials li{
  display: inline;
}
footer ul.socials li:not(:first-child){
  margin-left: 8px;
}
footer ul.socials li a{
  color: #a0a0a0;
  -webkit-transition: ease-in-out .3s all;
  transition: ease-in-out .3s all;
}
footer ul.socials li:nth-child(1) a:hover{
  color: #395692;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
footer ul.socials li:nth-child(2) a:hover{
  color: #1c9ceb;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
footer ul.socials li:nth-child(3) a:hover{
  color: #d64a39;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
footer ul.socials li:nth-child(4) a:hover{
  color: #e67126;
  -webkit-transition: ease-in-out .15s all;
  transition: ease-in-out .15s all;
}
.left-det{
  float: left;
}
.left-det.tahoma{
  font-family: tahoma;
}
.namad-box{
  text-align: center;
  padding-top: 20px;
}
.namad-box > img{
  width: 110px;
}
.copyright{
  width: 100%;
  background-color: #444;
  border-bottom: 5px solid #009f6a;
  padding: 10px;
}
.copyright img{
  width: 150px;
  margin: 10px auto;
  /* float: left; */
  display: block;
  margin-bottom: 18px;
}
.copyright ul.news{
  float: right;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.copyright ul.news li{
  display: inline;
}
.copyright ul.news li:not(:first-child){
  margin-right: 7px;
}
.copyright ul.news li:not(:first-child):before{
  content: ".";
  margin-left: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.copyright ul.news li > a{
  color: #f1f1f1;
  font-family: IRANYekan;
  font-size: 14px;
  text-shadow: 0 0 3px #111;
  -webkit-text-shadow: 0 0 3px #111;
  -moz-text-shadow: 0 0 3px #111;
  -o-text-shadow: 0 0 3px #111;
}
.copyright ul.news li > a:hover{
  opacity: .85;
}
.copyright p{
  color: #848484;
  font-family: IRANYekan;
  font-size: 13px;
  margin-bottom: 8px;
  float: right;
  padding-right: 70px;
  text-align: justify;
  margin-top: 10px;
  line-height: 1.5;
}
.footer-sm-link{
  font-family: IRANSans;
  padding: 3px;
  background-color: rgba(17, 17, 17, 0.2);
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
  margin-top: 2px;
}
.footer-sm-link:hover{
  color: #fff;
}
#goto-top-btn{
  position: fixed;
  right: 28px;
  bottom: 27px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  -o-box-shadow: 0 1px 3px rgba(17, 17, 17, 0.2);
  text-align: center;
  padding-top: 13px;
  color: #888;
  cursor: pointer;
  display: none;
  z-index: 1030;
}
#goto-top-btn:hover{
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  -o-box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
}
.top-gap{
  margin: 0 0 8px 0!important;
  border: 0;
  border-top: 1px solid #535353;
}
.top-dif-link{
  /* background-color: rgba(241, 241, 241, 0.6); */
  color: #f1f1f1;
  font-family: IRANYekan;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 4px 4px 10px 4px;
}
.ad-ads-link{
  background-color: #009f6a;
  padding: 5px;
  border-radius: 5px;
}
.ad-ads-link:hover{
  opacity: 1 !important;
  background-color: #00a56e;
}
.top-ad-ads-link{
  background-color: #009f6a;
  padding: 4px 5px;
  border-radius: 5px;
  color: #fff;
  font-family: IRANYekan;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 115px;
}
.sticky-top-normal {
  position: fixed;
  top: 0;
  z-index: 1020;
}
.header-margin{
  margin-top: 25px;
}

@media (min-width: 992px) {
  .karfarma-cv-side{
    margin-top: 178px;
  }
  .sticky-top-normal {
    position: relative;
    top: unset;
}
.top-gap{
  display: none;
}
.header-margin{
  margin-top: 0;
}
.top-bar.fixed{
  height: 35px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  background: #444;
}
.top-link.fixed{
  padding: 6px 5px 6px 3px;
  color: #fff;
  font-size: 14px;
}
.top-link.fixed:hover{
  background-color: rgb(53, 53, 53);
  -webkit-transition: ease-in-out .1s all;
  transition: ease-in-out .1s all;
}
.top-link.fixed > i{
  color: #f9f9f9;
}
  .top-header .box{
    background-color: rgba(255, 255, 255, 0.55);
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 15px;
    width: 100%;
    display: block;
}
.profile-header{
  margin-top: 0 !important;
}
}

@media (min-width: 1200px) {
  .karfarma-cv-side{
    margin-top: 110px;
  }
  .cv-popup{
    width: 65% !important;
  }
  .top-header{
    background: no-repeat url(images/bg2.jpg);
    background-size: cover;
    background-position: top;
    /* border-bottom: 1px solid rgb(223, 223, 223); */
    padding: 30px;
    box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    -webkit-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    -moz-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    -o-box-shadow: inset 0 3px 12px rgba(33, 33, 33, 0.22);
    position: relative;
}
  .top-bar{
    height: 50px;
  }
  .top-link{
    width: 200px;
    font-size: 15px;
    padding: 14px 5px 12px 3px;
}
  .namad-box{
    padding-top: 30px;
  }
  .namad-box > img{
    width: unset;
  }
  footer ul.socials{
    margin-top: 30px;
  }
  .copyright img{
    width: 150px;
    margin-top: 20px;
    float: left;
  }
  .copyright p{
    color: #848484;
    font-family: IRANYekan;
    font-size: 13px;
    margin-bottom: 8px;
    margin-top: 0;
    float: right;
    padding: 0;
  }
}

@media (min-width: 405px) {
  #goto-top-btn{
      bottom: 15px;
  }
}

@media (min-width: 768px) {
  #goto-top-btn{
    bottom: 27px;
  }
  footer ul.apps li {
    font-size: 14px;
  }
  .profile-header{
    margin-top: 40px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cv-popup{
    width: 90%;
  }
  .navbar-toggler{
    width: 120px;
    /* padding-right: 10px; */
  }
  .top-ad-ads-link {
    left: 142px;
    right: unset;
  }
   .navbar-dark .navbar-toggler{
        border-right: 1px solid rgba(255,255,255,.1);
    }
    footer ul.apps li {
      font-size: 11px;
  }
}

@media (min-width: 376px) {
  /* .top-dif-margin{
      margin-right: 90px;
  } */
}

@media (max-width: 359px) {
  .vxs-none{
      display: none;
  }
  #report-box{
    width: 310px;
    top: 48px;
  }
}
@media (min-width: 359px) {
  footer ul.apps li{
      font-size: 14px;
  }
}