
/*Fons size*/
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 16px !important;
}

.hover-pointer:hover{
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-cus thead tr th {
	/*font-size: 15px;*/
	font-weight: bold;
	color: #1EAAE7;
	padding-bottom: 14px;
}

.modal-content {
    margin-top: 60px;
    border-radius: 8px;
    background-color: #ffffff;
}

.beta-tag{
    position: absolute;
    color: #1EAAE7;
    vertical-align: sub;
    margin-top: 19px;
    margin-left: 7px;
}

.crop-modal-close {
    background-color: #1EAAE7;
    position: absolute;
    top: -20px;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0;
    right: -20px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.modal-x {
    background: transparent;
}

.custom-con {
    width: 100%;
    height: 380px;
}

.button-wrapper {
    padding-top: 30px;
    padding-left: 30px;
}

.btn-extars > .cus {
    float: left !important;
}

.btn-extars > .cus:hover {
    color: #31006F !important;
}

.post-job-btn{
    float: right !important;
    margin-left: 15px;
}

.account-btns{
    float:  left !important;
    margin-left: 15px;
}

.post-cv-btn {
    float: left;
    font-family: Open Sans;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 27px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.forsticky.sticky .post-cv-btn {
    border: 2px solid #76BC21;
    background: transparent;
    color: #76BC21;
}
.post-cv-btn {
    background: #76BC21;
    border: 2px solid #76BC21;
    float: right !important;
    margin-left: 15px;
}

.post-cv-btn:hover i{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: rotate(360deg);
}

.post-job-btn:hover i{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: rotate(360deg);
}


.modify-resume-cover-button{
    margin-top: 10px;
    text-decoration: underline;
    font-size: 13px;
    color: #032a58;
    /* background: #1EAAE7 !important; */
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.modify-resume-cover-button:hover{
    color: #000000;
    /* background: #1EAAE7 !important; */
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.modify-resume-cover-button > span{
    font-size: 20px;
}

.resume-table-custom {
    margin-top: 20px !important;
}

/* ON/OFF Switch */
.onoffswitch {
    position: relative;
    width: 75px;
    display: inline-block;
    font-size: 80%;
}
.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid hsl(0, 0%, 80%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
}
.onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
}
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 80%;
    color: hsl(0, 0%, 100%);
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
    content: "Active";
    padding-left: 10px;
    background-color: hsl(146, 64%, 42%);
    color: hsl(0, 0%, 100%);
}
.onoffswitch .onoffswitch-inner:after {
    content: "Inactive";
    padding-right: 10px;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 24%);
    text-align: right;
}
.onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: hsl(0, 0%, 80%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 51px;
    -webkit-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out;
}
.toggle-group {
    position: relative;
    height: 27px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 50%;
    /*margin-top: -13.5px;*/
}
.toggle-group input[type=checkbox] {
    position: absolute;
    left: 10px;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
    outline: thin dotted #333;
    outline: 0;
}
.toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    width: 100%;
    z-index: 1;
    height: 24px;
    font-weight: 200;
}
/* ==== Accessibility ===== */
.aural {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.aural:focus {
    clip: rect(0, 0, 0, 0);
    font-size: 1em;
    height: auto;
    outline: thin dotted;
    position: static !important;
    width: auto;
    overflow: visible;
}

.share-whatsapp{
	display: unset !important;
	border: 2px solid #4FCE5D !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-align: center !important;
	padding: 0 4px !important;
	background-color: #4FCE5D !important;
	color: white !important;
}

.share-whatsapp:hover{
	background: #41ab4d !important;
	border-color: #41ab4d !important;
	color: #ffffff !important;
}


/*validation*/

/*@import url("https://fonts.googleapis.com/css?family=Open+Sans");*/

/* Styles */
* {
    margin: 0;
    padding: 0;
}

.action_job > li > a :hover{
    transform: rotateZ(-360deg);
}

/*
Upload single
 */

[type="file"] {
    /*visibility: hidden;*/
    height: 0 !important;
    overflow: hidden;
    width: 0 !important;
    padding: 0 !important;
}

[type="file"] + label {
    float: left;
    border-radius: 3px;
    color: #ffffff;
    background: #032a58;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    outline: none;
    padding: 2px 10px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
[type="file"] + label:hover {
    background-color: #31006F;
    color: #FFFFFF;
}

/*
Labels
 */

.active-indicator a.nav-main,
.active-indicator a.nav-main i{
    color: #31006F !important;
}

.active-indicator-sub a.nav-sub,
.active-indicator-sub a.nav-sub i{
    color: #000000;
    font-weight: 600;
}



.selected-file{
    float: left;
    font-size: 13px;
    color: inherit;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 12px;
}

.upload-file-label{
    float: left;
    color: #aeaeae;
    font-size: 13px;
    margin-left: 30px ;
    margin-top: 15px;
}

.help-block, .required-label {
    color: #ff0000;
}

/*Notification bannner*/
.job-applied-message-banner{
    position: relative;
    background: #ff8f00;
    height: auto;
    min-height: 33px;
}

.application-status{
    border-radius: 3px;
    padding: 1px 5px;
    display: inline-block !important;
    width: auto !important;
}

.application-status.withdrawn{
    color: #ff0000 !important;
    border: 1px solid #ff0000;
}

.application-status.reapplied{
    color: #008ce0 !important;
    border: 1px solid #008ce0;
}

.application-status.applied{
    color: #2dc565 !important;
    border: 1px solid #2dc565;
}

.job-applied-message-banner p{
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
    font-weight: normal;
}

.job-applied-message-icon > i{
    font-size: 20px;
    color: #ffffff;
    float: left;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 7px;
    height: 100%;
}


.pf-field > i{
    color: #595959 !important;
}

.employer-profile-edit > form h6{
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dee2e6;
}



.profile-form-edit > form button:hover, .contact-edit > form button:hover{
    background: #31006F;
    border-color: #31006F;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.profile-form-edit > form button, .contact-edit > form button{
    float: right;
    border: 2px solid #31006F;
    color: #31006F;
    font-family: Open Sans;
    font-size: 15px;
    padding: 12px 41px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 35px;
    background: white;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

button:disabled,
button:disabled:hover,
button[disabled],
button[disabled]:hover{
    background: #9de0f6 !important;
    border: #9de0f6 !important;

}

.btn-orange{
    float: right;
    border: 2px solid #31006F;
    color: #31006F;
    font-family: Open Sans;
    font-size: 15px;
    padding: 12px 41px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    background: #ffffff !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-orange:hover{
    background: #31006F !important;
    border-color: #31006F;
	color: white;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-orange-line{
    float: right;
    /*border: 2px solid #1EAAE7;*/
    /*color: #1EAAE7;*/
    font-family: Open Sans;
    font-size: 13px;
    padding: 12px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 50px;
    margin-top: 10px;
    /* background: #1EAAE7 !important; */
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-orange-line:hover{
    /*background: #1EAAE7 !important;*/
    /*border-color: #1EAAE7;*/
    /*color: #ffffff;*/
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.btn-clear-filter{
    float: right;
    color: #5f5f5f;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    background: #e8e8e8c7 !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-right: -2px;
    /* border: 1px solid #d4d4d4; */
}

.btn-clear-filter:hover{
    background: #636363 !important;
    border-color: #636363;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.btn-apply-filter{
    float: left;
    color: #5f5f5f;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    background: #e8e8e8c7 !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-right: -2px;
    /* border: 1px solid #d4d4d4; */
}

.btn-apply-filter:hover{
    background: #31006F !important;
    border-color: #636363;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-make-primary{
    color: #59a3fc;
    float: right !important;
}

.remember-label{
    float: left !important;
    margin-left: 0px;

}

.salary-filter-currency-list{
    padding-bottom: 75px;
}

.salary-filter-currency-range-slider{
    padding-bottom: 30px;
}

.notification-label {
    /*display: none;*/
    border: none;
    margin-bottom: -10px;
    margin-top: 3px;
    float: left;
    width: 100%;
    position: relative;
    border: 2px solid red;
    color: red !important;
    border-radius: 8px;
}

.notification-label > div{
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    line-height: 1;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: 0.25rem;

}
.notification-label > i{
    margin-top: 5px;
    font-size: 150% !important;
}

.notification-label > div > p{
    color: #ff0000;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    line-height: 1;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-top: 5px;
    margin-bottom: 5px;


}

.js .input-file-trigger {
    color: #31006F !important;
    border: 2px solid #31006F !important;
}

.js .input-file:hover + .input-file-trigger, .js .input-file:focus + .input-file-trigger, .js .input-file-trigger:hover {
    background: #31006F !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.upload-info#dp-upload{
    vertical-align: middle;
}

.upload-info#dp-upload > span{
    font-size: 12px;
    margin-top: 30px;
    margin-left: -180px;
}

.banner-img-set img{
    width: 100%;
}
.sec-job-des{
    width: 100%
}
.view-banner-img{
    margin-top: 25px;
    cursor: zoom-in;
}
.view-banner-img img{
    border: 1px solid #1EAAE7;
}

/*Modal*/
.account-popup .profile-title > h3{
    padding-left: 0px !important;
    margin-top: 10px;
}
.account-popup .resumeadd-form{
    padding-left: 0px !important;
}

.resume-preview-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,31,114,0.6);
    opacity: 1;
    z-index: 9999;
    overflow-Y: scroll;
    display: none;
}

.custom-close-popup{
    position: absolute;
    top: -20px;
    width: 50px;
    height: 50px;
    float: none;
    margin: 0;
    right: -20px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    cursor: pointer;
}

.modal-popup-area .account-popup {
    text-align: left !important;
    margin-left: -268px;
    width: 550px;
    margin-top: 60px;
}

.resume-modal{
    margin-left: -342.5px !important;
    width: 685px !important;
}

.resume-modal > form{
    margin-top: 0px !important;
}

.apply-job-popup{
    margin-left: -400px !important;
    width: 830px !important;
}

.resume-preview-popup{
    margin-left: -500px !important;
    width: 1000px !important;
}


.language-cus{
    border-right: 1px solid #dee2e696;
}

.language > h3{
    color: #1c1c1c !important;
}

#add-new-cover-letter-popup-box .account-popup {

    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    top: 459px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#interview-scheduler .full-modal, #job-post-banner  .full-modal {
    width: 95%;
    min-width: 1000px;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    /*top: 100px;*/
    text-align: left !important;/*
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.app-badge{
    width: 230px;
    height: auto;
}

/* pagination */
.pagination-cus{
    float: right;
	padding-left: 10px;

}


/*Sign up notice*/

.extra-login-cus{
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    position: relative;
}

/* Place holder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aeaeae;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aeaeae;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aeaeae;
}

.terms-conditions-notice{
    font-size: 13px;
}

.terms-conditions-notice a{
    text-decoration: underline;
    font-size: 13px;
    color: #59a3fc;
    /* background: #1EAAE7 !important; */
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/*Range Slider*/

.range-slider {
    float: left;
    margin: 5px 0 25px 0%;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background:#59a3fc;
}
.range-slider__range:active::-webkit-slider-thumb {
    background:#59a3fc;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #59a3fc;
}
.range-slider__range:active::-moz-range-thumb {
    background: #59a3fc;
}
.range-slider__range:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #59a3fc;
    -webkit-transition: all 200ms ease; /* older webkit */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; /* custom */
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #59a3fc;
    padding: 5px 10px;
    margin-left: 8px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #59a3fc;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}


/**/
.switch-field {
    overflow: hidden;
    margin-top: 5px;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    width: auto;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right:9px;
    padding-left: 9px;

    margin-bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
    background-color: #1EAAE7;
    color: #ffffff;
}

.switch-field input:checked + label {
    background-color: #1c1c1c;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.switch-field > label::after{
    border: none !important;
}


/*Toggle Button*/
/*custom checkbox*/
.cus-checkbox  {
    float: left;
    width: 100px;
    margin: 0;
    font-family: Open Sans;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px;
    /* margin-left: -13px; */
    padding-top: 3px;
    padding-left: 3px;
    background: #d7dcdf;
    border: solid #d7dcdf 1px;
    border-radius: 39px;
}
.cus-checkbox:hover{
    background-color: #555555;
    color: #ffffff;
    -webkit-transition: all 200ms ease; /* older webkit */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; /* custom */
}
.cus-checkbox  label {
    padding-left: 31px;
    margin-bottom: 3px;
}
.cus-checkbox  input[type="checkbox"]:checked + label::before{
    background: #1EAAE7;
    border-color: #1EAAE7;
}
.cus-checkbox  input[type="checkbox"] + label::after {
    color: #ffffff;
}

.cus-checkbox label::before {
    content: " ";
    border: 2px solid #1c1c1c;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;

    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px !important;
    height: 20px !important;
}

.cus-checkbox label:hover::before {
    border: 2px solid #ffffff;
}

.cus-checkbox label::after {
    content: "\2714";
    color: #2c3e50;
    line-height: 1.5;
    text-align: center;
    border: none !important;
}

.d-none-cus{
    display: none;
}

.cus-border{
    border: 2px solid #e8ecec;
    padding: 10px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-left: -10px;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 10px;
}



/**********Data table custom start*******************/
.dataTables_wrapper{
	padding:15px;
}
.dataTables_wrapper .dataTables_filter input {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: -5px;

}
.action-resume .action-center > span:hover{
	background: #31006F !important;
    border-color: #31006F;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.action-resume .action-center > span:active , .action-resume .action-center > span:target{
	background: #1EAAE7 !important;
    border-color: #1EAAE7;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.pending-approval select{
	border: none;
    background: #efefef;
    font-size: 13px;
    width: auto;
    padding: 7px 20px;
    border-radius: 4px;
}
.pending-approval label{
	font-size: 14px;
    color: #59a3fc;
}
.pending-approval #pending_post_approval_info{
	font-size: 14px;
    color: #59a3fc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	border-radius: 25px !important;
	background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-left: 10px !important;
    font-family: Open Sans;
    border: 3px solid #edeff7 !important;
    padding: 9px 15px !important;
    font-size: 13px !important;
    color: #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	color: #ffffff !important;
    background: #31006F !important;
    border-color: #31006F !important;
    border: 3px solid #31006F !important;
    box-shadow: none;
    font-family: Open Sans;
    padding: 9px 15px;
    font-size: 13px;
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	color: #ffffff !important;
    background: #31006F !important;
    border-color: #31006F !important;
    border: 3px solid #31006F !important;
    box-shadow: none;
    font-family: Open Sans;
    padding: 9px 15px;
    font-size: 13px;
}

.fcountry .select2-search__field{
	background: #ffffff;
}
/*.select2-dropdown {*/
/*    background-color: rgba(255, 255, 255, 0.71) !important;*/
/*}*/
/*.select2-dropdown.no-transparent*/
/*{*/
/*	background-color: rgba(255, 255, 255, 1) !important;*/
/*}*/
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #efefef !important;
}
/**********Data table custom end *******************/




/*file uploader*/

/*hr {*/
/*margin-top: 2rem;*/
/*margin-bottom: 2rem;*/
/*}*/

.file-progress {
    height: 1.5rem;
}

#files {
    /*overflow-y: auto !important;*/
    /*min-height: 50px;*/
}
#debug {
    overflow-y: scroll !important;
    height: 180px;
}


