/*
.top-element {
    margin-top: 20px;
}

.footer {
    background-color: #f5f5f5;
    bottom: 0px;
    position: absolute;
    width: -moz-available;
    margin-top: auto !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

input[type="file"] {
    display: none;
}

.company-dropdown {
    margin-left: 5px;
}

.custom-file-upload {
    padding: 6px;
}

#drag-upload{
    border: 1px dashed black;
    width: 90%;
    height: 65px;
    margin: auto;
    margin-top: 7px;
    border-radius: 5px;
    display: table;
}

#drag-upload:hover {
    background-color: #ededed;
    cursor: grab;
}

#drag-drop-text{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    opacity:75%;
}

.browse-file {
    width: max-content;
}

.filename {
    border: 1px solid black;
    width: 500px;
    height: 24px;
    float: right;
    margin-left: 5px;
    margin-top: 6px;
    border-radius: 5px;
}

#file-selected {
    padding:2px;
}

.submit-btn-class {
    border-radius: 10px;
}

embed {
    border: 1px solid;
}

.pdf-viewport-container {
    margin-top: 20px;
}

.company-selector-pdf {
    margin-top:80px;
}

#data-modal {
    width:99%;
}

.popup-title {
    float: left;
    margin-left: 50%;
}

.modal-header {
    text-align: center;
    font-size: 20px;
    font-weight:bold;
}

.data-btn {
    margin-right:20px;
}

.data-modal-btn {
    height:35px;
}

.error-content {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.loader-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('https://i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat;
}

#alert-msg {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 10px;
    display: none;
}

body.loading .loader-modal {
    overflow: hidden;
}

body.loading .loader-modal {
    display: block;
}


.tabulator, .tabulator-header, .tabulator-tableHolder{
    scrollbar-width: none;
}

.tabulator::-webkit-scrollbar, .tabulator-tableHolder::-webkit-scrollbar {
  display: none;
}
*/

/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    font-family: "Lato", 'Helvetica Neue', Arial, Helvetica, sans-serif;;
    background-color: #f4f7f9;
    color: #495057;
}

.navbar-brand img{
    width: 100px;
}

.browse-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 15px;
    cursor: pointer;
    background-color: #2a8cf4;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s all;
    position: absolute;
    top: 70px;
    opacity: 0.75;
}

.custom-file-upload:hover {
    background-color: #0066d3;
    color: #fff;
}

#file-upload{
    display: none;
}

#drag-upload {
    display: flex;
    justify-content: center;
    height: 85px;
    width: 100%;
    border: 1px dashed #28a745;
    color: #2fbf51;
    background-color: #F6FFF6;
    padding-top: 5px;
    border-radius: 8px;
}

.first_button{
    text-align: center;
}

.submit-btn-class {
    background-color: #21ba45;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: 0.4s all;
    margin-bottom: 15px;
    padding: 10px 60px;
}

.submit-btn-class:hover {
    background-color: #1DA73E;
    color: #fff;
}

.pdf-viewport-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: rgba(248, 249, 250, 1);
    padding: 20px;
}

.company-selector-pdf{
    text-align: center;
}

.btn-delete {
    background-color: #dc3545;
    color: white;
    font-size: 20px;
    border: none;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    transition: 0.3s all;
}

.btn-delete:hover,
.btn-delete:focus {
    background-color: #c82333;
    color: white;
}

.modal-header {
    text-align: center;
    font-size: 20px;
    font-weight:bold;
}

.data-btn {
    margin-right:20px;
}

.data-modal-btn {
    height: 35px;
}

#table-section{
    display: none;
    margin: 20px 0;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.extracted-data-header{
    display: flex;
    justify-content: space-between;
    padding: 5px 0 15px 0;
}

#data-table:hover {
    overflow-y: scroll !important;
}

.extracted-data-header .header_name{
    display: flex;
    align-items: center;
}

.extracted-data-header #resetButton{
    background: #bae9fc;
    padding: 7px 20px;
}

.extracted-data-header #download-xlsx{
    background: #daedda;
}

.extracted-data-header #copy-table{
    background: #dcdceb;
}

.extracted-data-header #copy-selected-clipboard{
    background: #e7e8f8;
}

.extracted-data-header .buttons .data-modal-btn {
    height: 25px;
}

.extracted-data-header .buttons span{
    font-size: 14px;
}

/* .tabulator .tabulator-header .tabulator-col {
    background-color: #c6efce;
    color: #006100;
}

.tabulator .tabulator-row{
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.tabulator .tabulator-row:last-child{
    border-bottom: none;
}

.tabulator .tabulator-row:hover {
    background-color: initial !important;
}

.tabulator {
    border: 1px solid #e7e7e7;
}

.tabulator .tabulator-header {
    border-bottom: 1px solid #e7e7e7;
}

.tabulator .tabulator-header .tabulator-col {
    border-right: 1px solid #e7e7e7;
}

.tabulator-row .tabulator-cell {
    border-right: 1px solid #e7e7e7;
} */

.simple-table-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.simple-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.simple-table th, .simple-table td {
    padding: 8px;
    border: 1px solid #e7e7e7;
}

.simple-table th {
    background-color: #c6efce;
    color: #006100;
}

.simple-table td{
    cursor: pointer;
}

.simple-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.simple-table tr:hover {
    background-color: #ddd;
}

.selected {
    border: 1px solid #a3d5ff !important;
    background-color: #eff3f6 !important;
}

.dragtable-dragged {
    opacity: 0.6;
    background-color: #ccc;
}

.dragtable-ghost {
    opacity: 0.4;
    background-color: #ddd;
}

@media screen and (max-width: 767px) {
    .custom-file-upload {
        top: 135px;
    }

    #drag-upload {
        font-size: 12px;
        height: 90px;
    }
}

@media screen and (max-width: 1100px) {
    #drag-upload {
        padding: 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    #drag-upload {
        font-size: 12px;
    }

    .submit-btn-class {
        padding: 5px 30px;
    }
}

.highlight {
    border: 2px solid red;
}

th {
    cursor: move;
}