:root {
    --main-hm-color: #0E1F33;
    --secondary-hm-color: #0072FE;
    --content-font-size: 14px;
    --shadow-color: #8080803d;
  }
  @font-face {
    font-family: 'Satoshi-Regular';
    src: url('/assets/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff2') format('woff2'),
         url('/assets/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff') format('woff'),
         url('/assets/Satoshi_Complete/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }

body{
    background-color: #F7F7F7 !important;
    font-family: 'Satoshi-Regular', sans-serif;
}
a{
    color: var(--main-hm-color);
    text-decoration: none;
}
a:hover{
    color: #444343;
}
.form-check-input{
    margin-right: 5px;
}
.form-check-input:checked,.active>.page-link, .page-link.active{
    background-color: var(--main-hm-color);
    border-color: var(--main-hm-color);
}
.navbar{
    background-color: var(--main-hm-color) !important;
    color: white;
}
.navbar-brand{
    max-width: 10%;
}
.nav-item{
    list-style: none;
}
.navbar-toggler{
    color: whitesmoke;
}
.nav-link,.nav-link:focus, .nav-link:hover{
    color: white;
}
.nav-link:hover{
    text-decoration: underline;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: white;
    font-weight: bold;
}
#rightNavMenu{
    border-radius: 0;
}
.btn,.modal-content,.form-control{
    border-radius: 0 !important;
}
.button__badge {
    background-color: #fa3e3e;
    border-radius: 100%;
    color: white;
    padding: 0px 5px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -4px;
    right: 0;
  }
.inputGroupStack .inputGroupStackDiv {
    border-radius: 0;
    width: 100%;
}
.leftNavLink:hover,.leftNavLinkTop:hover{
    background-color: #e3e3e363;
}
.inputGroupStack .inputGroupStackDiv:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.inputGroupStack .inputGroupStackDiv:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.hiremasterBlueBg,.btn.hiremasterBlueBg:disabled,.btn.hiremasterBlueBg:active {
    background-color: var(--main-hm-color) !important;
    background: var(--main-hm-color) !important;
    color: white !important;
    border: none;
    border-radius: 0 !important;
}
.btn.hiremasterBlueBg:hover{
    background-color: var(--secondary-hm-color);
    color: white;
}
.hiremasterLightBlueBg,.btn.hiremasterLightBlueBg:disabled,.btn.hiremasterLightBlueBg:active {
    background-color: var(--secondary-hm-color) !important;
    background: var(--secondary-hm-color) !important;
    color: white !important;
    border: none;
}

img{
    width:100%;
}

.loader{
	border:5px solid #f3f3f3;
	border-top:5px solid var(--main-hm-color);
	border-radius:50%;
	width:120px;
	height:120px;
	animation:spin 2s linear infinite;
}
@keyframes spin{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
.leftNav{
    min-height: 100vh;
    background-color: #e5e5e578;
}
.leftNav ul {
    list-style: none;
}
.leftNavLink,.leftNavLinkTop{
    color: #2A3F54;
    text-decoration: none;
    display: block;
    padding: 10px 1rem;
    cursor: pointer;
}
.leftNavLinkTitle{
    font-size: var(--content-font-size);
}
.leftNavLink.active{
    font-weight: bold;
    background-color: #e3e3e363;
}
.leftNavLinkSub.active{
    box-shadow: 0px 3px 3px var(--shadow-color);
}
.leftNavLinkTop.active{
    box-shadow: -1px -3px 3px var(--shadow-color);
    font-weight: bold;
    background-color: #e3e3e363;
}
.leftNavLinkSub .leftNavLink .leftNavLinkTitle {
    padding-left: 10px;
}
.rightContent{
    min-height: 100vh;
    background-color: white;
}
.pageTitle{
    font-size: 26px;
    font-weight: bold;
    color: #2b3e54;
    margin-bottom: 10px;
}
.bcPageTitle{
    font-size: 24px;
    font-weight: bold;
    color: #2b3e54;
    margin-bottom: 20px;
}
.bcPageSubTitle{
    color: grey;
    font-size: 15px;
    display: inline-block;
    margin: 0 2px;
}
.select2-container{
    display: block !important;
}
.form-control,.select2-container--default .select2-selection--multiple{
    border: none !important;
    box-shadow: 0px 0px 3px var(--shadow-color) !important;
    font-size: var(--content-font-size) !important;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}
.select2-container .select2-search--inline .select2-search__field{
    margin: 0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    height: 22px !important;
    font-family: inherit !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: transparent !important;
    border-right: none !important;
    color: black !important;
    padding: 5px 6px !important;
} 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: transparent !important;
    color: black !important;
    outline: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: white !important;
    border: none !important;
    padding: 5px 0 5px 20px !important;
    color: black !important;
    box-shadow: 0px 0px 3px grey !important;
}
.form-control.fieldError{
    box-shadow: 0px 0px 3px red !important;
}
.form-group{
    padding: 10px;
}
label{
    font-size: var(--content-font-size);
    margin-bottom: 5px;
}
.formFieldError{
    color: #ff0000b8;
    font-size: var(--content-font-size);
    margin: 5px 0;
    font-weight: 600;
    clear: left;
}

/* multi select  */

select > li > a > .fa{
    visibility:hidden;
}
select > li > a.selected > .fa{
    visibility:visible;
}

table{
    border-radius: 10px;
    box-shadow: 0px 0px 3px var(--shadow-color);
}
th,td{
    font-size: 13px !important;
    vertical-align: middle;
    min-width: 40px;
}
.simditor{
    width:90%;
    display: inline-block;
}
.simditor .simditor-toolbar {
    width: 100% !important;
}
.simditor .simditor-toolbar > ul > li > .toolbar-item{
    height: auto !important;
}
.modal {
    background: #0d0d0d5c;
}
#budgetModal .modal-dialog,#logModal .modal-dialog{
    max-width: 60%;
}
.campaignDiv{
    padding: 20px 0;
}
.budgetModalHeader{
    font-weight: bold;
    margin: 10px 0;
}
.budgetModalHeaderDiv{
    margin: 20px 0 10px;
}
.budgetInput::before{
    content: '$';
}
.budgetInput ~ label{
    margin-top: 10px;
}

