*{
    padding: 0;
    margin: 0;
}
body{
    color: #414141 !important;
    letter-spacing: 0.05em;
    font-size: 16px;
}
img{
    object-fit: cover;
}
::placeholder{
    color: #999;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
}
button:focus {
     outline: none; 
     outline: none; 
}
input:read-only {
  background-color: #ddd;
}
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.card{
    border-radius: 10px;
}
.custom-header{
    background: #fff;
    padding: 20px;
}
.custom-header .nav-item{
    margin-left: 20px;
}
.custom-header .nav-item a{
    font-size: 16px;
}
.custom-header .nav-item.active a{
    color: #2b4d97 !important;
}
.form-control{
    min-height: 45px;
}
.form-control:focus{
    border-color: #5763de59;
    box-shadow: 0 0 0 0.2rem rgb(87 99 222 / 13%);
}
.btn.focus, .btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(87 99 222 / 13%);
}
.custom-navbar{
    padding: 15px 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.custom-btn{
    background: #2dbc9d;
    /*background: linear-gradient(90deg, rgba(235,39,141,1) 0%, rgba(213,39,235,1) 35%, rgba(98,90,254,1) 100%);*/
    color: #fff;
    border-radius: 8px;
    /*font-weight: 600;*/
    box-shadow: 4px 10px 25px rgba(45, 188, 157, 0.15);
    transition: 0.4s ease all;
    padding: 12px 25px;
    position: relative;
    top: 0;
}
.custom-btn:hover{
    background-color: #3e328f !important;
    box-shadow: 0px 2px 20px rgb(62 50 143 / 58%);
    color: #fff !important;
    position: relative;
    top: -4px;
}
.custom-btn-outline{
    background: transparent;
    border: 1px solid #2dbc9d;
    color: #414141;
    border-radius: 5px;
    transition: 0.4s ease all;
    padding: 12px 20px;
}
.custom-btn-outline:hover{
    background: #2dbc9d;
    box-shadow: 0px 2px 20px rgb(45 188 157 / 40%);
    color: #fff;
    /*font-weight: 600;*/
}

.custom-search{
    position: relative;
}
.custom-search input{
    border-radius: 20px;
    background-color: #eee;
    border-color: transparent;
    width: 100%;
    padding: 0 45px;
}
.custom-search i{
    position: absolute;
    top: 15px;
    left: 20px;
    color: #666;
}
.right-card{
    background: #ecf9f6;
    border-color: #2dbc9d;
    outline: 4px solid #2dbc9d12;
}

/*pipo organization*/

/*organiztion details*/
/*.banner-profile{*/
/*    margin-top: 10px;*/
/*}*/
.cover-img img{
    height: 300px;
    border-radius: 20px;
}
.company-profile button{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    margin-top: 40px;
}
.company-logo{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
}
.company-logo img{
    border-radius: 10px;
}
.company-profile{
    padding: 20px 50px;
}
.company_wrap{
    margin-top: -70px;
}
.company-details p{
    font-size: 16px;
}
.city{
    padding: 4px 20px;
    border: 1px solid #2dbc9d;
    display: inline-block;
    border-radius: 20px;
    margin-right: 10px;
    background: #ecf9f6;
    font-size: 15px;
    color: #485f5a;
    font-weight: 500;
}
.city i{
    color: #98decf;
}
.heading{
    display: inline-block;
    padding: 15px 30px;
    border-bottom: 3px solid #2dbc9d;
}
.banner-profile{
    border-bottom: 1px solid #ddd;
    /*padding-bottom: 20px;*/
}
.job-wrap .item .hire-box{
    display: flex;
    min-height: 130px;
    justify-content: space-between;
    transition: 0.4s ease all;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    margin: 10px 0;
    border-radius: 15px;
    border-top: 4px solid #2dbc9d;
}
.hire-box h4{
    font-size: 18px;
}
.hire-box p{
    color: #2dbc9d;
    font-weight: 600;
}
.job-wrap{
    padding: 20px;
    border: 1px solid #2dbc9d;
    border-radius: 10px;
    background: #ecf9f6;
}

/*owl navigation*/
.owl-nav button{
    width: 35px;
    height: 35px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    font-size: 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-weight: bold !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    color: #41466a !important;
}
.owl-next{
    position: absolute;
    top: 60px;
    right: -20px;
}
.owl-prev{
    position: absolute;
    top: 60px;
    left: -20px;
}
.owl-prev.disabled{
    display: none !important;
}
.owl-next.disabled{
    display: none !important;
}
/*..*/

/*job list*/
.job-list .company-logo{
    width: 80px;
    height: 80px;
}
.job-list ul{
    padding: 0;
    list-style: none;
}
.skills span{
    display: inline-block;
    margin-right: 1px;
    border-radius: 20px;
    border: 1px solid #2dbc9d;
    padding: 4px 20px;
    color: #2dbc9d;
    font-size: 14px;
    margin-bottom: 8px;
}
.details  p{
    color: #000;
    font-weight: 600;
}
.job-list li{
    border: 1px solid #2dbc9d;
    border-radius: 10px;
    padding: 30px;
    transition: 0.4s ease all;
    position: relative;
    top: 0;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0 0 0 / 10%);
    min-height: 420px;
}
.job-list li:hover{
    position: relative;
    top: -4px;
    border: 1px solid #2dbc9d;
}
.location{
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.about-company  p{
    font-size: 17px;
    line-height: 30px;
}
.job-title-section{
    padding: 20px 0;
}
.related-jobs{
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    display: block;
}
.related-jobs .company-logo{
    width: 50px;
    height: 50px;
    margin: 0;
}

/*social icons*/
.content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.icons a i {
    transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}
.icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}
.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}
.icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}
.icons a:hover {
    color: #fff;
    border-color: transparent;
}
.icons a:hover i {
    transform: scale(1.2);
}
.icons a:nth-child(1):hover {
    background: #1877F2;
}
.icons a:nth-child(2):hover {
    background: #46C1F6;
}
.icons a:nth-child(3):hover {
    background: #e1306c;
}
.icons a:nth-child(4):hover {
    background: #25D366;
}
.icons{
    padding: 0;
    display: inline-block;
}
.login-form-wrap{
    /*padding: 0 200px;*/
}
.login-form-wrap ul{
    justify-content: center;
}
.login-form-wrap ul li{
    margin-right: 20px;
    width: 121px;
    text-align: center;
}
.login-form-wrap ul li button{
    margin: 0 auto;
    background: #ddd !important;
    color: #999;
    border-radius: 50% !important;
}
.login-form-wrap ul li button.nav-link{
    font-size: 14px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.login-form-wrap ul li button.nav-link.active{
    margin: 0 auto;
    background: #2dbc9d !important;
    color: #fff;
    border-radius: 50% !important;
}
.login-form-wrap ul li span{
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}
.login-form-wrap .tab-content{
    padding: 0 200px;
}
.overview-details{
    padding: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    margin-top: 50px;
}

.edit_resume label {
    font-size: 80px;
    padding: 40px;
    border: 3px dashed #ddd;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}
.edit_resume input {
    display: none;
}
.edit_resume i {
    color: #ddd;
    font-size: 60px;
}
.form-group{
    margin-bottom: 20px;
}
.form-group label{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.login-form-wrap h4{
    font-size: 18px;
}

.required{
    color: red;
}
.overview-details a{
    color: blue;
}
/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
input:checked + .slider {
    background-color: #4caf50;
    border-radius: 20px;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e41405;
    border-radius: 20px;
    -webkit-transition: .4s;
    transition: .4s;
}
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;
    border-radius: 50%;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.text-right{
    text-align: right;
}
