@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
    .sidebar-nav-active {
        background-color: rgb(239 246 255);
        color: rgb(96 165 250);
    }
}


/* Swiper js */


/* Card */

.swiper-pagination {}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #F06728;
    background: white;
    position: relative;
}

.swiper-pagination-bullet-active::after {
    content: '';
    border-radius: 33px;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #F06728;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.help-block {
    color: red;
}

.url:focus-within {
    border: 2px solid #3182ce;
}

p[data-f-id="pbf"] {
    display: none;
}

.fr-wrapper>div:first-child {
    display: none;
}