.search-area {
    width: 400px;
    /* border: 0.01px solid #036a88; */
    border: 2px solid #016b88;
    border-radius: 10px;
    padding: 2px;
}

th {
    font-size: 18px;
}

td {
    font-size: 16px;
}

[nzTitle] {
    font-size: 28px;
}

.ant-table-filter-dropdown-btns {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    overflow: hidden;
    background-color: inherit;
    border-top: none;
    width: 100%;
}

.filter {
    max-height: 500px;
    overflow-y: scroll;
}

.fixed-position {
    position: fixed;
    bottom: 10px;
}

.padding-20 {
    padding: 20px
}

.box-filter {
    border-radius: 2px;
    outline: none;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

app-table .ant-collapse {
    font-size: 18px !important;
}

app-table .ant-picker-input>input {
    font-size: 11px !important;
}

app-table .ant-picker-separator {
    font-size: 0px !important;
}

app-table .ant-picker-suffix {
    font-size: 14px !important;
}

.pdf-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
}

.code-box-demo {
    overflow-x: auto;
}

.code-box-demo .ant-segmented {
    margin-bottom: 10px;
}

/* .node-name {
    font-size: 20px;
} */

.spin {
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-bottom-color: #006b88;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.awa-table {
    border: 2px solid #016b88;
    border-radius: 20px;
}

.awa-table-content {
    border-radius: 20px;
}

.vide {
    cursor: auto !important;
    box-shadow: none !important;
}