#logout-popup{
	display:none !important;
}


.company-logo{
	width:100%;
	max-width:80px;
}

.select2-container {
    width: 100% !important;
}

.select2-selection__choice {
    line-height: 28px !important;
}

.select2-selection__clear{
    line-height: 28px !important;
}
label.error {  
            color: red !important;  
            font-size: 14px; 
        }


















/* ======================start of career style===================== */
.status-pending {
    color: orange;
}

.status-on-hold {
    color: blue;
}

.status-processed {
    color: green;
}

.status-cancel {
    color: red;
}

.filters-fields form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.filters-fields form > div {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.category-navigation a {
    color: #57586E;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    margin-right: 20px;
    padding: 5px 5px;
}
.category-navigation a.active {
    color: #3E64DE;
    font-weight: 600;
    border-bottom: 5px solid #3E64DE;
}

.career-filters form {
    text-align: right;
}

.total-job-count {
    padding: 30px 0px;
}
.total-job-count p {
    font-size: 16px;
    font-family: 'Inter';
    color: #57586E;
    font-weight: 400;
}
.career-item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 5px;
    padding: 20px;
    background-color: #F9FCFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.career-item:hover {
    background-color: #EEF7FE;
}
.career-item-content a h3 {
    margin: 0;
    font-size: 30px;
    color: #57586E;
    font-weight: 600;
    font-family: 'Inter';
}
.career-item-content p {
    margin: 0;
    color: #57586E;
    font-size: 16px;
}
.career-item-location {
    display: flex;
}
.career-item-location img {
    object-fit: contain;
    width: 20px;
}
.career-item-type span {
    background-color: #fff;
    color: #3E64DE;
   font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #3E64DE;
    border-radius: 30px;
}
.career-item-type {
    padding: 10px 0px;
}
.career-item-content .description {
   font-size: 14px;
    color: #57586E;
}
/* Apply now */
.apply-now-form form label {
    color: #57586E;
   font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    width: 100%;
}
.apply-now-form form input{
    /* border: 1px solid rgba(87, 88, 110, 1);
    border-radius: 2px;
    background-color: rgba(250, 250, 250, 1);
    margin-bottom: 20px; */
}

/* input#phone_number {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */
input#resume, input#cover_letter {
    background-color: rgba(62, 100, 222, 0.1);
    padding: 50px;
    border: 1px solid rgba(62, 100, 222, 1);
    color: rgba(62, 100, 222, 1);
    text-align: center;
}
/* select#phone_country {
    border: 1px solid #cdcfd5;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 9px 16px;
    width: 100%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: unset;
} */
textarea#remarks {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #cdcfd5;
    border-radius: 2px;
    background-color: unset;
}
.apply-now-form input[type="checkbox"] {
    width: unset;
}
.checkbox-apply-form label {
    display: flex;
    flex-direction: row;
}
.checkbox-apply-form input {
    margin-bottom: 0 !important;
    margin-right: 10px;
}
.apply-now-form button {
    background-color: rgba(62, 100, 222, 1);
    text-shadow: unset;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
    display: block;
    margin: 0 auto;
}
.apply-now-form button:hover {
    opacity: 0.8;
}
/* .apply-now-form form label:last-child {
    width: 100%;
    display: block; 
} */
/* .apply-now-form form div:last-child {
    display: flex;
        flex-direction: row;
} */
.phone-fields {
    display: flex;
    /* gap: 10px;  */
    align-items: flex-start; 
}

.phone-fields div:first-child {
    flex-shrink: 0; 
    width: 140px; 
}

.phone-fields div:last-child {
    flex-grow: 1; 
}

