.required-star {
    color: red;
}

.error {
    color: red;
    font-style: italic
}

input[type=text].error {
    border: red 1px solid;
}

.img-header {
    width: 70%;
    max-height: 70%;
    cursor: pointer;
}

body {
    background-color: #e9e9e9;
    overflow-x: hidden;
}

.stepper-icon-active {
    border: 2px solid #2799e3;
}

.stepper-number-active {
    color: #fff !important;
}


@media (min-width: 991.98px) {
    .stepper-title-active {
        color: #2799e3 !important;
        background-color: #d2f4ea;
    }
}


.header {
    background-color: #2799E3 !important;
    height: 120px !important;
}

.footer {
    background-color: #2799E3 !important;
    color: #fff !important;
}
#kt_header_nav {
    display: none !important;
}
#kt_content {
    padding: 0px !important;
}
.sidebarIconToggle {
    display: none !important;
}

@media (max-width: 991.98px) {
    #step-aside {
        display: none !important;
    }
    .form-select {
        margin-bottom: 6px !important;
    }
    #kt_header_nav {
        display: block !important;
    }
    .svg-icon svg [fill]:not(.permanent):not(g) {
        transition: fill .3s ease;
        fill: #fff !important; 
    }

    #kt_content {
        margin-top: 75px;
    }
    .sidebarIconToggle {
        display: block !important;
    }

    .stepper-title-active {
        color: #0000ff !important;
    }
}

@media (max-width: 991.98px) {
    .header-tablet-and-mobile-fixed .wrapper {
        padding-top: 45px;
    }
}

#sidebarMenu {
    z-index: 999;
    height: 100%;
    position: fixed !important;
    left: 0;
    width: 300px;
    transform: translateX(-300px);
    transition: transform 250ms ease-in-out;
    background: white;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.sidebarMenuInner {
    margin: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
    width: 100%;
    margin-right: 0 !important;
    list-style: none;
    color: #000000;
    font-weight: 600;
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: space-between;
}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

#openSidebarMenu[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

#openSidebarMenu[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    position: fixed !important;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 50px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

#openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

#openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

#openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.wrapper {
    position: relative;
    width: fit-content;
    height: 160px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    height: fit-content;
    background-color: white;
    border: 1px solid black;
}

.privacy {
    font-size: 17px;
}

.employer {
    background: #eaf5fa;
    padding: 20px;
    border-radius: 10px;
    pointer-events: none
}

.icon-black {
    fill: #000;
}

.icon-white {
    fill: #fff;
}

.inputLabel {
    margin-right: 20px;
}

.listAccordion {
    margin-bottom: 15px;
}

.title-image {
    font-size: 18px;
    margin-bottom: 0rem;
    margin-left: 5px;
}

.form-group label, .form-group input {
    margin-bottom: 10px;
    font-size: 16px;
}

.swal-text{
    overflow-y: scroll;
}

.swal2-container .swal2-html-container {
    max-height: 500px;
    overflow: auto;
    text-align: left;
}

.job-curent {
    font-size: 1.5rem;
    padding: 10px 0 5px 30px;
    align-items: center;
    margin-top: 15px;
    background-color: white;
    border: 1px solid white;
    border-radius: .475rem!important;
}

.registh3 {
    text-transform: uppercase;
    color: #2593FC;
}

.registh4 {
    color: #7E7E7E;
}

.mb-675 {
    margin-bottom: 6.75rem;
}

.label-wwccLast {
    font-size: 1.05rem;
    font-weight: bold;
}

.input-wwccNumber {
    width: 100%;
}

.hidden-btn-if-updated {
    margin-left: 20px;
    display: none;
}

.thumb-nail-avt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thumb-nail-avt img{
    width: 200px;
}

.thumb-nail-avt p{
    margin-top: 30px;
}

.img-container {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.dynamic-row {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #b5b5c3;
}
.text-input, .date-input {
    margin-right: 5px;
}

input[name="dateInput"][type="date"] {
    position: relative;
}

input[name="dateInput"][type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
}

.footer-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .footer-content {
        -webkit-line-clamp: 4;
    }
}

