/* Dashboard css header and footer */
#chart {
    width: 100%;
    height: 200px;
}

.mobile-header {
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.mobile-header .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #283356;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
    padding: 0px 0;
}

.mobile-header .header-title {
    font-size: 18px;
    font-weight: bold;
    color: #283356;
    text-transform: uppercase;
}

.mobile-header .icons i {
    margin-left: 20px;
    font-size: 20px;
}

.m-search-br {
    margin-top: 10px;
    background-color: #C75B7A;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.m-search-br .fa-circle-notch {
    margin-right: 10px;
}

.m-bottom-nav {
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 45px 45px 0 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1000;
    transition: background 0.3s ease;
}

.m-bottom-nav:hover {
    background: #f5f5f5;
}

.mobile-nav {
    display: flex;
    justify-content: space-around;
    padding: 10px 0 0 0;
    position: relative;
}

.nav-link {
    text-align: center;
    color: #C75B7A;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: .5rem 1rem;
}

.nav-link:hover {
    color: #921A40;
}

.push-btn:hover {
    color: #921A40 !important;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    background: none !important;
}

.nav-link:hover i {
    color: #C66E1F;
    transform: scale(1.2);
}

.nav-link i {
    /* position: absolute; */
    /* display: block; */
    font-size: 24px;
    margin-bottom: 5px;
    color: #283356;
    transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link.active i,
.nav-link:hover i {
    opacity: 1;
    width: 80%;
}

.nav-link span {
    display: block;
    font-size: 12px;
    color: #283356;
    margin-top: 5px;
    transition: color 0.3s ease;
}

.nav-link.active span,
.nav-link:hover span {
    color: #283356;
}

.nav-link .indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background: #C66E1F;
    border-radius: 5px 5px 0 0;
    transition: width 0.3s ease;
    opacity: 0;
}

.nav-link.active .indicator,
.nav-link:hover .indicator {
    opacity: 1;
    width: 80%;
}

#video,
#capture-btn,
#canvas {
    display: none;
    /* Hide elements initially */
}

#video {
    width: 100%;
    /* Adjust size as needed */
    height: auto;
    border: 1px solid #ccc;
}

#canvas {
    width: 100%;
    /* Adjust size as needed */
    height: auto;
    border: 1px solid #ccc;
}

#capture-btn {
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
}

.combined-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number_fade {
    font-size: 15px;
}

.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    box-shadow: none;
}

.tb-res {
    overflow-x: hidden;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    /* background:blue; */
}

.slider-wrapper {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 3px;
}

.slider-item {
    min-width: 50%;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.horizontal-scroll-container {
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
}

.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.mobile-nav .center-item {
    position: fixed;
    margin-top: -30% !important;
}

.nav-li {
    background: #283356;
    border-radius: 50%;
    padding: 20px;
    color: #C66E1F !important;
    transition: background-color 0.3s, transform 0.3s;
}

.mobile-nav .nav-item {
    text-align: center;
}

.circle_nav {
    position: fixed;
    bottom: 40px;
    right: 0;
    left: 0;
    display: block;
    width: 26em;
    height: 5em;
    font: 500 14px/14px arial normal;
    margin: auto;
    z-index: 10;
    overflow: hidden;
}

.circle_nav .hamburger {
    position: absolute;
    right: 0;
    bottom: 0;
    left: -4px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #283356;
    /* color: white; */
    text-align: center;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: auto;
    line-height: 55px;
    margin-bottom: 6px;
}

.circle_nav .hamburger:hover {
    background: #C66E1F;
}

.fa-solid {
    color: white;
}
