﻿:root {
    --primary-color: #00a928;
    --primary-dark-color: #3c763d;
    --selected-color: #3c763d;
    --selected-color-sm: #FFBA49;
    --dalo-green: #0f983b;
    --dalo-light-green: #67b556;
    --dalo-dark-green: #005700;
    --dark-text-header: #262641;
    --secondary-brand-color: #4D9DE0;
    --subtle-text: #9797AB;
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Raleway, "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Fonts */
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway/static/Raleway-Medium.ttf');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway/static/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('fonts/Raleway/static/Raleway-Light.ttf');
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway/static/Raleway-Thin.ttf');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway/static/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url("~/Content/fonts/Roboto/Roboto-Light.eot");
    src: url("fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light.woff") format("woff"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Bold.eot");
    src: url("fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto/Roboto-Bold.woff") format("woff"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Medium.eot");
    src: url("fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto/Roboto-Medium.woff") format("woff"), url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Regular.eot");
    src: url("fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Black.eot");
    src: url("fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("fonts/Roboto/Roboto-Black.woff") format("woff"), url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@media (min-width: 2032px) {
    .container {
        width: 1970px !important;
    }
}

@media (min-width: 1824px) {
    .container {
        width: 1770px !important;
    }
}

@media (min-width: 1616px) {
    .container {
        width: 1570px !important;
    }
}

@media (min-width: 1408px) {
    .container {
        width: 1370px !important;
    }
}

.col {
    flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
}

.col-auto {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

/* Customer note */
.customernote .modal-title {
    font-size: 3.5rem;
    font-weight: 600;
    font-weight: 300;
    line-height: 1.2;
}

.customernote .modal-body {
    width: 100%;
    height: 100%;
    background: #333 url('../images/bg-inflicted.png') repeat;
}

.customernote-paper {
    color: #FFF;
    font-size: 20px;
}

.customernote-textarea {
    width: 500px !important;
    overflow: hidden;
    background-color: #FFF;
    color: #222;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 24px;
    resize: none;
    line-height: 40px;
    padding-left: 100px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 34px;
    background-image: url('../images/note-lines.png'), url('../images/note-paper.png');
    background-repeat: repeat-y, repeat;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.customernote-textarea:focus, .customernote-textarea:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#custnoteSuccess {
    display: none;
}

#custnoteFailure {
    display: none;
}

#customerNotesDiv {
    display: none;
}

/*Inventory success and failure span backgrounds */
#createInventorySuccess, #createInventoryFailure {
    display: none;
}
/* End Inventory success and failure span backgrounds */

dt, dd {
    line-height: 2;
}

.display-1 {
    font-size: 3.75rem;
}

@media (max-width: 991px) {
    .display-1 {
        font-size: 3rem;
    }
}

.display-2 {
    font-size: 3.125rem;
}

@media (max-width: 991px) {
    .display-2 {
        font-size: 2.5rem;
    }
}

.display-3 {
    font-size: 2.5rem;
}

@media (max-width: 991px) {
    .display-3 {
        font-size: 2rem;
    }
}

.display-4 {
    font-size: 1.875rem;
}

@media (max-width: 991px) {
    .display-4 {
        font-size: 1.5rem;
    }
}

.display-5 {
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .display-5 {
        font-size: 1rem;
    }
}

.blockquote {
    padding: 1.25rem;
    border: 1px solid #f3f3f3;
}

address p {
    margin-bottom: 0;
}

.blockquote-primary {
    border-color: #4d83ff;
}

.blockquote-primary .blockquote-footer {
    color: #4d83ff;
}

.blockquote-secondary {
    border-color: #686868;
}

.blockquote-secondary .blockquote-footer {
    color: #686868;
}

.blockquote-success {
    border-color: #71c016;
}

.blockquote-success .blockquote-footer {
    color: #71c016;
}

.blockquote-info {
    border-color: #7859df;
}

.blockquote-info .blockquote-footer {
    color: #7859df;
}

.blockquote-warning {
    border-color: #ffc100;
}

.blockquote-warning .blockquote-footer {
    color: #ffc100;
}

.blockquote-danger {
    border-color: #ff4747;
}

.blockquote-danger .blockquote-footer {
    color: #ff4747;
}

.blockquote-light {
    border-color: #f8f9fa;
}

.blockquote-light .blockquote-footer {
    color: #f8f9fa;
}

.blockquote-dark {
    border-color: #282f3a;
}

.blockquote-dark .blockquote-footer {
    color: #282f3a;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 4px /*0.1875rem*/;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

a.btn-sm {
    color: #fff !important;
}

.btn:hover {
    color: #FFF;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    color: #FFF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    box-shadow: 0 0 0 0.2rem rgba(140,140,140, 0.5);
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    color: #333;
    background-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(140,140,140, 0.5);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary-light {
    color: #fff;
    background-color: #4D9DE0;
    border-color: #4D9DE0;
}

.btn-primary-light:hover {
    color: #fff;
    background-color: #4D9DE0;
    border-color: #4D9DE0;
}

.btn-primary-light:focus, .btn-primary-light.focus {
    color: #fff;
    background-color: #4D9DE0;
    box-shadow: 0 0 0 0.2rem rgba(77, 157, 224, 0.5);
}

.btn-primary-light.disabled, .btn-primary-light:disabled {
    color: #fff;
    background-color: #4D9DE0;
    border-color: #4D9DE0;
}

.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active,
.show > .btn-primary-light.dropdown-toggle {
    color: #fff;
    background-color: #4D9DE0;
    border-color: #4D9DE0;
}

.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-light.dropdown-toggle:focus {
    color: #fff;
    background-color: #4D9DE0;
    box-shadow: 0 0 0 0.2rem rgba(77, 157, 224, 0.5);
}

.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
    color: #fff;
    background-color: #4D9DE0;
    border-color: #4D9DE0;
}

.btn-primary-light:active:hover,
.btn-primary-light.active:hover,
.open > .dropdown-toggle.btn-primary-light:hover,
.btn-primary-light:active:focus,
.btn-primary-light.active:focus,
.open > .dropdown-toggle.btn-primary-light:focus,
.btn-primary-light:active.focus,
.btn-primary-light.active.focus,
.open > .dropdown-toggle.btn-primary-light.focus {
    color: #fff;
    background-color: #4D9DE0;
    border-color: #4D9DE0;
}

.btn-primary-light:active,
.btn-primary-light.active,
.open > .dropdown-toggle.btn-primary-light {
    background-image: none;
}

.btn-primary-light.disabled:hover,
.btn-primary-light[disabled]:hover,
fieldset[disabled] .btn-primary-light:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light[disabled]:focus,
fieldset[disabled] .btn-primary-light:focus,
.btn-primary-light.disabled.focus,
.btn-primary-light[disabled].focus,
fieldset[disabled] .btn-primary-light.focus {
    background-color: #85ceff;
    border-color: #85ceff;
}

.btn-primary {
    color: #fff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2768ff;
    border-color: #1a5fff;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2768ff;
    box-shadow: 0 0 0 0.2rem rgba(104, 150, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a5fff;
    border-color: #0d57ff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #1a5fff;
    box-shadow: 0 0 0 0.2rem rgba(104, 150, 255, 0.5);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2768ff;
    border-color: #1a5fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #2768ff;
    border-color: #1a5fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-secondary {
    color: #fff;
    background-color: #686868;
    border-color: #686868;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #555555;
    border-color: #4f4f4f;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #555555;
    box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #686868;
    border-color: #686868;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #484848;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: #4f4f4f;
    box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #484848;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
    color: #fff;
    background-color: #555555;
    border-color: #4f4f4f;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #686868;
    border-color: #686868;
}

.btn-success-dark {
    color: #fff;
    background-color: var(--dalo-green);
    border-color: var(--dalo-green);
}

.btn-success-dark:hover {
    color: #fff;
    background-color: var(--dalo-dark-green);
    border-color: var(--dalo-dark-green);
}

.btn-success-dark:focus, .btn-success-dark.focus {
    color: #fff;
    background-color: var(--dalo-dark-green);
    box-shadow: 0 0 0 0.2rem rgba(53, 133, 41, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover {
    color: #fff;
    background-color: #5d9e12;
    border-color: #569211;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #5d9e12;
    box-shadow: 0 0 0 0.2rem rgba(134, 201, 57, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #71c016;
    border-color: #71c016;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #569211;
    border-color: #4f870f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    color: #fff;
    background-color: #569211;
    box-shadow: 0 0 0 0.2rem rgba(134, 201, 57, 0.5);
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #569211;
    border-color: #4f870f;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #5d9e12;
    border-color: #569211;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #71c016;
    border-color: #71c016;
}

.btn-info {
    color: #fff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-info:hover {
    color: #fff;
    background-color: #5e39d9;
    border-color: #552ed7;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #5e39d9;
    box-shadow: 0 0 0 0.2rem rgba(140, 114, 228, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #552ed7;
    border-color: #4f28d0;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    color: #fff;
    background-color: #5e39d9;
    box-shadow: 0 0 0 0.2rem rgba(140, 114, 228, 0.5);
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #569211;
    border-color: #4f870f;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #5e39d9;
    border-color: #552ed7;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #71c016;
    border-color: #71c016;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    box-shadow: 0 0 0 0.2rem rgba(152,95,13,0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    color: #fff;
    background-color: #ec971f;
    box-shadow: 0 0 0 0.2rem rgba(213,133,18,0.5);
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff2121;
    border-color: #ff1414;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ff2121;
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1414;
    border-color: #ff0707;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    color: #fff;
    background-color: #ff2121;
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 99, 0.5);
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ff1414;
    border-color: #ff0707;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ff2121;
    border-color: #ff1414;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-light-gray {
    height: 30.5px;
    color: #3F3F4E;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-gray:hover {
    color: #3F3F4E;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-gray:focus, .btn-light-gray.focus {
    color: #3F3F4E;
    background-color: #f6f6f6;
    box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #3F3F4E;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
.show > .btn-light-gray.dropdown-toggle {
    color: #3F3F4E;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-gray.dropdown-toggle:focus {
    color: #3F3F4E;
    background-color: #f6f6f6;
    box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-light-gray:active,
.btn-light-gray.active,
.open > .dropdown-toggle.btn-light-gray {
    color: #3F3F4E;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-gray:active:hover,
.btn-light-gray.active:hover,
.open > .dropdown-toggle.btn-light-gray:hover,
.btn-light-gray:active:focus,
.btn-light-gray.active:focus,
.open > .dropdown-toggle.btn-light-gray:focus,
.btn-light-gray:active.focus,
.btn-light-gray.active.focus,
.open > .dropdown-toggle.btn-light-gray.focus {
    color: #3F3F4E;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-gray:active,
.btn-light-gray.active,
.open > .dropdown-toggle.btn-light-gray {
    background-image: none;
}

.btn-light-gray.disabled:hover,
.btn-light-gray[disabled]:hover,
fieldset[disabled] .btn-light-gray:hover,
.btn-light-gray.disabled:focus,
.btn-light-gray[disabled]:focus,
fieldset[disabled] .btn-light-gray:focus,
.btn-light-gray.disabled.focus,
.btn-light-gray[disabled].focus,
fieldset[disabled] .btn-light-gray.focus {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-light {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #fff;
    background-color: #e2e6ea;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    color: #fff;
    background-color: #e2e6ea;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
    color: #fff;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:active:hover,
.btn-light.active:hover,
.open > .dropdown-toggle.btn-light:hover,
.btn-light:active:focus,
.btn-light.active:focus,
.open > .dropdown-toggle.btn-light:focus,
.btn-light:active.focus,
.btn-light.active.focus,
.open > .dropdown-toggle.btn-light.focus {
    color: #fff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
    background-image: none;
}

.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-dark {
    color: #fff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-dark:hover {
    color: #fff;
    background-color: #181d23;
    border-color: #13171c;
}

.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #181d23;
    box-shadow: 0 0 0 0.2rem rgba(72, 78, 88, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #13171c;
    border-color: #0e1014;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    color: #fff;
    background-color: #181d23;
    box-shadow: 0 0 0 0.2rem rgba(72, 78, 88, 0.5);
}

.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
    color: #fff;
    background-color: #13171c;
    border-color: #0e1014;
}

.btn-light:active:hover,
.btn-light.active:hover,
.open > .dropdown-toggle.btn-light:hover,
.btn-light:active:focus,
.btn-light.active:focus,
.open > .dropdown-toggle.btn-light:focus,
.btn-light:active.focus,
.btn-light.active.focus,
.open > .dropdown-toggle.btn-light.focus {
    color: #fff;
    background-color: #181d23;
    border-color: #13171c;
}

.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
    background-image: none;
}

.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus {
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-outline-primary {
    color: #4d83ff;
    border-color: #4d83ff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 131, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4d83ff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 131, 255, 0.5);
}

.btn-outline-secondary {
    color: #686868;
    border-color: #686868;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #686868;
    border-color: #686868;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #686868;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #686868;
    border-color: #686868;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-outline-success {
    color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #71c016;
    border-color: #71c016;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(113, 192, 22, 0.5);
    color: #fff;
    background-color: #71c016;
    border-color: #71c016;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #71c016;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #71c016;
    border-color: #71c016;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(113, 192, 22, 0.5);
}

.btn-outline-success-dark {
    color: #0f983b;
    border-color: #0f983b;
}

.btn-outline-success-dark:hover {
    color: #fff;
    background-color: #0f983b;
    border-color: #0f983b;
}

.btn-outline-success-dark:focus, .btn-outline-success-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 152, 59, 0.5);
    color: #fff;
    background-color: #0f983b;
    border-color: #0f983b;
}

.btn-outline-success-dark.disabled, .btn-outline-success-dark:disabled {
    color: #0f983b;
    background-color: transparent;
}

.btn-outline-success-dark:not(:disabled):not(.disabled):active, .btn-outline-success-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-dark.dropdown-toggle {
    color: #fff;
    background-color: #0f983b;
    border-color: #0f983b;
}

.btn-outline-success-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-success-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(15, 152, 59, 0.5);
}

.btn-outline-success-white {
    color: #0f983b;
    background-color: #fff;
    border-color: #0f983b;
}

.btn-outline-success-white:hover {
    color: #fff;
    background-color: #0f983b;
    border-color: #0f983b;
}

.btn-outline-success-white:focus, .btn-outline-success-white.focus {
    color: #fff;
    background-color: #0f983b;
    box-shadow: 0 0 0 0.2rem rgba(15, 152, 59, 0.5);
    border-color: #0f983b;
}

.btn-outline-success-white.disabled, .btn-outline-success-white:disabled {
    color: #0f983b;
    background-color: transparent;
}

.btn-outline-success-white:not(:disabled):not(.disabled):active, .btn-outline-success-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-white.dropdown-toggle {
    color: #0f983b;
    background-color: #fff;
    border-color: #0f983b;
}

.btn-outline-success-white:not(:disabled):not(.disabled):active:focus, .btn-outline-success-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-white.dropdown-toggle:focus {
    color: #fff;
    background-color: #0f983b;
    box-shadow: 0 0 0 0.2rem rgba(15, 152, 59, 0.5);
    border-color: #0f983b;
    box-shadow: 0 0 0 0.2rem rgba(15, 152, 59, 0.5);
}

.btn-outline-info {
    color: #7859df;
    border-color: #7859df;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 89, 223, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #7859df;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 89, 223, 0.5);
}

.btn-outline-warning {
    color: #ffc100;
    border-color: #ffc100;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #ec971f;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc100;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #f0ad4e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    color: #fff;
    background-color: #ec971f;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 0, 0.5);
}

.btn-outline-danger {
    color: #ff4747;
    border-color: #ff4747;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4747;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #282f3a;
    border-color: #282f3a;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #282f3a;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 3rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 0.81rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn-block {
    display: block;
    width: 100%;
}

/*
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
*/

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
    padding: 8.8px;
    font-size: small;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.6075rem;
    padding-left: 0.6075rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/*-------------------------------------------------------------------*/
/* === Components === */
/* Buttons */
.btn {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    /* Buttons with only icons */
    /* Buttons with icon and text */
}

@media screen and (min-width: 768px) {
    .btn-input-block {
        max-width: 240px !important;
    }
}

@media screen and (min-width: 768px) {
    .btn-input-block {
        width: 216px !important;
    }
}

.dropdown .btn {
    padding: 0.8rem 1.8rem 1.8rem 1.8rem;
}

.btn i {
    font-size: 1.25rem;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-sm, .btn-group-sm > .btn {
    /*font-size: 0.875rem;*/
    font-size: 1.125rem;
}

.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 0.875rem;
}

.btn.btn-xs {
    padding: 0.5rem 0.75rem;
    font-size: 0.625rem;
}

.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}

.btn.btn-icon-text .btn-icon-prepend {
    margin-right: .5rem;
}

.btn.btn-icon-text .btn-icon-append {
    margin-left: .5rem;
}

.btn.btn-social-icon {
    width: 50px;
    height: 50px;
    padding: 0;
}

.btn-group .btn + .btn {
    border-left: 0;
}

/* inverse buttons */
.btn-inverse-primary {
    background-color: rgba(77, 131, 255, 0.2);
    background-image: none;
    border-color: rgba(77, 131, 255, 0);
}

.btn-inverse-primary:not(.btn-inverse-light) {
    color: #4d83ff;
}

.btn-inverse-primary:hover {
    color: #ffffff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-inverse-primary.focus, .btn-inverse-primary:focus {
    box-shadow: 0 0 0 3px rgba(77, 131, 255, 0.5);
}

.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
    color: #4d83ff;
    background-color: transparent;
}

.btn-inverse-primary.active, .btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #4d83ff;
    border-color: #4d83ff;
}

.btn-primary, .btn-primary:hover {
    box-shadow: 0 2px 2px 0 rgba(77, 131, 255, 0.14), 0 3px 1px -2px rgba(77, 131, 255, 0.2), 0 1px 5px 0 rgba(77, 131, 255, 0.12);
}

.btn-inverse-secondary {
    background-color: rgba(104, 104, 104, 0.2);
    background-image: none;
    border-color: rgba(104, 104, 104, 0);
}

.btn-inverse-secondary:not(.btn-inverse-light) {
    color: #686868;
}

.btn-inverse-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
}

.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
    box-shadow: 0 0 0 3px rgba(104, 104, 104, 0.5);
}

.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
    color: #686868;
    background-color: transparent;
}

.btn-inverse-secondary.active, .btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
}

.btn-secondary, .btn-secondary:hover {
    box-shadow: 0 2px 2px 0 rgba(104, 104, 104, 0.14), 0 3px 1px -2px rgba(104, 104, 104, 0.2), 0 1px 5px 0 rgba(104, 104, 104, 0.12);
}

.btn-inverse-success {
    background-color: rgba(113, 192, 22, 0.2);
    background-image: none;
    border-color: rgba(113, 192, 22, 0);
}

.btn-inverse-success:not(.btn-inverse-light) {
    color: #71c016;
}

.btn-inverse-success:hover {
    color: #ffffff;
    background-color: #71c016;
    border-color: #71c016;
}

.btn-inverse-success.focus, .btn-inverse-success:focus {
    box-shadow: 0 0 0 3px rgba(113, 192, 22, 0.5);
}

.btn-inverse-success.disabled, .btn-inverse-success:disabled {
    color: #71c016;
    background-color: transparent;
}

.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
    color: #ffffff;
    background-color: #71c016;
    border-color: #71c016;
}