/* These are for the single examle */
.preview-img {
    width: 64px;
    height: 64px;
}

.file-form {
    border: solid #f7f7f9 !important;
    padding: 1.5rem
}

.file-form.active {
    border-color: red !important;
}

form .progress {
    height: 38px;
}

.dm-uploader {
    border: 0.25rem dashed #A5A5C7;
}
.dm-uploader.active {
    border-color: red;

    border-style: solid;
}

.file-remove{
    color: red;
}

.drop-zone{

}

.file-progress-bar{
    color: #ffffff;
    border-radius: 25px;
}

#files p,
#files li{
    font-size: 14px;
}

.dm-uploader ul,
.dm-uploader li{
    margin-bottom: 0px !important;
}

.dm-uploader .btn-orange-line{
    float: none !important;
    padding: 5px 20px;
}

.editor-full button{
    margin-top: 3px !important;
    margin-bottom: 0px !important;
}

.editor-full{
    margin-bottom: 20px;
}


/* Progress Bar*/

.step-prog{
    position: relative;
    margin-top: 55px;
    margin-bottom: -30px;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #1EAAE7;
}
.multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #1EAAE7;
    border-radius: 50%;
}
.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #1EAAE7;
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #fff;
    border-color: #1EAAE7;
}
.multi-steps > li.is-active ~ li {
    color: #808080;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
}

