﻿:root {
    --swiper-navigation-top-offset: 45%;
}

/* Autocomplete Overrides */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0.0625rem solid var(--border);
    -webkit-text-fill-color: #2da47d;
    -webkit-box-shadow: 0 0 0px 1000px #161717 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.logo-auth {
    width: 6rem;
}

[data-layout="horizontal"] .dlabnav .metismenu .has-arrow:after {
    top: 40% !important;
}

.page-titles .breadcrumb li.active a {
    color: var(--primary);
}

.card-header.btn-group button,
.card-header.btn-group a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-group-item strong {
    font-weight: 600;
}

.header-right .search-area .form-control {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

.header-right .search-area .input-group-text {
    border-radius: 0.625rem;
}

@media only screen and (max-width: 74.9375rem) {
    .header-right .search-area {
        display: inherit;
    }
}

.primary-gradient {
    background: var(--primary);
    position: relative;
}

[data-theme-version="dark"] .primary-gradient {
    background: var(--primary);
}

.primary-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 100%);
    border-radius: 0.625rem;
}

.dashboard-link {
    padding: 2.80rem;
}

@media only screen and (max-width: 35.9375rem) {
    .dashboard-link {
        padding: 1.5rem;
    }
}

.dashboard-link h2, .dashboard-link .h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 35.9375rem) {
    .dashboard-link h2, .dashboard-link .h2 {
        font-size: 1.6rem;
    }
}

.dashboard-link a span {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    display: block;
    margin: 1.875rem 0;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 35.9375rem) {
    .dashboard-link > a {
        margin-top: 5px;
    }
}

.primary-gradient a {
    position: relative;
    z-index: 1;
}

.on-going {
    background: linear-gradient(180deg, #FFA26D 0%, #FFCF6D 100%);
}

.sd-shape {
    animation: movegraphic 20s linear infinite;
    width: 15rem;
    transform: scale(1.1);
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 35.9375rem) {
    .sd-shape {
        display: none;
    }
}

@keyframes movegraphic {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(20px, -10px);
        transform: translate(20px, -10px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/*
i.step-circle {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding-top: 0.5rem;
    margin: 0 0.25rem;
    --bs-text-opacity: 1;
    color: var(--primary);
    font-size: 0.9rem;
}*/

@media only screen and (max-width: 35.9375rem) {
    .page-titles .breadcrumb li span {
        font-size: 0.75rem;
    }
    .header-right .search-area {
        width: 12rem;
    }
}