.btn-success, .btn-success:hover {
    box-shadow: 0 2px 2px 0 rgba(113, 192, 22, 0.14), 0 3px 1px -2px rgba(113, 192, 22, 0.2), 0 1px 5px 0 rgba(113, 192, 22, 0.12);
}

.btn-inverse-info {
    background-color: rgba(120, 89, 223, 0.2);
    background-image: none;
    border-color: rgba(120, 89, 223, 0);
}

.btn-inverse-info:not(.btn-inverse-light) {
    color: #7859df;
}

.btn-inverse-info:hover {
    color: #ffffff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-inverse-info.focus, .btn-inverse-info:focus {
    box-shadow: 0 0 0 3px rgba(120, 89, 223, 0.5);
}

.btn-inverse-info.disabled, .btn-inverse-info:disabled {
    color: #7859df;
    background-color: transparent;
}

.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
    color: #ffffff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-info, .btn-info:hover {
    box-shadow: 0 2px 2px 0 rgba(120, 89, 223, 0.14), 0 3px 1px -2px rgba(120, 89, 223, 0.2), 0 1px 5px 0 rgba(120, 89, 223, 0.12);
}

.btn-inverse-warning {
    background-color: rgba(240, 173, 78, 0.2);
    background-image: none;
    border-color: rgba(240, 173, 78, 0);
}