#budgetModal label:last{
    margin-top:30px;
}
#budgetModal strong{
    font-weight: 500 !important;
}
[newBudget="true"]{
    box-shadow:  0px 0px 3px #1745d3d4 !important;
}
[newBudget="true"] ~ label{
    font-weight: bold !important;
}
.totalSpendDiv{
    font-size: 16px;
    font-weight: 300;
    float: right;
}
.currency::before{
    content: "$";
    color: #808080a1;
}
.currency input, .currency input:focus-visible{
    border:none;
    outline: none;
}
.jobGroupDiv {
    box-shadow: 0px 0px 5px #80808038;
    border-radius: 10px;
    padding: 20px 15px 25px;
    margin: 10px 0;
}
.jobGroupDiv label{
    width: 100%;
    display: flex;
    align-items: baseline;
}

.splitBtn{
    float: right;
    margin-left: auto;
    background: #80808036;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
.divider{
    width: 100%;
    border-top: solid #80808042 3px;
    margin: 25px 0;
}

.jobBoardUrl{
    cursor: pointer;
    color: gray;
}
.jobBoardUrlDiv{
    box-shadow: 0px 0px 3px #80808070;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}
.jobBoardUrlDiv h2{
    color: var(--main-hm-color);
    border-bottom: solid #8080808c 2px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.jobBoardUrlDiv h2 span{
    float: right;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}
.jobBoardUrlDiv .btn{
    margin-top: 10px;
}
.ruleModal{
    max-width: 60% !important;
}
.ruleModal input{
    width: 100px;
    margin: 0 2.5px;
    border: none;
    border-bottom: solid #bbbaba 1px;
}
.ruleModal select{
    height: 30px;
    margin: 5px 2.5px;
    border: none;
    border-bottom: solid #bbbaba 1px;
}
.ruleModal h2 {
    font-size: 18px;
}
.ruleDiv p {
    color: grey;
    font-size: 14px;
    margin-bottom:0;
}

.ruleDiv, .saveRuleDiv {
    padding: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    
}
.statsCol{
    color: #BAB8B8;
    font-size: 20px;
    font-weight: 200;
}
.statsBox .statsCol:not(:last-child){
    border-right: solid #BAB8B8 1px;
}
.charts{
    min-height: 500px;
}
.highcharts-figure,.statsBox{
    border: solid 1px #d0d9e36e;
    padding: 10px;
    margin: 10px 0;
}
.highcharts-figure h4{
    color: #BAB8B8;
}
#applicationTable_wrapper .dt-buttons{
    float: right;
    margin-left: 10px;
}
#applicationTable_wrapper btn{
    padding: 4px 12px;
}
.inputError{
    box-shadow: 0px 0px 8px #ff0000ab;
}
.manageJobBoardModal .modal-dialog {
    max-width: 60% !important;
}
.jbModalDiv{
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: solid #80808054 1px;
}
.jbModalDiv:last-of-type{
    border-bottom: none !important;
}
.jbModalDiv h3{
    margin: 10px 0;
}
.jbModalDiv b{
    font-weight: 300;
}
.jbModalCompany{
    margin-left: 25px;
}
.charCount{
    margin: 0 6px;
    font-size: small;
}
.jobGroupHolder{
    margin-left: 30px;
    font-size: 12px !important;
}
.jobBoardIcon:hover{
    cursor: pointer;
}
/* tooltip  */
.tooltip {
    position: relative;
    display: contents;
    border-bottom: 1px dotted black;
    font-size: inherit;
    font-weight: inherit;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #00000069;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .logDiv{
    margin-bottom: 5px;
  }
  .logDate{
    font-weight: bold;
  }

  #appDetailsModal p{
    word-break: break-all;
  }

