.btn-776FC3, .btn-776FC3:active, .btn-776FC3:hover, .btn-776FC3:focus {
  background: #776FC3;
  color: #fff;
  border: 1px solid #776FC3;
  border-radius: 0px;
}

.btn-E44B50, .btn-E44B50:active, .btn-E44B50:hover, .btn-E44B50:focus {
  background: #E44B50;
  color: #fff;
  border: 1px solid #E44B50;
  border-radius: 0px;
}

.custom-btn {
    padding: 10px !important;
    text-decoration: none !important;
}
.alert {
    padding: 0.2rem 1.25rem;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}
.badge-conclude {
    background: #FAFAF0;
    border: 1px solid #D7A50F;
    box-sizing: border-box;
    border-radius: 10px;
    color: #B18910;
    padding: .5em .9em;
}

/*background-color: var(--primary-background);
border: var(--primary-border);
color: var(--button-default-text);
*/
.parallexContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sceneContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.sceneContainer #scene {
    height: 100%;
}

.parallexContainer #scene .crystals:first-child {
    width: 250px;
    height: auto;
    display: inline;
    position: absolute;
    left: calc(80%)!important;
    top: calc(85%)!important;
}

.parallexContainer #scene .crystals:nth-child(2) {
    width: 100px;
    height: auto;
    display: inline;
    position: absolute;
    left: calc(40%)!important;
    top: calc(40%)!important;
}

.parallexContainer #scene .crystals:last-child {
    width: 250px;
    height: auto;
    display: inline;
    position: absolute;
    left: calc(-5%)!important;
    top: calc(30%)!important;
}

.nav-link-underline, .nav-link-underline:active, .nav-link-underline:hover, .nav-link-underline:focus {
    padding-left: 0px;
    color: rgba(73,73,73,0.3);
    font-size: 20px;
    font-weight: bold;
}

.nav-link-underline.active {
    padding-left: 0px;
    color: rgba(73,73,73,1);
    font-size: 20px;
    font-weight: bold;
}

.nav-link-underline.active > span {
    border-bottom: 2px solid #E44B50;
    padding-bottom: 5px;
}

.dataTables_paginate {
  float: right !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.vertical-middle-dialog {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    min-height: 100vh;
}

#mainBody #mainLeftPanel ul li.active {
  background: #776FC3;
}

#mainBody #mainLeftPanel ul li.active a {
  color: #fff;
}

#employmentLetterTab a {
    font-size: 16px !important;
}

.pushrecord-area a, .pushrecord-area a:hover, .pushrecord-area a:active, .pushrecord-area a:focus {
    color: #fff !important;
    text-decoration: none;
}

.pushrecord-blue-block {
    background: #0074FF;
    padding: 5px;
    border-radius: 3px;
}
.pushrecord-orange-block {
    background: #E27A1B;
    padding: 5px;
    border-radius: 3px;
}

#pushRecord .modal-header {
    border-bottom: 0 none;
}

.onboarding_select_box, .onboarding_select_box:hover, .onboarding_select_box:focus, .onboarding_select_box:active {
    text-decoration: none;
}

.onboarding-card {
    padding: 20px;
    background: #F7F7F7;
    height: 350px;
    text-decoration: none !important;
}

.onboarding-card .card-img-top {
    width: auto;
    min-height: 250px;
    object-position: top;
    object-fit: cover;
}

/* Custom Radio Button */
.radio-border-box .custom-control-label, .checkbox-border-box .custom-control-label {
    padding: 10px;
    width: 100%; /* to increase selectable area */
    height: 100%; /* to increase selectable area */
}

.checkbox-border-box {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
}

.checkbox-border-box .custom-control-label::before, 
.checkbox-border-box .custom-control-label::after {
    top: 0.8rem;
    left: 0.5rem;
    background-color: unset;
}

.checkbox-border-box .custom-control-label::before {
    border: 0.5px solid #D0D0D0;
}

.checkbox-border-box .custom-control-label::after {
    background-size: 80% 80%;
}

.radio-border-box {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
}

.radio-border-box .custom-control-label {
    text-align: center;
}

.radio-border-box .custom-control-label::before, 
.radio-border-box .custom-control-label::after {
    top: 0.6rem;
    left: 25%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: unset;
}

.radio-border-box .custom-control-label::before {
    border: 0.5px solid #D0D0D0;
}

.radio-border-box .custom-control-label::after {
    background-size: 80% 80%;
}

/* Document Sub Menu */
.submenu {
    display: inline-block;
    font-size: 0.7em;
    padding: 10px;
    border: 1px solid rgba(192,192,192, 1);
    background-color: rgba(192,192,192, 0.5);
    border-radius: 3px;
    width: auto;
    color: #212529;
}

.submenu.active {
    background-color: #0F74BA;
    color: #fff;
}

/* Increase height Select2 */
.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}
.select2-selection {
    height: 40px !important;
    line-height: 40px !important;
}

.nounderline {
  text-decoration: none !important
}

/* Template Under Setting */
.template_area {
    background-color: #DCDCDC; 
    padding: 30px 20px;
}
.template_box {
    background: white; 
    border: 1px solid #696969; 
    padding: 15px;
    border-radius: 5px;
}
.template_select_header {
    text-align: center; 
    margin-top: 10px; 
    margin-bottom: 10px;
    color: #696969;
    font-weight: bold;
}
.light_gray_text {
    color: #A9A9A9;
}
.template_select_btn {
    padding: 5px 25px;
    border-radius: 1px;
}
.btn-orange {
    color: #fff;
    background-color: rgba(255,69,0, 0.8);
    border-color: rgba(255,69,0, 1);
}

/* Template */
.each-template.active {
    outline: none;
    box-shadow: inset 0px 0px 0px 2px rgba(15,116,186,0.75);
}

.each-template:hover {
    outline: none;
    box-shadow: inset 0px 0px 0px 2px rgba(15,116,186,0.75);
}

/* concludes */
.badge-review-for-2nd-interview{
    color: #212529;
    background-color: #ffc107;
}

.badge-disqualified{
    color: #fff;
    background-color: #dc3545;
}

.badge-accepted{
    color: #fff;
    background-color: #28a745;
}

.badge-convert-to-employee{
    color: #fff;
    background-color: #007bff;
}

h3.page-title{
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 25px;

}

.pending-status {
    color: var(--pending-color) !important;
}
.completed-status {
    color: var(--success-color) !important;

}
.rejected-status {
    color: var(--danger-color) !important;
    
}