.btn-inverse-warning:not(.btn-inverse-light) {
    color: #f0ad4e;
}

.btn-inverse-warning:hover {
    color: #ffffff;
    background-color: #ffc100;
    border-color: #ffc100;
}

.btn-inverse-warning.focus, .btn-inverse-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 0, 0.5);
}

.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
    color: #ffc100;
    background-color: transparent;
}

.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ffc100;
    border-color: #ffc100;
}

.btn-warning, .btn-warning:hover {
    box-shadow: 0 2px 2px 0 rgba(255, 193, 0, 0.14), 0 3px 1px -2px rgba(255, 193, 0, 0.2), 0 1px 5px 0 rgba(255, 193, 0, 0.12);
}

.btn-inverse-danger {
    background-color: rgba(255, 71, 71, 0.2);
    background-image: none;
    border-color: rgba(255, 71, 71, 0);
}

.btn-inverse-danger:not(.btn-inverse-light) {
    color: #ff4747;
}

.btn-inverse-danger:hover {
    color: #ffffff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-inverse-danger.focus, .btn-inverse-danger:focus {
    box-shadow: 0 0 0 3px rgba(255, 71, 71, 0.5);
}

.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
    color: #ff4747;
    background-color: transparent;
}

.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-danger, .btn-danger:hover {
    box-shadow: 0 2px 2px 0 rgba(255, 71, 71, 0.14), 0 3px 1px -2px rgba(255, 71, 71, 0.2), 0 1px 5px 0 rgba(255, 71, 71, 0.12);
}

