/*
Theme Name: Developerzone
Author: C2 Developerzone Team
Version: 1.5

*/

/*My account header*/
a.charity-menu {
    border: solid 1px #ededed;
    padding: 3px 7px;
    background: #18c165;
    display: none;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
}
a.charity-menu:hover {
    background: #74b9ff;
    color: #fff;
}

.myaccount-wrapper {
    display: flex;
    align-items: center;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.myaccount-wrapper i.fa {
    padding: 9px;
    background: #3498db;
    margin: 0 0px 0 11px;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.myaccount-wrapper a:hover i.fa {
    background: #74b9ff;
}
span.m-star {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.loginForm input#user_login {
    width: 100%;
}
.login-container a {
	text-decoration:none;
    color: #3498db;
    font-weight: 500;
}
.login-container {
    position: relative;
    text-align: center;
    padding: 4rem 5rem;
    background: #ffffff;
}
.login-container input[type="submit"]:focus {
    outline: none;
}


/*Register*/

div#smsg .alert-danger {
    border-radius: 0;
    padding: 13px;
}
div#smsg {
    padding: 0 5px;
}

.login-container input[type="submit"] {
    width: 100%;
    background-color: #3498db!important;
    border: unset;
    border-radius: 0px;
    color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 14%);
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}
.login-container input[type="submit"]:hover {
    background-color: #74b9ff!important;
}
.register-anchor {
    text-align: left;
	margin: 1% 0 0;
}
.register-page-row, .login-page-row {
    width: 90%;
    margin: auto;
}
.register-left-col, .login-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    background: linear-gradient(144deg,#79cae7,#106298);
}
.register-left-wrapper, .login-left-wrapper {
    padding: 3rem;
    position: relative;
}
.register-left-wrapper h3, .register-left-wrapper p,
.login-left-wrapper h3, .login-left-wrapper p{
    color: #fff;
    margin: 0 0 1.1rem;
}
.register-left-wrapper h3, .login-left-wrapper h3{
	font-size:30px;
}
.back-login a, .back-register a {
    border: solid 1px #fff;
    padding: 9px 25px;
    border-radius: 50px;
    color: #fff;
    margin: 1rem 0.3rem 0;
}
.back-register a:hover, .back-login a:hover {
    background: #74b9ff;
	box-shadow: 3px 3px 9px 0px rgb(0 0 0 / 12%);
}
.form-group {
    margin-bottom: 0.7rem;
    position: relative;
    padding: 0 5px;
}
.form-group i.fa {
    position: absolute;
    top: 18px;
    left: 30px;
    font-size: 16px;
    color: #3498db;
}
.form-control {
    background: #f2f1f1!important;
    border: none;
    border-radius: 0;
    max-height: 55px;
    height: 100vh;
    padding: 8px 20px 8px 50px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}
select.form-control {
    padding: 8px 20px;
}
.submit-group {
    margin: 10px 0 0;
}
.submit-group .form-control {
    border-radius: 0;
}
.login-sec {
    display: flex;
    align-items: center;
}
.login-container .loginForm-heading {
    position: relative;
    color: #3498db;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 20px;
    font-size: 30px;
    margin: 0 0 2rem;
    font-family: 'Mulish', sans-serif;
}
.loginForm{
	position:relative;
}
.showpwd {
    cursor: pointer;
    position: absolute;
    z-index: 999999;
    top: 32%;
    right: 18px;
    transform: translateY(-50%);
    color: #3498db;
}
.register-section, .login-page-section {
    display: flex;
    align-items: center;
    height: 100vh;
}
.register-left-col:before, .login-left-col:before {
    content: "";
    background-image: url(https://indianitjet.com/charity/wp-content/uploads/2023/09/ssp.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right center;
    opacity: 0.1;
}
.login-page-section input.form-control::placeholder,
.register-section input.form-control::placeholder{
    color: #686666!important;
    font-size: 16px!important;
}
select#dzrole {
    color:#686666!important;
    font-size: 16px!important;
}
p.login-remember label {
    display: block!important;
    margin: 18px 0px;
}
.loginForm h2 {
    font-size: 25px;
    color: #f04b85;
    border: 2px dotted;
    border-radius: 10px;
    padding: 5px 0px;
}
.lost-pwd-anchor a {
    margin: 15px 0 0;
    text-decoration: underline;
    font-size: 18px;
}

.formcustom_error {
    position: relative;
    color: red;
    border-radius: 8px;
    padding: 4px 0px;
    letter-spacing: 0.5px;
    margin: 0 0 24px;
    background-color: #ececec;
}
.login-container p {
    margin: 0 0 6px;
}
p.login-password input {
    width: 100%;
}
.login-container label {
    width: 100%;
    text-align: left;
}
form#loginform p {
    margin-bottom: 0.7rem;
	position:relative;
}
p.login-username:before {
    content: "\f0e0";
    font-family: fontawesome;
    color: #3498db;
    top: 16px;
    position: absolute;
    left: 21px;
    font-size: 16px;
}
p.login-password:before {
    content: "\f023";
    font-family: fontawesome;
    color: #3498db;
    top: 16px;
    position: absolute;
    left: 21px;
    font-size: 16px;
}
.inner-banner-section {
    background-color: #f04b85;
    padding:32px;
    margin: 0 0 50px;
}

