:root {
    --font-family: Nunito, sans-serif !important;
}

html, body {
    overflow-x: hidden;
}

.content-wrapper {
    position: relative;
}

#main-card *, #main-card > * {
    max-width: 100%;
}

#main-card:not(.fa), .btn-login {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.text-body {
    font-size: 17px !important;
    font-weight: normal !important;
    color: #555555 !important;
}

.fixedElement {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 40;
}

.fa-shadow {
    text-shadow: 0 0 2px black !important;
}

/* ------------------- Scroll bar design ------------------- */
/* width */
::-webkit-scrollbar {
    width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 5px;
    background-color: white !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(128, 128, 128, 0.27) !important;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 128, 128, 0.27) !important;
}

/* ------------------- End Scroll bar design ------------------- */

/* ------------------- Header ------------------- */

#myProfileImage {
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    border: 0;
}

.gradient-bg {
    width: 100%;
    height: 100%; /* Set your desired height */
    /*background-image: linear-gradient(transparent, #555555);*/
    background-color: rgba(0, 0, 0, 0.3); /* set the background color and opacity of the overlay */
}

/* ------------------- End Header ------------------- */

/* ------------------- Carousal ------------------- */

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

.carousel-control-prev, .carousel-control-next {
    height: 50%;
    margin-top: 25%;
    opacity: 1 !important;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .carousel-control-prev, .carousel-control-next {
        display: none !important;
    }
}

.mute-overlay, .reset-overlay {
    position: absolute;
    /*top: 10px;*/
    padding: 15px;
    bottom: 1px;
}

.mute-overlay {
    right: 10px;
}

.reset-overlay {
    left: 10px;
}

.mute-overlay i {
    font-size: 20px;
    text-shadow: 0 0 5px black;
    color: white;
}

.reset-overlay i {
    font-size: 15px;
    text-shadow: 0 0 5px black;
    color: white;
}

@media (max-width: 768px) {
    .carousel-indicators li {
        width: 7px;
        height: 7px;
        border-radius: 100%;
    }

    .arrow-left, .arrow-right {
        font-size: 1em;
    }

    .mute-overlay i {
        font-size: 15px;
    }

    .reset-overlay i {
        font-size: 10px;
    }
}

.vjs-tech {
    width: 100% !important;
    height: 100% !important;
}

.vjs-control-text {
    display: none !important;
}

.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

.carousel-inner > .carousel-item {
    transition: transform 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
    .carousel-inner > .carousel-item {
        transition: transform 0.1s ease-in-out;
    }
}

/* ------------------- End Carousal ------------------- */

/* ------------------- General ------------------- */



/* ------------------- END General ------------------- */