.btn-inverse-light {
    background-color: rgba(248, 249, 250, 0.2);
    background-image: none;
    border-color: rgba(248, 249, 250, 0);
}

.btn-inverse-light:not(.btn-inverse-light) {
    color: #f8f9fa;
}

.btn-inverse-light:hover {
    color: #ffffff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-inverse-light.focus, .btn-inverse-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-inverse-light.disabled, .btn-inverse-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
    color: #ffffff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light, .btn-light:hover {
    box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-inverse-dark {
    background-color: rgba(40, 47, 58, 0.2);
    background-image: none;
    border-color: rgba(40, 47, 58, 0);
}

.btn-inverse-dark:not(.btn-inverse-light) {
    color: #282f3a;
}

.btn-inverse-dark:hover {
    color: #ffffff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-inverse-dark.focus, .btn-inverse-dark:focus {
    box-shadow: 0 0 0 3px rgba(40, 47, 58, 0.5);
}

.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
    color: #282f3a;
    background-color: transparent;
}

.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-dark, .btn-dark:hover {
    box-shadow: 0 2px 2px 0 rgba(40, 47, 58, 0.14), 0 3px 1px -2px rgba(40, 47, 58, 0.2), 0 1px 5px 0 rgba(40, 47, 58, 0.12);
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

.badge.badge-pill {
    border-radius: 10rem;
}

/*Badge outlined variations*/
.badge-outline-green {
    color: #71c016;
    background: #E5F8EE;
    border: 1px solid #E5F8EE;
}

.badge-outline-red {
    color: #ff4747;
    background: #FFE2DB;
    border: 1px solid #FFE2DB;
}

.badge-outline-primary {
    color: #4d83ff;
    border: 1px solid #4d83ff;
    background: #FFF;
}

.badge-outline-secondary {
    color: #686868;
    background: #FFF;
    border: 1px solid #686868;
}

.badge-outline-success {
    color: #71c016;
    background: #FFF;
    border: 1px solid #71c016;
}

.badge-outline-info {
    color: #7859df;
    background: #FFF;
    border: 1px solid #7859df;
}

.badge-outline-warning {
    color: #f0ad4e;
    background: #FFF;
    border: 1px solid #f0ad4e;
}

.badge-outline-danger {
    color: #ff4747;
    background: #FFF;
    border: 1px solid #ff4747;
}

.badge-outline-light {
    color: #f8f9fa;
    background: #FFF;
    border: 1px solid #f8f9fa;
}

.badge-outline-dark {
    color: #282f3a;
    background: #FFF;
    border: 1px solid #282f3a;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff !important;
    background-color: #78d5ef !important;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4ac7ea !important;
}

.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62 !important;
}

.badge-success {
    color: #fff !important;
    background-color: #28a745 !important;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34 !important;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8 !important;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b !important;
}

.badge-warning {
    color: #fff;
    background-color: #ffc107 !important;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ec971f !important;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545 !important;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130 !important;
}

.badge-light {
    color: #fff;
    background-color: #f8f9fa !important;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #dae0e5 !important;
}