/**** Jobs ****/

/*Job list*/
.c-logo > img{
    width: 98px;
    height: 98px;
    object-fit: contain;
    border-radius: 4px;

}
.job-heading-sec,.job-content-sec{
	width: 100%;
}

/*SU Post*/
.c-logo-cus{
    float: left;
    width: 50px;
    /*text-align: center;*/
}

.c-logo-cus > img{
    border: rgba(0, 0, 0, 0.07) solid 1px;
    border-radius: 4px;
    float: left;
    width: 50px;

}
.pLR35{
	padding: 0px 35px;
}
.padT25{
	padding-top: 25px;
}
.mtu50{
	margin-top: -50px;
}
.employer-name{
    color: #1EAAE7 !important;
}

.header-job {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100px;
	background: rgb(1,142,83);
	background: -moz-linear-gradient(45deg, rgba(1,142,83,1) 0%, rgba(1, 88, 53,1) 72%, rgba(0, 68, 41,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 72%,rgba(0, 68, 41,1) 100%);
	background: linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 72%,rgba(0, 68, 41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018e53', endColorstr='#02633c',GradientType=1 );
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(1,142,83,1)), color-stop(71%,rgba(1, 88, 53,1)), color-stop(100%,rgba(0, 68, 41,1)));
	background: -o-linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 71%,rgba(0, 68, 41,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 71%,rgba(0, 68, 41,1) 100%);
}

