.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline){
padding: 5px 10px !important;
}
.custom-dropdown{
    position: absolute;
}
.left-panel {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.right-panel {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.background-image-css {
    background: url('assets/media/auth/bg4.jpeg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}
.login-logo {
    width: 200px;
    margin-bottom: 20px;
}
.toolbar-line{
    text-align: end;
    margin-top:-20px;
}
.form-control {
    padding: 4px 8px;
}
/* Custom Dropdown Hover Behavior */
.user.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    animation: dropdownFadeIn 0.2s cubic-bezier(0.3, 0, 0.2, 1);
}

/* Smooth fade-in and slide-up transition */
@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Premium Dropdown Styling */
.user.dropdown {
    position: relative;
}

.user.dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 320px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    list-style: none;
    display: none;
    z-index: 1000;
}

.user.dropdown .dropdown-menu li {
    padding: 2px 12px;
}

.user.dropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    color: #3f4254;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.15s ease-out;
}

.user.dropdown .dropdown-menu li a:hover {
    background-color: #f4f6fa;
    color: #1baee2;
}

.user.dropdown .dropdown-menu li a i {
    width: 20px;
    font-size: 14px;
    margin-right: 4px;
}

.user.dropdown .dropdown-menu li a .badge {
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 700;
}

/* Hover effect for full notification row links */
.col-lg-12 a.hover-bg-light {
    transition: all 0.15s ease-out;
}

.col-lg-12 a.hover-bg-light:hover {
    background-color: #f4f6fa !important;
    color: #1baee2 !important;
}
.btn.btn-icon-muted i{
    color:rgb(21 21 21);
}
.font-size-12{
    font-size: 12px;
}
.border-right{
    border-right: 1px solid #c6c1c1;
    padding-right: 50px;
}
.page-content.row, .page-content1.row{
    --bs-gutter-x: 0px;
}
.card-flush .card-body{
    height: calc(100vh - 260px)
}
.card-flush .card-footer{
    height: calc(100vh - 91vh)
}
.text-color{
   color:#003d9b !important;
}
.app-toolbar .py-3{
    padding-top: 0.5px !important;
    padding-bottom: 0.5px !important;
}