.fa-person:before {
    content: "\f183"
}

.fa-person-dress:before {
    content: "\f182"
}

.more-info-block {
    display: none;
}

.input-search {
    border: 1px solid #E4E6EF;
    background: #fff;
    border-radius: 5px;
    /* text-align: center; */
}

.is-invalid {
    border: 1px solid #F1416C !important;
    /* text-align: center; */
}

.form-txt-Num {
    /* width: 70px; */
    display: inline-block;
    text-align: center;
    border: 0;
}

label {
    font-weight: 600 !important;
}

.cm-bolder {
    font-weight: 700 !important;
}

/* effect background animated*/

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(69, 90, 100, 0.1);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(11) {
    left: 33%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(12) {
    left: 91%;
    width: 70px;
    height: 70px;
    animation-delay: 1s;
    animation-duration: 13s;
}

.circles li:nth-child(13) {
    left: 5%;
    width: 120px;
    height: 120px;
    animation-delay: 2s;
    animation-duration: 15s;
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0.1;
        border-radius: 50%;
    }

}

.symbol .symbol-label {
    width: 10px !important;
    height: 10px !important;
}

/******************************** hide arraws input number ***********************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fa-file-word:hover {
    color: #14539A;
}

.select2-container--disabled .select2-selection {
    cursor: not-allowed;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ck-editor__editable {
    max-height: 100px;
    min-height: 100px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 0;
    margin-left: 0.2rem;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    position: relative;
    transform: translateY(0%);
    top: 0;
    bottom: 0;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin-left: 0.2rem;
}

/***********************************************************/
.pattern {
    background-image: url(../media/pattern1.jpg)
}

#repeater_phone div[data-repeater-item]:nth-child(1) .btn-light-danger {
    display: none;
}

.has-error .select2 .select2-selection,
.has-error .btn {
    border-color: #dc3545 !important;
}

#kt_modal_ville {
    background-color: #00000070;
}

.dropzone {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

span.select2-selection[aria-disabled=true] {
    background-color: #EFF2F5;
    opacity: 1;
}

.table-responsive {
    min-height: 300px;
}

#scroll-container {
    max-height: 250px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
}

.dropzone {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hover-bg {
    transition: background-color 0.3s ease;
}

.hover-bg:hover {
    background-color: rgba(0, 123, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Customize your shadow */
}



/************** Dashboard **************/

.glass-card {
    position: relative;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 1);
    height: 100%;

}

.border-danger-top {
    border-top: 3px solid #f08a92;
}

.border-primary-top {
    border-top: 3px solid #5596f8;
}

.border-info-top {
    border-top: 3px solid #38d5f5;
}

.border-success-top {
    border-top: 3px solid #48ce8f;
}

.border-dark-top {
    border-top: 3px solid #5c6975;
}

.border-secondary-top {
    border-top: 3px solid #6c757d;
}

.border-warning-top {
    border-top: 3px solid #fdd763;
}

.border-purple-top {
    border-top: 3px solid #8950fc;
}

.glass-card:hover {
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    filter: blur(5px);
    pointer-events: none;
}

.card-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.icon-sphere {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.glass-card:hover .icon-sphere {
    transform: scale(1.1);
}

.icon-sphere i {
    font-size: 32px;
    z-index: 2;
}

.sphere-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.icon-sphere.danger i {
    color: #dc3545;
}

.icon-sphere.warning i {
    color: #ffc107;
}

.icon-sphere.success i {
    color: #198754;
}

.icon-sphere.info i {
    color: #0dcaf0;
}

.icon-sphere.dark i {
    color: #212529;
}

.icon-sphere.secondary i {
    color: #6c757d;
}

.icon-sphere.primary i {
    color: #5596f8;
}

.icon-sphere.purple i {
    color: #8950fc;
}

.icon-sphere.brown i {
    color: #a52a2a;
}

.icon-sphere.danger .sphere-glow {
    background: radial-gradient(circle, rgba(220, 53, 69, 0.3) 0%, rgba(220, 53, 69, 0) 70%);
}

.icon-sphere.warning .sphere-glow {
    background: radial-gradient(circle, rgba(255, 193, 7, 0.3) 0%, rgba(255, 193, 7, 0) 70%);
}

.icon-sphere.success .sphere-glow {
    background: radial-gradient(circle, rgba(25, 135, 84, 0.3) 0%, rgba(25, 135, 84, 0) 70%);
}

.icon-sphere.info .sphere-glow {
    background: radial-gradient(circle, rgba(13, 202, 240, 0.3) 0%, rgba(13, 202, 240, 0) 70%);
}

.icon-sphere.dark .sphere-glow {
    background: radial-gradient(circle, rgba(33, 37, 41, 0.3) 0%, rgba(33, 37, 41, 0) 70%);
}

.icon-sphere.secondary .sphere-glow {
    background: radial-gradient(circle, rgba(108, 117, 125, 0.3) 0%, rgba(108, 117, 125, 0) 70%);
}

.icon-sphere.primary .sphere-glow {
    background: radial-gradient(circle, rgba(13, 110, 253, 0.3) 0%, rgba(13, 110, 253, 0) 70%);
}

.icon-sphere.purple .sphere-glow {
    background: radial-gradient(circle, rgba(137, 80, 252, 0.3) 0%, rgba(137, 80, 252, 0) 70%);
}

.icon-sphere.brown .sphere-glow {
    background: radial-gradient(circle, rgba(165, 42, 42, 0.3) 0%, rgba(165, 42, 42, 0) 70%);
}

.border-brown-top {
    border-top: 3px solid #a52a2a;
}

.stat-details {
    flex: 1;
}

.border-pink-top {
    border-top: 3px solid #EC4899;
}

.icon-sphere.pink .sphere-glow {
    background: radial-gradient(circle, rgb(236, 72, 153,0.3) 0%, rgba(236, 72, 153, 0) 70%);
}

.icon-sphere.pink i {
    color: #EC4899;
}

.text-pink {
    color: #EC4899;
}

.stat-count {
    font-size: 1.6rem;
    font-weight: 700;
    /* background: linear-gradient(45deg, #2b2b2b, #4a4a4a);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent; */
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 900;
    /* color: #6c757d; */
    margin-bottom: 1rem;
    font-weight: 500;
}

.stat-trend {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    background: rgba(255, 255, 255, 0.9);
}

.stat-trend.up {
    color: #198754;
}

.stat-trend.down {
    color: #dc3545;
}

.text-purple {
    color: #8950fc !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.5;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .glass-card {
        padding: 1.5rem;
    }

    .icon-sphere {
        width: 60px;
        height: 60px;
    }

    .icon-sphere i {
        font-size: 24px;
    }

    .stat-count {
        font-size: 2rem;
    }
}

.notice {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.light-sweep {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-45deg) translateX(-100%);
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.notice:hover .light-sweep {
    transform: skewX(-45deg) translateX(150%);
    opacity: 1;
}

.notice-content {
    position: relative;
    z-index: 2;
}