.application-date-info > p, .application-date-info > span {
    font-size: 12px;
    color: #1EAAE7;
    margin-bottom: -10px;
}

.application-date-info{
    padding-top: 100px;
}

.application-date-info > p > i{
    font-size: 15px;
}

.action-center > ul > li.section-head{
    padding-left: 10px;
    color: #31006F;
    font-size: 13px;
    font-weight: 500;
}

.home-mobile-banner{
    position: absolute;
    top: -55px;
    left: 165px;
}

.app-badge-mid-section{
    margin-bottom: 15px;
    margin-right: 10px;
    width: auto;
    height: 45px;
}

.job-skill-tag{
    border-radius: 5px;
    color: #31006F;
    border: dashed #31006F 1px;
    padding: 2px 3px;
    margin: 2px 2px 3px 2px;
    font-size: 12px;
    display: inline-block;
}
.all-jobs-btn{
    text-align: center;
    border: solid 2px #31006F;
    border-radius: 4px;
    font-family: Quicksand;
    font-size: 15px;
    color: #31006F;
    font-weight: 600;
    padding: 10px 10px;
    margin-right: 20px;
}

.all-jobs-btn:hover{
    /*text-align: center;*/
    /*border: 2px solid #1EAAE7;*/
    /*font-family: Quicksand;*/
    /*font-size: 15px;*/
    color: #ffffff;
    border: solid 2px #31006F;
    background: #31006F;
    /*font-weight: 600;*/
    /*padding: 13px 50px;*/

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.radio-label {
	font-size: 13px;
}

.package-card {
	background: #dceafb !important;
	/*border: 2px	dashed #0f36a5;*/
}

/*.easy-autocomplete-container ul{*/
/*background-color: #FFFFFF !important;*/
/*border-radius: 8px !important;*/
/*position: absolute !important;*/
/*width: 100% !important;*/
/*z-index: 999999 !important;*/
/*!*margin-top: 65px !important;*!*/
/*}*/
/*.easy-autocomplete-container li{*/
/*background-color: white !important;*/
/*border-radius: 8px !important;*/
/*width: 100% !important;*/
/*padding: 5px 30px !important;*/
/*}*/
/*.easy-autocomplete-container li:hover{*/
/*background-color: #ff4900 !important;*/
/*color: #FFFFFF !important;*/
/*}*/


/*.easy-autocomplete-container{*/
/*background-color: white;*/
/*border-radius: 8px;*/
/*position: absolute;*/
/*width: 100%;*/
/*z-index: 999999;*/
/*padding: 0px 30px;*/
/*margin-top: 50px;*/
/*}*/


/*Select 2 Custom*/
.select2-dropdown {
    /*background-color: white;*/
    border-radius: 8px;
    /*box-sizing: border-box;*/
    /*display: block;*/
    /*position: absolute;*/
    /*left: -100000px;*/
    /*width: 100%;*/
    /*z-index: 1051;*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(55, 55, 55, 0.55);
    border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 30px !important;
    padding-top: 15px !important;
}




.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 rgba(255, 73, 0, 0.47);
    cursor: pointer;
    color: #FFFFFF;
}
.easy-autocomplete-container ul li div {
    color: #ffffff;
}
.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 rgba(154, 154, 154, 0.4588235294117647) !important;
    /* border-top: 1px dotted #ccc; */
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    border-radius: 8px;
}
.job-field input{
    background-color: rgba(255, 255, 255, 0.74) !important;
}
.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.74) !important;
}



/******************ad*************************/
.block-cus{
	padding-top: 5px;
}
.ad-section{
	padding-bottom: 25px;
}
.single-ad-place{
	padding-top: 5px;
	padding-bottom: 5px;
}
.pt-ad-1{
	padding-top: 30px;
}
.cus-dropdown .easy-autocomplete-container ul{
	background: none repeat scroll 0 0 rgb(154, 154, 154) !important;
}
.auto-field-input input{
	border-radius: 8px;
	padding: 14px 14px 14px 15px;
	background: #ffffff;
	width: 100%;
	border: 2px solid #e8ecec;
	font-size: 13px;
	line-height: 24px;
}

