.box-loader img,.box-swiper .swiper-container .item-logo img{object-fit:contain}.footer-logo{min-width:95px;max-width:95px}.btn.show{border:none}.text-small-12{font-size:13px;line-height:20px;color:#4f5e64;font-weight:500}.header-right .user-header-dropdown{height:40px;padding:0 5px;width:160px}.icon-down{background:url(/assets/imgs/template/icons/triangle.svg) 100% no-repeat;display:inline-block;margin:auto 0 auto 5px;overflow:hidden;padding-right:15px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:10em}.dropdown .dropdown-menu.show a.dropdown-item,.link-reset,.cursor-pointer{cursor:pointer}.box-swiper .swiper-container .item-logo .image-left{min-width:unset;width:50px;padding-right:0;margin-right:10px}.box-swiper .swiper-container .item-logo .image-left~.text-info-right{width:calc(100% - 60px)}.section-box .box-swiper .swiper-slide1{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start}.section-box .box-swiper .swiper-slide1 .item-5 a{height:100%;display:block}.section-box .box-swiper .swiper-slide1 .item-5 .item-logo{height:calc(100% - 15px)}.top-recruiters .box-swiper .swiper-container .item-logo p{min-height:36px;height:36px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.min-height-auto{min-height:auto!important}.box-loader{display:none;text-align:center}.box-loader.active{display:block}.box-loader img{max-width:250px;height:auto}


.box-company-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-left: 0;
  max-width: 95%;
}
.box-company-profile .image-compay {
  position: relative;
  top: 0;
  width: 80px;
}
.box-company-profile .image-compay img {
  object-fit: contain;
}
.box-company-profile .row {
  width: calc(100% - 80px - 20px);
}
.link-blue-with-underline {
  color: #3c65f5;
  text-decoration: underline;
}
.company-website .btn {
  padding: 13px 10px !important;
}
.company-website .fi-rr-globe {
  color: #3c65f5;
  display: -webkit-inline-box;
}
input[type="radio"] {
 position: absolute;
 top: 0;
 left: 0;
 -moz-appearance: none;
 -webkit-appearance: none;
 -o-appearance: none;
 outline: none;
 content: none;
 cursor: pointer;
 border: 1px solid #e0e6f7;
 border-radius: 100%;
 width: 20px;
 height: 20px;
 line-height: 20px;
 background-color: #ffffff;
 padding: 0;
 opacity: 1;
 visibility: visible;
 transition: all .4s ease-in-out;
}
input[type="radio"]:before {
 content: '';
 color: transparent;
 background-color: transparent;
 display: block;
 text-align: center;
 width: 12px;
 height: 12px;
 line-height: normal;
 border-radius: 100%;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 transition: background .4s ease-in-out;
}
input[type="radio"]:checked {
 border-color: #3c65f5;
 background-color: #3c65f5;
}
input[type="radio"]:checked:before {
 background-color: #ffffff;
}
.content-single {
  font-size: 16px;
  color: #4f5e64;
  line-height: 32px;
}
.ps-custom-scrollbar::-webkit-scrollbar, .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.ps-custom-scrollbar::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb {
  background: #b4c0e0;
  border-radius: 10px;
}
.ps-custom-scrollbar::-webkit-scrollbar-track, .select2-results__options::-webkit-scrollbar-track {
  background: #f8faff;
}