.badge-dark {
    color: #fff;
    background-color: #343a40 !important;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124 !important;
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary-light {
    color: #fff !important;
    background-color: #4D9DE0 !important;
}

.badge-primary-light[href]:hover, .badge-primary-light[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4D9DE0 !important;
}

.badge-primary-light {
    color: #fff !important;
    background-color: #4D9DE0;
}

a.badge-primary-light:hover, a.badge-primary-light:focus {
    color: #fff !important;
    background-color: #4D9DE0;
}

a.badge-primary-light:focus, a.badge-primary-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(77,157,224, 0.5);
}

.badge-growth {
    color: #fff !important;
    background-color: #4D9DE0 !important;
    border-radius: 8px;
}

.badge-growth[href]:hover, .badge-growth[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4D9DE0 !important;
}

.badge-growth {
    color: #fff !important;
    background-color: #4D9DE0;
    border-radius: 8px;
}

a.badge-growth:hover, a.badge-growth:focus {
    color: #fff !important;
    background-color: #4D9DE0;
}

a.badge-growth:focus, a.badge-growth.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(77,157,224, 0.5);
}

.badge-primary {
    color: #fff !important;
    background-color: #4d83ff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff !important;
    background-color: #1a5fff;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(77, 131, 255, 0.5);
}

.badge-secondary {
    color: #fff !important;
    background-color: #686868;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4f4f4f;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.badge-success {
    color: #fff !important;
    background-color: #71c016;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #569211;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(113, 192, 22, 0.5);
}

.badge-info {
    color: #fff !important;
    background-color: #5bc0de;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #31b0d5;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 176, 213, 0.5);
}

.badge-warning {
    color: #fff !important;
    background-color: #f0ad4e;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #ec971f;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(236,151,31,0.5);
}

.badge-danger {
    color: #fff !important;
    background-color: #ff4747;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ff1414;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 71, 71, 0.5);
}

.badge-light {
    color: #212529 !important;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff !important;
    background-color: #282f3a;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #13171c;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 47, 58, 0.5);
}

.badge-date-time {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #24C3CD;
    background: #EBF9F6;
    border: 1px solid #EBF9F6;
    border-radius: 8px;
}

/* Backgrounds */
.bg-white {
    background-color: #fff !important;
}