.search-filters .chosen-choices{
	padding: 12px 12px 12px 12px;
	min-height: 53px;
	border-radius: 5px;
	border-color: #c2c2c2;
	border: none;
}
.search-filters .search-choice{
	padding: 10px !important;
}
.search-filters .chosen-drop .chosen-results{
	background-color: #607D8B;
}
.search-filters .chosen-container .chosen-results li.highlighted{
	color: #f0d816 !important;
}
.search-filters .chosen-container .chosen-results li{
	color: #ffffff !important;
}
.search-filters .chosen-single {
	background-image: linear-gradient(#eee 1%, #fff 15%);
}
.search-filters .chosen-container-multi .chosen-choices li.search-choice{
	margin: -3px 3px -3px 0 !important;
}
.advance-search-btn{
	background: none !important;color: #1EAAE7;border: none;margin-top: 43px;font-weight: 500;margin-left: 5px;
}
.advance-search-btn:hover{
	background: none !important;color: #59a3fc;border: none;margin-top: 43px;font-weight: 600;margin-left: 5px;
}
#advance_search{
	padding-top: 2px;position: relative;float: left;margin-bottom: 25px;
}
.select2-container{
	width: 100% !important;
	margin-bottom: 20px !important;
}
#advance_search .select2-container--default .select2-selection--multiple{
	border: 2px solid #e8ecec;
	/*margin-bottom: 20px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 3px 14px 3px 15px;
	background: #ffffff;
	font-family: Open Sans;
	font-size: 13px;
	color: #101010;
	line-height: 24px;
}
.select2-custom-style .select2-container--default .select2-selection--single{
	border: 2px solid #e8ecec;
	/*margin-bottom: 20px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #ffffff;
	font-family: Open Sans;
	font-size: 13px;
	color: #101010;
	line-height: 24px;
}
#advance_search .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #4caf50;
	border: 1px solid #4caf50;
	color: #ffffff;
}
#advance_search .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #c1c6c9;
}
.select2-results__option{
	font-size: 13px;
}
.table-list-title > h3.name-emp{
	font-size: 14px;
}

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


/********************************************/
.set-multiple-select-field .chosen-container-single{
	margin-bottom: 0 !important;
	border: none !important;
}
.di-field {
	float: left;
	width: 100%;
	position: relative;
	/*margin-top: 45px;*/
	border: 2px solid #e8ecec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.di-field input {
	float: left;
	width: 100%;
	background: no-repeat;
	margin: 0;
	font-family: Open Sans;
	font-size: 13px;
	color: #474747;
	padding: 16px 28px;
}
.di-field .select2-selection--single{
	height: 52px !important;
}

.employer-profile-edit .select2-selection__choice {
	float: left;
	background: #f4f5fa !important;
	border: none !important;
	margin-bottom: 0 !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-family: Open Sans;
	font-size: 13px;
	padding: 4px 17px !important;
	margin-right: 10px !important;
	position: relative;
}

.employer-profile-edit .select2-search{
	margin-bottom: 0;
}

.employer-profile-edit .select2-search__field{
	padding-top: 7px !important;
}

.employer-profile-edit .select2-selection__choice__remove {
	position: absolute;
	right: -6px;
	top: -5px;
	width: 16px;
	height: 16px;
	font-style: normal;
	background: #1EAAE7 !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff !important;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	font-family: Open Sans;
	cursor: pointer;
}

.employer-profile-edit .select2-selection--multiple{
	border: none !important;
	float: left;
	width: 100%;
	/*border: 2px solid #e8ecec;*/
	/*margin-bottom: 20px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 4px 4px 0 4px;
	background: #ffffff;
	font-family: Open Sans;
	font-size: 13px;
	color: #101010;
	line-height: 24px;
}

.single-list-table td{
	padding: 13px 0 !important;
}
.set-description span{
	font-size: 13px !important;
}
.skill-clr{
	color: #1EAAE7 !important;
}
.skill-clr .la-bookmark {
	color: #6c757d;
}

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

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: rgba(247, 102, 24, 0.5);
	/* background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); */
	/* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); */
	/*background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);*/
	/*background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);*/
	/*background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);*/
	/* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); */
}


/*********dashboard **************/
.graph-container{
    /*border: 2px solid #f8f8f8;*/
    /*padding: 15px;*/
    /*border-radius: 5px;*/
    /*z-index: -9;*/
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/

    border: 2px solid #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    background: #f8f8f86e;
    position: relative;
    box-shadow: rgba(1, 132, 78, 0.11) 0 0 10px;
    margin-right: 10px;
}

.widget-container{
    /*border: 2px solid #f8f8f8;*/
    /*padding: 15px;*/
    /*border-radius: 5px;*/
    /*z-index: -9;*/
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/

    border: 2px solid #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    background: #f8f8f86e;
    position: relative;
    box-shadow: rgba(1, 132, 78, 0.11) 0 0 10px;
    margin-right: 10px;
}

.info-widget{
    min-height: 200px;
}

.extra-job-info{
    padding: 20px 15px !important;
}

.su-chart-container{
    /*max-height: 350px;*/
}

.jobseeker.chart-title{
    color: #1EAAE7;
}

.employer.chart-title{
    color: #1EAAE7;
}

.job-post.chart-title{
    color: #009cae;
}

.chart-sub-title{
    font-size: 14px;
}

.table-cus tbody td{
    font-size: 12px !important;
}

.table-cus tbody td > span {
    float: left !important;
    display: unset !important;
    font-size: 11px !important;
    color: #fff ;
}

.table-cus td{
    padding: 3px 0 !important;
}

.interview-calender #right #menu button{
	float: unset !important;
	color: #000;
	background: #efefef;
}