.login-register-cover .mx-auto {
  position: relative;
}
.login-register-cover .mx-auto .box-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  z-index: 3;
}
.login-register-cover .mx-auto .box-loader img {
  margin: auto;
  object-fit: contain;
  height: 100%;
}
.image-block-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.btn.btn-sm {
    padding: 5px 15px;
}
.border-none {
  border: 0 !important;
}
.card-grid-2.newDesign {
    border-radius: 18px;
}
.profession {
    font-size: 11px;
    font-weight: 500;
}
.card-grid-2.newDesign .name-job {
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    margin-top: 4px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-grid-2.newDesign .location-small, 
.card-grid-2.newDesign .card-time {
    font-weight: 500;
}
.card-grid-2.newDesign .card-time {
    background-position-y: 6px;
}
.card-grid-2.newDesign .image-box {
  position: relative;
}
.card-grid-2.newDesign .pos-badges {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.card-grid-2.newDesign .pos-badges.text-end {
    left: auto;
    right: -20px;
}
.card-grid-2.newDesign .pos-badges .bg-danger {
    font-weight: 500;
    font-size: 13px;
    color: #871C4C !important;
    background-color: #F1F2E1 !important;
    border-radius: 0 20px 20px 0;
    margin: 0 0 7px;
    min-width: 87px;
    text-align: center;
}
.card-grid-2.newDesign .pos-badges.text-end .bg-danger {
    border-radius: 20px 0 0 20px;
}
.card-grid-2.newDesign .pos-badges .bg-danger:last-child {
    margin: 0;
}
.courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 8px;
    column-gap: 12px;
    margin-top: 2px;
}
.courses .btn {
    font-size: 13px;
    border-radius: 30px;
    font-weight: 500;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    min-height: 26.2px;
}
.courses .btn:hover {
    color: inherit !important;
}
.courses .btn:last-child {
    padding-bottom: 5px !important;
}
.courses .btn svg, .courses .btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 3px;
}
.card-grid-2.newDesign .card-block-info {
  margin-bottom: 16px;
}
.card-grid-2.newDesign .card-2-bottom .card-text svg, 
.card-grid-2.newDesign .card-2-bottom .card-text img {
    margin-right: 3px;
}
.card-grid-2.newDesign .image-box .user-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: fit-content;
    cursor: pointer;
}
.btn-dark-grey-small {
    background-color: rgba(79,94,100,0.18);
    color: #4f5e64;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#developersGrid .card-grid-2.newDesign .card-block-info .courses {
    min-height: 93px;
    max-height: 94px;
    overflow: hidden;
}
@media screen and (min-width:768px) {
  .card-grid-2.newDesign {
    height: calc(100% - 24px);
 }
 .card-grid-2.newDesign .name-job {
    min-height: 41px;
 }
 .card-grid-2.newDesign .card-block-info .courses {
    min-height: 93px;
 }
 .card-grid-2.newDesign .card-block-info {
    margin: 0 !important;
 }
}
.apply-now-loader-img {
    height: 14px;
    margin-left: 2px;
    margin-bottom: -3px;
}
.job-error-section {
    color: #cb112d;
}
.job-error-section .feedback-message {
    margin-left: 2px;
}
.job-error-section svg {
    margin-bottom: 2px;
}
.box-list-jobs .row>* {
    padding-right: calc(var(--bs-gutter-x)/ 4);
    padding-left: calc(var(--bs-gutter-x)/ 4);;
}
.list-group-numbered {
    list-style: number;
}
.underline-text {
    text-decoration: underline;
}
.join-waiting-list {
    background: #05264E;
}
.banner-hero.hero-3 {
    background: #2A439A;
}
.box-categories select { 
    border: 1px solid rgba(26,15,9,.1) !important;
    font-size: 14px !important; 
}
.box-categories select option{
    font-size: 14px !important;
    padding: 10px !important;
}
.box-categories select:invalid { color: gray; }
.join-waiting-list:hover {
    background-color: #3c65f5;
}
.courses .btn.is-mandatory {
    border: 0.5px solid transparent;
    border-color: #578BFF;
}
.hero-text-color {
    color: #8ef8fa;
}
.tooltips {
  position: relative;
  display: inline;
}

.tooltips span {
  font:300 12px 'Open Sans', sans-serif;
  position: absolute;
  color: #FFFFFF;
  background: #000000;
  padding:5px 10px;
  width:140px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
}

.tooltips > span img{max-width:140px;}

