﻿body { 
    color: black;
}

.navbar-no-margin {
    margin: 0;
}

.navbar-bg {
    background-color: white;
    background-size: cover;
}

.nav-tab-link {
    color: black;
    transition: ease-in 0.2s;
}

    .nav-tab-link:hover {
        color: blue;
        text-decoration: none;
        transition: ease-in 0.2s;
    }

.nav-tab-form-check {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

.nav-tab-cb-text {
    font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;
    font-size: 12px;
}

    .nav-tab-cb-text a {
        text-decoration: underline;
        color: #858796;
    }

    .nav-tab-cb-text a:hover {
        font-weight: bold;
    }

/* overwrite bootstrap nav.link */
.nav-link {
    color: black !important;
}

.nav-tab-btn-padding {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.showMorebtn {
    border-radius: 8px;
    background-color: #eef0fd;
    color: #4f60ee;
    border: none;
    font-size: 14px;
    margin-top: 20px
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.repeaterBtn {
    border: none;
    background-color: aliceblue;
    border-radius: 8px;
    color: black;
}

.blue-bg {
    background-color: #4f5fee !important;
    color: white;
}


.ats-lbl-block {
    display: block;
    padding: 4px;
}

.btn-opportunities {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    border-color: #6b77e5;
    transition: ease 0.2s;
}

    .btn-opportunities:hover, .btn-opportunities:checked, btn.btn-opportunities:active {
        background-color: #6b77e5;
        transition: ease 0.2s;
    }

.btn-opportunities-name {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: left;
}

.btn-opportunities-txt {
    font-size: 14px;
    color: white;
    text-align: left;
}

.durationText {
    font-size: 16px;
    color: black;
    border: none !important;
    border-radius: 6px;
    background-color: #F2F2F2 !important;
    height: 30px;
    line-height: 1 !important;
    font-weight: bold;
}

.form-check-input-radio {
    position: absolute;
    margin-top: 0.5rem;
    margin-left: 1.25rem;
    height: 24px;
}

.form-check-radio-label {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    margin-left: 2.25rem;
    margin-top: 0.5rem;
    height: 24px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.ats-white-panel {
    background-color: white;
}

.ats-gray-panel {
    background-color: #F8F8F8;
}

.scheduleTime {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    border-color: #edefff;
    transition: ease 0.2s;
}

    .scheduleTime:hover, .scheduleTime:active {
        background-color: blue;
        color: white;
        transition: ease 0.2s;
    }

.timeForm {
    min-height: 295px;
    max-height: 400px;
    overflow: auto;
}

.panel-ats {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.timeSlots {
    border-radius: 4px;
    background-color: #eef0fd;
    color: #4f60ee;
    border: none;
    font-size: 12px;
    margin-top: 10px;
    width: 140px;
    overflow: auto;
}

.timePickerButton {
    display: block;
}

.datepicker {
    font-size: 14px;
    font-weight: bold;
}

    .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
        color: #4A69DE;
    }

.readOnlyPanel {
    opacity: 1;
    pointer-events: none;
}


.datepicker table tr td {
    border-top: none;
}

.datepickerFont {
    color: #4A69DE;
    font-weight: bolder;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border: none;
}

.timepicker-padding {
    padding-top: 11rem !important;
}

.timepicker-btn {
    border: none;
    color: black;
    font-size: 14px;
    display: block;
    border-radius: 6px;
    width: 100%;
}

    .timepicker-btn:hover, .timepicker-btn:active {
        background-color: blue;
        color: white;
        transition: ease-in-out 0.2s;
    }

.test {
    background-color: blue;
    color: white
}

.upcomingInterviews {
    font-size: 14px;
}

.upcomingInterviewsRow {
    background-color: aliceblue;
    border-radius: 6px;
    color:black;
}


.add-text {
    font-weight: bold;
    font-size: 16px;
}

.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.ats-input-btn-border {
    border: 1px solid #ced4da !important;
}

.ats-link {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

    .ats-link:hover {
        text-decoration: none;
    }

.ats-link-icon {
    font-size: 22px;
}

.ats-dropdown-menu {
    min-width: 100% !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.form-group > .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: '\f067';
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 30%;
}

.select2-container--open .select2-selection--multiple:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: '\f068';
    display: inline-block;
    cursor: pointer;
    position: absolute;
}


.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}


.ats-page-link {
    border: none;
}

.container {
    max-width: 3200px !important;
}

.ats-footer {
    height: 300px !important;
    width: 100% !important;
}

    ats-footer a {
        color: black;
        text-decoration: none;
    }

.ats-title-font {
    font-size: 26px;
    font-weight: bold;
}

.ats-heading-font {
    font-size: 22px;
    font-weight: bold;
}

.ats-subheading-font {
    font-size: 18px;
}

.ats-normal-font {
    font-size: 16px;
}

.dropdown-menu {
    min-width: 100% !important;
}

.ats-font-warning {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.ats-font-success {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.ats-font-error {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.form-check-label {
    text-align: left;
}
    
/* overwrite scss bootstrap for switch */
.form-switch .form-check-input {
    width: 2.8em !important;
    height: 1.4em !important;
}

.ats-logo {
    width: 150px;
    height: 150px;
}

.vacancy-btn {
    text-align: left;
}

.btn-next {
    visibility: hidden;
}

.doc-modal {
    width: 1100px !important;
}

/* Overwrite bootstrap btn classes */
.btn {
    min-width: 120px !important;
    min-height: 38px !important;
}

.ats-btn-secondary {
    color: #0d6efd;
    background-color: #fff;
    border-color: #0d6efd;
    font-weight: bold;
}

    .ats-btn-secondary:focus, .ats-btn-secondary:hover {
        color: #0d6efd;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    }

.ats-btn-secondary-font {
    color: #0d6efd;
}

.ats-btn-radius-overwrite {
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
}

.ats-search-dropdown {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    max-height: 236px;
    overflow-y: scroll;
}

.ats-btn-light {
    background-color: #fff !important;
    font-weight: bold !important;
}

    .ats-btn-light:focus, .ats-btn-light:hover {
        border-color: #2653d4 !important;
        box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
        background-color: #2e59d9 !important;
        color: #fff !important;
    }

.ats-btn-dropdown {
    color: black;
    text-decoration: none;
    display: inline;
    min-width: 100% !important;
}

    .ats-btn-dropdown:hover {
        background-color: #eff2f6 !important;
    }

    .ats-btn-dropdown:hover {
        color: black;
        text-decoration: none;
    }

.ats-btn-clear {
    background-color: #fff !important;
    font-weight: bold !important;
    border: none !important;
}

#ats-btn-info {
    color: #ffc107;
    font-size: 22px;
}

    #ats-btn-info:hover {
        color: #e8af02;
    }

.list-group-item {
    border: none !important;
}

.ui-dialog {
    max-width: 500px !important;
    width: auto !important;
    padding: 0px !important;
    margin: 0px !important;
}

.form-check-input:checked {
    background-color: #4A69DE;
    border-color: #4A69DE;
}

.grey-text {
    color: #757575;
}
.newsticker {
    background-color: #FFFF7C;
}

.nqa-icon {
    width: 75px;
}

/* ----------------------------------------------------------New Candidate InterfaceApplication Form Classes - start --------------------------------------------------------*/
/*Textbox css*/
.OtherTextBox {
    width: 20%;
    min-width: 200px;
    max-width: 600px;
    height: 48px;
    margin-bottom: 10px;
}
.NormalAppWidth {
    display: block;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    height: 48px;
    margin-bottom: 10px;
}

.LargeAppWidth {
    display: block;
    width: 75%;
    min-width: 300px;
    max-width: 700px;
    height: 48px;
    margin-bottom: 10px;
}

.LargestAppWidth {
    display: block;
    width: 100%;
    min-width: 300px;
    max-width: 800px;
    height: 48px;
    margin-bottom: 10px;
}

textarea.appfreetext {
    display: block;
    width: 75%;
    min-width: 300px;
    max-width: 700px;
    height: 4%;
}

textarea.interactiveappfreetext {
    display: block;
    width: 75%;
    min-width: 300px;
    max-width: 700px;
}

textarea.defaultTextArea {
    display: block;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    height: 4%;
}

textarea.interactivedefaultTextArea {
    display: block;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
}

/*dropdown css*/
select {
    height: 48px;
}

.search-control-select {
    height: 38px !important;
}

.si .form-select {
    height: auto;
    min-height: 48px;
    max-height: 200px !important;
    overflow: auto !important;
}

.ddListSmall {
    display: inline-block;
    width: 20%;
    min-width: 100px;
    max-width: 200px;
    margin-right: 5px !important;
}

.appListNormal {
    display: block;
    width: 75%;
    min-width: 300px;
    max-width: 700px;
    margin-right: 5px !important;
}

.appListLarge {
    display: block;
    width: 75%;
    min-width: 300px;
    max-width: 700px;
    margin-right: 5px !important;
}

.appListXLarge {
    display: block;
    width: 100%;
    min-width: 300px;
    max-width: 800px;
    margin-right: 5px !important;
}

.btn-remove {
    background-color: #da3646;
}

.si > input[type=text], .siGrid > input[type=text] {
    display: block;
    width: 75%;
    min-width: 300px;
    max-width: 700px;
    height: 48px;
}

input[type=file] {
    padding-left: 0px;
    height: 50px;
    width: 25%;
    min-width: 300px;
    max-width: 600px;
    line-height: 40px;
}

.error {
    font-size: 14px;
    color: #da3646;
    width: 100% !important;
    line-height: 1.25;
}
.messageSuccess {
    font-size: 14px;
    color:forestgreen;
}
.userEmail {
    font-size: 16px;
    padding-top: 6px;
    float: right;
}

.modal-dialog-xsmall {
    width: 25%;
    min-width: 200px;
    max-width: 800px;
    height: auto;
    
}
.modal-dialog-small {
    width: 30%;
    min-width: 360px;
    max-width: 800px;
    height: auto;
}
.modal-dialog-smallHelp {
    width: 25%;
    min-width: 250px;
    max-width: 800px;
    height: auto;
    padding-left: 40px;
}
.modal-dialog-medium {
    width: 50%;
    min-width: 360px;
    max-width: 500px;
    height: auto;
}
.modal-dialog-large {
    width: 70%;
    height: auto;
}

.modal-dialog-mfa {
    width: 50% !important;
    min-width: 360px;
    max-width: 450px;

}
.modal {
    overflow: auto !important;
}

.hide{
    display:none !important;
}
.show {
    display: block !important;
}

/* setting padding to the fieldview  */
.si, .siGrid, .appmoredata {
    padding-bottom: 0.5rem !important;
}

.topbar li, .topbar span, .topbar div {
    background-color: transparent !important;
}

.form-check-input {
    width: 1.2em !important;
    height: 1.2em !important;
}

#registration-title-error, #registration-firstname-error, #registration-lastname-error, #registration-emailaddress-error,
#registration-password-error, #registration-confirmpassword-error, #TermsAndConditions-error, #DataProtection-error {
    text-align: right;
}



/* ------------------------------------------New Candidate InterfaceApplication Form Classes - End ------------------------------------*/
/* ------------------------------------------Datepicker css for application form ----------------------------------------*/
.ui-datepicker-trigger {
    width: 30px;
    height: 30px;
}

.ui-datepicker .ui-widget-content {
    background: #999 none;
}

.ui-widget-header {
    border: 1px solid white;
    background: white;
    color: blue;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content {
    border: 1px solid white !important;
    background: white !important;
    font-weight: normal;
    color: #555555;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
    border: none;
    color: blue !important;
}
.ui-datepicker-current-day, .ui-state-active {
    width: 32px;
    height: 30px;
    background-color: #fd5f35 !important;
    border-color: #fd5f35 !important;
    color: white !important;
    background: #fd5f35 !important;
    border-radius: 20px !important;
}

.topbar {
    margin-top: 0px !important;
}
.align-center{
    text-align:center;
}
.rounded-border {
    border-radius: 5px !important;
}

.hero-banner-container {
    width:100% !important;
    height:300px;
    overflow:hidden;
    padding: 0px;
}

.password-very-weak {
    background-color: #ff3333;
}

.password-weak {
    background-color: #ff6f33;
}

.password-medium {
    background-color: #ffb833;
}

.password-strong {
    background-color: #3be23b;
}
.strong {
    color: #3be23b;
}
.unset {
    color: black;
}
.fa-times {
    color: red;
}
.very-weak-slider {
    width: 100%;
    background-color: #ff3333;
}

.weak-slider {
    width: 100%;
    background-color: #ff6f33
}

.medium-slider {
    width: 100%;
    background-color: #ffb833;
}

.strong-slider {
    width: 100%;
    background-color: #73cc33;
}

.password-slider {
    height: 4px !important;
    padding: 0px;
}

#btn-myapp-dropdown.dropdown-toggle::after {
    display: none !important;
}

.dashboard-panels-default-height{
    min-height: 490px !important;
}
.btn-small-circle {
    width: 34px !important;
    height: 34px !important;
    background-color: transparent;
    border-color: #eef0fd;
    border-radius: 4px;
    border: 1px Solid;
    color: #4A69DE;
    margin-bottom:2px;
    margin-right:0px !important;
}
.btn-small-circle:hover {
    background-color: transparent;
    border-color: #eef0fd;
    border-radius: 4px;
    border: 1px Solid;
    color: #4A69DE;
    margin-bottom: 2px;
    margin-right: 0px !important;
}
.readOnlyButton {
    pointer-events: none;
}

.share-icon-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #4A69DE;
    color: #4A69DE;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Overlays - overwrite the jquery file */
.ui-widget-overlay {
    background: #aaaaaa !important;
    opacity: .3;
    filter: Alpha(Opacity=30);
}


.select-small {
    width: 140px;
}

.bt-small-font {
    font-size: 14px !important;
    text-align: left !important;
    color: black !important;
}
.inbox-read {
    font-weight: normal !important;
}

.email-message{
    min-height:200px !important;
}
.btn-active {
    background-color: #4A69DE !important;
    color: white !important;
}
    .btn-active a {
        color: white !important;
    }

.inboxbutton:hover a,
.inboxbutton:focus a,
.inboxbutton:active a {
    color: white !important;
}

.inboxbutton a:hover {
    color: white !important;
    text-decoration: underline;
}
.btn-small{
    width:130px !important;
    text-align: center !important;
}
.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 26px;
    right: 26px;
    display: none;
    vertical-align:middle;
    text-align:center;
    z-index:100;
}
.help-icon {
    border-radius: 14px;
    background-color: #eef0fd;
    color: red;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    width: 26px !important;
    height: 26px !important;
    vertical-align: middle;
    text-align: center;
    display:inline-flex !important;
}

hr {
    height: 0px !important;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}

.faq-title {
    background-color: #eef0fd !important;
    font-weight: bold !important;
    color: black;
    text-align: left !important;
}
.accordion-content {
    max-height: 200px !important;
    overflow: auto !important;
}
.faq-card {
    padding: 6px !important;
    border: 0px !important;
    border-color: white !important;
    background-color: white !important;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
}

.vertical-container {
    position:relative;
}
.search-filters {
    border: 1px solid;
    border-color: #ced4da;
    border-radius: 4px !important;
    background-color: #e4e4e4;
    padding: 0px 4px;
}
    .search-filters:hover {
        background-color: lightgray;
    }

.btn-remove-icon {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

    .btn-remove-icon:hover {
        color: red;
        font-size: 16px;
        text-decoration: none;
    }
    .btn-remove-icon:focus {
        color: red;
        font-size: 16px;
        text-decoration: none;
    }

.messages-text {
    text-align: left;
}

.datepicker-inline {
    display: inline-table;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    border-radius: 50% !important;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    background-color: #4A69DE;
    border-radius: 50% !important;
}

    .datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover,
    .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus,
    .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus,
    .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
        box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
        background-color: #2e59d9;
        border-color: #0a58ca;
    }

.table > :not(:first-child) {

}


.hidden {
    display: none !important;
}

.ats-nav-link {
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    display: inline;
    min-width: 100% !important;
    border:none;
}

    .ats-nav-link.active {
        background-color: #eff2f6 !important;
    }

    .ats-nav-link:hover, .ats-nav-link:active {
        background-color: #eff2f6 !important;
    }

    .ats-nav-link:hover {
        color: black;
        text-decoration: none;
    }

.navtext {
    padding-left: 1rem !important;
    display: inline;
    animation: fade_in_show 2s;
}

    .navtext.atstoggled {
        display: none;
    }

.iconSize {
    font-size: 22px !important;
    height: 22px;
    width: 22px;
}

#sidebarToggleLeft, #sidebarToggleTop {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

    #sidebarToggleLeft:hover, #sidebarToggleTop:hover {
        background-color: #eff2f6 !important;
        border-radius: 0.35rem;
    }

.sidebar {
    width: 16rem !important;
}

    .sidebar.atstoggled {
        width: 5rem !important;
        transition: width 0.1s linear;
    }



#sidebarToggleTop {
    display: none;
}

.nav-margin {
    min-height: 6rem;
}
.auto-margin{
    margin:auto;
    vertical-align:middle;
}

.errorPageHeight {
    min-height: calc(100vh - 315px);
}

/*html {
    visibility: hidden;
}*/

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #595959 !important;
}