@media screen and (max-width:767px) {
	
a.charity-menu {
	display:block;
	margin-right: 1px;
}	
	.header-right-col {
	padding-left:0;
}
	header .container-fluid{
		padding:0 10px;
	}
.myaccount-wrapper i.fa {
    padding: 2px;
    border-radius: 0;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: solid 1px rgb(255 255 255 / 56%);
	margin: 0 0px 0 6px;
}
.register-left-wrapper, .login-left-wrapper {
    padding: 1rem 1rem 2rem;
}
.register-left-wrapper h3, .register-left-wrapper p, .login-left-wrapper h3, .login-left-wrapper p {
    margin: 0 0 0.5rem;
}
.back-login a, .back-register a {
    padding: 6px 30px;
    margin: 0.6rem 0.3rem 0;
}
.register-section, .login-page-section {
    display: block;
    padding: 0;
    position: relative;
}
.login-page-section .container, .register-section .container {
    padding: 0;
}
.register-page-row, .login-page-row {
    width: 100%;
}
.register-section, .login-page-section {
    height: auto;
    overflow: hidden;
}
.login-container .loginForm-heading {
    font-size: 28px;
}
.form-control {
    max-height: 50px;
}
.login-container {
    padding: 2rem 1.5rem;
	border-radius: 48px 0px 0 0;
    margin-top: -43px;
}
.register-left-col, .login-left-col {
    padding: 1rem 0 3rem;
}
}









/*HR Dashboard*/
.hr-nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.hr-nav > div a.nav-item.nav-link,
.hr-nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

.hr-nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}
.user-dashboard-content h4 {
    text-align: center;
    background: #ddd;
    padding: 6px;
}
.user-dashboard-item {
    border: 1px dashed #ddd;
    padding: 7px;
}
.hr-nav > div a.nav-item.nav-link:hover,
.hr-nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}











.dashboard-row{
	width:85%;
	margin:auto;
}
.dashboard-left-col {
    background: linear-gradient(144deg,#79cae7,#106298);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    max-height: 520px;
    height: 100vh;
	position:relative;
}
.dashboard-left-col:before {
    content: "";
    background-image: url(https://indianitjet.com/charity/wp-content/uploads/2023/09/ssp.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right center;
    opacity: 0.15;
}
.dashboard-right-col {
    background: #fff;
}
.dashboard-left-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}
.dashboard-left-wrapper button {
    width: 50%;
    border-radius: 100px;
    margin: 5px 0;
    font-size: 18px;
    background: transparent;
    border: solid 1px #fff;
    padding: 9px 25px;
    color: #fff;
}
.dashboard-left-wrapper button:hover {
    background: #74b9ff;
    box-shadow: 3px 3px 9px 0px rgb(0 0 0 / 12%);
}
.dashboard-right-col {
    background: #fff;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-right-wrapper {
    width: 100%;
}
.dashboard-right-wrapper h3 {
    color: #3498db;
    background: whitesmoke;
    padding: 10px;
    font-size: 26px;
    border-left: solid 3px #3498db;
}
.dashboard-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
    padding: 18px 0;
    border-bottom: solid 1px rgb(0 128 0 / 7%);
}
.dashboard-item p {
    margin: 0;
}
.dashboard-item a.action-btn {
    background: #3498db;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: 12px 26px;
    font-weight: 500;
    line-height: 15px;
    margin: 0.7rem 0 0;
}
.dashboard-item a.action-btn:hover {
    background: #74b9ff;
}
.dashboard-item i.fa {
    color: #3498db;
}

.job-post-cont {
    display: none;
}
span.red-star {
    color: red;
    font-size: 20px;
    position: absolute;
    right: -8px;
}
.modal-content.modal-booking-form {
    padding: 5px;
}
@media screen and (max-width:767px) {
	.dashboard-row {
    width: 100%;
}
.dashboard-left-col {
    max-height: 430px;
    height: 100vh;
}
.dashboard-right-col {
    padding: 1.5rem 1.5rem;
}
}


/*Add Job*/

.job-post-heading {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 16px;
    margin-bottom: 22px;
}
h2.job-post-heading a {
    font-size: 16px;
    background: #3498db;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    margin: 0 0 0 10px;
}
h2.job-post-heading a:last-child {
    background: darkgray;
}
h2.job-post-heading a:hover {
    background:#74b9ff;
    color: #ffffff;
}
.user-dashboard-sec {
    background: #fff;
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 2.2rem;
}
.form-control::placeholder {
    color: #25283a!important;
    font-size: 16px!important;
}
.user-dashboard-sec .form-control {
    padding: 8px 20px 8px 20px;
    font-weight: 600!important;
    color: #25283a!important;
    font-size: 16px!important;
}
button.multiselect {
    max-height: 55px;
    height: 100vh;
    border-radius: 0;
    background: #efefef;
    border: none;
    text-align: left!important;
}


.user-dashboard-sec input[type="submit"] {
    background: #3498db!important;
    color: #fff!important;
    text-transform: uppercase;
}
.user-dashboard-sec input[type="submit"]:hover {
    background: #74b9ff!important;
}
label {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
input#job-dashboard-btn {
    background: #3498db!important;
    color: #fff;
    font-size: 18px;
}
.btn-group .dropdown {
    margin-right: 10px;
}
.thumb-r-img img {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 7px;
    top: 32px;
    object-fit: cover;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 19%);
}
span.error-messages {
    padding-left: 14px;
    color: #ff1800;
}
span.error-message {
    color: #ff1800;
}