/******************************************/
:root {
    --bs-primary-rgb: 3, 30, 142;
    --bs-success-rgb: 72, 204, 136;
    --bs-secondary-color: rgb(144 157 156);
    --bs-font-sans-serif: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/******************************************/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/******************************************/
.blink {
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


/******************************************/
.open-sans-<uniquifier > {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/*************************/
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .preloader > div {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        margin-left: -45px;
        margin-top: -15px;
        padding: 10px;
        z-index: 10000;
        text-shadow: 0px 1px 2px #000;
    }
/******************************************/
.dropdown-toggle-none::after {
    display: none;
}
/******************************************/
.figure {
    position: relative;
}

    .figure:before {
        content: "";
        position: absolute;
        top: 0rem;
        right: 0rem;
        width: 50rem;
        height: 30rem;
        background-image: url(images/gallery/figure1.svg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .figure:after {
        content: "";
        position: absolute;
        bottom: 0rem;
        left: -3rem;
        width: 50rem;
        height: 35rem;
        background-image: url(images/gallery/figure2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
/******************************************/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-dark-rgb);
    font-weight: bold;
    background-color: transparent;
    border-bottom: 3px solid var(--bs-nav-pills-link-active-bg);
    border-radius: 0;
}
/******************************************/

.step-active {
    position: relative;
}

    .step-active:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: -40px;
        width: 8px;
        height: 8px;
        border-radius: 90%;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
    }
/******************************************/
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #48cc88;
    --bs-btn-border-color: #48cc88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #48cc88;
    --bs-btn-hover-border-color: #48cc88;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #48cc88;
    --bs-btn-active-border-color: #48cc88;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #48cc88;
    --bs-btn-disabled-border-color: #48cc88;
}

.btn-outline-success {
    --bs-btn-color: #48cc88;
    --bs-btn-border-color: #48cc88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #48cc88;
    --bs-btn-hover-border-color: #48cc88;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #48cc88;
    --bs-btn-active-border-color: #48cc88;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #48cc88;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #48cc88;
    --bs-gradient: none;
}
/******************************************/


.bd-links {
    display: block !important;
    height: 100%;
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
    font-weight: 600;
}

    .bd-links ul li ul {
        margin-left: 0.5rem;
    }

    .bd-links a {
        margin-bottom: 0.5rem;
        color: rgba(0,0,0,0.65);
        text-decoration: none;
    }

    .bd-links .btn {
        font-size: .85rem;
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        color: rgba(0,0,0,0.65);
        background-color: transparent;
        border: 0;
    }

        .bd-links .btn:focus {
            text-decoration: none !important;
            border: none !important;
            box-shadow: none !important;
        }

        .bd-links .btn:before {
            width: 1.25em;
            line-height: 0;
            content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
            transform: rotate(90deg);
            transition: transform 0.35s ease;
            transform-origin: 0.5em 50%;
        }

        .bd-links .btn[aria-expanded="true"] {
            color: rgba(0,0,0,0.85);
        }

            .bd-links .btn[aria-expanded="true"]::before {
                transform: rotate(-90deg);
            }

    .bd-links a.active {
        position: relative;
        color: #2b2b2b;
        font-weight: 500;
    }

        .bd-links a.active:after {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            background-color: #156efd;
            width: 10px;
            height: 100%;
        }

/******************************************/
.table-divider {
    position: relative;
}

    .table-divider:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 26px;
        background: #c9c9c9;
        top: 50%;
        margin-top: -13px;
        left: 50%;
        margin-left: -1.5px;
        transform: rotate(37deg);
    }

/******************************************/

.subtitle {
    display: block;
    text-align: center;
    margin: .5rem 0;
}

    .subtitle span {
        font-size: .7rem;
        line-height: 1;
        text-align: center;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        z-index: 2;
    }

    .subtitle div {
        position: relative;
        text-align: center;
        margin: 0;
    }

        .subtitle div:before {
            content: "";
            display: block;
            border-top: solid 1px #eef0f2;
            width: 100%;
            position: absolute;
            top: 13px;
            z-index: 1;
        }
/******************************************/

@media only screen and (max-width: 767px) {
    .figure:before {
        display: none;
    }

    .figure:after {
        display: none;
    }
}



/******************************************/
.file-drop-area {
    position: relative;
    /*display: flex;*/
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed #aaa;
    border-radius: 3px;
    transition: 0.2s;
    color: #aaa;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: large;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}