#main-content, #logoBox, #custom-menu-sidebar, #sidebarIconToggleMenu, #dontSignIn {
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
  }

.logo-box {
    min-width: 360px;
    background-color: #fff;
}

.logo-box-logout {
    margin-left: 50px;
    min-width: 400px;
    background-color: #2799E3;
}

.logo-box-logout  .img-header {
    width: 100%;
    max-height: 80%;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .logo-box-logout {
        margin-left: 50px;
        min-width: 400px;
        background-color: #2799E3;
    }

    .logo-box {
        margin-left: 10px;
        min-width: 300px;
        background-color: #2799E3;
    }

    .img-header {
        width: 60%;
        max-height: 60%;
        cursor: pointer;
    }
}

/* #capture-picture-modal .rounded.bg-secondary.p-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
} */

.box-video-camera {
    background-color: rgba(0,0,0,0.5);
}

.box-content-camera {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6; 
    width: 100%;
}

.box-relative {
    z-index: 5;
}

.video-camera {
    width: 100% !important;
    height: 100% !important;
}

.active-button {
    color: #fff !important;
    background-color: #009ef7 !important;
}

.tdSeperator.mobile-responsive {
    display: none;
}

.tdSeperator
{
    height: 1px;
    background-color:#b3c3d1;
}

.tdTitle {
    text-align: right;
    background-color: #F2F9FF;
    width: 20%;
    padding-right: 10px;
    height: 32px;
}

.grey12 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #666;
}

.tdData {
    padding-left: 10px;
}

.black12 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000000;
}

.image-student {
    position: relative;
}

.image-wrap {
    position: relative;
    border-radius: 10%;
    display: block;
    overflow: hidden;
}

.image-wrap label {
    display: block;
    border-radius: 10%;
    overflow: hidden;
    position: relative;
}

.image-display {
    object-fit: cover;
}

.select-image {
    position: absolute;
    bottom: 7px;
    left: 7px;
    width: 148px;
    height: 48px;
    text-align: center;
    background-color: #000000;
    opacity: 0;
    cursor: pointer;
    border-radius: 0 0 13% 13%;
}

.tdBar {
    height: 3px;
    background-color: #3399FF;
}

.top-120 {
    top: 120px
}

.menu-applicant-step a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #657ff2 !important;
    height: 100%;
}

.menu-applicant-step div {
    margin-right: 2px;
}

.menu-applicant-step {
    background: #5471f1;
    padding-left: 10px;
    padding-top: 8px;
    display: flex;
}
  
.menu-applicant-step .nav-item {
    flex: 0 0 auto;
}

.menu-applicant-step .nav-link {
    transition: background-color 0.3s;
}

.menu-applicant-step .nav-link:not(:last-child) {
    margin-right: 10px;
}

.menu-applicant-step .active {
    color: #000000 !important;
    background: #FFFFFF !important;
}

.menu-applicant-step .active svg {
    fill: #000000 !important;
}



@media (max-width: 991.98px) {
    #personal-overview {
        position: relative !important;
        top: 0;
    }
    
    .image-display {
        display: none;
    }
    
    #menuApplicant {
        display: none;
    }
    
    .image-mobi {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .title-form { 
        display: none !important;
    }
}

@media (max-width: 1350px) {
    .text-red {
        font-size: 24pt !important;
    }
}


@media (max-width: 1588px) { 
    div.scrollmenu {
        background-color: #333;
        overflow: auto;
        white-space: nowrap;
      }
      
    div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    }
}

.h-120px {
    height: 120px;
}

.title-form {
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}

.text-red {
    color: #ffffff;
    margin: 0 !important;
    font-weight: bold;
    font-size: 20pt;
}

.menu-wrapper {
    position: relative;
    max-width: 1260px;
    margin: 1em auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu-applicant {
    max-height: 50px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}   
    
.item {
    display: inline-block;
    height: 100%;
    min-width: 100px;
    box-sizing: border-box;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    border: 1px solid #5471f1;
}

.hidden {
    display: none;
}

.left-paddle {
    left: 0;
}
.right-paddle {
    right: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.z-1 {
    z-index: 1 !important;
}