.search-filters{
	margin-top: 25px;
	width: 100%;
	float: inherit;
}
.cover-bg{
	background: linear-gradient(0deg,#1f1f1f,rgba(119, 119, 119, 0.36)), url(http://placehold.it/1600x800);
	background-attachment: scroll !important;
	background-position: cover;
	position: relative;
	z-index: 1;
	min-height: 200px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4392156862745098);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4392156862745098);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4392156862745098);
}
.cover-profile-img{
	width: 180px;
	height: 180px;
	position: absolute;
	top: 50px;
	left: 30px;
	border-radius: 10px;
	background: white;
}
.cover-txt-content{
	position: absolute;
	bottom: 5px;
	left: 235px;
}
.cover-txt-content-2{
	position: absolute;
	top: 58px;
	left: 122px;
	text-align: left;
}
.cover-txt-content-3{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left;
}
.tags-color > li{ color: #d6d6d6 !important; }
.company-txt-color{ color: #ffffff !important; }

.multi-level-layer{
	margin: 20px;
}
.level-2-layer{
	margin-left: 30px !important;
}
.level-3-layer{
	margin-left: 60px ;
}
.edit-btn-dash{
	float: right;
	font-size: 13px;
	padding: 2px 13px;
	color: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 1px solid;
	background: #00000038;
	letter-spacing: 1px;
	margin: 10px
}
.edit-btn-dash:hover{
	color: #ffffff;
	background: #31006F;
}
.set-info-txt{
	margin-left: 2px;
	bottom: 8px;
	position: relative;
}
.bg-dropdown:hover{
	background-color: #31006F !important;
}
.mb25{ margin-bottom: 25px;}
.hover-effect-1 a:hover{
	background-color: #31006F  !important;
	color: #fff;
}

.action-center{
	float: right !important;
	padding-right: 20px;
}

input:disabled, .select2-container--disabled .select2-selection {
	cursor: not-allowed !important;
}

/*******jobseeker profile view tab *********************/

#tabs{
	background: #59a3fc;
	color: #eee;
}
#tabs h6.section-title{
	color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000000;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-top: 5px solid #31006F !important;
	border-bottom: 0 !important;
	/*font-size: 18px;*/
	font-weight: bold !important;
	border-radius: 8px 8px 0 0;
	border: 1px solid #f5f5f5;
	/*background-image: linear-gradient(to bottom, #ffffff, #f5f5f5, #ebebeb, #e2e2e2, #d8d8d8);*/
}

.nav-link.active > h6{
	font-weight: bolder;
}
#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #eee;
	font-size: 20px;
}
.profile-tab-sec{
	width: 100%;
	padding: 5px 15px;
}
.tab-profile-n{
	display: flex !important;
	border: 1px solid transparent !important;
	border-radius: 0px !important;
	padding: 0 !important;
	/*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
}
.profile-tab-sec .nav-tabs .nav-link:hover, .profile-tab-sec .nav-tabs .nav-link:focus {
	border-radius: 10px 10px 0 0;
}
.profile-tab-sec .nav-link{
	border: 1px solid #efefef !important;
	border-top: 5px solid transparent !important;
	border-radius: 6px 6px 0 0 !important;
}
/*******jobseeker profile view tab end*********************/

/************price plans css************************/
.pricetable ul li {
	margin-bottom: 0px;
}
.pricetable ul {
	margin-top: 15px;
}
.btn-buy{
	padding: 8px 35px !important;
}
.pricetable > a{
	margin-bottom: 20px;
	margin-top: 15px;
}
.pricetable.active > a {
	color: #1EAAE7;
}
.pricetable.active > a:hover {
	color: #ffffff;
}
.pricetable-head h2{
	font-size: 35px;
}

.pricetable-head h2 i {
	font-size: 15px;
}

.pricetable {
	-webkit-box-shadow: 0 10px 6px -6px #e2e2e2;
	-moz-box-shadow: 0 10px 6px -6px #e2e2e2;
	box-shadow: 0 10px 6px -6px #e2e2e2;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pricetable:hover{
	background: #34495e;
}
.pricetable:hover ul li {
	color: #d0d0d0;
}
/************price plans css end************************/


/*Add buttons in Resume alignment*/
.border-title > a i{
	float: right !important;
	margin-left: 10px;
}

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

/*Profile Progress Status*/
#pro-progress {
	margin: 0 auto;
	max-width: 100px;
	min-width: 100px;
	max-height: 100px;
	min-height: 100px;
}

.p-category-progress {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
}
.p-category-progress > a{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8ecec;
	border-right: 1px solid #e8ecec;
}

.p-category-progress > a p {
	color: #31006F;
}

.di-field .select2-container {
	margin-bottom: 0 !important;
}

.manage-jobs-sec table tbody td{
	/*padding: 18px 2px !important;*/
	padding: 8px 2px !important;
}

.manage-jobs-sec-custom table tbody td{
	padding: 8px 16px !important;
}


/*Custom Media Queries*/

@media (max-width: 520px){
    .modal-popup-area .account-popup {
        width: 90% !important;
        margin-left: -50% !important;
        left: 55% !important;
    }

    .account-btns {
        float: left !important;
        margin-left: 15px;
        width: 100%;
    }

    #add-new-cover-letter-popup-box .account-popup {
        top: 550px;
    }

    .remember-label{
        margin-top: 5px !important;
        margin-left: 0px;
        margin-bottom: -10px;
    }

    .modal-popup .profile-title{
        margin-bottom: -10px;
    }

    .modal-popup form select{
        margin-bottom: 15px !important;
    }

    .language-cus{
        border-right: 0px solid #dee2e696;
    }

    .job-applied-message-icon > i{
        padding-top: 15px !important;
    }

    .post-cv-btn {
        width: 45% !important;
        font-size: 13px !important;
        padding: 11px 20px;
        text-align: center;
    }
	.cover-txt-content {
		position: absolute;
		bottom: 30px;
		left: 30px;
	}
	.cover-txt-content-2 {
		position: absolute;
		bottom: 70px;
		margin-right: 0;
		margin-left: 0;
		left: 15px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.cover-profile-img {
		margin-top: 100px;
		width: 90px !important;
		height: 90px !important;
	}
}
@media (max-width: 379px) {
	.cover-profile-img {
		margin-top: 122px !important;
		width: 80px !important;
		height: 80px !important;
	}
}