.bg-success {
    background-color: #29924B !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-secondary {
    background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

.bg-gradient-success {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-info {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-warning {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-danger {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-light {
    background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

.bg-gradient-dark {
    background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

.bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-gradient-white {
    background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-neutral {
    background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-darker {
    background: linear-gradient(87deg, black 0, black 100%) !important;
}

.bg-gradient-blue {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-indigo {
    background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

.bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

.bg-gradient-pink {
    background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

.bg-gradient-red {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-yellow {
    background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

.bg-gradient-green {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-teal {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-cyan {
    background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

.bg-gradient-white {
    background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-gray {
    background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

.bg-gradient-gray-dark {
    background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

.bg-gradient-light {
    background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

.bg-gradient-lighter {
    background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

/* Border */
.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #78d5ef !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-top {
    border-top: 1px solid #f3f3f3;
}

.border-right {
    border-right: 1px solid #f3f3f3;
}

.border-bottom {
    border-bottom: 1px solid #f3f3f3;
}

.border-left {
    border-left: 1px solid #f3f3f3;
}

.border-top-0 {
    border-top: 0;
}

.border-right-0 {
    border-right: 0;
}

.border-bottom-0 {
    border-bottom: 0;
}

.border-left-0 {
    border-left: 0;
}

.border-x {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}

.border-y {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #f3f3f3;
    }

    .border-sm-right {
        border-right: 1px solid #f3f3f3;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #f3f3f3;
    }

    .border-sm-left {
        border-left: 1px solid #f3f3f3;
    }

    .border-sm-top-0 {
        border-top: 0;
    }

    .border-sm-right-0 {
        border-right: 0;
    }

    .border-sm-bottom-0 {
        border-bottom: 0;
    }

    .border-sm-left-0 {
        border-left: 0;
    }

    .border-sm-x {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }

    .border-sm-y {
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #f3f3f3;
    }

    .border-md-right {
        border-right: 1px solid #f3f3f3;
    }

    .border-md-bottom {
        border-bottom: 1px solid #f3f3f3;
    }

    .border-md-left {
        border-left: 1px solid #f3f3f3;
    }

    .border-md-top-0 {
        border-top: 0;
    }

    .border-md-right-0 {
        border-right: 0;
    }

    .border-md-bottom-0 {
        border-bottom: 0;
    }

    .border-md-left-0 {
        border-left: 0;
    }

    .border-md-x {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }

    .border-md-y {
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #f3f3f3;
    }

    .border-lg-right {
        border-right: 1px solid #f3f3f3;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #f3f3f3;
    }

    .border-lg-left {
        border-left: 1px solid #f3f3f3;
    }

    .border-lg-top-0 {
        border-top: 0;
    }

    .border-lg-right-0 {
        border-right: 0;
    }

    .border-lg-bottom-0 {
        border-bottom: 0;
    }

    .border-lg-left-0 {
        border-left: 0;
    }

    .border-lg-x {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }

    .border-lg-y {
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #f3f3f3;
    }

    .border-xl-right {
        border-right: 1px solid #f3f3f3;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #f3f3f3;
    }

    .border-xl-left {
        border-left: 1px solid #f3f3f3;
    }

    .border-xl-top-0 {
        border-top: 0;
    }

    .border-xl-right-0 {
        border-right: 0;
    }

    .border-xl-bottom-0 {
        border-bottom: 0;
    }

    .border-xl-left-0 {
        border-left: 0;
    }

    .border-xl-x {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }

    .border-xl-y {
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
    }
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

/* Display */
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-settings {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* Shadow */
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* text */
.error {
    color: #ff4747;
    font-size: 12px;
}

.text-black {
    color: #000;
}

.text-small {
    font-size: 12px;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: #fff !important;
}

.text-sky {
    color: #02c2c7
}

.text-orange {
    color: #e95601
}

.text-green {
    color: #5bbd2a
}

.text-yellow {
    color: #f0d001
}

.text-pink {
    color: #ff48a4
}

.text-purple {
    color: #9d60ff
}

.text-lightred {
    color: #ff5722
}

a .text-sky:hover {
    opacity: 0.8;
    color: #02c2c7
}

a .text-orange:hover {
    opacity: 0.8;
    color: #e95601
}

a .text-green:hover {
    opacity: 0.8;
    color: #5bbd2a
}

a .text-yellow:hover {
    opacity: 0.8;
    color: #f0d001
}

a .text-pink:hover {
    opacity: 0.8;
    color: #ff48a4
}

a .text-purple:hover {
    opacity: 0.8;
    color: #9d60ff
}

a .text-lightred:hover {
    opacity: 0.8;
    color: #ff5722
}

/* Font size text */
.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-weight-medium {
    font-weight: 500;
}

.text-size-20 {
    font-size: 20px !important;
}

.text-size-22 {
    font-size: 22px !important;
}

.text-size-24 {
    font-size: 24px !important;
}

.text-size-26 {
    font-size: 26px !important;
}

.text-size-28 {
    font-size: 28px !important;
}

/* widths */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

/* Heights */
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

/* Margins and paddings */
.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt--1,
.my--1 {
    margin-top: -0.25rem !important;
}

.mt--2,
.my--2 {
    margin-top: -0.5rem !important;
}

.mt--3,
.my--3 {
    margin-top: -0.75rem !important;
}

.mt--4,
.my--4 {
    margin-top: -1rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.ml--1,
.mx--1 {
    margin-left: -0.25rem !important;
}

.ml--2,
.mx--2 {
    margin-left: -0.5rem !important;
}

.ml--3,
.mx--3 {
    margin-left: -0.75rem !important;
}

.ml--4,
.mx--4 {
    margin-left: -1rem !important;
}

.ml--5,
.mx--5 {
    margin-left: -1.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.pl-6,
.px-6 {
    padding-left: 3.5rem !important;
}

.pl-7,
.px-7 {
    padding-left: 4rem !important;
}

.pl-8,
.px-8 {
    padding-left: 4.5rem !important;
}

.pl--1,
.px--1 {
    padding-left: -0.25rem !important;
}

.pl--1,
.px--1 {
    padding-left: -0.5rem !important;
}

.pl--1,
.px--1 {
    padding-left: -0.75rem !important;
}

.pl--1,
.px--1 {
    padding-left: -1rem !important;
}

.pl--1,
.px--1 {
    padding-left: -1.25rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/* Font style and weight */
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

/* Visibility */
.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* Circle images */
.fluid-circle-img {
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
}

.circle-img-sm {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #ced4da;
}

.circle-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    border: 2px solid #ced4da;
}

.circle-img:hover {
    border: 2px solid #00a928;
}

.circle-img-sm:hover {
    border: 2px solid #00a928;
}

@media (min-width: 992px) and (max-width: 1024px) {

    .circle-img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(255, 255, 255, 0.5);
        border: 2px solid #ced4da;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .circle-img {
        height: 55px;
        width: 55px;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(255, 255, 255, 0.5);
        border: 2px solid #ced4da;
    }
}

@media (max-width: 767px) {

    .circle-img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(255, 255, 255, 0.5);
        border: 2px solid #ced4da;
    }
}

/* Card */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-white:hover {
    color: #212529;
    background-color: white;
    border-color: white;
}

.btn-white:focus,
.btn-white.focus {
    color: #212529;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: white;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    color: #212529;
    box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/*-------------------------
 Horizontal image container
 --------------------------*/
.scrolling-mobile-flexbox {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrolling-mobile-flexbox img {
    width: 120px;
    height: 120px;
}

/* Map */
#basicMap {
    height: 57vh;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

@media (min-width: 768px) and (max-width: 991px) {
    #basicMap {
        height: 55vh;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #basicMap {
        height: 50vh;
        width: 100%;
    }
}

/*-------------------
 image thumbnail
 -------------------*/
.image-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    margin: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Add a hover effect  */
.image-thumbnail:hover, .image-thumbnail:focus {
    box-shadow: 0 0 2px 1px rgba(0, 169, 40, 0.5);
}

/* Asset QrLanding */
.detail-box-header .heading {
    font-size: 18px;
}

.detail-box-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.detail-box-img img {
    width: 100%;
    height: calc(100vw * 1);
}

.detail-box-icons ul li {
    display: inline-block;
    border: 1px solid #00a928;
    border-radius: 50%;
    color: #00a928;
    margin-right: 8px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.detail-box-icons ul li a {
    color: #00a928;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px
}

.detail-box-icons ul li:hover {
    background: #00a928;
    border-color: #00a928
}

.detail-box-icons ul li:hover a {
    color: #fff
}

.detail-social-icon li {
    display: inline-block;
    margin-right: 5px
}

.detail-social-icon li:last-child {
    margin-right: 0
}

.detail-social-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50px
}

.list-style-detail {
    list-style: none;
    padding: 0
}

.list-style-detail li {
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1)
}

.list-style-detail li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.detail-box .carousel-control.left {
    margin-left: 0
}

.detail-box .carousel-control.left,
.detail-box .carousel-control.right {
    background: none !important
}
/* End Asset Qr Landing */

/* Picture container */
.picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.picture {
    width: 280px;
    height: 200px;
    border: 2px solid #FFF;
    color: #FFF;
    margin-top: 5px;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.picture img {
    width: 280px;
    height: 200px;
}

.picture:hover {
    border-color: var(--success);
}

/* Dividers */
.divider {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.vertical-divider {
    height: 100%;
    border-top: 1px solid #e6e6e6;
}

.search-divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

/* Visits Notes */
.visit-list .note-success {
    position: relative;
    top: 50%;
    background: #FFF;
    padding: 30px 30px;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.visit-list a span .fa {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

.visit-list .note-success:hover, .visit-list .note-success:focus {
    border: 2px solid #71c016;
}

.blockquote p {
    font-size: 15px;
}

.blockquote-footer {
    font-size: 14px;
}

.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}

/* New page header style to propose */
.page-info-header {
    width: 100%;
}

.float-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -30%);
    border: 2px solid #ced4da;
    position: absolute;
    left: 50%;
    transition: all 0.15s ease;
}

.page-info p {
    color: #212121;
    font-size: 15px;
}

.page-info-box .page-details span {
    color: #212121;
    font-size: 15px;
}

.page-info-box .page-deatils p {
    font-size: 15px;
    color: #000;
}

.page-info-box hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page-info-box h5 {
    color: #999999;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2
}

.page-header {
    margin-bottom: 2.5rem;
}

.page-header .page-title {
    margin-bottom: 0;
    line-height: .85;
}

.unit-5 {
    height: 50px;
    background-size: cover;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 20px rgba(46, 46, 46, 0.1);
    -moz-box-shadow: 0 2px 20px rgba(46, 46, 46, 0.1);
    box-shadow: 0 2px 20px rgba(46, 46, 46, 0.1);
    background-position: center center;
}

.unit-5 > .container {
    position: relative;
}

.unit-5 h2 {
    position: relative;
    top: 30%;
    color: #FFF;
    font-size: 1.8rem;
}

.bg-header-linear {
    background: -webkit-linear-gradient( 45deg, #54d400 80%, #1b1e21 20%);
    background: -webkit-linear-gradient(left, #54d400 80%, #1b1e21 20%);
    background: linear-gradient( 45deg, #54d400 80%, #1b1e21 20%);
}


/*-------------------------------
  vcheckout accordion section 
-------------------------------*/

.v-accordion {
    background-color: rgb(241, 243, 242);
    color: #333;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


.vcheckouthistory .active, .v-accordion:hover {
    background-color: #FFF;
}

.vcheckouthistory .panel {
    padding: 0 18px;
    background-color: #FFF;
    display: none;
    overflow: hidden;
}

.vcheckouthistory .v-accordion:after {
    content: "\FF0B"; /* Unicode character for "plus" sign (+) */
    font-size: 18px;
    color: #333;
    float: right;
    font-weight: 800;
}

.vcheckouthistory .active:after {
    content: "\2013"; /* Unicode character for "minus" sign (-) */
    color: #333;
    font-size: 18px;
    font-weight: 800;
    float: right;
}

/* Vehicle list view */
/* Picked up customers */
.p-list-item {
    display: block;
    border: 1px solid #5BB12F;
    color: #212121;
    background: #FFF;
    position: relative;
    text-align: left;
}

.p-list-item h4 {
    font-size: 14px !important;
}

.p-list-item:hover {
    background: #FFF;
    color: #5BB12F;
    -webkit-box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #00a928;
}

.p-list-item .user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.p-list-item h3 {
    font-size: 17px;
}

.p-list-item .list-details {
    width: calc(100% - 250px);
}

@media (max-width: 1199.98px) {
    .p-list-item .list-details {
        width: 100%;
        text-align: left;
    }
}

.p-list-item .list-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    text-align: left;
}

/*
.list-details span .fa, .list-details .fa {
    color: #337ab7;
}
*/

/* Pending customers */
.pen-list-item {
    display: block;
    border: 1px solid yellow;
    color: #212121;
    background: #FFF;
    position: relative;
    text-align: left;
}

.pen-list-item h4 {
    font-size: 14px !important;
}

.pen-list-item:hover {
    background: #FFF;
    color: #c7a500;
    -webkit-box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 40px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid yellow;
    z-index: 2;
}

.pen-list-item .user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.pen-list-item h3 {
    font-size: 17px;
}

.pen-list-item .list-details {
    width: calc(100% - 250px);
}

@media (max-width: 1199.98px) {
    .pen-list-item .list-details {
        width: 100%;
        text-align: left;
    }
}

.pen-list-item .list-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    text-align: left;
}

.btn-sm {
    border-radius: 0.5rem !important;
}

/*-------------------*/
/* accordion section */
/*-------------------*/
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #e5e5e5;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #333;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #333;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #333;
    border: 1px solid #333;
}

.accordion button .accordion-title {
    font-size: 14px;
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #FFF;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #333;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #333;
}

.accordion button[aria-expanded='true'] {
    color: #333;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 14px;
    font-weight: 300;
    margin: 2em 0;
}

/*-------------------
 image thumbnail
 -------------------*/
.image-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    margin: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Add a hover effect  */
.image-thumbnail:hover, .image-thumbnail:focus {
    box-shadow: 0 0 2px 1px rgba(0, 169, 40, 0.5);
}

/* Custom modal styling */
.modal-fluid .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-fluid .modal-content {
    border-radius: 0;
}

.modal-primary .modal-title {
    color: #fff;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-primary .modal-content {
    background-color: #5e72e4;
    color: #fff;
}

.modal-primary .modal-content .heading {
    color: #fff;
}

.modal-primary .close > span:not(.sr-only) {
    color: #fff;
}

.modal-secondary .modal-title {
    color: #212529;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer {
    border-color: rgba(33, 37, 41, 0.075);
}

.modal-secondary .modal-content {
    background-color: #f7fafc;
    color: #212529;
}

.modal-secondary .modal-content .heading {
    color: #212529;
}

.modal-secondary .close > span:not(.sr-only) {
    color: #fff;
}

.modal-success .modal-title {
    color: #fff;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-success .modal-content {
    background-color: #2dce89;
    color: #fff;
}

.modal-success .modal-content .heading {
    color: #fff;
}

.modal-success .close > span:not(.sr-only) {
    color: #fff;
}

.modal-info .modal-title {
    color: #fff;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-info .modal-content {
    background-color: #11cdef;
    color: #fff;
}

.modal-info .modal-content .heading {
    color: #fff;
}

.modal-info .close > span:not(.sr-only) {
    color: #fff;
}

.modal-warning .modal-title {
    color: #fff;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-warning .modal-content {
    background-color: #fb6340;
    color: #fff;
}

.modal-warning .modal-content .heading {
    color: #fff;
}

.modal-warning .close > span:not(.sr-only) {
    color: #fff;
}

.modal-danger .modal-title {
    color: #fff;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-danger .modal-content {
    background-color: #f5365c;
    color: #fff;
}

.modal-danger .modal-content .heading {
    color: #fff;
}

.modal-danger .close > span:not(.sr-only) {
    color: #fff;
}

.modal-light .modal-title {
    color: #fff;
}

.modal-light .modal-header,
.modal-light .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-light .modal-content {
    background-color: #adb5bd;
    color: #fff;
}

.modal-light .modal-content .heading {
    color: #fff;
}

.modal-light .close > span:not(.sr-only) {
    color: #fff;
}

.modal-dark .modal-title {
    color: #fff;
}

.modal-dark .modal-header,
.modal-dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-dark .modal-content {
    background-color: #212529;
    color: #fff;
}

.modal-dark .modal-content .heading {
    color: #fff;
}

.modal-dark .close > span:not(.sr-only) {
    color: #fff;
}

.modal-default .modal-title {
    color: #fff;
}

.modal-default .modal-header,
.modal-default .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-default .modal-content {
    background-color: #172b4d;
    color: #fff;
}

.modal-default .modal-content .heading {
    color: #fff;
}

.modal-default .close > span:not(.sr-only) {
    color: #fff;
}

.modal-white .modal-title {
    color: #212529;
}

.modal-white .modal-header,
.modal-white .modal-footer {
    border-color: rgba(33, 37, 41, 0.075);
}

.modal-white .modal-content {
    background-color: #fff;
    color: #212529;
}

.modal-white .modal-content .heading {
    color: #212529;
}

/* Modal with with white backgrounds needs to have their close span of a 
    different color
*/
.modal-white .close > span:not(.sr-only) {
    color: #000 !important;
}

.modal-neutral .modal-title {
    color: #212529;
}

.modal-neutral .modal-header,
.modal-neutral .modal-footer {
    border-color: rgba(33, 37, 41, 0.075);
}

.modal-neutral .modal-content {
    background-color: #fff;
    color: #212529;
}

.modal-neutral .modal-content .heading {
    color: #212529;
}

.modal-neutral .close > span:not(.sr-only) {
    color: #fff;
}

.modal-darker .modal-title {
    color: #fff;
}

.modal-darker .modal-header,
.modal-darker .modal-footer {
    border-color: rgba(255, 255, 255, 0.075);
}

.modal-darker .modal-content {
    background-color: black;
    color: #fff;
}

.modal-darker .modal-content .heading {
    color: #fff;
}

.modal-darker .close > span:not(.sr-only) {
    color: #fff;
}

/* Buttons for modal */
.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-white:hover {
    color: #212529;
    background-color: white;
    border-color: white;
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: white;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #5e72e4;
    background-color: transparent;
}

.btn-link:hover {
    color: #233dd2;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

/* Customer Payment Exception */

#cpe-search-results {
    display: none;
}

#cpe-selected-cust {
    display: none;
}

.cpe-search-col {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 52vh;
}

.cpe-selected-cust-col {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 52vh;
}

#cpe-search-results::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#cpe-search-results::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#cpe-search-results::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #cpe-search-results::-webkit-scrollbar-track {
        display: none;
    }

    #cpe-search-results::-webkit-scrollbar {
        display: none;
    }

    #cpe-search-results::-webkit-scrollbar-thumb {
        display: none;
    }
}

#cpe-selected-cust::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#cpe-selected-cust::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#cpe-selected-cust::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #cpe-selected-cust::-webkit-scrollbar-track {
        display: none;
    }

    #cpe-selected-cust::-webkit-scrollbar {
        display: none;
    }

    #cpe-selected-cust::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* Allowing Partial Payments */

#pp-search-results {
    display: none;
}

#pp-selected-cust {
    display: none;
}

.pp-search-col {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 52vh;
}

.pp-selected-cust-col {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 52vh;
}

#pp-search-results::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#pp-search-results::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#pp-search-results::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #pp-search-results::-webkit-scrollbar-track {
        display: none;
    }

    #pp-search-results::-webkit-scrollbar {
        display: none;
    }

    #pp-search-results::-webkit-scrollbar-thumb {
        display: none;
    }
}

#pp-selected-cust::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#pp-selected-cust::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#pp-selected-cust::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #pp-selected-cust::-webkit-scrollbar-track {
        display: none;
    }

    #pp-selected-cust::-webkit-scrollbar {
        display: none;
    }

    #pp-selected-cust::-webkit-scrollbar-thumb {
        display: none;
    }
}

/*
    Payment search
*/

#pay-search-results {
    display: none;
}

.pay-search-col {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 52vh;
}

#pay-search-results::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#pay-search-results::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#pay-search-results::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #pay-search-results::-webkit-scrollbar-track {
        display: none;
    }

    #pay-search-results::-webkit-scrollbar {
        display: none;
    }

    #pay-search-results::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* Create inventory modal search */

#inv-search-results {
    display: none;
}

.inv-search-empty {
    display: none;
}

.inv-search-col {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 52vh;
}

#inv-search-results::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #FAFAFA;
}

#inv-search-results::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

#inv-search-results::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c2c2c2;
}

@media (max-width: 767px) {
    #inv-search-results::-webkit-scrollbar-track {
        display: none;
    }

    #inv-search-results::-webkit-scrollbar {
        display: none;
    }

    #inv-search-results::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* Extracts index page */
