.primary-btm {
    /*border-bottom: solid 1px #e6dede;*/
    box-shadow: 0 2px rgba(0, 0, 0 , 0.05), 0 1px 0 rgba(0, 0, 0 , 0.05);
    position: relative;
    z-index: 16000004;
}
@media (min-width: 992px){
    .header-fixed .wrapper {
        padding-top: 65px !important;
    }
}

.box-shadow-content {
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0 , 0.1);
    border-radius: 3px;
}

.alert {
    z-index: 10000;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    position:  fixed;

}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    width: 50%;
    margin-left: 25%;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* Create Company Section also list of companies*/
  .onboarding_box {
    height: 555px;
}
.green_circle {
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #00c4b5;
    margin-right: 8px;
    float: left;
}
.onboarding_sidebar {
    /*width: 300px;
    float: left;*/
    height: 100%;
}

.onboarding_main_content {
    /*width: calc(100% - 300px);
    float: left;*/
    height: 100%;
    overflow: auto;
}

.onboarding_right_box {
    overflow: auto;
}

.onboarding_padding {
    padding: 40px;
}

.onboarding_header {
    padding-bottom: 8px;
}

.employer_block {
    width: 100%;
    border-top: 1px solid #B6B9BB;
  
    bottom: 0;
    background: white;
}
.employer_main_block {
    margin: 16px 20px 12px 20px;
    display: flex;
}
.employer_second_block {
    width: 132px;
    margin-top: 24px;
}
/*Ends Here*/
