body * {
    font-family: "Nunito Sans", sans-serif;
}

.flasher {
    position: fixed;
    z-index: 9;
    top: 15px;
    right: 15px;
    margin-left: 15px;
}

.flasher {
    z-index: 9999;
}

.pointing {
    cursor: pointer;
}

.btn-outline-primary {
    border-color: rgb(182 153 255);
    color: rgb(182 153 255);
    box-shadow: 0px 0px 10px 0px rgba(208, 113, 255, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(208, 113, 255, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(208, 113, 255, 0.5);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible {
    background-color: #1e00a5 !important;
    border-color: transparent !important;
}

.svh-100 {
    height: 100svh !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: 1px;
    scrollbar-color: #cacaca #383838;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

*::-webkit-scrollbar-track {
    background: #dbdbdb;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px none #cecece;
}
/* ===== Scrollbar CSS ===== */

/* ===== Hover CSS ===== */
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* ===== Hover CSS ===== */

/* parallax */
.par-bg {
    background: #3e03b2;
}
/* parallax */

/* navbar */
.navbar {
    transition: 0.3s;
}
/* navbar */

/* kulindus style */
.dropdown-menu {
    background-color: #b5c3ff;
}

.dropdown-item {
    transition: 0.3s;
    color: #2a2306;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #2a2306;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
}
/* kulindus style */