.tooltips[tooltip-position="top"] span{
  margin-left:10px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips[tooltip-position="bottom"] span{
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position="left"] span{
  margin-top:30px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position="right"] span{
  margin-top:30px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips span:after {
  content: '';
  position: absolute;
  width: 0; height: 0;
}

.tooltips[tooltip-position="top"] span:after{
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] span:after{
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] span:after{
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] span:after{
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-right: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips:hover span {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span{
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:hover span{
  top: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="left"]:hover span{
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover span{
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
}
.footer .footer-bottom .footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.text-62 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 700;
    word-break: break-word;
}
@media screen and (max-width: 767px) {
    .footer .footer-bottom>* {text-align: center;}
    .footer .footer-bottom .text-start {text-align: center !important;}
    .footer .footer-bottom .footer-social {justify-content: center;}
    .text-62 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
    }
    .banner-hero .font-lg {
        font-size: 17px;
    }
    .d-lg-block {
        display: block !important;
    }
}

.sidebar-filter-button {
    visibility: hidden;
    display: none;
}

@media (min-width: 768px) {
    .job-detail-overview .margin-top-25 {
        margin-top: 25px !important;
    }
}
@media (max-width: 767.98px) {    
    .sidebar-filter-button {
        visibility: visible;
        display: initial;
    }
    .box-filters-job .col-xl-6 .display-flex2 {
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-between;
        align-items: stretch;
        gap: 0.5rem;
    }
    .sidebar {
        position: fixed;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
       
         background: #fff;
    
   }
   .sidebar.open {
    z-index: 999999;
    overflow: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
   }
}
@media screen and (min-width:1025px) {
    .box-swiper.swiper-group-5-slider .swiper-button-next, .box-swiper.swiper-group-5-slider .swiper-button-prev {display: none;}
}
@media screen and (max-width:1024px) {
    .box-swiper.swiper-group-5-slider {padding: 0 30px;}
    .box-swiper.swiper-group-5-slider .swiper-button-next, .box-swiper.swiper-group-5-slider .swiper-button-prev {display: block;width: 30px;height: 30px;background-size: 30px;}
    .box-swiper.swiper-group-5-slider .swiper-button-next {right: -5px;left: unset;}
    .box-swiper.swiper-group-5-slider .swiper-button-prev {left: -5px;}
}
@media screen and (max-width: 575.98px) {
    .box-swiper.swiper-group-5-slider {padding: 0 30px;}
    .box-swiper.swiper-group-5-slider .swiper-button-next, .box-swiper.swiper-group-5-slider .swiper-group-5 .swiper-button-prev {display: block;width: 30px;height: 30px;background-size: 30px;}
    .box-swiper.swiper-group-5-slider .swiper-button-next {right: -5px;left: unset;}
    .box-swiper.swiper-group-5-slider .swiper-button-prev {left: -5px;}
}
.mobile-close-button {
    padding: 0.375rem 0.75rem;
    float: right;
}
.box-swiper .swiper-container .item-logo .text-info-bottom {
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: -ms-fit-content;
    height: -o-fit-content;
}
.square-icon {
    margin-left: 0px !important;
    font-size: 15px !important;
}
.square-icon svg {
    height: 13px;
    fill: #3c65f5;
}
.btn.btn-square-icon {
    background-color: #e0e6f7;
    color: #3c65f5;
    padding: 8px 10px;
    min-width: 40px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
    margin-left: 5px;
    height: 100%;
    min-height: 38.2px;
}
.card-grid-2 .btn-square-icon:hover {
    color: #fff;
    background-color: #3c65f5;
}
.card-grid-2 .btn-square-icon:hover .square-icon svg {
    fill: #fff;
}
.see-more-jobs {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-weight: 700;
   
    color: #7A77EE;
    border-color: #7A77EE;
}


.see-more-jobs svg {
    fill: #7A77EE;
    margin-left: 5px;
}
.see-more-jobs:hover {
    background-color: #ffffff;
    color: #7A77EE;
}
.see-more-jobs:hover svg {
    fill: #7A77EE;
}
.card-grid-1 .info-text .card-block-info {
    min-height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.name-search-icon {
    left: auto !important;
    right: 15px !important;
    cursor: pointer;
}
.text-dark {
    color: #a0abb8 !important;
}
.name-search-input {
    color: #a0abb8 !important;
    font-size: 14px !important;
}
.noUi-background {
    background: #b4c0e0;
}
.noUi-connect {
    background: #3c65f5;
}
.form-group i.name-search-icon {
    transition: all .4s ease-in-out;
}
.form-group i.name-search-icon:is(:hover, :focus) {
    color: #05264e;
    font-size: 19px;
}
.select2-container--open {   
    z-index: 999999;
}
.bg-none {
    background: none;
}
.btn-get-cv {
    min-width: 95px;
    font-size: 12px;
    text-transform: capitalize;
}
.education-skills, .soft-skills {
    font-size: 16px;
    color: #4f5e64;
    line-height: 32px;
}
.education-skills ul ,.soft-skills ul {
    margin-left: 20px;
    list-style: disc;
}
.developer-category {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
}
.developer-category label {
    width: 23%;
    margin: 0;
}
.developer-category .courses {
    width: calc(100% - 23% - 25px);
}
.row-gap-1 {
    row-gap: 1rem;
}
.border-box-main.border {
    border-radius: 10px;
    border-width: 2px !important;
    margin-top: 12px;
}
.border-box-main.border.p-4 .border-box-title {
    width: fit-content;
    background-color: #ffffff;
    padding: 0 8px;
    margin-left: -12px;
    margin-top: -38px;
    margin-bottom: 12px;
}
.profile-pic {
    width: 200px;
    position: relative;
    margin: 0 auto;
}
.profile-pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 100%;
}
.profile-pic input {
    display: none;
}
.profile-pic label {
    cursor: pointer;
}
a.edit-icon svg, a.save-icon svg {
    fill: #05264e;
}
.inputBtn-equalH .btn {
    height: 53px;
    line-height: normal;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.color-lightBlue {
    color: #66789c;
}
.color-blue {
    color: #3c65f5;
}
@media screen and (max-width:481px) {
    .inputBtn-equalH .btn {font-size: 12px;}
}
.upload-developer-cv {
    position: relative;
}
.upload-developer-cv img {
    position: absolute;
    left: 10px;
    top: 12px;
}
.upload-developer-cv.disabled {
    cursor: not-allowed !important;
}
.avsimg {
    height: 60px;
    width: 60px;
    margin: 0 auto;
}
.avsimg .avatar.border {
    border: 1px solid #dee2e6!important;
}
.swiper-button-prev.swiper-button-prev-group-6 {
    left: -10px;
    top: 75%;
}
.swiper-button-next.swiper-button-next-group-6 {
    right: -10px;
    top: 75%;
}
.save-btn {
    margin-left: auto;
}
.save-btn svg {
    fill: #ffffff;
}
.border-box-main.border.p-4 {
    position: relative;
}
.border-box-main.border.p-4 .save-btn {
    position: absolute;
    top: -20px;
    right: 20px;
}
.mr-2 {
    margin-right: 0.5rem!important;
}
.min-w-content {
    min-width: max-content;
}
#overviewPopup .modal-dialog {max-width: 700px;}
#overviewPopup .list-checkbox li {width: auto;padding-bottom: 0;}
#overviewPopup label.fw-bold.min-w-content {min-width: 70px;}
.list-checkbox {
    row-gap: 6px;
}
.profile-information {
    display: flex;
    flex-flow: row;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.profile-information .d-flex .icon-btn {
    width: 100%;
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
}

/*.profile-information .border-box-main.border.p-4 {
    max-width: 850px;
}*/
.profile-information .border-box-main.border.p-4~.d-flex.flex-column {
    min-width: 120px;
}
.profile-information .d-flex .btn {
    font-weight: 700;
}
.pos-border-icon {
    position: absolute;
    top: -20px;
    right: 15px;
    padding: 5px;
    background-color: #ffffff;
}
@media screen and (min-width:768px) {
    .profile-information .border-box-main.border.p-4~.d-flex.flex-column {row-gap: 2.5rem !important;}
}
@media screen and (max-width:767px) {
    .profile-main-info .d-flex.flex-column.justify-content-end.align-items-center.gap-4.mt-3 .btn {
        width: max-content;
    }
    .edit-developer-skill .d-flex.flex-row.border-bottom {
        flex-flow: unset;
        flex-wrap: wrap;
    }
    .edit-developer-skill .d-flex.flex-row.border-bottom h5~.d-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 8px;
        margin-top: 8px;
    }
    .edit-developer-skill .d-flex.flex-row.border-bottom h5~.d-flex .btn {
        margin-right: 0 !important;
        padding: 8px 14px;
        font-size: 15px;
    }
    .profile-main-info .d-flex.flex-column.justify-content-end.align-items-center.gap-4.mt-3 {
        min-width: 100%;
        flex-flow: row wrap !important;
        justify-content: flex-start !important;
    }
    .developer-category {gap: 6px;flex-flow: column;}
    .developer-category label {width: 100%;}
    .developer-category .courses {width: 100%;}
    #overviewPopup .form-group.d-flex.flex-row {flex-flow: column !important;gap: 4px !important;}
    .profile-information {flex-flow: column;}
}
.dashboard-banner .banner-hero.hero-2 .banner-inner .block-banner h1 {
    font-family: 'Secular One', sans-serif;
}
.btn-close.rtl {
    left: 15px !important;
    right: auto !important;
}
#notificationPopup {
    background-color: #B6CDFF;
    border-color: #012250;
}
#popupModal .modal-dialog {
    max-width: 700px;
}
#modalApplyJobForm .apply-job-form .text-brand-2 {
    background: #d5deff;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 15px;
    text-decoration: none;
}
#modalApplyJobForm .login-register input {
    line-height: 28px;
}
#modalApplyJobForm .input-comment {
    min-height: 150px;
}