/************************************************************************** OVERWRITE BOOTSTRAP BUTTON CLASSES *****************************************************************************************************/

.btn-primary {
    color: #fff;
    background-color: #4A69DE;
    border-color: #4A69DE;
    font-weight: bold;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 0.20rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #2e59d9;
        border-color: #2653d4;
        box-shadow: 0 0 0 0.20rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2653d4;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.20rem rgba(49, 132, 253, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #4A69DE;
        border-color: #4A69DE;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: bold;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 0.20rem rgba(130, 138, 145, 0.5);
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 0.20rem rgba(130, 138, 145, 0.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.20rem rgba(130, 138, 145, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    font-weight: bold;
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 0.20rem rgba(60, 153, 110, 0.5);
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 0.20rem rgba(60, 153, 110, 0.5);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.20rem rgba(60, 153, 110, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: bold;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 0.20rem rgba(225, 83, 97, 0.5);
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 0.20rem rgba(225, 83, 97, 0.5);
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834;
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.20rem rgba(225, 83, 97, 0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.ats-h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2;
}

.ats-h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2;
}

.ats-h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
}

.ats-h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2;
}

.ats-h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2;
}

.ats-h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.2;
}
.radio-button-medium {
    width: 1.2em !important;
    height: 1.2em !important;
}