.extracts-card {
    position: relative;
}

.extracts-card .card {
    background: linear-gradient(87deg, #1FFFFFF 0, #EEEEEE 100%);
    padding: 10px 10px;
    border-radius: 2.5rem;
}

.extracts-card h4 {
    font-weight: 600;
}

.extracts-card .qrcode-spacer {
    padding-top: 18px;
}

.extracts-card .extracts-input {
    width: 100%;
    height: 24px;
    border-radius: 0px !important;
}

/* CustomerQrCodeExtract Mobile View */

@media screen and (max-width: 767px) {
    .cqe-mobile-spacer {
        margin-top: 10%;
    }
}

@media print {
    header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
        display: none !important;
    }
}

/* Bootstrap Progress */
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #284485;
  background-color: #cddcff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #284485;
  background-color: #b4caff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #284485;
  border-color: #284485;
}

.list-group-item-secondary {
  color: #363636;
  background-color: #d5d5d5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #363636;
  background-color: #c8c8c8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #363636;
  border-color: #363636;
}

.list-group-item-success {
  color: #3b640b;
  background-color: #d7edbe;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3b640b;
  background-color: #cbe7aa;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #3b640b;
  border-color: #3b640b;
}

.list-group-item-info {
  color: #3e2e74;
  background-color: #d9d1f6;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #3e2e74;
  background-color: #c7bcf2;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #3e2e74;
  border-color: #3e2e74;
}

.list-group-item-warning {
  color: #856400;
  background-color: #ffeeb8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856400;
  background-color: #ffe89f;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856400;
  border-color: #856400;
}

.list-group-item-danger {
  color: #852525;
  background-color: #ffcbcb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852525;
  background-color: #ffb2b2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #852525;
  border-color: #852525;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #15181e;
  background-color: #c3c5c8;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #15181e;
  background-color: #b6b8bc;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #15181e;
  border-color: #15181e;
}

.list-img-inventory {
    height: 22px !important;
    width: 30px !important;
    border-radius: 0px !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.5;
}

.close:hover, .close:focus {
    color: #3c763d;
    outline: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button.close:hover, button.close:focus {
    color: #3c763d;
    outline: none;
}

a.close.disabled {
  pointer-events: none;
}

.progress {
    border-radius: 3px;
    height: 8px;
}

.progress .progress-bar {
    border-radius: 3px;
}

.progress.progress-sm {
    height: 0.375rem;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 15px;
}

.progress.progress-xl {
    height: 18px;
}
