/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.navbar-brand-box .logo-lg img,
.ct-logo-bg-colo img {
    background: #ffffff82;
    padding: 5px;
    border-radius: 5px;
    /* width: 210px; */
    object-fit: cover;
}

.navbar-brand-box .logo-sm img {
    background: #ffffff82;
    object-fit: cover;
    border-radius: 2px;
}

.modal-content {
    border-radius: 15px;
}

.flatpickr-months {
    padding: 5px;
}

.navbar-menu, .auth-one-bg .bg-overlay, .profile-wid-bg::before{
    background: linear-gradient(135deg, #febe12 0%, #f25b22 30%, #ee2f24 60%, #ee3026 100%) !important;
}

/* body, html {
    overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, h6, span, a {
    font-family: "geogrotesque_cyrregular" !important;
}

p, li, a, body {
    font-size: 16px;
    line-height: 22px;
}

.roofing-cards-section .card-body {
    min-height: 190px;
}

.roofing-cards-section .card-img-top {
    height: 270px;
    object-fit: cover;
}

.see-your-self-slider .see-your-image {
    height: 270px;
    object-fit: cover;
}

#profilePhotoPath {
    margin-top: 10px;
    font-style: italic;
    color: #555;
}

#profilePhotoImg {
    max-width: 100%;
    display: none;
    margin-top: 10px;
}

.UserImage {
    position: relative;
}

.UserImage i {
    position: absolute;
    top: 0px;
    right: -5px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid red;
    background-color: white;
    text-align: center;
    color: red;
} */

.notifyjs-corner {
    top: 7px !important;
    right: 50% !important;
    transform: translateX(50%);
}

/* Keep only layout styles, let DataTables toggle display */
.dataTables_processing {
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.95);
    /* z-index: 9999; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    border: none;
    font-size: 0;
    pointer-events: none;
}

/* Stylish inner loader */
.dataTables_processing .loader-card {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: initial;
}

.dataTables_processing .loader-text {
    font-size: 16px;
    color: #FF6633;
    margin-bottom: 16px;
    font-weight: 600;
}

.dataTables_processing .loader-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.dataTables_processing .loader-dots div {
    width: 14px;
    height: 14px;
    background-color: #FF6633;
    border-radius: 50%;
    animation: bounce 0.6s infinite ease-in-out alternate;
}

.dataTables_processing .loader-dots div:nth-child(2) {
    animation-delay: 0.2s;
}

.dataTables_processing .loader-dots div:nth-child(3) {
    animation-delay: 0.4s;
}

.dataTables_processing .loader-dots div:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-14px);
    }
}