@media (max-width: 980px) {
    #add-new-cover-letter-popup-box .account-popup {
        top: 550px;
    }

    .job-applied-message-icon > i{
        padding-top: 10px;
    }

    .cus-border{
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .job-applied-message-icon > i{
        padding-top: 15px !important;
    }

    .upload-info#dp-upload > span{
        margin-left: 0;
        margin-top: 0;
    }
    .home-mobile-banner{
        position: relative;
        top: 0;
        left: 10px;
    }
    #files {
        /*min-height: 100px;*/
    }
    .home-mobile-banner{
        position: relative;
        top: 0;
        left: 10px;
    }

    .cus-border{
        margin-left: 0 !important;
    }

    .btn-align-1 {
        margin-right: 20px;
        margin-top: 0px !important;
    }
    .relevent-job-banner {
        width: 50%;
        float: left;
    }

}

@media (max-width: 1199px) {

	.header-job {
		position: relative;
		float: left;
		width: 100%;
		padding-top: 0px;
		background: rgb(1,142,83);
		background: -moz-linear-gradient(45deg, rgba(1,142,83,1) 0%, rgba(1, 88, 53,1) 72%, rgba(0, 68, 41,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 72%,rgba(0, 68, 41,1) 100%);
		background: linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 72%,rgba(0, 68, 41,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018e53', endColorstr='#02633c',GradientType=1 );
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(1,142,83,1)), color-stop(71%,rgba(1, 88, 53,1)), color-stop(100%,rgba(0, 68, 41,1)));
		background: -o-linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 71%,rgba(0, 68, 41,1) 100%);
		background: -ms-linear-gradient(45deg, rgba(1,142,83,1) 0%,rgba(1, 88, 53,1) 71%,rgba(0, 68, 41,1) 100%);
	}

}

/*Ajax loading indicator*/

.reverse-spinner {
    position: relative;
    height: 100px;
    width: 100px;
    border: 4px solid transparent;
    border-top-color: #1976d2;
    border-left-color: #1976d2;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 4px solid transparent;
    border-top-color: #03a9f4;
    border-left-color: #03a9f4;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

.slick-slide {
    width: 300px;
    /*box-sizing: border-box;*/
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

.triple-spinner {
    display: block;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #FF5722;
    -webkit-animation: spin 1.25s linear infinite;
    animation: spin 1.25s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
}
.triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #FF9800;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2.5s linear infinite;
}
.triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #FFC107;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1.25s linear infinite;
}



@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/***********popup css**********************/
.center-popup{
	position: fixed !important;
	left: 50% !important;
	top: 40% !important;
	width: 95% !important;
	margin-left: 0px !important;
	-ms-transform: translate(-50%,-50%) !important;
	-moz-transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
}

/*
@media (max-width: 1199px) {
	.cover-crop-img {
		width: 750px !important;;
		height: 375px !important;;
	}

	.center-popup{
		position: fixed !important;
		left: 50% !important;
		top: 50% !important;
		width: 95% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}
@media (max-width: 980px) {
	.cover-crop-img {
		width: 450px !important;;
		height: 225px !important;;
	}
}
@media (max-width: 767px) {
	.cover-crop-img {
		width: 300px !important;;
		height:150px !important;;
	}
}
@media (max-width: 520px) {
	.cover-crop-img {
		width: 300px !important;;
		height:150px !important;;
	}

	.center-popup{
		position: fixed !important;
		left: 50% !important;
		top: 50% !important;
		width: 95% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}
@media (max-width: 379px) {
	.cover-crop-img {
		width: 260px !important;;
		height: 130px !important;;
	}
}*/






/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.cover-crop-img {
		width: 190px !important;;
		height: 95px !important;;
	}

	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 40% !important;
		width: 95% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}

@media only screen and (min-width : 375px) {
	.cover-crop-img {
		width: 260px !important;;
		height: 130px !important;;
	}

	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 40% !important;
		width: 90% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.cover-crop-img {
		width: 348px !important;;
		height:174px !important;;
	}

	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 65% !important;
		width: 95% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.cover-crop-img {
		width: 570px !important;;
		height:285px !important;;
	}

	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 65% !important;
		width: 95% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.cover-crop-img {
		width: 760px !important;;
		height: 380px !important;;
	}

	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 40% !important;
		width: 95% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.cover-crop-img {
		width: 750px !important;;
		height: 375px !important;;
		margin: auto 0;
	}

	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 40% !important;
		width:80% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}

