.sugest-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    width: 100vw;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}.tabulator-cell.disabled-row-selection input[type="checkbox"] {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed !important;
  }
.tabulator-cell.disabled-checkbox input {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed !important;
}

.tabulator-header-filter {
    visibility: hidden; 
}

.tab-visible {
    visibility: visible !important;
}

.filter-icon {
    font-size: 1.2vw !important;
    cursor: pointer;
    margin-right: 0.4vw;
    position: relative;
    top: -0.05vw;
}

.filter-icon:hover {
    color: #019001;
}

div#peerReviewInvitees.tabulator .tabulator-header .tabulator-headers .tabulator-col .filter-icon {
    top: 0.28vw;
}

.popup-form .selectButton{
	border-bottom: none;
}

.popup-form .selectButton {
    display: flex;
    border-bottom: 0.15vw solid #efeff0;
    width: 94%;
}

.popup-form {
    background-color: #FFF;
    width: 80%;
}

.popup-Head {
    background-color: #2F4C55;
    display: flex;
    align-items: center;
    padding: 0.2vw 0.4vw;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
}

.popup-header {
    color: #fff;
    font-family: "Open Sans";
    font-size: 0.85vw;
    letter-spacing: 0;
    line-height: 1.5vw;
    width: 89.5%;
    padding-left: 0.8vw;
    font-weight: 600;
}

.popup-btn {
    background: transparent;
    border: none;
    color: #1D1F21;
    font-size: 0.8vw !important;
    display: inline-flex;
    justify-content: end;
	align-items: center;
}

.popup-btn:hover {
    color: #ff5b5b;
}

.popup-footer {
    float: right;
    margin-right: 1.2vw;
    margin-bottom: 1.2vw;
}

.save-button {
    border: 0.1vw solid #2F4C55!important;
    background-color: #2F4C55;
    border: none;
    font-size: 0.8vw !important;
    padding: 0.2vw 1.6vw;
    font-family: 'Open Sans' !important;
    color: #FFF;
    font-weight: 600 !important;
    cursor: pointer;
}

.save-button:hover {
    background-color: #9DD283;
    border: 0.1vw solid #9DD283 !important;
}

.popup-close {
    font-size: 0.9vw !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    color: #fff;
    font-weight: 600 !important;
}

.popup-close:hover {
    color: #ff5b5b;
}

.page-hide {
    margin-top: 0.5vw;
    font-family: "Open Sans";
    font-size: 1vw;
    font-weight: 600;
    height: 70vh;
    justify-content: center;
    align-items: center;
}

#popup-head-txt {
    width: 97.8%;
}

.popup-body-container {
    padding: 1.2vw;
    display: flex;
    flex-direction: column;
}

div#sugestTable {
    border: none;
    width: 100%;
    border: 0.01vw solid #D7D7D7 !important;
    background: #FAFAFA;
    padding-bottom: 0.8vw;
}

div#sugestTable.tabulator .tabulator-tableholder {
    background: #FAFAFA;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col[tabulator-field="id"] .tabulator-col-title {
    display: flex;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col {
    background: #ececec !important;
    border: none !important;
    font-family: 'Open Sans';
    color: #000;
    font-size: 0.8vw;
    line-height: 1.1vw;
    /* bottom: 0; */
    font-weight: 600;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col:first-child {
    padding-left: 0.5vw !important;
    /* height: auto !important; */
}

div#sugestTable.tabulator .tabulator-header {
    background: #ececec;
    border: none !important;
    border-bottom: 0.01vw solid #D7D7D7 !important;
    height: 4vh;
}

div#sugestTable.tabulator .tabulator-header.tab-filter-wrap {
    height: 5.4vh;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col input {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0 !important;
    font-family: open sans;
    color: #000;
    margin-bottom: 0 !important;
    font-size: 0.7vw !important;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col[tabulator-field="id"] input {
    padding-left: 1.66vw !important;
    position: relative;
    bottom: 0.14vw;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
    margin: 0 !important;
    position: relative;
    bottom: 0.25vw;
}

div#sugestTable .tabulator-row .tabulator-cell[tabulator-field="id"] {
    justify-content: center;
}

div#sugestTable .tabulator-row {
    background: #FFF;
    /*height: 5vh !important;*/
    border-bottom: 0.01vw solid #D7D7D7 !important;
    display: flex;
    align-items: center;
}

