
:root{
   --tw-ring-offset-shadow: 0 0 #0000;
   --tw-shadow: 0 0 #0000;
}
.preview-table {
    background: white;
    color: black;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.preview-table td,
.preview-table th {
    border-color: #ededed;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    line-height: 2;
    overflow: hidden;
    padding-left: 6px;
    word-break: normal;
}

.preview-table th {
    font-weight: normal;
}

.preview-table-wrapper {
    max-height: min(500px, 80vh);
    overflow-y: auto;
}

.dropdown-menu { 
    position: relative;
    top: -16px;
    background: white;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)
}
.dropdown-header {
    font-size: .9rem;
    font-weight: 500;
    color: #ccc;
}
/* .dropdown-menu li a svg{
   height: 30px;
} */
.quicklink, .bg-primary-500 {
    /* background-color: #175783; */
    padding: 0.5rem;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 auto;
    align-self: center;
    align-items: center;
    align-content: center;
}
.quicklink-container {
    height: 32px;
}

.fi-header-heading {
    font-size: 1.5rem !important;
}