@import '_content/CPA.Web.Components/CPA.Web.Components.t7ligadu5v.bundle.scp.css';

/* _content/CPA.Client.Web/Components/GlobalHeader/RightContent.razor.rz.scp.css */
.ant-dropdown.container.ant-dropdown-placement-bottomRight[b-wa62w55kuf] {
    width: 150px;
}
.ant-dropdown[b-wa62w55kuf]::before {
width: 150px;
}

.red_circle[b-wa62w55kuf]
{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: red;
    position: absolute;
    right: 3px;
    top: 4px;
    display: flex;
    text-align: center;
    font-size: 8px !important;
    align-items: center;
    justify-content: center;
}

.main_header_menu[b-wa62w55kuf]
{
    display: flex;
    gap: 40px;
    align-items: center;
}

.icon_header_menu[b-wa62w55kuf]
{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.icon_header_menu ul[b-wa62w55kuf],
.main_header_menu ul[b-wa62w55kuf]{
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    height: 60px;
    padding: 0;
    margin: 0;
    align-items: center;
}
.nav-link[b-wa62w55kuf]
{
    margin:  0 20px;
}

li[b-wa62w55kuf]{
    list-style: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .main_header_menu[b-wa62w55kuf],
    .icon_header_menu[b-wa62w55kuf]
    {
        overflow: hidden;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .icon_header_menu ul[b-wa62w55kuf],
    .main_header_menu ul[b-wa62w55kuf]{
        gap: 10px; 
        height: 52px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 1160px){
    .icon_header_menu.active[b-wa62w55kuf]{
        min-width: 513px;
    }
}
@media (min-width: 769px) {
    .icon_header_menu ul[b-wa62w55kuf],
    .main_header_menu ul[b-wa62w55kuf]{
        flex-wrap: nowrap;
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    .icon_header_menu ul[b-wa62w55kuf],
    .main_header_menu ul[b-wa62w55kuf]{
        flex-wrap: nowrap;
        gap: 25px;
    }
}
/* _content/CPA.Client.Web/Pages/RawData/RawDataPageList.razor.rz.scp.css */
/* _content/CPA.Client.Web/Pages/RawData/RawDataPageList2.razor.rz.scp.css */
/* _content/CPA.Client.Web/Pages/RawData/RawDataParameters.razor.rz.scp.css */
.top_container[b-tjhenpzeuf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 10px 20px;
    font-size: 14px;
    color: #333;
}

.filters_container[b-tjhenpzeuf] {
    margin-top: 10px;
    margin-bottom: 10px;
    height: calc(90vh - 140px);
    overflow-y: auto; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.filters_container > div[b-tjhenpzeuf] {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 15px; 
    border-radius: 5px;
    background-color: #f9f9f9;
}

.filters_container > div:last-child[b-tjhenpzeuf] {
    margin-bottom: 0;
    margin-top: auto; 
}


.top_container .main_text_group_item[b-tjhenpzeuf] {
    font-weight: bold;
}

.top_container FlatButton[b-tjhenpzeuf] {
    background-color: transparent;
    border: none;
    color: #007aff;
    cursor: pointer;
    font-size: 14px;
}

.top_container FlatButton:hover[b-tjhenpzeuf] {
    text-decoration: underline;
}



div > FlatButton[b-tjhenpzeuf] {
    display: inline-block;
    margin-right: 10px;
    background-color: #007aff;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

div > FlatButton:last-child[b-tjhenpzeuf] {
    margin-right: 0;
}

div > FlatButton:hover[b-tjhenpzeuf] {
    background-color: #005bb5;
}
.bottom-container[b-tjhenpzeuf] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-container-button[b-tjhenpzeuf] {
    margin-right: 10px;
    color: #B3B3BF;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    word-wrap: break-word;
    align-content: center;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    scale: 1.0 !important;
}

.bottom-container-button .reset-image[b-tjhenpzeuf] {
    margin-right: 7px;
    filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(75%) contrast(90%)
}

.bottom-container-button:hover[b-tjhenpzeuf] {
    color: #3367d6; 
}

.bottom-container-button:hover .reset-image[b-tjhenpzeuf] {
    filter: invert(46%) sepia(65%) saturate(5350%) hue-rotate(220deg) brightness(99%) contrast(103%);
}
.bottom-container-button span[b-tjhenpzeuf] {
    outline: none;
}
.bottom-container-button:hover span[b-tjhenpzeuf] {
    box-shadow: none;
    color: var(--main-blue-color);
}


.apply-button[b-tjhenpzeuf]{
    background-color: var(--main-blue-color);
    color: white; 
    font-size: 14px;
    padding: 8px 16px;
    border: none;
    border-radius: 8px; 
    cursor: pointer; 
    font-family: Arial, sans-serif; 
}

.apply-button:hover[b-tjhenpzeuf] {
    background-color: var(--main-blue-color); 
}
/* _content/CPA.Client.Web/Shared/MainLayout.razor.rz.scp.css */
/* _content/CPA.Client.Web/Shared/NavMenu.razor.rz.scp.css */
.nav-item[b-imjrhibby2]  a.active {
    background: rgba(255, 255, 255, 0.3);
}

.nav-item[b-imjrhibby2]  a:hover {
    background: rgba(255, 255, 255, 0.1);
}
.nav-item[b-imjrhibby2]
{
    margin: 5px 0 5px 0;
}
.nav-link[b-imjrhibby2]
{

}
.label-menu[b-imjrhibby2]
{
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
}
.icon-arrow-menu[b-imjrhibby2]
{
    width: 16px;
    height: 6px;
    z-index: -1; 
    margin-right: 10px;
    margin-left: auto;
}

.ant-layout-sider-collapsed .label-menu[b-imjrhibby2],
.ant-layout-sider-collapsed .icon-arrow-menu[b-imjrhibby2]
{
    display: none;
}

.ant-layout-sider-collapsed .nav-item:hover .label-menu[b-imjrhibby2]
{
    display: block;
    margin-left:10px
}
/* _content/CPA.Client.Web/Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-ya73mwkghr] .sortable-ghost {
  visibility: hidden;
}

[b-ya73mwkghr] .sortable-fallback {
  opacity: 1 !important
}
