.error {
    border: red solid 1px;
}

    .error:focus {
        border: red solid 1px;
    }

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    text-align: center;
    padding-top: 20%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #2370F4;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(90deg, #2370f4 0%, #0042b0 100%);
}

    .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
        background: linear-gradient(90deg, #2370f4 0%, #0042b0 100%);
    }

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single {
    padding: 0.36875rem 0.75rem;
}
#notfound {
    position: relative;
    height: 70vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 240px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 252px;
            font-weight: 900;
            margin: 0px;
            color: #262626;
            text-transform: uppercase;
            letter-spacing: -40px;
            margin-left: -20px;
        }

            .notfound .notfound-404 h1 > span {
                text-shadow: -8px 0px 0px #fff;
            }

        .notfound .notfound-404 h3 {
            font-family: 'Cabin', sans-serif;
            position: relative;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #262626;
            margin: 0px;
            letter-spacing: 3px;
            padding-left: 6px;
        }

    .notfound h2 {
        font-family: 'Cabin', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        margin-top: 0px;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 200px;
    }

        .notfound .notfound-404 h1 {
            font-size: 200px;
        }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

        .notfound .notfound-404 h1 {
            font-size: 162px;
            height: 150px;
            line-height: 162px;
        }

    .notfound h2 {
        font-size: 16px;
    }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: linear-gradient(90deg, #2370f4 0%, #0042b0 100%);
}
.btn-primary {
    background: linear-gradient(90deg, #2370f4 0%, #0042b0 100%);
}
[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active:hover {
    color: #fff;
}
.childMenuActive {
    background-color: rgba(0, 0, 0, .1);
    color:#000 !important;
}
[class*=sidebar-light-] .nav-sidebar > .nav-item > .nav-treeview{
    padding-left:10px;
}
.finger-paint-regular {
    font-family: "Finger Paint", sans-serif;
    font-weight: 400;
    color: #2370f4;
    font-style: normal;
}
.rotate-refresh {
    -webkit-animation: mymove 2.8s infinite linear;
    animation: mymove 2.8s infinite linear;
    display: inline-block
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.link {
    background: linear-gradient(90deg, #2370f4 0%, #0042b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
table th, table td {
    padding: 5px 15px;
    border: 1px solid #ddd;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.image-wrapper {
    position: relative;
    max-width: 100%;
}

    .image-wrapper img {
        width: 100%;
        height: auto;
        display: block;
    }

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
}
.btn_with_Icon {
    border-radius: 3px !important;
    background-color: #f8f9fa !important;
    border: 1px solid #ddd !important;
    color: #6c757d !important;
    font-size: 18px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 7px 5px !important;
    position: relative !important;
    text-align: center !important;
}
.imgBanner {
    width: 100%;
    max-height: 600px;
}