@media only screen and (min-width : 1600px) {
	.modal-popup-area .center-popup{
		position: relative !important;
		left: 50% !important;
		top: 40% !important;
		width:75% !important;
		margin-left: 0px !important;
		-ms-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-webkit-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
}
/***********popup css end**********************/

/*.text-success {*/
/*	color: #3d5a80 !important;*/
/*}*/
/*a.text-success:hover, a.text-success:focus {*/
/*	color: #032a58 !important;*/
/*}*/

.btn-back {
	border-radius: 10rem;
	border: 1px solid #f6f7fb;
	background: #f6f7fb;
	color: black;
	font-weight: 500;
	padding: .625rem 1.5rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
}
.btn-back:hover {
	color: black;
	border: 1px solid black;
}

/*********************2021-05-17******************************/
.btn-md-style{
    font-size: 14px;
    padding: 8px 38px !important;
}
#rate_tbl_body .btn-warning {
	padding: 0!important;
}
.dd{
    vertical-align: middle;
    text-align: right;
}
.btn-rate-as {
    border: solid 2px #17a2b8;
	padding: 8px 30px!important;
}
.download-cv-btn {
	padding: 10px 15px!important;
	border-radius: 25px!important;
}
.btn-rate-as:hover {
	border: solid 2px #17a2b8;
	color: #17a2b8;
	background-color: white;
	padding: 8px 30px!important;
}
.dropdown-rate-as p {
	font-size: 14px!important;
}
.dropdown-rate-as a {
	font-size: 13px!important;
}

@media (max-width: 767px){
	.cand-single-user .download-cv-div {
		margin-bottom: 10px;
	}
}

#jobs_emp_table_body2 .filter-label {
	height: 10px!important;
}

/*********************2021-05-17******************************/
.btn-md-style{
    font-size: 14px;
    padding: 8px 38px;
}
.btn-md-style-2:hover {
    color: #fff;
    background-color: #138496 !important;
    border-color: #117a8b !important;
}
.btn-sm-style {
    font-size: 14px;
    padding: 5px 20px;
}
#rate_tbl_body .btn-warning {
	padding: 0!important;
}
.v-align{
    vertical-align: middle;
    text-align: right;
}
.manage-jobs-sec .badge, #candidateModal .badge{
    padding: 5px 8px !important;
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px;
}
/*********************2021-05-18******************************/

.dropdown-width {
	max-width: 300px;
	white-space: unset;
	text-align: left;
	width: 300px;
	padding: 0.5rem;
}

.coverletter-popup {
	z-index: 9999999!important;
}

.question-style {
	font-size: 18px!important;
	font-weight: 500;
}
#job-application-form .pf-title {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Quicksand', serif !important;
}
.set-button-ul li > input{
    margin-left: 25px;
}
.v-hidden{
    visibility: hidden !important;
}
#contact_details_form .pf-field {
    margin-bottom: -5px !important;
}


/*********************2021-05-19******************************/
.set-d-top{
    float: right;
    top: 25px;
    position: absolute;
    right: 25px;
}
.fs-40{
    font-size: 40px;
}
.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
  }

  .set-scroll{
    overflow: auto !important;
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .pointer{
      cursor: pointer;
  }
  .p-set-b{
    width: fit-content;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
  }
  .select-qtn{
    padding: 5px 15px;
    background: #fafafa;
    border: 1px solid #31006F;
    width: 300px;
    min-width: 300px;
  }
  .animated-gradient {
    background: repeating-linear-gradient(to right, #76BC21 0%, #8bd631 50%, #89da28 100%);
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }
  
  @keyframes gradient { 
    0%   { background-position: 0 0; }
    100% { background-position: -200% 0; }
  }
/*********home changes****************************************/


.job-listings-sec.style2 .apply-btn-home {
    float: left;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #31006F;
    color: #31006F;
    padding: 11px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 10px;
    margin: 30px 0;
}
.job-listings-sec.style2 .apply-btn-home:hover {
    background: #31006F;
    border: 1px solid #31006F;
    color: #ffffff;
}
.job-type-txt{
	margin-top: 0 !important;margin-right: 0 !important;text-align: center;padding-top: 15px;
}
.company_name_txt{
	line-height: 24px;
    font-size: 12px;
    margin-bottom: 0;
}
.address-txt{
	padding-left: 15px;
    text-align: right;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}
.c-logo-body {
    float: none;
    width: 100%;
    text-align: center;
}
.job-listings-sec.style2 .job-listing-body {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 0;
    margin-bottom: 7px;
    background: rgb(255 255 255 / 90%);
    border: 1px solid #e6e6e9;
    border-radius: 7px;
	min-height: 190px;
	margin-left: -10px;
    margin-right: -10px;
	width: initial;
    float: none;
}
.bi-none{
    background-image: none !important;
}

/*.footer-bg-style::before {
    content: "";
    height: 100%;
    opacity: 0.95;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}*/
.footer-bg-style{   
    background-image: url("../images/resource/midhyaf-footer.png"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    /*height: 430px; !* You must set a specified height *!*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position: relative;
    z-index: 0;
}
/*.footer-bg-style::before {
    background-color: #31006F;
    opacity: 60%;
}*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #31006F;
    padding-left: 30px;
    color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #ffffff !important;
}
.text-style-2 {
    color: #31006F !important;
}
.btn-style-1 {
    color: #fff;
    background-color: #76BC21 !important;
    border-color: #76BC21 !important;
}
/**********category icons start**********************/
.culinary-ico {
    width:70px; 
    height:70px; 
    background-image:url('../images/categories/culinary.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }
 .waiter-ico {
    width:70px; 
    height:70px; 
    background-image:url('../images/categories/waiter.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }
 .housekeeping-ico {
    width:70px; 
    height:70px; 
    background-image:url('../images/categories/housekeeping.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }
 .receptionist-ico {
    width:70px; 
    height:70px; 
    background-image:url('../images/categories/receptionist.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }
 .sales-ico {
    width:80px; 
    height:80px; 
    background-image:url('../images/categories/sales.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }
 .operations-ico {
    width:80px; 
    height:80px; 
    background-image:url('../images/categories/operations.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }
 .accounting-ico {
    width:80px; 
    height:80px; 
    background-image:url('../images/categories/accounting.png');
    margin:0 auto; 
    margin-top:25px; 
    background-repeat: no-repeat;
 }

 /**********category icons end**********************/