table.dataTable{
    width: 100% !important;
    overflow: auto;
}
.useAICol, .dashboardBudget, .maxBidInput, a, .jobBoardIcon {  
    cursor: pointer;
    color: #3c78b4;
}
.dropdown-container.discipline .dropdown-menu,.dropdown-container.states .dropdown-menu{
    width: 100%;
    padding: 15px;
    max-height: 40vh;
    overflow: scroll;
}
.dropdown-toggle.discipline,.dropdown-container.states .dropdown-menu{
    overflow: scroll;
}

@media (min-width: 576px){
   #manageJobBoardModal .modal-dialog {
    max-width: 60%;
   }
}

@media screen and (max-width: 768px){
    .rightContent{
        padding: 10px !important;
    }
}
@media screen and (max-width: 767px){
   .statsBox .statsCol:nth-child(2),.statsCol:nth-child(4){
        border-right: none !important;
   }
   .statsBox .statsCol:not(:nth-child(1)):not(:nth-child(2)){
        border-top: solid #BAB8B8 1px;
   }
   .statsCol{
        width: 50%;
        padding: 10px;
   }
}
@media screen and (max-width: 991px){
    .navbar-brand{
        max-width: 20%;
    }
}
/* lg & up */
@media screen and (min-width: 991px){
    .navbar{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        height: 75px !important;
    }
    .leftNavContent{
        position: fixed;
        width: inherit;
        overflow-y: scroll;
        height: 100vh;
    }
    .leftNav,.rightContent{
        margin-top: 75px;
    }
}
.breadcrumbs{
    border-bottom: solid #bfbdbd 4px;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.breadcrumbs .muted{
    color: #bfbdbd;
}

.package-source-text {
    color: #3c78b4;
}