﻿.flatpickr-calendar .flatpickr-current-month {
    padding: unset !important;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem 1rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), .65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.dropdown-parent {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 0;
    margin: 0;
    background-color: white;
    list-style: none;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.dropdown-parent:hover > .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 0.5rem !important;
    color: #000;
    text-decoration: none;
}

.dropdown-menu li:hover > a {
    color: var(--bs-primary) !important;
}

.legal-document-listType1 {
    border-top: 1px dotted #ddd;
}

.legal-document-listType1 .title {
    padding: 7px 5px;
}

.legal-document-listType1 .title a {
    font-size: var(--font-size-base);
}

.legal-document-listType1 .title:before {
    content: "\f138";
    display: inline-block;
    font: normal normal 900 1em/1 "Font Awesome 5 Free", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.section-legaldocument-list-type3 .filter-legalddocument {
    margin-bottom: 40px;
}

.section-legaldocument-list-type3 .filter-legalddocument .search-text {
    clear: both;
    display: inline-block;
    width: 100%;
}

.section-legaldocument-list-type3 .filter-legalddocument .search-text .btn-advanded-search, .section-legaldocument-list-type3 .filter-legalddocument .search-text button {
    color: #555;
    background-color: transparent;
    border: 1px solid #ddd;
    height: 40px;
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 0 4px 4px 0;
    float: left;
}

.section-legaldocument-list-type3 .filter-legalddocument .search-text .btn-advanded-search:hover {
    color: #555;
    background-color: #c3c3c3;
    border: #a2a2a2;
}

.section-legaldocument-list-type3 .filter-legalddocument .search-text button {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.section-legaldocument-list-type3 .filter-legalddocument .search-text button:hover {
    color: #555;
    background-color: #c3c3c3;
    border: #a2a2a2;
}

.section-legaldocument-list-type3 .filter-legalddocument .search-text .form-control {
    height: 40px;
    line-height: 40px;
    border-radius: 4px 0 0 4px;
    border-color: #ddd;
    float: left;
    display: inline-block;
    width: calc(100% - 65px) !important;
}

.section-legaldocument-list-type3 .content-article-legaldocument {
    margin-top: 50px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}