

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #bd5d38;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #212529;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-h-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #F47A20;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 244, 122, 32;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Muli, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}


#goBackBtn {
    background-color: #1F2A37;
    border-radius: 150px;
    box-sizing: border-box;
    border-style: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    /*line-height: 1.5;*/
    min-height: 50px;
    min-width: 10px;
    /*overflow: hidden;*/
    padding: 5px 20px 8px;
    position: relative;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    #goBackBtn:hover,
    #goBackBtn:focus {
        opacity: .75;
    }



*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
.boxgrid_small {
    background-color: #1F2A37;
    height: 196px;
    transition: all 0.3s ease;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 8px;
}
    .boxgrid_small:hover {
        background-color: #ffff;
        background-position: right;
        background-repeat: no-repeat;
        opacity: 1;
        box-shadow: inset 0 0 0 2px #1F2A37;
        transform: scale(1.02);
        position: relative;
        z-index: 1;
    }

        .boxgrid_small a {
        text-decoration: none;
        color: #FFFFFF !important;
        font-family: 'Open Sans Condensed','Segoe UI WPC','Segoe UI',Verdana,sans-serif;
        font-size: 18px;
    }

    .boxgrid_small img {
        width: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .boxgrid_small p {
        margin-top: 20px;
        margin-left: 20px;
        text-align: left;
        font-size: 18px;
        text-decoration: none;
        color: #f8f9fa;
    }
    .boxgrid_small:hover p {
        color: #1d1d1b;
    }

.boxgrid_small img {
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .row {
        margin-right: calc(var(--bs-gutter-x) * -0.9);
        margin-left: calc(var(--bs-gutter-x) * -0.9);
        transition: all 0.3s ease;
    }

    .boxgrid_small {
        padding: 3px;
        display: block;
        height: 80px;
        opacity: 1;
    }

        .boxgrid_small a {
            display: grid;
        }

        .boxgrid_small p {
            margin-top: 20px;
            float: right;
            position: absolute;

        }

            .boxgrid_small hover:p {
                color: #1d1d1b;
            }

        .boxgrid_small img {
            width: 45px;
            height: 45px;
            margin: 12px 15px 15px auto;
        }
}

