/* avatar style */
.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem;
  }

  .avatar-xs {
    height: 2rem;
    width: 2rem;
  }

  .avatar-sm {
    height: 3rem;
    width: 3rem;
  }

  .avatar-md {
    height: 4.5rem;
    width: 4.5rem;
  }

  .avatar-lg {
    height: 6rem;
    width: 6rem;
  }

  .avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
  }

  .avatar-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid var(--vz-card-bg-custom);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    z-index: 1;
  }

/* Jobs style */
.btn.btn-language-small {
    border-radius: 3px;
    border: 1px solid #3C65F5;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    color: #3C65F5;
    font-weight: 500;
    padding: 3px 7px;
}
.btn.link-language-small {
    border-radius: 3px;
    border: 1px solid #3C65F5;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    color: #3C65F5;
    font-weight: 500;
    padding: 3px 7px;
}
.btn.btn-main-border {
    color: #3C65F5;
    border: 1px solid #3C65F5;
    line-height: 24px;
    padding: 8px 20px;
    font-weight: 600;
}
.btn.btn-main-border:hover {
    color: #ffffff;
    background-color: #3C65F5;
}
.btn.btn-heart {
    padding: 0px;
}
.btn.btn-heart:hover {
    border: 1px solid #E45959;
}
.btn-view-info{
    color: #3C65F5;
    font-weight: 500;
}
.btn-view-info:hover{
    text-decoration: underline;
}
.border-top-dashed {
    border-top-style: dashed !important;
}
.border-bottom-dashed {
    border-bottom-style: dashed !important;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.job-overview .sidebar-text-info .text-description{
    min-width: 150px;
    max-width: 150px;
}
.salary-price{
    color: #3C65F5;
}
.company-general-info{
    border: 1px solid #E0E6F7;
    padding: 25px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 40px;
}
.company-general-info .group-info{
    display: inline-block;
    padding: 0;
}
.company-general-info .group-info ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.company-general-info .group-info ul li .icon-item {
    float: left;
    width: 32px;
    padding-top: 4px;
}
.company-general-info .group-info ul li .text-info {
    display: block;
    padding-left: 35px;
}
.company-general-info .group-info ul li .text-info .text-label{
    font-size: 14px;
    color: #66789C;
    line-height: 22px;
    display: inline-block;
}
.company-general-info .group-info ul li .text-info strong {
    display: block;
    padding-top: 0px;
    color: #05264E;
}

/* Header */
.header .main-header .header-nav .main-menu .dashboard {
    padding: 5px 30px;
}
.header .main-header .header-right .member-login {
    display: inline-block;
    vertical-align: middle;
}
.header .main-header .header-right .member-login img {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
.header .main-header .header-right .member-login .info-member {
    padding-left: 45px;
    text-align: left;
    line-height: 19px;
}
.header .main-header .header-right .member-login .info-member strong {
    display: block;
}
.icon-down {
    display: inline-block;
    padding-right: 15px;
    background: url(../imgs/page/dashboard/triangle.svg) no-repeat right center;
    vertical-align: sub;
}
.btn.btn-notify {
    background: url(../imgs/page/dashboard/notify.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    height: 52px;
    width: 30px;
    position: relative;
}
.btn.btn-notify::before {
    content: "";
    height: 8px;
    width: 8px;
    background: url(../imgs/page/dashboard/icon-notify.svg) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
}
.main-header .header-right .topbar-head-dropdown{
    display: inline-block;
}
.btn.btn-small-link{
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    color: #4F5E64;
}
.btn.btn-small-link:hover{
    color: #05264E;
}

/*--------------------------------------------------------------------------
User Profile Page
-------------------------------------------------------------------------- */
.main-profile {
    background-color: #F2F4FA;
    display: flex;
    width: 100%;
    margin-top: 82px;
}
.main-profile .profile-nav {
    max-width: 280px;
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
    position: relative;
    bottom: 0px;
    display: inline-block !important;
    /* box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
    border-radius: 8px;
    margin: 30px; */
}
@media (max-width: 768px) {
    .profile-tabs .nav-item .nav-link {
        padding: 12px !important;
    }
    .main-profile .box-heading .box-title{
        width: 100% !important;
    }
    .main-profile .box-heading .box-breadcrumb{
        display: none !important;
    }
}
@media (max-width: 992px) {
    .main-profile .profile-nav {
        display: none !important;
    }
    .card-list-4 .info-text{
        flex-direction: column;
        padding-left: 10px;
    }
    .card-list-4 .info-text .my-job-info{
        align-items: flex-start !important;
        padding-top: 8px;
    }
    .card-list-4 .info-text .my-job-info-2{
        align-items: flex-start !important;
    }
    .card-list-4 .info-text .my-job-info-3{
        margin-top: 8px;
    }
}
.main-profile .main-menu li {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.main-profile .main-menu li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #66789C;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 15px 25px;
}
.main-profile .main-menu li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.main-profile .main-menu li a span {
    display: inline-block;
    vertical-align: middle;
}
.main-profile .main-menu li a:hover, .main-profile .main-menu li a.active {
    background-color: #3C65F5 !important;
    color: #ffffff !important;
    border-radius: 8px;
}
.main-profile .box-content {
    width: 100%;
    /* padding: 40px 30px; */
    display: inline-block;
    overflow: hidden;
}
.main-profile .box-heading {
    display: flex;
    width: 100%;
    position: relative;
    align-items: flex-start;
}
.main-profile .box-heading .box-title {
    width: 50%;
}
.main-profile .box-heading .box-breadcrumb {
    width: 50%;
    text-align: right;
    margin-top: -5px;
}
.main-profile .box-heading .box-breadcrumb .breadcrumbs {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #E0E6F7;
}
.main-profile .box-heading .box-breadcrumb .breadcrumbs ul li {
    position: relative;
}
.main-profile .box-heading .box-breadcrumb .breadcrumbs ul li a.icon-home {
    background: url(../imgs/page/dashboard/home.svg) no-repeat 0px -2px;
    padding-left: 21px;
}
.main-profile .section-box {
    display: inline-block;
    width: 100%;
    overflow: visible;
}
.main-profile .box-content .container {
    max-width: 100%;
    padding: 0px;
}
.main-profile .panel-white {
    background-color: #ffffff;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #E0E6F7;
}
.main-profile .box-padding {
    padding: 30px;
}
.main-profile .box-profile-image {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.main-profile .box-profile-image .img-profile {
    width: 105px;
    padding-right: 20px;
}
.main-profile .box-profile-image .img-profile img {
    display: block;
}
.main-profile .form-group input {
    background: #fff;
    border: 1px solid #E0E6F6;
    height: 50px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 14px;
    width: 100%;
}
.main-profile .form-control {
    font-size: 14px;
}
.main-profile .form-control.cover_letter {
    color: #536387;
}
.main-profile .panel-head {
    border-bottom: 1px solid #E0E6F7;
    padding: 18px 30px;
    margin-bottom: 0px;
    position: relative;
}
.main-profile .menudrop {
    position: absolute;
    top: 20px;
    right: 15px;
    height: 20px;
    width: 20px;
    background: url(../imgs/page/dashboard/dot-menu.svg) no-repeat center;
    cursor: pointer;
}
.main-profile .panel-head .dropdown-menu {
    top: 83%;
    min-width: 14rem;
    padding: 0.5rem;
}

.main-profile .panel-head .dropdown-menu {
    font-size: 14px;
}
.main-profile .dropdown-menu {
    z-index: 12;
}
.main-profile .panel-body {
    padding: 30px;
}
@media (max-width: 1399.98px) {
    .main-profile .panel-body {
        padding: 25px;
    }
}
.main-profile .btn.btn-tag {
    background-color: #EAF2FF;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 10px;
    border-radius: 5px;
    color: #66789C;
    margin: 0px 5px 5px 0px;
}
.main-profile .btn.tags-link {
    margin-bottom: 10px;
    margin-right: 10px;
}
.main-profile .btn.tags-link span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0px 0px 0px 6px;
    background: url(../imgs/page/profile/remove.svg) no-repeat center;
}
.main-profile .btn.icon-tick {
    background-image: url(../imgs/page/profile/tick.svg);
    background-repeat: no-repeat;
    background-position: 18px 10px;
    padding-left: 47px;
}
.main-profile .btn.btn-brand {
    border-radius: 4px;
}
.main-profile .info-icon {
    background: url(../imgs/page/profile/info.svg) no-repeat left center;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}
.dropdown-menu.dropdown-profile {
    margin-top: 10px;
}
.dropdown-menu.dropdown-profile.show .dropdown-item {
    padding: 10px 30px 10px 20px;
}
.dropdown-menu.dropdown-profile.show a.dropdown-item:hover {
    color: #3C65F5;
}
/* My resume */
.item-timeline {
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.item-timeline .timeline-year {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.item-timeline .timeline-year::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1px;
    border-right: 1px solid #E0E6F7;
}
.item-timeline .timeline-year span {
    position: relative;
    border-radius: 30px;
    background-color: #EFF2FB;
    padding: 1px 15px 2px 15px;
    min-width: 130px;
    color: #3C65F5;
    text-align: center;
    display: inline-block;
}
.item-timeline .timeline-info {
    position: relative;
    width: 100%;
    padding-right: 30px;
}
.item-timeline .timeline-actions {
    min-width: 93px;
    text-align: right;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.btn.btn-editor-resume {
    height: 32px;
    width: 32px;
    background-color: #EFF2FB;
    color: #3C65F5;
    padding: 6px;
}
.btn.btn-editor-resume:hover {
    border: #3C65F5 1px solid;
}
.btn.btn-remove-resume {
    height: 32px;
    width: 32px;
    color: #3C65F5;
    padding: 5px;
    background-color: #EFF2FB;
    margin-left: 8px;
}
.btn.btn-remove-resume:hover {
    border: #3C65F5 1px solid;
}
.cv-attachment-form{
    border: 1px solid #dde3ec;
    border-radius: 5px;
    margin: 15px 0;
    padding: 20px;
}
.cv-attachment-form .cv-icon {
    color: #3C65F5;
}
.cv-attachment-form .cv-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #3C65F5;
    padding-left: 2px;
    text-decoration: none;
}
.cv-attachment-form .cv-link:hover {
    text-decoration: underline;
}
.cv-attachment-form .form-file::-webkit-file-upload-button {
    display: none;
}
.cv-attachment-form .form-file{
    font-size: 16px;
    color: #536387;
    width: 120px;
}
.cv-attachment-form input.form-file[type='file'] {
    color: transparent;
  }
.cv-attachment-form .form-file:before{
    content: "Upload CV";
    display: inline-block;
    border: 0.5px solid #3C65F5;
    border-radius: 3px;
    padding: 5px 16px;
    cursor: pointer;
    color: #3C65F5;
    font-weight: 500;
    font-size: 16px;
    margin-right: 15px;
}
.cv-attachment-form .form-file-note{
    padding-top: 14px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
}
.profile-font-paragraph{
    font-size: 14px;
    color: #536387;
    line-height: 25px;
    font-weight: 500;
}
.success-feedback{
    color: #009252;
    font-weight: 500;
}
/* Jobs style */
.display-list .hot-job, .display-list .hot-job:hover {
    border: #d39e00 1px solid;
}
.display-list .hot-job .hot-job-title {
    background-color: #ff9119;
    color: #fff;
    font-weight: 600;
    padding: 6px 25px;
    letter-spacing: 1px;
    border-bottom-left-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
}
.display-list .super-hot-job, .display-list .super-hot-job:hover {
    background-color: #FFF2FD;
    border: #ed1b2f 1px solid;
}
.display-list .super-hot-job .super-hot-job-title {
    background-color: #ed1b2f;
    color: #fff;
    font-weight: 600;
    padding: 6px 25px;
    letter-spacing: 1px;
    border-bottom-left-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
}
/* Profile tab */
.profile-tabs{
    margin-left: 0px;
}
.profile-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #66789C;
    padding: 12px 25px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}
.profile-tabs .nav-item .nav-link.active {
    color: #3C65F5;
    font-weight: 700;
}
.profile-tabs .nav-item .nav-link.active .bg-main-color{
    background-color: #3C65F5;
    color: #ffffff;
}
.profile-tabs .nav-item .nav-link .bg-main-color{
    background-color: #66789C;
    color: #ffffff;
}
.text-main-custom, .text-main-custom:hover{
    color: #3C65F5;
}
.text-warning-custom, .text-warning-custom:hover{
    color: #ff9119;
}
.text-danger-custom, .text-danger-custom:hover{
    color: #E45959;
}

.btn-apply-status{
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 3px 7px;
}
.status-applied{
    border: 1px solid #3C65F5;
    color: #3C65F5;
}
.status-pass-screening{
    border: 1px solid #343a40;
    color: #343a40;
}
.status-interview{
    border: 1px solid #FFA800;
    color: #FFA800;
}
.status-offered{
    border: 1px solid #008DF4;
    color: #008DF4;
}
.status-hired{
    border: 1px solid #009252;
    color: #009252;
}
.status-rejected{
    border: 1px solid #FF4D4F;
    color: #FF4D4F;
}
.btn.btn-heart .icon-heart{
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF4D4F;
    font-size: 40px;
}
.saved-job .icon-heart:before{
    content: "\ee0e";
}
.unsaved-job .icon-heart:before{
    content: "\ee0f";
}
.card-style-1 {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 22px 19px;
    margin-bottom: 30px;
    border: 1px solid #E0E6F7;
    display: flex;
    width: 100%;
}
.dashboard-card-style{
    border-radius: 16px;
    background-color: #ffffff;
    padding: 25px 15px 25px 20px;
    border: 1px solid #E0E6F7;
    display: flex;
    width: 100%;

}
.dashboard-card-style .dashboard-card-link{
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
}
.dashboard-card-style .dashboard-card-link:hover{
   text-decoration: underline;
}
.dashboard-card-style .dashboard-card-label{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #05264E;
    padding-top: 8px;
}
.dashboard-card-style .dashboard-card-icon{
    vertical-align: -webkit-baseline-middle;
    font-size: 60px;
    opacity: 0.4;
}
