.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: block;
}
.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.w-10 {
    width: 10 !important;
}

.w-20 {
    width: 20 !important;
}

.w-30 {
    width: 30 !important;
}

.w-40 {
    width: 40 !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

@font-face{
    font-family: BrandonText;
    src: url('../fonts/HVD Fonts - BrandonText-Regular.otf') format('opentype');
}

@font-face {
    font-family: BrandonText;
    font-weight: bold;
    src: url('../fonts/HVD Fonts - BrandonText-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Rift-Regular';
    src: url('../fonts/Rift-Regular.otf') format('opentype'), url('../fonts/Rift-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Rift Italic';
    font-style: italic;
    src: url('../fonts/Rift Italic.otf') format('opentype'), url('../fonts/Rift Italic.ttf') format('truetype')
}

.font-tachus {
    font-family: Brandon Text, 'Segoe UI', Tahoma
}

.font-tachus2 {
    font-family: 'Rift-Regular', 'Segoe UI', Tahoma
}

.fs-smaller {
    font-size: smaller;
}

.fs-larger {
    font-size: larger;
}

.sidebar-nav .nav-link.active {
    background-color: #4DB368;
}

/* TachusAddress Filter Form serviceTerritoryId dropdown customization */
.form-multi-select-option {
    font-size: 0.75em;
}

.form-multi-select-wide .form-multi-select-dropdown {
    width: 300px;
}

.form-multi-select-wide .form-multi-select-option.form-multi-select-option-with-checkbox {
    padding: 0.4rem 1rem 0.4rem 1.75rem;
}

.form-multi-select-wide .form-multi-select-all {
    display: none;
}

.bg-ezee {
    background-color: #fb612f;
}

.btn-ezee {
    background-color: #fb612f;
}

.btn-ezee:hover {
    background-color: #d65830;
}