:root {
    --main-color: #191919;
    --main-color-light: #292929;
    --main-color-dark: #000000;
    /*    --main-color: #222;*/
    /*    --alt-color: rgba(145, 59, 255, 0.14);*/
    --alt-color: #D39C1A;
}

body {
    background: #FFF;
    width: 100%;
    color: #292929;
    line-height: 1.167;
    font-family: 'Neue Haas Grotesk Display', sans-serif;
    font-weight: 400;
}

.heading {
    font-family: 'Neue Haas Grotesk Display', sans-serif;
    font-weight: 700;
}

.btn:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a,
a:hover {
    text-decoration: none;
}

.swal-modal * {
    text-align: center;
}

.bg-main {
    background: var(--main-color) !important;
}

.text-main {
    color: var(--main-color) !important;
}

.border-main {
    border-color: var(--main-color) !important;
}

.bg-main-accent {
    background: #03c4a4 !important;
}

.text-main-accent {
    color: #03c4a4 !important;
}

.border-main-accent {
    border: 1px solid #03c4a4 !important;
}

.bg-main-alt {
    background: #32323C !important;
}

.text-main-alt {
    color: #32323C !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-105 {
    font-size: 105%;
}

.font-110 {
    font-size: 110%;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.hide-in-sm-block {
    display: block !important;
}

.show-in-sm-block {
    display: none !important;
}

@media only screen and (max-width:786px) {

    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .hide-in-sm-block {
        display: none !important;
    }

    .show-in-sm-block {
        display: block !important;
    }

    .no-padding-sm {
        padding: 0px !important;
    }

    .no-xpadding-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-margin-sm {
        margin: 0px !important;
    }

    div.px-4 {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }
}

@media print {

    .txt-search,
    .btn-search,
    .print-button {
        display: none !important;
    }
}

.note-popover {
    display: none !important;
}

.panel-default .btn-default {
    color: black !important;
    background: white !important;
    box-shadow: none !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0 !important;
}

.dropdown-item:hover {
    background: transparent !important;
}