.radio-button-float-text {
    float: right;
    margin-top: 2px;
    padding-left:2px;
}
.view-vacancy-container > p {
    margin-bottom: 0rem !important;
}

.clear-search-style {
    padding-top: 10px;
    float: right !important;
    color: #0d6efd !important;
    font-size: 14px;
}
.switch-green{
    background-color:darkgreen !important;
}

.multi-factor-switch:checked {
    background-color: darkgreen !important;
}

.spinner-white {
    color: #fff !important;
}

/************************************************************************** MEDIA QUERIES *****************************************************************************************************/
@media screen and (min-width: 576px) and (max-width: 1400px) {
    .modal-dialog {
        max-width: calc(100vw - 76px) !important;
    }

    .topbar {
        min-height: 7rem;
    }
}

@media (min-width: 768px) {
    .search-control-padding-right {
        padding-right: 0.25rem !important;
    }

    .search-control-padding-left {
        padding-left: 0.25rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .modal-dialog {
        max-width: calc(100vw - 20%) !important;
    }
    .topbar {
        min-height: 6rem;
    }
}

/* CSS for small screen sizes */
@media (max-width: 767.98px) {
    .ats-logo {
        width: 100px;
        height: 100px;
    }

    .ats-footer {
        height: auto !important;
        display: block;
    }

    .messages-text {
        text-align: center;
    }
    .topbar {
        height: auto;
        min-height:6rem;
        max-height: 8rem;
    }

    .company-logo{
        padding-left: 125px
    }

    
}

@media (min-width: 1025px) {
    #loginheader {
        min-height: 300px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .sidebar {
        width: 16rem !important;
    }

    .sidebar.atstoggled {
        width: 5rem !important;
        transition: width 0.1s linear;
    }

    .navtext {
        display: inline;
        animation: fade_in_show 2s;
    }

        .navtext.atstoggled {
            display: none;
        }
}

/* CSS for x-small screen sizes */
@media (max-width: 575.98px) {
    .vacancy-btn {
        text-align: center;
    }

    .btn-next {
        visibility: visible;
    }

    .topbar {
        height: auto;
        min-height: 6rem;
        max-height: 8rem;
    }

    .company-logo {
        padding-left: 125px
    }

    .navtext {
        display: inline;
        animation: none;
    }

    .ats-nav-link {
        display: inline;
    }

        .ats-nav-link.atstoggled {
            display: none;
        }

    .sidebar {
        width: 10000rem !important;
        transition: width 1s linear;
    }

        .sidebar.atstoggled {
            width: 0rem !important;
        }

}

/* CSS for x-small screen sizes */
@media (max-width: 457px) {
    .nav-margin {
        min-height: 8rem;
    }
}

/* CSS for x-small screen sizes */
@media (max-width: 377px) {
    .topbar {
        height: auto;
        min-height: 6rem;
        max-height: 10rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        max-width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        max-width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        max-width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        max-width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        max-width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        max-width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        max-width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        max-width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        max-width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        max-width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        max-width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        max-width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        max-width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        max-width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        max-width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (max-width: 991.98px) {
    .ats-footer {
        height: auto !important;
        display: block;
    }
}

/************************************************************************** CUSTOM ANIMATIONS *****************************************************************************************************/
@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

/************************************************************************** from appform for dependent questions ************************************************************************************************/

div.si.cq {
    display: none;
}

div.fieldgroup.cq {
    display: none;
}

    div.fieldgroup.cq.cqpartial {
        display: block;
    }

    div.fieldgroup.cq.cqactive {
        display: block;
    }

    div.fieldgroup.cq div.si, div.fieldgroup.cq h2 {
        display: none;
    }

    div.fieldgroup.cq button.delgrp, div.fieldgroup.cq div.appmoredata {
        display: none !important;
    }

    div.fieldgroup.cq.cqactive div.si, div.fieldgroup.cq.cqactive button.delgrp, div.fieldgroup.cq.cqactive div.appmoredata, div.fieldgroup.cq.cqactive h2 {
        display: block;
    }

    div.fieldgroup.cq.cqactive div.si, div.fieldgroup.cq.cqactive h2 {
        display: block;
    }

div.fieldGroupWrapper div.fieldgroup h2 {
    display: none !important;
}

div.fieldgroup.cq.cqactive div.appmoredata {
    display: block !important;
}

div.fieldgroup.cq.cqactive button.delgrp {
    display: inline-block !important;
}

div.fieldgroup.cq div.si.cqactive {
    display: block;
}

div.si.cq.cqactive {
    display: block;
}

#landing-input-search {
    color: #565661 !important;
    background-color: #fff;
}

#landing-input-pcode {
    color: #565661 !important;
    background-color: #fff;
}

.form-control {
    color: #212529 !important;
}

a {
    color: #565661 !important;
}

#signin-text, #btn-create-account, #btn-reset-password, #update-signin-text {
    color: #fff;
}

.application-card .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1000;
}

.application-card .dropdown.open .dropdown-menu {
    display: block;
}


.apply-link {
    color: #fff !important;
}

.invalid-feedback {
    display: block;
    color: red;
}