/*
Author       : AlphaTeam
Template Name: AlphaTeam
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. FONTS
    02. GENERAL STYLE
    03. HEADER
    04. Footer
    05. CARDS
    06. BUTTONS
    07. FORMS
    08. MODALS
    09. TABLE
    10. PANEL
    11. TESTS
    12. EMPLOYERS
    13. RESPONSIVE
  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01. FONTS
* ----------------------------------------------------------------------------------------
*/
@charset "utf-8 ";
@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/yekan/Yekan.eot');
    src: url('fonts/yekan/Yekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('fonts/yekan/Yekan.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('fonts/yekan/Yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/yekan/Yekan.ttf') format('truetype');
}

.tagcolor-high{
    background-color: indianred!important;
}
.color-open {
    color: green!important;
}
.color-close {
    color: indianred!important;
}
.color-high {
    color: indianred!important;
}
.color-low{
    color: green!important;
}
@font-face {
    font-family: 'iransans-bold';
    src: url('fonts/iransans/IRANSans-Bold-web.eot');

    src: url('fonts/iransans/IRANSans-Bold-web.eot?#iefix') format('eot'),  /* IE6–8 */
    url('fonts/iransans/IRANSans-Bold-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/iransans/IRANSans-Bold-web.ttf') format('ttf');
    font-weight: bold;
}


@font-face {
    font-family: 'iransans-medium';
    src: url('fonts/iransans/IRANSans-Medium-web.eot');

    src: url('fonts/iransans/IRANSans-Medium-web.eot?#iefix') format('eot'),  /* IE6–8 */
    url('fonts/iransans/IRANSans-Medium-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/iransans/IRANSans-Medium-web.ttf') format('ttf');
    font-weight: 500;
}


@font-face {
    font-family: 'iransans-light';
    src: url('fonts/iransans/IRANSans-Light-web.eot');

    src: url('fonts/iransans/IRANSans-Light-web.eot?#iefix') format('eot'),  /* IE6–8 */
    url('fonts/iransans/IRANSans-Light-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/iransans/IRANSans-Light-web.ttf') format('ttf');
    font-weight: 300;
}


