.tab-btn {
    transition: all 0.2s ease-in-out;
}

.tab-btn.active {
    background-color: #f1f5f9;
    color: #0f172a;
    border-top: 2px solid #10b981;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.3s ease-out forwards;
}

.modal-open {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overflow-x-auto::-webkit-scrollbar {
    height: 8px;
}

.overflow-x-auto::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.overflow-x-auto::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.overflow-x-auto::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.entry-header,footer,#dashboard-hero,.navigation{
	display:none !important;
}
.entry-content, .page{
	margin:0px 0px 0px 0px !important;
}

.bg-white {
    margin: 10px 0px;
}

.py-8 {
    padding-top: 0rem !important;
    padding-bottom: 2rem;
}

.rounded-xl button, .pb-1 button{
	border:none;
}

.rounded-xl button{
	color:rgb(11 54 155);
}

[type="submit"]{
	color:white !important;
}

#view-executive button{
		padding :5px;
}

 header .pb-1{
	padding-bottom:0px !important;
}

