:root {
    --site-red: #df000d;
    --welcome-header: "Khand";
}

html {
    font-size: 14px;
    font-family: "Work Sans";
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
    .search-header {
        flex: 1 !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
    font-weight: 700;
    font-size: 24px;
}

.filterSelections {
    height: 195px;
    padding-left: 8px;
    overflow: auto;
}

.btn-login {
    background-color: var(--site-red);
    color: white;
    border-radius: 10px;
    height: 60px;
}

.btn-primary {
    border: 1px var(--site-red) solid;
    color: white;
    background-color: var(--site-red) !important;
}

#AdminUsers .dt-button {
    background-color: var(--site-red);
    background-image: none;
    color: white;
}
#AdminUsers .page-item.active .page-link {
    background-color: var(--site-red);
    border-color: var(--site-red);
}
#AdminUsers .page-item.active .page-link:focus {
    box-shadow:0 0 0 0.25rem rgb(223 0 13 / 25%);
}
#AdminUsers .nav-link:not(.nav-link.active) {
    color: var(--site-red);
}
#AdminUsers .btn-login {
    height:inherit;
}
#AdminUsers .btn:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--site-red);
}
.checkbox__input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.checkbox__label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    cursor: pointer;
    line-height: 24px;
    padding-left: 28px;
}
#user .checkbox__label {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
}
.checkbox__label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 3px;
    margin-bottom: 0px;
    border: 2px rgba(0, 0, 0, 0.54) solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.checkbox__input:checked ~ .checkbox__label:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
    background-color: var(--site-red);
    border-color: var(--site-red);
}

.toggler {
    background-color: var(--site-red);
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.circle-bullet {
    width: 36px;
    height: 36px;
    background-color: var(--site-red);
    color: white;
    font-weight: 700;
    border-radius: 18px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    padding-top: 2px;
    margin-left: auto;
}

.bullet-pre-header {
    font-weight: 700;
    font-family: var(--welcome-header);
}

.bullet-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.48px;
    font-family: var(--welcome-header);
}

.dotted-line {
    border-right: 4px red dotted;
    position: absolute;
    left: 62px;
    top: 130px;
    z-index: -1;
    height: 220px;
    width: 4px;
}

.login-field {
    height: 60px !important;
}

a {
    color: black;
}

.search-header {
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    padding-top: 16px;
    height: 60px;
    vertical-align: middle;
    display: flex;
    flex: .5;
    margin-right: 16px;
    font-size: 13pt;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.search-header span {
    margin-right: 8px;
}

.link-icon {
    font-size: 24px;
    text-align: center;
}

.link-text {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    color: #747474;
}

.nav-link i {
    color: #747474;
}

.link-text-highlight {
    border-bottom: 3px black solid;
}

.link-text-highlight .link-text, .link-text-highlight i {
    color: #000000 !important;
}

.icon-set {
    border-bottom: 1px #cfcfcf solid;
}

.slider {
    height: 5px;
    border-radius: 5px;
    background: #ddd;
    position: relative;
    margin-top: 16px;
}

.slider .progress {
    height: 5px;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: var(--site-red);
}

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        top: -5px;
        height: 5px;
        width: 100%;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: var(--site-red);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: var(--site-red);
}

.age-width {
    width: 75px;
    float: left;
}

.age-label {
    float: left;
    margin-top: 4px;
}

label {
    margin-left: 4px;
}

.multi-select {
    height: 100px;
}

.site-red-border {
    border-color: var(--site-red);
}
.site-red-text {
    color: var(--site-red)
}

.homeDashedLine {
    border-left: 1px var(--site-red) dashed;
    position: relative;
    z-index: -1
}

.form-control {
    font-size: 16pt;
}

.unclaim-toast {
    background-color: #FAA0A0;
}

.claimed-block {
    background-color: black;
    color: white;
}