.pointer {
    cursor: pointer;
}


.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}


@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -15rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }


    label {
        font-size: 80% !important;
    }

}

.btn:focus,
a:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.bg-accent {
    background: #FDA11E !important;
}

.text-accent {
    color: #FDA11E !important;
}

.border-accent {
    border: 1px solid #FDA11E !important;
}

.border-accent-2x {
    border: 2px solid #FDA11E !important;
}

.border-accent-3x {
    border: 3px solid #FDA11E !important;
}

.bg-main-light {
    background: #E7F7F4 !important;
}

.text-main-light {
    color: #E7F7F4 !important;
}

.bg-main {
    background: #391E17 !important;
}

.text-main {
    color: #391E17 !important;
}

.border-main {
    border: 1px solid #343a40 !important;
}

.border-main-2x {
    border: 2px solid #343a40 !important;
}

.border-main-3x {
    border: 3px solid #343a40 !important;
}

.bg-main-dark {
    background: #0E0706 !important;
}

.text-main-dark {
    color: #0E0706 !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}


.btn-main {
    border: 3px solid #FDA11E !important;
    background: #391E17 !important;
    color: #FDA11E;
    font-weight: 600;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 0px;
    transition: 0.5s;
}

.btn-main:hover {
    background: #1D0F0C !important;
    color: white;
}

.table {
    margin-bottom: 0 !important;
}

body {
    background: #f5f5f5;
    width: 100%;
    font-size: 90%;
}

table {
    text-align: center;
}

table td p {
    text-align: left;
}

label {
    font-size: 90%;
    margin-bottom: 2px;
    font-weight: 500;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.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-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

table th {
    letter-spacing: 0.9px;
}

table td {
    color: #404040;
}