.phone-fields label {
    display: block;
    margin-bottom: 5px;
}
.apply-now-form h2 {
    color: #3E64DE;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

/* Thank You  */
.thank-you h1 {
    text-align: center;
    color: rgb(62, 100, 222);
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 800;
}
.thank-you p {
    text-align: center;
    color: #57586E;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/* Applicant Registrations */
.registration-list h1 {
    color: #3E64DE;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}
/* Applicant Details */
.registration-details {
    font-family: "Inter", Sans-serif;
}
.registration-details h1 {
    color: #3E64DE;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 0;
}


/* Career Regsiter list  */
.registration-list th {
    background-color: #3E64DE;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", Sans-serif;
}
.registration-list tbody td {
    border: 1px solid #3E64DE;
    color: rgba(87, 88, 110, 1);
   font-size: 14px;
    font-weight: 400;
    font-family: "Inter", Sans-serif;
}
.registration-list tbody td a {
    text-decoration: underline;
}
/* Career upload */
.career-upload-form h2 {
    text-align: center;
    color: rgb(62, 100, 222);
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 800;
}
.career-upload-form button[type="submit"] {
    background-color: rgba(62, 100, 222, 1);
    text-shadow: unset;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
    display: block;
    margin: 0 auto;
}
.career-upload-form button:hover {
    opacity: 0.8;
}
/*  */
@media only screen and (max-width: 767px) {
    .career-item {
        grid-template-columns: 1fr;
    }
    .career-item-content a h3 {
        font-size: 16px;;
    }
    .category-navigation a.active {
        line-height: 60px;
    }
    .career-filters form {
        text-align: left;
    }
 
  }
/* ======================end of career style===================== */

/* ======================Start of event style===================== */
.event-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.event-filters > div:nth-child(-n+3) {
    flex: 1;
}
.date-navigation a.active {
    color: #3E64DE;
    font-weight: 600;
    border-bottom: 5px solid #3E64DE;
}
.date-navigation a {
    color: #57586E;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    margin-right: 20px;
    padding: 5px 5px;
}
/* Event upload form */
.event-upload-form h2 {
    color: #3E64DE;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.event-upload-form form label {
    color: #57586E;
   font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    width: 100%;
}

/* Event archive */
.event-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.event-item {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
.event-image img {
    width: 100%;
    height: 230px !important;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 10px!important;
    border-top-left-radius: 10px!important;
}
.event-item-date {
    position: relative;
    margin-top: -33px;
}
.event-item-date span {
    background-color: #3E64DE;
    color: #fff;
   font-size: 14px;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
    padding: 10px;
    border-top-right-radius: 6px;
}
.event-item-content {
    padding: 20px;
    font-family: "Inter", Sans-serif;
}
.event-item-content h3 {
    color: #57586E;
    font-size: 32px;
    font-weight: 700;
    font-family: "Inter", Sans-serif;
    line-height: 40px;
}
.event-item-content .description {
   font-size: 14px;
    color: #57586E;
}
.event-item-time {
    color: #3E64DE;
    font-weight: 500;
    font-size: 16px;
}
.event-item-service span.event-item-service-type::before {
    content: "";
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/11/free-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
span.event-item-service-company::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/11/Star-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
}
.event-item-category {
    margin-top: 15px;
}
.event-item-category span {
    padding: 5px 15px;
    font-weight: 500;
    color: #3E64DE;
    border: 1px solid #3E64DE;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .event-items {
        grid-template-columns: 1fr;
    }
    .date-navigation a.active {
        line-height: 60px;
    }
  }
/* ======================end of event style===================== */
/* ======================Start of media style===================== */
.testimonial-media-heading h5 {
    color: #3E64DE;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-family: "Inter", Sans-serif;
}
.testimonial-media-heading h2 {
    color: #57586E;
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-family: "Inter", Sans-serif;
    margin-bottom: 40px;
}
img.img-fluid.testimonial-item-img-s {
    width: 100%;
    height: 300px;
    border-radius: 30px;
}
img.img-fluid.testimonial-item-img-s {
    position: relative;
    display: block;
  }
/*   
  img.img-fluid.testimonial-item-img-s::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 103, 172, 1) 0%,rgba(0, 103, 172, 1) 100%);
    pointer-events: none;
  } */
  .testimonial-item-title {
    position: relative;
}
.testimonial-item-title h3 {
    position: absolute;
    top: -60px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}
.testimonial-item-stu {
    position: relative;
    padding: 0;
    height: 300px;
}
.testimonial-item.testimonial-item-stu::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(https://learnetoncostg.wpenginepowered.com/wp-content/uploads/2024/11/Play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px auto 0;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
}
.testimonial-item-stu::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 103, 172, 0.6) 0%, rgba(0, 103, 172, 0) 54%);
    pointer-events: none;
    z-index: 1;
    border-radius: 30px;
} 
.testimonial-results-expert {
    margin-top: 100px;
    padding: 60px 0;
    background-color: #FCC537;
}
img.testimonial-item-img-e {
    width: 200px;
    height: 200px !important;
    border-radius: 50% !important;
    padding: 10px;
    border: 1px solid #3E64DE !important;
    margin: 0 auto;
}
.testimonial-item-title-exp h3 {
    font-size: 30px;
    font-weight: 500;
    color: #57586E;
    text-align: center;
}
.testimonial-results-expert .edit-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
/* Guide Upload  form*/
.guide-upload-form h2 {
    color: #3E64DE;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}
.guide-upload-form .col-md-12 label {
    width: 100%;
}

.guide-upload-form textarea#description {
    width: 100%;
}

/* Guide template */
div#guideAccordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #44556033;
    border-radius: 10px !important;
}
div#guideAccordion button.accordion-button.collapsed {
    /* border: 1px solid #44556033;
    border-radius: 10px !important; */
    border-radius: 10px;
    color: #57586E;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
}
div#guideAccordion .accordion-button:not(.collapsed) {
    background: #F6FBFF !important;
    box-shadow: unset;
    border-radius: 10px;
    color: #57586E;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", Sans-serif;
}
.accordion-collapse.collapse.show {
    background-color: #F6FBFF;
    border-radius: 10px;
}
div#guideAccordion {
    gap: 10px;
    display: flex;
    flex-direction: column;
    font-family: "Inter", Sans-serif;
}
.guide-results .edit-button {
    padding: 0 20px 20px 20px;
    margin-top: 0;
}
/* ======================end of media style===================== */
/* ======================start of contact style===================== */
/* Apply now */
.apply-now-form.apply-form-contact-us {
    padding: 40px;
}
/*  
.apply-now-form.apply-form-contact-us form {
  display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 10px;
    width: 60%;
    margin: 0 auto;
}
.apply-now-form.apply-form-contact-us form > div:nth-child(n+6) {
    grid-column: 1 / -1; 
}*/
/* ======================end of Contact style===================== */
/* upload and edit button */
.upload-button {
    margin-bottom: 40px;
}

.edit-button {
    margin-top: 20px;
}

/* end of */