div#sugestTable .tabulator-row:hover {
    background: #F1F1F1 !important;
}

div#sugestTable .tabulator-row .tabulator-cell {
    display: inline-flex;
    align-items: center;
    font-family: 'Open Sans';
    color: #000;
    font-size: 0.8vw;
    border: none;
    height: 4vh !important;
}

div#sugestTable .tabulator-row .tabulator-cell:first-child {
    padding-left: 0.8vw;
}

div#sugestTable .tabulator-row .tabulator-cell[tabulator-field="fileProgress"] {
    height: 2.8vh !important;
    padding-top: 0.3vw;
}

div#sugestTable .tabulator-row .tabulator-cell div {
    /* background: #EAE8E8; */
    border-radius: 0.3vw;
}

div#sugestTable .tabulator-row .tabulator-cell .drag-icon {
    color: #000;
    position: relative;
    top: 0.01vw;
    font-size: 0.9vw;
}

div#sugestTable .tabulator-row .tabulator-cell .drag-icon:hover {
    color: #ff5b5b;
}

div#sugestTable .tabulator-row .tabulator-cell input[type="checkbox"] {
    height: 0.85vw;
    width: 0.85vw !important;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.1vw solid #2F4C55;
    border-radius: 0.1vw;
    background-color: transparent;
    background-image: none;
    outline: none;
    position: relative;
    appearance: none;
    cursor: pointer;
    /* margin: 0; */
    bottom: 0.1vw;
}

div#sugestTable .tabulator-row .tabulator-cell input[type="checkbox"]:checked:before {
    background-color: #2F4C55;
    height: 0.85vw;
    width: 0.85vw;
    position: absolute;
    font-size: 0.6vw;
    line-height: 2vw;
    color: #FFF;
    border-radius: 0.1vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\2713";
}

div#sugestTable .tabulator-row .tabulator-cell.tabulator-editing input {
    font-family: "Open Sans" !important;
    font-size: 0.8vw !important;
    box-shadow: none !important;
    padding-left: 0.15vw;
    padding-top: 0.8vw !important;
}

div#sugestTable .tabulator-row .tabulator-cell.disabled-row-selection {
    cursor: not-allowed;
}

.greenCheck {
    font-size: 0.8vw !important;
    color: green;
    margin-right: 0.2vw;
   font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

div#sugestTable.tabulator .tabulator-header .tabulator-col input[type="checkbox"] {
    height: 0.85vw;
    width: 0.85vw !important;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.1vw solid #2F4C55;
    border-radius: 0.1vw;
    background-color: transparent;
    background-image: none;
    outline: none;
    position: relative;
    appearance: none;
    cursor: pointer;
    margin-top: 0;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col input[type="checkbox"]:checked:before {
    background-color: #2F4C55;
    height: 0.85vw;
    width: 0.85vw;
    position: absolute;
    font-size: 0.6vw;
    line-height: 2vw;
    color: #FFF;
    /* border-radius: 0.1vw; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\2713";
}

div#sugestTable input[type="checkbox"]:indeterminate {
    background-color: transparent;
    line-height: 2vw;
    color: #2F4C55;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
}

div#sugestTable input[type="checkbox"]:indeterminate:before {
    content: '\f068';
    font-family: 'FontAwesome' !important;
    font-size: 0.5vw !important;
    padding-top: 0.15vw;
}

div#sugestTable.tabulator .tabulator-header .tabulator-col[tabulator-field="fileDescription"] {
    background: beige !important;
}
div#sugestTable.tabulator .tabulator-header .tabulator-col[tabulator-field="delete"] {
    background: beige !important;
}

.seq-drag-icon {
    font-size: 1.05vw !important;
    position: relative;
    top: 0.1vw;
}

.seq-drag-icon:hover {
    color: #019001;
}


@media only screen and (min-height: 800px) and (max-height:900px) {
    div#sugestTable .tabulator-row .tabulator-cell input[type="checkbox"]:checked:before {
        padding-left: 0.15vw;
    }
    
    div#sugestTable.tabulator .tabulator-header .tabulator-col input[type="checkbox"]:checked:before {
        margin-top: 0.2vw;
        padding-left: 0.15vw;
    }

    div#sugestTable.tabulator .tabulator-header {
        height: 3.8vh;
    }
}