@font-face {
    font-family: 'iransans-web';
    src: url('fonts/iransans/IRANSans-web.eot');

    src: url('fonts/iransans/IRANSans-web.eot?#iefix') format('eot'),  /* IE6–8 */
    url('fonts/iransans/IRANSans-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/iransans/IRANSans-web.ttf') format('ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'casablanca';
    src: url('fonts/casablanca/Mj_Casablanca.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'casablanca-light';
    src: url('fonts/casablanca/Mj_Casablanca-Light.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'casablanca-heavy';
    src: url('fonts/casablanca/Mj_Casablanca-Heavy.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'copperplate-gothic';
    src: url('fonts/copperplate-gothic/copperplate-gothic.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'copperplate-gothic-bold';
    src: url('fonts/copperplate-gothic/copperplate-gothic-bold.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'copperplate-gothic-regular';
    src: url('fonts/copperplate-gothic/copperplate-gothic-regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'entezarezohoor';
    src: url('fonts/entezarezohoor/entezarezohoor.ttf');
    font-weight: normal;
}

.fa-envelope{
    position: relative;
}
.fa-envelope span{
    background: green;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: 7px;
}

/*
* ----------------------------------------------------------------------------------------
* 02. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}
.pl1{padding-left: 1em !important;}
.pr1{padding-right: 1em !important;}
.pl2{padding-left: 2em !important;}
.pr2{padding-right: 2em !important;}
.pl3{padding-left: 3em !important;}
.pr3{padding-right: 3em !important;}
.pl4{padding-left: 4em !important;}
.pr4{padding-right: 4em !important;}
.pl5{padding-left: 5em !important;}
.pr5{padding-right: 5em !important;}


.ml0{margin-left: 0 !important;}
.mr0{margin-right: 0 !important;}
.ml1{margin-left: 1em !important;}
.mr1{margin-right: 1em !important;}
.ml2{margin-left: 2em !important;}
.mr2{margin-right: 2em !important;}
.ml3{margin-left: 3em !important;}
.mr3{margin-right: 3em !important;}
.ml4{margin-left: 4em !important;}
.mr4{margin-right: 4em !important;}
.ml5{margin-left: 5em !important;}
.mr5{margin-right: 5em !important;}

.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.height-30 {height: 30px;}

a , a:hover{
    text-decoration: none;
}
main{
    padding-top: 1em;
}
.no-shadow{
    box-shadow: none !important;
}

li{list-style: none;}

.color-blue{color:#6596ed;}
.color-red{color:#cf6363 !important;}
.color-orange{color:#ffcb2f;}
.color-green{color:#29bd6b;}
.color-black{color:#000000 !important;}
.color-gray{color:gray !important;}
.color-white{color:#ffffff !important;}


.border-red{border:1px solid #cf6363 !important;}
.border-red-dark{border:1px solid #65001c !important;}
.border-green{border:1px solid #29bd6b !important;}
.border-orange{border:1px solid #ffcb2f !important;}


.bg-gray{background:#f2f2f2 !important;}

.border-white {border:1px solid #ffffff;}
.border-gray {border:1px solid #d9d9d9;}
.no-border{border:none !important;}

.rtl{direction: rtl;}
.ltr{direction: ltr;}

.hide{display: none !important;}

.font-size-10{
    font-size: 10px !important;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-20{
    font-size: 20px !important;
}
.font-bold{
    font-weight: bold;
}
.size-50{width: 50px;}
.size-100{width: 100px;}
.size-150{width: 150px;}
.size-200{width: 200px;}

.one-line{
    white-space: nowrap;
    overflow: hidden;
}
.width-100{
    width: 100%;
}
.width-100px{
    width: 100px;
}
.width-150px {
    width: 150px;
}
.height-44{
    height:44px;
}

.line-height-30{
    line-height: 30px;
}
/* border-color */
.border-blue{
    border:1px solid #4285f4 !important;
    border:1px solid #33b5e5 !important;
}


/* home */
.homeImg{
    padding-top:1px;
    height: 360px;
    text-align: center;
    margin: 0 auto;
    position: initial;
}

.text-underline{
    text-decoration: underline;
}

.datepicker-plot-area{
    font-family: 'casablanca';
}
h6.border-bottom-hr{
    border-bottom: 1px solid #000000;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-family: 'casablanca';
    padding-bottom: 5px;
}

h1,h2,h3,h4,h5,h6{
    font-family: Yekan, 'casablanca';
}
/*
* ----------------------------------------------------------------------------------------
* 03. HEADER
* ----------------------------------------------------------------------------------------
*/
main{
    margin-top: 5em;
}
.navbar .container{
    position: relative;
    padding: 0;
}
.navbar .container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 100%;
    box-shadow: 1px 1px 10px #D9D9D9;
    background: #eeeeee;
}
.navbar-brand img{
    height:3em;
}
.nav-item {
    padding: 0 5px;
    float:left;
}
.navbar .nav-item .nav-link{
    height: 45px;
    width: 45px;
    background-size: 45px 45px;
}
.navbar .nav-item .nav-link.phone{
    background-image: url("images/phone.png");
}
.navbar .nav-item .nav-link.nav-law{
    background-image: url("images/nav-law.png");
}
.navbar .nav-item .nav-link.notification{
    background-image: url("images/notification.png");
}
.navbar .nav-item .nav-link.note{
    background-image: url("images/note.png");
}
.navbar .nav-item .nav-link.timer{
    background-image: url("images/timer.png");
}


/*
* ----------------------------------------------------------------------------------------
* ----------------------------------------------------------------------------------------
* 04. FOOTER
* ----------------------------------------------------------------------------------------
*/
.copyright{
    direction: rtl;
    font-size: 14px;
    font-family: 'iransans-web';
}
.copyright span{
    font-family: 'copperplate-gothic';
    font-size: 11px;
}
.logos img{
    width: 50px;
}

/* Sticky footer styles */

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
footer {
    /*position: fixed;*/
    /*width: 100%;*/
    /*bottom: 0;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*line-height: 60px;*/
    /*bottom: 0;*/
    /*height: 60px;*/
    /*background-color: #f5f5f5;*/
}

/*
* ----------------------------------------------------------------------------------------
* 05. CARDS
* ----------------------------------------------------------------------------------------
*/
.card{
    font-size: 13px;
    margin-bottom: 1em;
    border-radius: 7px;
    border: 1px solid #f2f2f2;
}
.card-header{
    text-align: right;
    padding: 0.5rem 1.25rem;
    background: #f2f2f2;
    /*height: 40px;*/
    font-family: 'casablanca';
}
.card-header button span , .card-header{
    font-family: 'iransans-medium';
    font-size: 14px;
}
.card.header{
    margin-bottom: 1em;
    background: #f2f2f2;
    border:none;
}
.card.body{
    box-shadow: 0 3px 6px #D9D9D9;
}
.card.body .card-body{
    text-align: right;
    padding: 2em 1em;
}
.card.resume-progress-bar{
    padding: 0 1em;
    box-shadow: 0 3px 6px #D9D9D9;
}
.card.footer-background-gradient{
    background-image: linear-gradient(to right, #9ce9e0 , #c8f185);
    border: none;
}
.footer-background-gradient a,
.footer-background-gradient a:hover{
    color:#000000;
    font-family: 'casablanca';
    font-size: 18px;
}
.card-body{
    padding:0.5em 1em;
    color: #707070;
    font-family: 'iransans-web';
}
.card-title{
    font-size: 20px;
    text-align: center;
    font-family: 'casablanca';
}
.card-user .card-body img{
    float: right;
    padding: 1em;
    border-radius: 20px;
}
.card-user-title{
    float: right;
    padding: 4em 1em;
}
.card-user-details , .card-user-details a{
    color:#707070;
    font-family: 'iransans-web';
}
.card-link + .card-link{
    margin-left:0;
}
.card-link i{
    font-size: 16px;
}

.firstContentPanel .btn-close-left,
#firstContentPanel .btn-close-left,
.firstContentPanel .btn-close,
#firstContentPanel .btn-close{
    display: none;
}
.card.body .card-body.color-black{
    color:#000;
}
/*
* ----------------------------------------------------------------------------------------
* 06. BUTTONS
* ----------------------------------------------------------------------------------------
*/
.btn{
    border-radius: 7px !important;
    font-family: 'casablanca';
}
.btn:focus, .btn.focus{
    box-shadow: none;
}
.btn-users, .btn-employers{
    width: 200px;
    height: 50px;
    border-radius: 7px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.btn-users{
    float: right;
    right: 0;
}
.btn-employers {
    float: left;
    left: 0;
}

.btn-users:hover, .btn-employers:hover{
    color:#000000 !important;
}


.btn-green , .btn-green:hover{
    border: 2px solid #00B050 !important;
    color: #00B050;
}
.btn-green:hover , .btn-green.active {
    background: #00B050 !important;
    color: #ffffff;
}
.btn-yellow{
    border: 2px solid #FFA219 !important;
    color: #FFA219;
}
.btn-yellow:hover , .btn-yellow.active{
    background: #FFA219 !important;
}
.btn-yellow-fill , .btn-yellow .checked{
    border: 2px solid #FFA219 !important;
    background: #FFA219 !important;
    color: #ffffff;
    font-size: 12px !important;
}

.btn-red-fill{
    border: 2px solid #cd5c5c !important;
    background: #cd5c5c;
    color: #ffffff;
}
.btn-blue-fill{
    border: 2px solid #4285f4 !important;
    background: #4285f4;
    color: #ffffff;
}
.btn-green-fill{
    border: 2px solid #00B050 !important;
    background: #00B050;
    color: #ffffff;
}
.btn-blue-empty{
    border: 2px solid #4285f4 !important;
    color: #4285f4;
}
.btn-blue-empty-light{
    border: 2px solid #33b5e5 !important;
    color: #33b5e5;
}
.btn-red{
    border: 2px solid #ff4252 !important;
    color: #ff4252;
}
.btn-red:hover , .btn-red.active , .btn-red:focus{
    border: 2px solid #ff4252;
    background: #ff4252;
    color: #ffffff;
}
.btn-red-empty{
    border: 2px solid #ff4252 !important;
    color: #ff4252;
}
/* btn-add , btn-close */
.btn-add , .btn-close , .btn-add-left , .btn-close-left{
    height: 35px;
    cursor:pointer;
}
.btn-close:after{
    position: absolute;
    content: '';
    background: url('images/close.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
}
.btn-close-left:after{
    position: absolute;
    content: '';
    background: url('images/close.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:70px;
}
.btn-add:after{
    position: absolute;
    content: '';
    background: url('images/add.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    right:15px;
}
.btn-add-left:after{
    position: absolute;
    content: '';
    background: url('images/add.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
}

/* btn-ability */
.btn-ability{
    border-radius: 7px;
    width: 58px;
    font-size: 12px;
    padding: 3px;
}
.btn-ability-weak , .btn-ability-weak:hover{
    border: 2px solid #ff3547;
    color: #ff3547;
}
.btn-ability-weak.active ,
.btn-ability-weak:active ,
.btn-ability-weak:focus{
    background: #ff3547;
    color: #000000;
}

.btn-ability-medium , .btn-ability-medium:hover{
    border:2px solid #ffbb33;
    color: #ffbb33;
}
.btn-ability-medium.active ,
.btn-ability-medium:active ,
.btn-ability-medium:focus{
    background: #ffbb33;
    color: #000000;
}

.btn-ability-strong , .btn-ability-strong:hover {
    border: 2px solid #7cbb25;
    color: #7cbb25;
}
.btn-ability-strong.active ,
.btn-ability-strong:active ,
.btn-ability-strong:focus{
    background: #7cbb25;
    color: #000000;
}

.btn-ability-complete , .btn-ability-complete:hover{
    border: 2px solid #00c751;
    color: #00c751;
}
.btn-ability-complete.active ,
.btn-ability-complete:active ,
.btn-ability-complete:focus{
    background: #00c751;
    color: #000000;
}

.btn-orange-gradient{
    background-image: linear-gradient(to right, #fe9e1f , #fc6f63);
    border: none;
}
.btn-orange-gradient a{
    color:#ffffff;
    font-family: 'casablanca';
}
.btn-blue-gradient{
    background-image: linear-gradient(to right, #1ca0f4 , #06f6a9);
    border: none;
}
.btn-blue-gradient a{
    color:#ffffff;
    font-family: 'casablanca';
}
.btn-blue-simple{
    background: #4285f4;
    color: #ffffff;
    border:none;
}

/* btn */
.wide{
    width: 100%;
}
.btn-wide{
    width: 100%;
    /*font-size: 16px !important;*/
}
.btn-lg{
    font-size: 16px !important;
}
.btn-half{
    /*width: 50%;*/
    /*margin: 0 1%;*/
    flex: 1;
    margin: 0 1px;
}
/*.btn-half:first-child{*/
/*    margin: 0 -5px 0 5px !important;*/
/*}*/
/*.btn-half:last-child{*/
/*    margin: 0 5px 0 -5px !important;*/
/*}*/
.btn-large{
    width: 250px;
}
.btn-border , .btn-border:hover{
    border-radius: 20px !important;
    padding: 7px 70px 10px 70px;
}



/* company-all-job */
.btn-blue , .btn-pink , .btn-orange{
    font-family: 'casablanca' !important;
}
.btn-blue , .btn-blue:hover{
    background: #bbcbe9;
    border: 2px solid #4d78c7;
    color: #4d78c7;
}
.btn-pink , .btn-pink:hover{
    background: #f9d8c2;
    border: 2px solid #ef8d4b;
    color: #ef8d4b;
}
.btn-orange , .btn-orange:hover{
    background: #fff6dd;
    border: 1px solid #ffcb2f;
    color: #ffcb2f;
}
.btn-search-green , .btn-search-green:hover {
    width: 100%;
    height: 33px;
    color: #80d04b;
    border: 2px solid #80d04b;
    padding: 5px;
}

/* switch radio btn */
.switch-title{
    font-size: 12px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    float: left;
}
.switch input {
    display: none;
}
input.default:checked + .slider {
    background-color: #ffa219;
}
input.default:checked + .slider {
    background-color: #ffa219;
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;

}
.switch .slider.round:before {
    border-radius: 50%;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #eee;
}

/* job-create */
.btn-job-tab-1 , .btn-job-tab-2, .btn-job-tab-3{
    border:1px solid #d9d9d9 !important;
    background: #d9d9d9 !important;
    font-family: 'casablanca' !important;
}
.btn-job-tab-1 a , .btn-job-tab-2 a, .btn-job-tab-3 a{
    color: #ffffff;
}
.btn-job-tab-1.active{
    border: 1px solid #3669c2 !important;
    background: #3669c2 !important;
}

.btn-job-tab-2.active{
    border: 1px solid #35b785 !important;
    background: #35b785 !important;
}
.btn-job-tab-3.active{
    border: 1px solid #67a93b !important;
    background: #67a93b !important;
}
.btn a{
    color:#ffffff;
}


/* ck-button */
.ck-button {
    margin:4px;
    border-radius:7px;
    border:1px solid #e5e5e5;
    overflow:auto;
    font-size: 12px;
}

.ck-button label {
    width:100%;
    margin: 0 !important;
    padding: 0 !important;
}

.ck-button label span {
    text-align:center;
    padding:10px 0px;
    display:block;
    font-size: 10px;
}
.ck-button label span:hover{
    /*color:#fff;*/
    cursor: pointer;
}
.ck-button label input {
    position:absolute;
    top:-20px;
    display: none;
}
.ck-button input:checked + span {
    background-color:#00b050;
    color:#fff;
}
.ck-button.btn-yellow{
    /*border: 1px solid #ffa219 !important;*/
}

.ck-button.btn-yellow input:checked + span {
    /*border: 1px solid #ffa219 !important;*/
    background: #ffa219 !important;
    color:#ffffff !important;
}
.ck-button.btn-blue-empty input:checked + span {
    /*border: 1px solid #4285f4 !important;*/
    background: #4285f4 !important;
    color:#ffffff !important;
}
.ck-button.btn-blue-empty:hover{
    background: #4285f4;
    color:#ffffff;
}
.ck-button.btn-red-empty input:checked + span {
    background: #ff4252 !important;
    color:#ffffff !important;
}
.ck-button.btn-red-empty:hover{
    background: #ff4252;
    color:#ffffff;
}
.ck-button.btn-blue-empty-light input:checked + span {
    /*border: 1px solid #4285f4 !important;*/
    background: #33b5e5 !important;
    color:#ffffff !important;
}
.ck-button.btn-blue-empty-light:hover{
    background: #33b5e5;
    color:#ffffff;
}

.ck-button.btn-gray input:checked + span {
    background: #aaaaaa !important;
    color:#ffffff !important;
}
.btn-gray{
    border: 2px solid #aaaaaa !important;
    color: #aaaaaa;
}
.btn-gray:hover , .btn-gray.active , .btn-gray:focus{
    background: #aaaaaa !important;
}
.btn-gray .checked{
    border: 2px solid #aaaaaa !important;
    background: #aaaaaa !important;
    color: #ffffff;
    font-size: 12px !important;
}

.btn-blue-light{
    border: 2px solid #d1e2ff !important;
    background: #d1e2ff;
    color: #5591ff;
}
.btn-green-light{
    border: 2px solid #c4f8db !important;
    background: #c4f8db;
    color: #28be6c;
}
/* btn-orange */
.ck-button.btn-orange{
    background: transparent;
}

.ck-button.btn-orange:nth-child(1){
    border:2px solid #ffcc99;
}
.ck-button.btn-orange:nth-child(1):hover,
.ck-button.btn-orange:nth-child(1) input:checked + span{
    background: #ffcc99;
}

.ck-button.btn-orange:nth-child(2){
    border:2px solid #ffba75;
}
.ck-button.btn-orange:nth-child(2):hover,
.ck-button.btn-orange:nth-child(2) input:checked + span{
    background: #ffba75;
}

.ck-button.btn-orange:nth-child(3){
    border:2px solid #ffae5d;
}
.ck-button.btn-orange:nth-child(3):hover,
.ck-button.btn-orange:nth-child(3) input:checked + span{
    background: #ffae5d;
}

.ck-button.btn-orange:nth-child(4){
    border:2px solid #ff962d;
}
.ck-button.btn-orange:nth-child(4):hover,
.ck-button.btn-orange:nth-child(4) input:checked + span{
    background: #ff962d;
}

.ck-button.btn-orange:nth-child(5){
    border:2px solid #fe7f00;
}
.ck-button.btn-orange:nth-child(5):hover,
.ck-button.btn-orange:nth-child(5) input:checked + span{
    background: #fe7f00;
}
.ck-button.btn-orange input:checked + span {
    color:#ffffff !important;
}
.ck-button.btn-orange:hover{
    background: #ffae5d;
    color:#ffffff;
}


/* btn-colored */
.ck-button.btn-colored{
    background: transparent;
}

.ck-button.btn-colored:nth-child(1){
    border:2px solid #ff0000;
}
.ck-button.btn-colored:nth-child(1):hover,
.ck-button.btn-colored:nth-child(1) input:checked + span{
    background: #ff0000;
}

.ck-button.btn-colored:nth-child(2){
    border:2px solid #ff8585;
}
.ck-button.btn-colored:nth-child(2):hover,
.ck-button.btn-colored:nth-child(2) input:checked + span{
    background: #ff8585;
}

.ck-button.btn-colored:nth-child(3){
    border:2px solid #ffff00;
}
.ck-button.btn-colored:nth-child(3):hover,
.ck-button.btn-colored:nth-child(3) input:checked + span{
    background: #ffff00;
}

.ck-button.btn-colored:nth-child(4){
    border:2px solid #75ffb3;
}
.ck-button.btn-colored:nth-child(4):hover,
.ck-button.btn-colored:nth-child(4) input:checked + span{
    background: #75ffb3;
}

.ck-button.btn-colored:nth-child(5){
    border:2px solid #00b050;
}
.ck-button.btn-colored:nth-child(5):hover,
.ck-button.btn-colored:nth-child(5) input:checked + span{
    background: #00b050;
}

.ck-button.btn-colored input:checked + span {
    color:#ffffff;
}
.ck-button.btn-colored:hover{
    background: #ffae5d;
    color:#ffffff;
}

/* btn-blue-colored */
.ck-button.btn-blue-colored{
    background: transparent;
}

.ck-button.btn-blue-colored:nth-child(1){
    border:2px solid #dae2f2;
}
.ck-button.btn-blue-colored:nth-child(1):hover,
.ck-button.btn-blue-colored:nth-child(1) input:checked + span{
    background: #dae2f2;
}

.ck-button.btn-blue-colored:nth-child(2){
    border:2px solid #b4c6e7;
}
.ck-button.btn-blue-colored:nth-child(2):hover,
.ck-button.btn-blue-colored:nth-child(2) input:checked + span{
    background: #b4c6e7;
}

.ck-button.btn-blue-colored:nth-child(3){
    border:2px solid #8ea9db;
}
.ck-button.btn-blue-colored:nth-child(3):hover,
.ck-button.btn-blue-colored:nth-child(3) input:checked + span{
    background: #8ea9db;
}

.ck-button.btn-blue-colored:nth-child(4){
    border:2px solid #305496;
}
.ck-button.btn-blue-colored:nth-child(4):hover,
.ck-button.btn-blue-colored:nth-child(4) input:checked + span{
    background: #305496;
}

.ck-button.btn-blue-colored:nth-child(5){
    border:2px solid #203764;
}
.ck-button.btn-blue-colored:nth-child(5):hover,
.ck-button.btn-blue-colored:nth-child(5) input:checked + span{
    background: #203764;
}
.ck-button.btn-blue-colored input:checked + span {
    color:#ffffff !important;
}
.ck-button.btn-blue-colored:hover{
    /*background: #ffae5d;*/
    color:#ffffff;
}

.tests .hide-ck{
    border-color:#fff !important;
}
.tests .hide-ck label{
    display:none;
}
.ck-button.hide-ck:hover,
.ck-button.hide-ck input:checked + span{
    background: none !important;
}

/* RangeBar */
.RangeBar{
    direction: ltr;
    width: 100%;
    margin-top: 1.5em;
    height:2px;
}
.RangeBar:before{
    content: '0';
    left:10px;
    margin-top: -20px;
    position: absolute;
}
.RangeBar:after{
    content: '100';
    right:10px;
    margin-top: -20px;
    position: absolute;
}
/* hand-button */
.hand-button {
    /*border:1px solid #e5e5e5;*/
    overflow:auto;
    /*width: 35px;*/
    width: 10%;
    float:right;
    margin-right: 2px;
}
.hand-button label {
    width:100%;
    margin: 0 !important;
    padding: 0 !important;
}
.hand-button label span {
    text-align:center;
    padding:10px 0px;
    display:block;
    font-size: 10px;
    height:50px;
    cursor: pointer;
}
.hand-button label span:hover{
    color:#000;
}
.hand-button label input {
    position:absolute;
    top:-20px;
    display: none;
    cursor: pointer;

}
.hand-button.up label span {
    background: url('images/hand-up.png') no-repeat;
    background-size: 25px;
    cursor: pointer;

}
.hand-button.up input:checked + span {
    background: url('images/hand-up-colored.png') no-repeat;
    background-size: 25px;
    cursor: pointer;

}
.hand-button.down label span {
    background: url('images/hand-down.png') no-repeat 0px 5px;
    background-size: 25px;
    cursor: pointer;

}
.hand-button.down input:checked + span {
    background: url('images/hand-down-colored.png') no-repeat 0px 5px;
    background-size: 25px;
    cursor: pointer;

}


.btn-test-behavioral:after{
    position: absolute;
    content: '';
    background: url('/assets/images/disc.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-character-type:after{
    position: absolute;
    content: '';
    background: url('/assets/images/mbti.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-ei:after{
    position: absolute;
    content: '';
    background: url('/assets/images/eq.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-ts:after{
    position: absolute;
    content: '';
    background: url('/assets/images/ts.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-fs:after{
    position: absolute;
    content: '';
    background: url('/assets/images/fs.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-kzk:after{
    position: absolute;
    content: '';
    background: url('/assets/images/kzk.png');
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-neo:after{
    position: absolute;
    content: '';
    background: url('/assets/images/neo.png');
    background-size: 40px 40px;
    width: 40px;
    height: 35px;
    left:15px;
    top: 5px;
}
.btn-test-iq:after{
    position: absolute;
    content: '';
    background: url('/assets/images/iq.png');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 5px;
}
.btn-test-sp:after{
    position: absolute;
    content: '';
    background: url(images/sp.png);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    left: 15px;
    top: 5px;
}
.btn-test-behavioral ,
.btn-test-character-type,
.btn-test-ei,
.btn-test-ts,
.btn-test-fs,
.btn-test-kzk,
.btn-test-neo,
.btn-test-iq,
.btn-test-sp
{
    height: 35px;
    cursor:pointer;
}


/* btn-chart */
.btn-chart-1 , .btn-chart-2, .btn-chart-3 , .btn-chart-4{
    border:1px solid #d9d9d9 !important;
    background: #d9d9d9 !important;
    font-family: 'casablanca' !important;
}
.btn-chart-1 a , .btn-chart-2 a, .btn-chart-3 a, .btn-chart-4 a{
    color: #ffffff;
}
.btn-chart-1.active{
    border: 1px solid #2e5495 !important;
    background: #2e5495 !important;
}

.btn-chart-2.active{
    border: 1px solid #a6dec0 !important;
    background: #a6dec0 !important;
}
.btn-chart-3.active{
    border: 1px solid #8dd499 !important;
    background: #8dd499 !important;
}
.btn-chart-4.active{
    border: 1px solid #a1cb8d !important;
    background: #a1cb8d !important;
}
.btn-chart{
    border:1px solid #ccffed !important;
    background: #ccffed !important;
    font-family: 'casablanca' !important;
    color:#000;
}

.btn-chart-blue{
    border: 2px solid #0183ac !important;
    color: #000;
    width: 70%;
}

.btn-chart-black {
    border:1px solid #d9d9d9 !important;
    background: #d9d9d9 !important;
    font-family: 'casablanca' !important;
}
.btn-chart-black a{
    color: #000000;
}
.btn-chart-black.active{
    border: 1px solid #2e2e2e !important;
    background: #2e2e2e !important;
}
.btn-chart-black.active a{
    color: #ffffff;
}


.nav-chart-1 , .nav-chart-2 , .nav-chart-3 , .nav-chart-4, .nav-chart-5{
    border: 1px solid #d9d9d9 !important;
    background: #d9d9d9 !important;
    font-family: 'casablanca' !important;
    padding: 0.5em;
    border-radius: 10px !important;
    margin: 2em 3em 0 3em;
    color:#fff !important;
}
.nav-chart-1{
    border: 1px solid #96bbe4 !important;
    background: #96bbe4 !important;
}
.nav-chart-2{
    border: 1px solid #a6dec0 !important;
    background: rgba(0, 175, 239, 0.41) !important;
}
.nav-chart-3{
    border: 1px solid #8dd499 !important;
    background: #8dd499 !important;
}
.nav-chart-4{
    border: 1px solid #cb8d9a !important;
    background: #cb8d9a !important;
}
.nav-chart-5{
    border: 1px solid #8dc6cb !important;
    background: #8dc6cb !important;
}

.nav-chart-1.active{
    border: 1px solid #2e5495 !important;
    background: #2e5495 !important;
}
.nav-chart-2.active{
    border: 1px solid #00afef !important;
    background: #00afef !important;
}
.nav-chart-3.active{
    border: 1px solid #548134 !important;
    background: #548134 !important;
}
.nav-chart-4.active{
    border: 1px solid #c42549 !important;
    background: #c42549 !important;
}.nav-chart-5.active{
     border: 1px solid #30bcc2 !important;
     background: #30bcc2 !important;
 }
/*
* ----------------------------------------------------------------------------------------
* 07. FORMS
* ----------------------------------------------------------------------------------------
*/

form{
    font-family: 'iransans-web';
    width: 100%;
}
.form-control:focus{
    border-color: #ced4da;
    box-shadow: 0 0 0 1px rgb(206 212 218);
}
::placeholder{
    color:#707070;
}
.col{
    text-align: right;
}
.form-row{
    direction: rtl;
}
.form-check{
    font-size: 14px;
}
.form-check-input {
    /*margin-right:1em !important;*/
    margin-right:3px !important;
}
label, .col-form-label{
    text-align: right;
    font-size: 12px;
    /*padding: 3px 0 0 0 !important;*/
    padding: 5px 0 0 0 !important;
    /*font-weight: bold;*/
    font-family: 'iransans-medium';
}
.form-control , .form-group{
    font-size: 12px;
    color:#707070;
    /*color:#dddddd;*/
    font-family: 'iransans-web';
    text-align: right;
}
.rtl .form-check-label, [dir="rtl"] .form-check-label{
    padding-right: 1em !important;
}
/* select2 */
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 12px;
    margin: 1px;
    padding: 0;
    border-radius: 5px;
    float: right;
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin: -6px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    float:right;
    direction: rtl;
    margin-top: 4px ;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right:none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-radius: 0.25rem;
    border-color: #ced4da;
}
/*--------------*/
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-selection--multiple {
    height: auto!important;
    margin: 0;
    padding: 0;
    line-height:inherit;
    border-radius:0;
}
.select2-container .select2-search--inline .select2-search__field {
    margin:0;
    padding:0;
    min-height:0;
}
.select2-container .select2-search--inline {
    line-height:inherit;
    text-align: right;
    display: inline-block;
}
/*--------------*/

.select2:after{
    content: "\f0dd";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #707070;
    position: absolute;
    left: 8px;
    top: 5px;
}
.alert{
    text-align: right;
}
.alert-tag{
    padding: 0 5px !important;
    direction: rtl;
    border:none;
    margin: 3px;
    font-size: 12px;
    line-height: normal;
}
.alert-tag button{
    float: right !important;
    position: inherit !important;
    font-size: 12px;
    padding: 4px !important;
}
.alert-tag button:focus {
    outline: none !important;
    /*outline: 1px dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color; */
}
.tag{
    height:20px;
    font-size: 12px;
    margin: 0 3px;
    padding: 1px 4px;
    border-radius: 5px;
}
.tag-green{
    background: #70ca35;
    color: #ffff;
}
.tag-blue{
    background: #7f97ff;
    color:#ffffff;
}
.tag-purple{
    background: #5b67d5;
    color: #ffffff;
}
.tag-blue-light{
    background: #d0ffdf;
    color: #000000;
}
.tag-orange-light{
    background: #fff2cc;
    color:#000000;
}
.tag-pink-light{
    background: #f9d8c2;
    color:#000000;
}
.tag-middle{
    width: 50px;
    text-align: center;
}
.tag-wide{
    /*width: 100px;*/
    text-align: center;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    padding: 7px 15px !important;
    border-radius: 7px;
}

/*
* ----------------------------------------------------------------------------------------
* 08. MODALS
* ----------------------------------------------------------------------------------------
*/

.modal .modal-content{
    font-family: 'iransans-web';
    border-radius: 7px;
}
/* usersModal , employersModal */
#usersModal .nav-tabs,
#employersModal .nav-tabs{
    border: none;
}

/*#usersModal .nav-tabs .nav-item,*/
/*#employersModal .nav-tabs .nav-item{*/
/*    width: 50%;*/
/*    text-align: center;*/
/*}*/
.modal small a{
    color: #000;
    text-decoration: none;
}

/* walletModal */
#walletModal .wallet-portals img{
    width: 33%;
    float: right;
    padding: 1em;
}
#walletModal .wallet-details div{
    text-align: center;
    direction: rtl;
    font-weight: bold;
    float: right;
    margin-bottom: 1em;
}
#walletModal .modal-body , #walletModal .modal-footer{
    padding: 1em 5em;
}
#walletModal .modal-header{
    background: #f2f2f2;
    text-align: center;
    display: block;
}
/* messageMoreModal */
#messageMoreModal .modal-body{
    font-size: 13px;
    text-align: justify;
}
#messageMoreModal .modal-header {
    background: #f2f2f2;
    text-align: center;
    display: block;
}
/* messageNewModal */
#messageNewModal .modal-header {
    background: #f2f2f2;
    text-align: center;
    display: block;
}


/*
* ----------------------------------------------------------------------------------------
* 09. TABLE
* ----------------------------------------------------------------------------------------
*/
/* table */
table{
    table-layout:fixed;
    margin-bottom: 0 !important;
}
.table th,
.table td{
    font-size: 12px !important;
    font-family: 'iransans-web';
}
.table thead th,
.table thead td{
    border:none;
    font-size: 12px;
    font-family: 'iransans-medium';
}
thead{
    font-weight: bold;
}
.table-no-wrap th, .table-no-wrap td{
    white-space: nowrap !important;
}
.table-no-x-padding th, .table-no-x-padding td{
    padding-right:0 !important;
    padding-left:0 !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.table-no-padding th, .table-no-padding td{
    padding:0 !important;
}
.border-rounded-table .table-no-border th, .border-rounded-table .table-no-border td,
.table-no-border th, .table-no-border td{
    border:none !important;
}
.dataTables_filter{
    text-align: right;
}
.dataTables_filter label{
    width: 100%;
    margin-top: 7px;
}
.dataTables_filter label input{
    float: left;
    width: 70%;
    margin-top: -2px;
    height: 28px;
}
.dataTables_length{
    text-align: right;
}
.dataTables_length label{
    width: 100%;
}
.dataTables_length label select{
    /*float: left;*/
    width: 30%;
    direction: rtl;
    margin-right: 2em;
    margin-top: 5px;
}
.dataTables_info{
    text-align: right;
}
.dataTables_paginate.paging_simple_numbers{
    float:left;
}

.dataTables_wrapper.dt-bootstrap4 .row{
    direction: rtl;
}
.table-bordered th, .table-bordered td{
    text-align: center;
}

.paginate_button.previous a, .paginate_button.next a{
    border:none;
}
.page-link , .page-item.active .page-link{
    border-radius: 7px;
    margin: 0 3px;
    border: 2px solid #007bff;
    font-size: 12px;
    font-family: monospace;
}


/* border-rounded-table */
.border-rounded-table .dataTables_scrollBody{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.border-rounded-table .dataTables_scrollHeadInner,
.border-rounded-table .table-bordered{
    width: 100% !important;
}

.border-rounded-table table{
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    width: 100% !important;
}
.border-rounded-table td{
    border-bottom:2px solid #fff !important;
}
.border-rounded-table th,
.border-rounded-table tr:last-child td{
    border-bottom: none !important;
}
.border-rounded-table td ,
.border-rounded-table th{
    border-left:2px solid #fff !important;
    border-top: none;
    text-align: center;
    background: rgb(242 242 242);
}
.border-rounded-table td:last-child,
.border-rounded-table th:last-child{
    border-left: none !important;
}


.css-mine {
    margin-top: 2em;
    clear: both;
}

/* light-blue-table */
.light-blue-table{
    border: 1px solid #b5e7f3;
    border-radius: 16px;
}
.light-blue-table tr:nth-child(2n+1) td{
    background: #daeef3;
}
.light-blue-table tr:nth-child(2n) td{
    background: #ffffff;
}

/* colored-table */
.colored-table tbody tr:nth-of-type(odd) td{
    background: #77b49e;
}
.colored-table tbody tr:nth-of-type(even) td{
    background: #cdaaa2;
}
.colored-table .dataTables_scrollHead table thead tr th{
    border-left: 2px solid #dddddd !important;
    background: #ffffff;
}
.colored-table .dataTables_scrollHead table thead tr th:last-child{
    border-left: none !important;
}
.colored-table .dataTables_scrollHead table thead tr th:before{
    content: "\f0dc";
    font-family: 'FontAwesome';
    font-size: 13px;
    color:#707070;
    float: right;
}
.colored-table .dataTables_scrollHead table thead tr th:last-child{
    border-left: none;
}
.colored-table .dataTables_scrollHead{
    border-radius: 15px;
    border: 2px solid #dddddd !important;
}
.colored-table .dataTables_scrollHeadInner,
.colored-table .table-bordered{
    width: 100% !important;
}

/* colored-table-4 */
.colored-table-4 tbody tr:nth-of-type(odd) td{

}

/* border-vertical */
.border-vertical th, .border-vertical td{
    border-top:none;
    border-left:1px solid #f2f2f2 !important;
}
.border-vertical th, .border-vertical td:last-child{
    border:none !important;
}
.border-vertical p{
    font-size: 12px;
    text-align: justify;
    color: #707070;
}
.border-vertical.table thead th,
.border-vertical.table thead td{
    font-size: 13px;
    font-family: 'iransans-medium';
}
.border-vertical.table tbody th,
.border-vertical.table tbody td{
    font-size: 14px;
    font-weight: normal;
    font-family: 'iransans-web';
}

/* color-table */
.color-table .card{
    border: none;
}
.color-table .card-header{
    background: #77b49e;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.color-table .card-body{
    background: #cdaaa2;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.color-table table , .color-table-head table{
    margin-bottom: 0;
    table-layout: fixed;
}
.color-table .table tbody th,
.color-table .table tbody td{
    border:none;
    font-size: 14px;
    font-weight: normal;
    font-family: 'iransans-web';
}


.example2 th:before{
    display: none !important;
}

/* chart-color-table */
.chart-color-table{
    border: 3px solid #f8f8f8;
    border-radius: 16px;
}
.chart-color-table tr:nth-child(1) td{
    background : #70ad47;
    border-bottom: 5px solid #f8f8f8 !important;
    color:#fff;
    font-size:14px !important;
}
.chart-color-table tr:nth-child(2) td:nth-child(1){
    background: #93ffc4;
    color:#000;
    text-align: right;
    font-size:14px !important;
    height:20em;
}
.chart-color-table tr:nth-child(2) td:nth-child(2){
    background: #ffc5c5;
    color:#000;
    text-align: right;
    font-size:14px !important;
    height:20em;
}
.chart-color-table tr:nth-child(3) td{
    background: #ffffff;
    color:#000;
    text-align: right;
    font-size:14px !important;
}


/* bordered-white-table */
.bordered-white-table{
    border: 3px solid #f8f8f8;
    border-radius: 16px;
}
.bordered-white-table td{
    background:#fff !important;
}
.bordered-white-table tr td{
    border-bottom: none;
    font-size:20px !important;
}
.bordered-white-table tr td:nth-child(1){
    border-left: 3px solid #f8f8f8 !important;
    color: green;
}
.bordered-white-table tr td:nth-child(2){
    color: red;
}
.bordered-white-table tr:nth-child(1) td{
    border-bottom: 3px solid #f8f8f8 !important;
}

/* bordered-white-ei-table */
.bordered-white-ei-table{
    border: 3px solid #f8f8f8;
    border-radius: 16px;
}
.bordered-white-ei-table tr:nth-child(1) td{
    background:#215967 !important;
    color:#fff;
}
.bordered-white-ei-table tr.trbody td{
    border-bottom: 3px solid #f8f8f8 !important;
}
.bordered-white-ei-table tr.trbody:last-child td{
    border-bottom: none !important;
}
.bordered-white-ei-table tr.trbody td:nth-child(1){
    border-left: 3px solid #f8f8f8 !important;
    width: 30%;
}
.bordered-white-ei-table tr.trbody td:nth-child(2){
    text-align: right;
}

.bordered-white-ei-table tr td{
    border-bottom: none;
    font-size:16px !important;
    background: #fff;
}
.bordered-white-ei-table tr:nth-child(1) td{
    border-bottom: 3px solid #f8f8f8 !important;
}

/* status */
.tr-status-accept td{background: #4cc784 !important;}
.tr-status-not-accept td{background: #db8989 !important;}
.tr-status-reviewed td{background: #d1e2ff !important;}
.tr-status-not-reviewed td{background: #ffeed3 !important;}
/*
* ----------------------------------------------------------------------------------------
* 10. PANEL
* ----------------------------------------------------------------------------------------
*/

/* USER PANEL */

/* resume-create */
.resume-create .col{
    padding:5px;
}
.resume-create .badge-title{
    font-size: 10px;
    text-align: center;
    margin: 7px -20px;
}
.resume-create .badge-title a{
    color:#000000;
}
.resume-create .badge-green-light{
    color: #fff;
    background-color: #d0ffdf;
    height:7px;
}
.resume-create .badge-green-light.badge-green-fill{
    background-image: linear-gradient(to right, #1cb978 , #286114);
}
.resume-create .badge-green-light:empty{
    display: block;
}
.resume-create .form-control:disabled,
.resume-create .form-control[readonly]{
    text-align: center;
    font-size: 14px;
}
.resume-create .prev-level{
    background-image: linear-gradient(to right, #1ca0f4 , #06f6a9);
    border: none;
}
.resume-create .next-level{
    background-image: linear-gradient(to right, #fe9e1f , #fc6f63);
    border: none;
}
.resume-create .prev-level .card-body a,
.resume-create .next-level .card-body a{
    color:#ffffff;
    font-family: 'casablanca';
}
.resume-create-middle{
    font-family: 'iransans-web';
}
.resume-create label, .resume-create .col-form-label{
    padding: 4px 0 0 0 !important;
}
.resume-create .tag{
    margin: 1px 3px;
}
/* profile */
.badge-gradient:empty{
    display: block;
}
.badge-gradient{
    color: #fff;
    background-image: linear-gradient(to right, #1bb858 , #d0f08b , #ff9458, #ff150d);
    height:20px;
    border:1px solid #000;
}

.user-panel .panel-content .form-group{
    padding: 0;
    font-size: 14px;
}
/*.user-panel .panel-content .form-control,*/
.form-control.form-rounded{
    border-radius: 10px;
    height: 25px;
    font-size: 12px;
}
.user-panel .panel-content .col-form-label{
    font-size: 11px;
}

/* active-tests */
.active-tests .col-4{
    font-size: 9px;
    text-align: center;
    margin: 1em 0;
    font-family: tahoma;
}
.active-tests .col-4 img{
    width: 45px;
    display: block;
    margin: 0 auto;
}

/* COMPANY PANEL */
.active-tests .col-2{
    font-size: 8px;
    text-align: center;
    margin: 1em 0;
    font-family: tahoma;
}
.active-tests .col-2 img{
    width: 35px;
    /*width: 45px;*/
    display: block;
    margin: 0 auto;
}
.last-jobs .table thead td{
    font-size: 12px;
    color:#000000;
    font-weight: bold;
    border-top:none;
}
.last-jobs .table tbody td{
    font-size: 12px;
    color:#707070;
}
.table th, .table td,
.last-jobs .table th, .last-jobs .table td{
    padding: 0.5rem;
}
/* panel */
.panel-content{
    padding: 0;
}

/* panel-navbar */
.nav-panel{
    direction: rtl;
    border-radius: 7px;
}
.nav-panel span{
    margin: 0 auto;
    color:#707070;
    font-family: Yekan;
    font-size: 20px;
}
#sidebar-wrapper{
    margin: 0;
    right: 110px;
}
.nav-panel, #page-content-wrapper{
    margin-right: 0.8em;
    margin-left: -2px;
    padding: 0;
    min-height:45px;
}
.navbar-light .navbar-brand{
    position: absolute;
}
/* panel-sidebar */
.panel-sidebar{
    position: relative;
    background: #3f3f3f;
    text-align: center;
    color: #fff;
    direction: rtl;
    min-height: 30em;
    height:100%;
    border-radius: 7px;
    padding: 2em 1em;
}
.panel-sidebar h5{
    font-family: 'entezarezohoor';
    font-size: 20px;
}
.panel-sidebar h6{
    font-family: 'casablanca';
    font-size: 16px;
}
.panel-sidebar img{
    width: 150px;
}
.panel-sidebar-info{
    border:2px solid #ffffff;
    border-radius: 7px;
    padding: 1em;
    margin: 1em 0;
}
.panel-sidebar-table{
    border:2px solid #ffffff;
    border-radius: 7px;
    margin: 1em 0;
}
.panel-sidebar-table .table tr:nth-child(1){
    padding: 1em;
}
.panel-sidebar-table .table td{
    font-size: 10px !important;
    color: #ffffff;
    border-left: 1px solid #ffffff;
}
.panel-sidebar-details , .panel-sidebar-details h6{
    font-size: 14px;
}
.panel-sidebar-icons{
    display: flex;
    justify-content: center;
    margin: 1em -1em;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.panel-sidebar-icons a{
    /*padding: 0 1em;*/
    flex: 1;
}

#wrapper{
    width: 100%;
}

#wrapper #sidebar-wrapper{
    display: none;
}
#wrapper.toggled #sidebar-wrapper{
    display: block;
}
.avatarjob{
    height: 223px;
    width: 223px;
}
/* messages */
.message-list{
    font-size: 14px;
}
.message-list .message-title{
    text-align: right;
    color:#000;
}
.message-list .message-date{
    text-align: left;
    color:#cf6363;
}
.message-list .message-text{
    padding-top: 1em;
    padding-bottom: 1em;
}
.message-list .message-more{
    text-align: center;
    color:#29bd6b;
    cursor: pointer;
}
.message-list-hr{
    border: 1px solid #f2f2f2;
    width: 100%;
}

/* search-bar */
.search-bar{
    padding: 0;
    margin: 0;
}
.search-bar li:first-child{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.search-bar li:last-child{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.search-bar li:first-child,
.search-bar li:last-child{
    padding: 1.5em 0.6em;
}
.search-bar li{
    font-family: 'iransans-web','entezarezohoor';
    font-size: 10px;
    padding: 1.5em 0.5em;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    flex:auto;
}
.search-bar li.active{
    background: #00b050;
    color: #fff;
}

/* user-resume */
.user-resume .resume-title{
    background: linear-gradient(45deg, #f1f1f1, #bbbbbb);
    padding: 5px 30px !important;
    border-radius: 7px;
    color: #000;
    font-size: 18px;
}
.user-resume .user-resume-sidebar h6{
    text-align: right;
    font-family: 'iransans-web';
    font-size: 14px;
    margin-top: 15px;
}
.user-resume .user-resume-sidebar .user-resume-info{
    background: #f8f8f8;
    text-align: left;
    direction: ltr;
    padding: 1em 2em !important;
    font-size: 12px;
    font-family: inherit;
}
.user-resume .user-resume-sidebar .resume-title{
    font-size: 14px;
}
.user-resume .user-resume-sidebar .skill{
    text-align: right;
    font-size:14px;
    font-family: 'iransans-web';
    margin-bottom: 10px;
}
.resume-top-gradient{
    background: linear-gradient(180deg, #235d6e, #81a6b2);
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
}
.resume-top-gradient .user-name{
    font-family: 'entezarezohoor';
}
/*
* ----------------------------------------------------------------------------------------
* 11. TESTS
* ----------------------------------------------------------------------------------------
*/

.tests .test-item{
    margin: 1em 0;
    text-align: center;
}
.tests .test-item .test-item-inner{
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    width: 100%;
    padding-bottom: 1em;
    /*height: 150px;*/
}
.tests .test-item .test-item-inner a{
    color:#707070;
}
.tests .test-item img{
    text-align: center;
    width: 100%;
    padding: 1em 3em;
}
.tests ul.numbers{
    width: 100%;
    text-align: center;
    margin: 0;
    display:flex;
    /*display:flow-root;*/
}
.tests ul.numbers li{
    float: right;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    margin: 4px;
    font-family: 'Yekan',monospace;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    flex:auto;
}
.tests ul.numbers.half-last{

}
.tests ul.numbers.half-last li{
    /*flex:0.1;*/
}
.tests ul.numbers.half-last .hide-li{
    color:transparent;
}
.tests ul.numbers li.green{
    background: #00b050;
}
.tests ul.numbers li.red{
    background: #ff0000;
}
.tests ul.numbers li.yellow{
    background: #ffff00;
}
.tests .ck-button label span{
    color:#000;
}
.hand-form{
    float: left;
    width: 60%;
    margin: 3px 10px;
    text-align: center !important;
    color:#000;
}
.hand-form.form-control:disabled, .hand-form.form-control[readonly]{
    background-color:#ffffff;
}
.test-title {
    text-align: right;
    margin: 1em 0;
    font-size: 16px;
    color:#000;
}
.timer-min, .minutes ,
.timer-sec, .seconds
{
    background: -webkit-linear-gradient(left top, crimson 0%, #f90 100%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 3px 3px;
    float:left;
}
#timer-min, #minutes,
#timer-sec, #seconds
{
    text-align: center;
    background: #f2f2f2;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    padding:10px;
    font-size:16px;
    color: #f57510;
}
.timer-min span,
.timer-sec span{
    font-size: 10px;
    padding-top: 5px;
    display: block;
    color: #f57510;
}
.timer-dot{
    float:left;
    margin: 1em;
    font-weight: bold;
    color: #f57510;
}


.test-img img{
    width: 100%;
}
.test-img-item {
    flex: 1;
    width: 100px;
    float: left;
    margin: 10px;
    border: 3px solid #f2f2f2;
    border-radius: 5px;
    padding: 5px;
}
.test-img-item:hover{
    border-color: #2bbd6e;
}
.test-radio label{
    text-align: right;
    float: right;
}
.test-radio input[type="radio"]{
    text-align: right;
    float: right;
    margin: 6px 0 0 10px;
    width: 25px;
}
.test-radio input[type="text"]{

}
.people-number{
    background: #f2f2f2;
    width: 200px;
    direction: rtl;
    text-align: center;
    border-radius: 7px;
    padding: 10px 0;
    margin: 0 auto;
    margin-top:2em;
    font-family: 'iransans-web';
}
/* sidear */
.test-sidebar .h6{
    font-family: 'iransans-web';
    margin: 10px 0;
}
.progress-result .progress{
    border-radius: 10px;
    height: 4em;
}
.skill .progress-bar,
.progress-result .progress-bar,
.progress .progress-bar{
    background: linear-gradient(45deg, #3669c2, #4285f3);
}

.chart-bh .col p{
    text-align: center;
    font-size: 12px;
    margin: 5px 0;
}
.card-chart{
    box-shadow: none !important;
    border-width: 3px;
}
.card-chart h6{
    font-family: 'iransans-web';
    width: 100%;
    color:#7a7a7a;
}
.card-chart h5{
    font-family: 'iransans-web';
    font-size: 14px;
    color: #000;
    margin-top: 1em;
}
.chart-disk{
    background: #f8f8f8;
    width: 200px;
    border-radius: 5px;
    /*padding: 1em;*/
    /* text-align: center; */
    margin: 0 auto;
}
.chart-disk span{
    font-size: 30px;
    padding: 0 12px;
}
.chart-disk span:nth-child(1){
    color: #fd4a4a;
}
.chart-disk span:nth-child(2){
    color: #ffd223;
}
.chart-disk span:nth-child(3){
    color: #15b45e;
}
.chart-disk span:nth-child(4){
    color: #1a7cc2;
}
.cart-bh .card-blue{
    box-shadow: none;
    border-color: #0283ac;
    border-width: 3px;
}
.cart-bh .card-blue p{
    text-align: center;
    font-size: 20px;
    padding: 1em;
}
.margin-0-auto{
    margin:0 auto !important;
}


.ei-progress .progress-bar{
    background: linear-gradient(to right, #ff0000 0%, #f7fe2e 40% , #0be003 75% , #c3fd2d 100%);
    color:#000000;
}

.progress.ei-progress {
    direction: ltr;
    height: 50px;
    position: relative;
    overflow: visible;
}
.progress.ei-progress .progress-bar{
    direction: ltr;
    position: relative;
    height: 50px;
    /*background: #f8f8f8;*/
    background: -moz-linear-gradient(left, #f00901 0%, #f05550 30%, #f1fa2a 50%, #c8fb3d 70% , #0de107 90% , #c9f939 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f00901), color-stop(100%, #f7e833) , color-stop(100%, #0be003) , color-stop(100%, #c3fd2d));
    background: -webkit-linear-gradient(left, #f00901 0%, #f05550 30%, #f1fa2a 50%, #c8fb3d 70% , #0de107 90% , #c9f939 100%);
    background: -o-linear-gradient(left, #f00901 0%, #f05550 30%, #f1fa2a 50%, #c8fb3d 70% , #0de107 90% , #c9f939 100%);
    background: -ms-linear-gradient(left, #f00901 0%, #f05550 30%, #f1fa2a 50%, #c8fb3d 70% , #0de107 90% , #c9f939 100%);
    background: linear-gradient(to right, #f00901 0%, #f05550 30%, #f1fa2a 50%, #c8fb3d 70% , #0de107 90% , #c9f939 100%);
    --filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#00ff00', GradientType=1);
}
.ei-amount {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.8s;
    background: gray;
    width: 0;
}
.progress.ei-progress:before {

    position: absolute;
    top: 35px;
    color:#000000;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    line-height: 50px;
}

.ei-table-progress{
    direction: ltr;
    height: 30px;
}
.progress.ei-table-progress .progress-bar{
    height:30px;
    background: linear-gradient(to right, #fe0505 0%, #fa5050 25% , #dafe2e 75% , #cafe2e 100%);
    color:#000000;
}

/* table */
.ei-progress-table{
    border:1px solid #707070;
}
.ei-progress-table tr td{
    border:none;
    font-size: 14px !important;
}
.ei-progress-table tr.trborder td{
    font-size: 16px !important;
}
.ei-progress-table tr td:nth-child(1){
    border-left:1px solid #707070;
}
.ei-progress-table tr.trborder td{
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
}


.pc-gray{
    background: #ededed;
    display: flex;
    padding: 0;
    border-radius: 10px;
}
.pc-gray .col{
    background: #ededed;
    color:#000000;
    padding:10px 0;
    text-align: center;
    font-family: 'casablanca';
}
.pc-gray .col.active{
    background: #7c7c7c;
}
.pc-gray .col:first-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pc-gray .col:last-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* 12. EMPLOYERS
* ----------------------------------------------------------------------------------------
*/

/* companies */
.companies{
    position: relative;
    padding: 0;
    width: 100%;
}

.companies:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    box-shadow: 1px 1px 10px #D9D9D9;
    background: #eeeeee;
}
.companies:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 100%;
    box-shadow: 1px 1px 10px #D9D9D9;
    background: #eeeeee;
}

.companies ul{
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.companies li{
    list-style: none;
    margin: 10px auto;
}
.companies li img{
    width: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* 13. RESPONSIVE
* ----------------------------------------------------------------------------------------
*/
.overflow-x-mobile{
    overflow: hidden;
}
@media (max-width: 992px){
    .companies ul{
        display:block;
    }
    .companies li{
        margin: 10px;
    }
    .companies li img{
        width: 40px;
    }
    .navbar-brand{
        margin:0;
    }
    .navbar-brand img{
        height:2em;
    }
    .nav-item{
        padding:0;
    }
    .btn-users, .btn-employers{
        width: 100px;
        font-size: 16px;
        height:40px;
        font-weight: normal;
    }
    .copyright{
        /* position: unset; */
        /* transform: unset; */
        text-align: center;
        font-size: 10px;
    }
    .logos img{
        width: 30px;
    }
    .navbar-nav{
        flex-direction: inherit;
    }
    /*.homeImg{*/
    /*    height:200px;*/
    /*}*/
    .navbar.nav-header .nav-item .nav-link{
        height: 35px;
        width: 35px;
        background-size: 35px 35px;
    }

    /* scroll on mobile */
    .navbar.nav-header{
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
    }
    .nav-panel, #page-content-wrapper{
        /*margin: 0;*/
    }
    /*.overflow-x-mobile{*/
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    /*!*width: 150%;*!*/
    /*margin-top: 4em;*/
    /*!*margin-bottom: 4em;*!*/
    /*}*/
    .justify-content-center.inner-row{
        min-height: 60vh;
    }
    footer{
        position: fixed;
        width: 100%;
    }

    .card-user .card-body img{
        padding: 1em;
    }
    .card-user-title{
        padding: 2em 0;
    }
    .tests .test-item img{
        padding: 1em;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .homeImg{
        height:300px;
    }
}
@media (max-width: 767px){
    .homeImg{
        height:200px;
    }
}
@media (max-width: 572px){
    .companies li{
        margin:10px 0;
    }
    .companies li:first-child{
        margin:10px 0 0 5px;
    }
    .companies li:last-child{
        margin:10px 5px 0 0;
    }
    .btn-users{
        right:5px;
    }
    .btn-employers{
        left:5px;
    }
}

@media (max-width: 1199px){
    .container, .container-sm, .container-md, .container-lg{
        max-width: 95% !important;
    }
    body{
        overflow-x: scroll;
    }
    .btn.btn-green-light.width-100.font-size-14,
    .btn.btn-gray.color-red.width-100.font-size-14{
        padding:5px 0;
    }
}
@media (max-width: 767px){
    .col-md-12 , col-12 {width:100%;}
    .col-md-11 , col-11 {width:91.666667%;}
    .col-md-10 , col-10 {width:83.333333%;}
    .col-md-9  , col-9  {width:75%;}
    .col-md-8  , col-8  {width:66.666667%;}
    .col-md-7  , col-7  {width:58.333333%;}
    .col-md-6  , col-6  {width:50%;}
    .col-md-5  , col-5  {width:41.666667%;}
    .col-md-4  , col-4  {width:33.333333%;}
    .col-md-3  , col-3  {width:25%;}
    .col-md-2  , col-2  {width:16.666667%;}
    .col-md-1  , col-1  {width:8.333333%;}

    .col-md-2.col-sm-6.test-item{
        max-width: 16.6667%;
    }
    #CountDownTimer , .time_circles canvas{
        width:120px !important;
    }

    #nav-tabContent .tab-pane .col.col-xs-6{
        width:33.333333%;
    }
}


/*--------------------------------------------------------------------------------------------------------------------*/
.range1{
    float: left;
    margin-top: 20px;
}
.range2{
    float: right;
    margin-top: 20px;
}

section.range-slider label{
    margin-top: 10px;
}
section.range-slider {
    position: relative;
    width: 200px;
    height: 35px;
    text-align: center;
}

section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: visible;
    left: 0;
    top: 40px;
    width: 100%;
    outline: none;
    height: 5px;
    margin: 0;
    padding: 0;
    direction: ltr;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}
section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}
/*--------------------------------------------------------------------------------------------------------------------*/

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}
/* input range line */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #d9d9d9;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 10px;
    width: 10px;
    border-radius: 7px;
    background: #4285f4;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    /*background: #003ea5;*/
    /*background: red;*/
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #003ea5;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #4285f4;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #003ea5;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #003ea5;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #65001c;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #ced4da;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ced4da;
}

#CountDownTimer{
    font-family:'iransans-web';
}


footer.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
