html {
    position: fixed;
}

div#content {
    position: fixed;
}

.portlet-content {
    padding: 0;
}

.info-wrap {
    display: inline-flex;
}

.fill_page {
    width: 100vw;
    display: inline-block;
    height: 100vh;
}
.welcome_header {
    height: 2.5vw;
    background-color: #1D1F21;
    /* padding-top: 0.5vw; */
    /* padding-bottom: 0.5vw; */
    padding-left: 1.2vw;
}
.welcome_review_head {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    line-height: 1.4vw;
    position: relative;
    top: 0.55vw;
    display: block;
    float: left;
    width: auto;
    min-width: 5vw;
    max-width: 20vw;
    text-transform: uppercase;
}

span.book-name {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.4vw;
    position: relative;
    top: 0.55vw;
    display: block;
    float: left;
    width: auto;
    min-width: 5vw;
    height: 1.2vw;
    max-width: 54vw;
    text-overflow: ellipsis;
    overflow-y: hidden;
}

.author-img {
    background-color: #1D1F21;
    position: absolute;
    display: block;
    float: right;
    top: 0.3vw;
    right: 1vw;
    padding: 0.2vw;
    border-radius: 50%;
    z-index: 1;
}
img.author_submission_logo {
    position: relative;
    width: 2.4vw;
    float: right;
    border: 0.01vw solid #ffff;
    border-radius: 50%;
    padding: 0.1vw;
}
.leftnav_pagefill {
    width: 28vw;
    background-color: #f9c650;
    height: 97vh;
    float: left;
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
}
.submitter_details {
    display: inline-block;
    margin-left: 1.4vw;
    width: 90%;
}
.article_check {
    display: inline-block;
}
.article_submitter-Author {
    color: #1D1F21;
    font-family: Open Sans;
    font-size: 0.9vw;
    line-height: 1.5vw;
    margin-top: 2vw;
    position: relative;
    font-weight: 400;
    word-break: break-word;
    padding-bottom: 0.1vw;
    overflow-wrap: break-word;
    overflow-y: hidden;
    max-width: 25vw;
}
.submitter_upload {
    width: 25vw;
    /* border: 0.01vw solid #1D1F21; */
    border-radius: 0vw;
    background-color: #fff;
    /* top: 2vw; */
    /* height: 18vw; */
    position: relative;
    float: left;
}
.rightnav_pagefill {
    width: 72vw;
    float: right;
    /* overflow-y: auto; */
    height: 90vh;
    background-color: #ffffff;
}

::placeholder {
    color: #B4BFC1;
    font-family: "Open Sans";
    font-size: 0.8vw;
    letter-spacing: 0;
    line-height: 1vw;
    position:relative;
    top:0.1vw;
}
.author-sumission-wrap {
    padding: 1vw;
    height: 50vh;
}
.submission-info-head {
    color: #1D1F21;
    font-family: "Open Sans";
    font-size: 0.8vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2vw;
    position: relative;
}
.author-bk-name {
    margin-bottom: 1.4vw;
    border-bottom: 0.05vw solid #1D1F21;
    /* height: 1.35vw; */
    display: inline-flex;
    align-items: center;
    width: 100%;
}
label.bk-name-lbl {
    color: #1D1F21;
    font-family: "Open Sans";
    font-size: 0.8vw;
    letter-spacing: 0;
    line-height: 1.2vw;
    float: left;
    width: 6vw;
    margin-bottom: 0;
    position: relative;
}
.author-bk-name input.enter-bk-name {
    border: none;
    box-shadow: none !important;
    outline: none !important;
    width: 16vw;
    /* height: 1vw; */
    line-height: 1.2vw;
    font-family: "Open Sans" !important;
    font-size: 0.8vw;
    letter-spacing: 0;
    padding-top: 0vw;
    padding-bottom: 0;
    background-color: transparent;
    margin-bottom: 0;
    color: #1D1F21;
    position: relative;
}
button.proceed-btn {
        height: 2vw;
    width: 7vw;
    background-color: #f9c650;
    color: #1D1F21;
    font-family: Open Sans !important;
    font-size: 1vw !important;
    line-height: 1vw !important;
    border: none;
    font-weight: 600;
    text-align: center;
    /* text-transform: uppercase; */
    position: relative;
    /* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 -0.25em 0 rgba(0, 0, 0, .25), 0 0.25em 0.25em rgba(0, 0, 0, .05) !important; */
    outline: none !important;
    transition: all -0.9s;
    border-radius: 0.4vw;
    margin: 0 1vw 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#author-submit {
    margin-right: 2.2vw;
}
.filesTopBar {
    display: flex;
    margin-top: 2vw;
}

.infoFile {
    background: rgba(254, 216, 152, 1);
    border: 0;
    margin-right: 1vw !important;
    font-family: 'Open Sans' !important;
    padding: 0.2vw 1vw 1vw;
    font-size: 0.83vw !important;
    cursor: pointer !important;
    color: #1D1F21;
    position: relative;
    left: 0.01vw;
    top: 0.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}

.toogle-active {
    font-weight: 600 !important;
    background-color: #254D6E;
    color: #1D1F21;
    display: flex !important;
    top: 0;
    background-color: #FFF;
    border-top: 0.4vw solid #1D1F21;
}

.active-title,
.active-panel {
    display: block !important;
}

.proceed-wrap {
    width: 100%;
    height: 6.28vh;
    background-color: #ffffff;
    position: fixed;
    bottom: 0vw;
    border-top: 0.01vw solid #f3e4bc;
    text-align: center;
    padding-bottom: 0.24vw;
    padding-top: 0.2vw;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 1;
    box-shadow: 0 0vw 0.8vw rgba(0, 0, 0, 0.6);
}

.bottom-download-wrap {
    display: flex;
    align-items: center;
    margin-left: 2vw;
    cursor: pointer;
}

.download-option {
    color: #1D1F21;
    font-family: Open Sans !important;
    font-size: 1vw !important;
    font-weight: 600;
    border-bottom: 0.15vw solid #1D1F21;
}
.submission-drp-dwn {
    /* top: 1.3vw; */
    position: relative;
    /* left: 0.5vw; */
    /* height: 2vw; */
    display: inline-block;
}
select.select-submission {
    border: 0.0vw solid #1D1F21!important;
    border-radius: 3px;
    background-color: transparent;
    width: 72%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #1D1F21;
    font-family: "Open Sans";
    font-size: 0.8vw;
    letter-spacing: 0;
    line-height: 1.2vw;
    background-image: url(/author-portlet/images/Bigger.svg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 0.6vw;
    background-position: right 8px;
    margin-bottom: 0;
    padding: 0 0.4vw !important;
    height: auto;
}

select.select-submission.journalSite
{
	width: 25vw;
    right: 0.5vw;
    background-position-x: 23.5vw;
}
.add-icon {
    font-size: 1.1vw !important;
    margin-right: 0.2vw;
}
button.select-sub-btn {
    border-radius: 3px;
    background-color: #1D1F21;
    border: none;
    padding: 0.25vw;
    left: 0.3vw;
    position: relative;
    width: 2vw;
    outline: none;
    box-shadow: none;
    color: #FFF;
    font-size: 0.8vw;
    height: 30px;
}
select.select-submission:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.form-start-wrap {
    background-color: #d8d9c8;
    height: 95vh;
    /* margin: 1vw; */
    color: #000000;
    font-family: "Open Sans";
    letter-spacing: 0;
    line-height: 1vw;
    font-size: 0.75vw;
    /* margin-top: 0.5vw; */
}
.form-open-txt {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 85vh;
    color: #000000;
    font-family: "Open Sans";
    letter-spacing: 0;
    line-height: 1vw;
    font-size: 0.75vw;
    overflow: auto;
    padding: 1vw 0;
    /* margin-top: 2vw; */
}
button.select-sub-btn:hover {
    background-color: #A0BF84;
    color: #000;
}
button.proceed-btn:hover{
    background-color: #9dd283 !important;
    border: 0.01vw solid #A0BF84 !important;
    /* color: #000; */
}
button.select-sub-btn:disabled {
    background-color: #395369;
    cursor: not-allowed;
}

button.select-sub-btn:disabled:hover {
    background-color: #395369;
    cursor: not-allowed;
}

#submission-form .sv_main.sv_default_css .sv_custom_header {
    background-color: transparent;
}
#submission-form .sv_main.sv_default_css .sv_body {
    background-color: transparent;
    border-color: transparent;
}

#submission-form .sv_main.sv_default_css {
    background-color: transparent;
}
#submission-form .sv_main.sv_default_css form {
    background-color: transparent !important;
}

#submission-form .sv_main.sv_default_css input[type="button"] {
    background-color: #254d6e;
    font-family: 'OPEN SANS';
    font-weight: 600;
}
#submission-form button.sv_matrix_dynamic_button {
    background-color: #254d6e;
}
#submission-form .sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
    color: #000;
    font-family: 'Open Sans';
    font-weight: 600;
}
#submission-form .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select {
    font-family: 'OPEN SANS';
}
#submission-form label.sv_q_radiogroup_label {
    font-family: 'OPEN SANS';
}
#submission-form .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text {
    font-family: 'OPEN SANS';
}
#submission-form button.sv_matrix_dynamic_button {
    background-color: #254d6e;
}
#submission-form button.sv_matrix_dynamic_button {
    background-color: #254d6e;
    font-family: 'Open Sans';
    font-weight: 600;
}
#submission-form .sv_main.sv_default_css textarea {
    font-family: 'Open Sans';
    margin-left: 0;
}
#submission-form .sv_main.sv_default_css input[type="text"] {
    font-family: 'Open Sans';
}
#submission-form .sv_q_file > input[type="file"], .sv_q_file > button {
    font-family: 'OPEN SANS';
}
.swal2-modal h2#swal2-title {
    font-size: 1.5vw;
    font-weight: normal;
}
button.swal2-confirm.btn.btn-success {
    background-color: #7bb160 !important;
    width: 6.6vw !important;
    font-size: 0.9vw;
    padding: 0.6vw 1vw !important;
    background-image: none;
    border: none;
    line-height: 0.8vw;
    margin-left: 1vw;
    font-family: "Open Sans";
    height: 2vw;
    box-shadow: none;
    outline: none;
}
button.swal2-cancel.btn.btn-danger {
    background-color: #E06967 !important;
    margin-left: 0.5vw !important;
    width: 6.6vw !important;
    font-size: 0.9vw;
    padding: 0.6vw 1vw !important;
    background-image: none !important;
    border: none;
    line-height: 0.8vw;
    font-family: "Open Sans";
    height: 2vw;
    box-shadow: none;
    outline: none;
}

#author-sumission-wrap input:disabled{
    background-color: transparent;
    /* height: 0.7vw; */
}


/* width */
::-webkit-scrollbar {width: 4px;  }
/* Track */
::-webkit-scrollbar-track {background: #fff;   }
/* Handle */
::-webkit-scrollbar-thumb {background: #CDCDCD; border-radius: 2px;  }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #CDCDCD; border-radius: 2px;}

  
  
  img#logoImage {
    width: auto;
    height: 2vw;
    margin: 0.25vw;
    float: left;
}
  
  
  
button#surveyPrev {
    /* width: 4.3vw;
    height: 1.3vw;
    padding: 0vw !important;
    position: relative;
    margin-right: 0.2vw;
    font-size: 0.9vw !important;
    line-height: 1vw !important;
    font-family: 'Open Sans' !important; */
    border: 0.01vw solid #f9c650;
    background: transparent;
}
button#surveyPrev:hover:before {
    /* content: '\f060';
    font-family: FontAwesome;
    font-size: 0.8vw;
    color: #1D1F21;
    position: relative;
    right: 0.3vw;
    bottom: 0.05vw; */
}
.prev-next-left {
    /* position: relative;
    left: 1vw;
    width: 30vw;
    padding-top: 0.8vw; */
}
button#surveyNext {
    /* height: 1.3vw;
    padding: 0vw !important;
    position: relative;
    font-size: 0.9vw !important;
    line-height: 1vw !important;
    font-family: 'Open Sans'; */
}
button#surveyNext:hover:after {
    /* content: '\f061';
    font-family: FontAwesome;
    font-size: 0.8vw;
    color: #1D1F21;
    position: relative;
    left: 0.3vw;
    bottom: 0.05vw; */
}
.separator-smallform {
    border: 0.01vw solid #0000008a;
    position: relative;
    margin-right: 0.8vw;
}

.edit_save {
    padding-left: 5%;
    padding-right: 5%;
    color: #1D1f21;
    cursor: pointer;
    background: none;
    border: none;
    outline: inherit;
}

button.proceed-btn:disabled {
    cursor: not-allowed;
}

button.generate-btn {
    border-radius: 0.1vw;
    border: 0.01vw solid #254D6E;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    padding: 0.3vw;
    width: 8vw;
    color: #254D6E;
    float: right;
    font-size: 0.8vw;
    position: relative;
    right: 1vw;
}

button.generate-btn:hover{
    background-color: #254D6E;
    color: #ffffff;
}

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

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


div#guide-view-tabulator {
    width: 96%;
    float: left;
    /* margin-left: 0.8vw; */
    border: 0.0vw solid #E0E0DD;
    background-color: #FFF;
    padding: 0.8vw 0.4vw 0.8vw;
}

div#guide-view-tabulator .tabulator-header {
    height: 1.88vw;
    background-color: #FFF;
    border-bottom: 1px solid #1d1F21;
}

div#guide-view-tabulator .tabulator-header.tab-filter-wrap {
    height: 2.8vw;
}   
    
div#guide-view-tabulator .tabulator-header .tabulator-col {
    border-right: 0;
    background-color: #FFF;
    color: #1d1F21;
    font-family: "Open Sans";
    font-size: 1vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2vw;
    /* padding-top: 0.44vw !important; */
    padding-left: 0.2vw;
    text-transform: uppercase;
}

div#guide-view-tabulator .tabulator-row.tabulator-selectable:hover {
    background-color: #efefef !important;
}

div#guide-view-tabulator .tabulator-header .tabulator-col:first-child {
    padding-left: 0.4vw;
}
    
div#guide-view-tabulator .tabulator-row .tabulator-cell {
    border-right: 0;
    /*background-color: transparent;
    height: 3vw !important;
    display: inline-flex;
    align-items: center;*/
    color: #1D1F21;
    font-family: "Open Sans";
    font-size: 0.8vw;
    letter-spacing: 0;
    line-height: 1vw;
    font-weight: normal;
    padding-top: 0.65vw;
    height: 2.3vw !important;
}

div#guide-view-tabulator .tabulator-row .tabulator-cell:first-child {
    padding-left: 0.8vw;
    padding-top: 0.28vw;
}

div#guide-view-tabulator .tabulator-row {
    border-bottom: 0.01vw solid #1D1F21 !important;
    background-color: #fff;
    border-top: 0;
}
    
div#guide-view-tabulator .tabulator-row.tabulator-selected {
    background-color: #E7E7E7 !important;
}

div#guide-view-tabulator.tabulator input {
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
        font-size: 0.6vw !important;
        font-family: 'Open Sans';
        color: #1D1F21 !important;
        padding-left: 0.05vw !important;
        padding-top: 0 !important;
        position: relative;
        bottom: 0.2vw;
        font-weight: 400;
}
    
    
div#guide-view-tabulator.tabulator input::placeholder {
        color: #1D1F21 !important;
        font-size: 0.6vw !important;
}

.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
    border-bottom: 0.34vw solid #1D1F21 !important;
    border-left: 0.34vw solid transparent !important;
    border-right: 0.34vw solid transparent!important;
}

.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 0.34vw solid #1D1F21 !important;
    border-left: 0.34vw solid transparent !important;
    border-right: 0.34vw solid transparent !important;
}

.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: 0.34vw solid #1D1F21 !important;
    border-left: 0.34vw solid transparent !important;
    border-right: 0.34vw solid transparent !important;
}

.tabulator-placeholder {
    min-height: 100%;
}

.tabulator .tabulator-tableHolder .tabulator-table {
    min-width: 100%;
}

.download-icon {
    font-size: 1.3vw !important;
    font-weight: 300 !important;
    border-radius: 0.4vw;
    padding: 0vw 0.04vw 0;
}

.download-icon:hover {
    background-color: #9dd283;
}

div#instruction-wrap {
    width: 100%;
    display: inline-block;
}

.filter-icon {
    cursor: pointer;
    font-size: 1.2vw !important;
    line-height: 1vw;
    position: relative;
    color: #1D1F21;
    top: 0.1vw;
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
    font-size: 0.9vw !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
}


/* swal */


.swal2-actions .swal2-styled {
    margin: 0.4vw;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0.8vw 0 0 !important;
    color: #545454;
    font-family: 'Open Sans';
    font-size: 1vw !important;
    font-weight: 400;
    line-height: 1.55vw !important;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0 0.2vw !important;
  }

.swal2-top-end .swal2-html-container {
    padding: 0.4em 0 0 0.6em !important;
}

.swal2-top-end .swal2-icon-content {
    font-size: 1.75em !important;
}
  
  .swal2-styled.swal2-confirm:focus {
    box-shadow: none;
  }
  
  .swal2-deny.swal2-styled:focus {
    box-shadow: none;
  }
  
  .swal2-cancel.swal2-styled:focus {
    box-shadow: none;
  }
  
  .swal2-deny.swal2-styled:hover {
    background-color: #7bb160 !important;
    color: #fff !important;
  }
  
.swal2-deny.swal2-styled:hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 -0.25em 0 rgba(0, 0, 0, .25), 0 0.25em 0.25em rgba(0, 0, 0, .05) !important;
    background: #F0C669 !important;
    border: 0.01vw solid #F0C669 !important;
    color: #fff !important;
  }
  
  .swal2-deny.swal2-styled {
    background-color: #fff !important;
    border: 1px solid #7bb160 !important;
    background-image: none !important;
    width: auto !important;
    margin-left: 0.4vw;
    font-size: 1.0625em !important; 
    padding: 0.6vw 0.6vw !important;
    border-radius: .25em;
    background: initial;
    color: #7bb160;
    font-family: 'Open Sans';
    outline: none;
    box-shadow: none;
    min-width: 6.6vw !important;
    margin-bottom: 0;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) !important;
    outline: none !important;
    transition: all -0.9s;
  }
  
  .swal2-styled.swal2-confirm {
    border: 0;
    background: initial;
    background-color: #7bb160;
    color: #fff;
    font-family: Open Sans;
    background-color: #7bb160 !important;
    width: auto !important;
    font-size: 1.0625em !important;
    padding: 0.6vw 0.6vw !important;
    margin-right: 0.4vw;
    outline: none;
    box-shadow: none;
    min-width: 6.6vw !important;
    margin-bottom: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 -0.25em 0 rgba(0, 0, 0, .25), 0 0.25em 0.25em rgba(0, 0, 0, .05) !important;
    outline: none !important;
    transition: all -0.9s;
  }
  
  .swal2-cancel.swal2-styled {
    color: #fff !important;
    background-color: #E06967 !important;
    margin-left: 0.4vw !important;
    width: auto !important;
    padding: 0.6vw 0.6vw !important;
    font-family: Open Sans !important;
    font-size: 1.0625em !important;
    outline: none;
    box-shadow: none;
    min-width: 6.6vw !important;
    margin-bottom: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 -0.25em 0 rgba(0, 0, 0, .25), 0 0.25em 0.25em rgba(0, 0, 0, .05) !important;
    outline: none !important;
    transition: all -0.9s;
  }

  
  .swal2-deny.swal2-styled:active {
    padding: 0.4vw !important;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto !important;
    font-size: 0.8vw !important;
    margin-top: .25em !important;
    min-width: 6vw !important;
}

.swal2-styled.swal2-confirm:active {
    padding: 0.4vw !important;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto !important;
    font-size: 0.8vw !important;
    margin-top: .25em !important;
    min-width: 6vw !important;
}

  .swal2-cancel.swal2-styled:active {
    padding: 0.4vw !important;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto !important;
    font-size: 0.8vw !important;
    margin-top: .25em !important;
    min-width: 6vw !important;
}
  
  .swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    font-family: Open Sans;
  }
  
  .swal2-container.swal2-center {
    align-items: center;
    z-index: 100000 !important;
  }
  
  .swal2-modal h2#swal2-title {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 2vw;
    margin: 0.8vw 1vw 0vw;
    font-family: 'Open Sans';
  }
  
  .swal2-icon {
    margin: 0 auto 0.6vw;
  }
  
  .swal2-icon-content {
    font-size: 2.75em !important;
  }
  
  label.swal2-checkbox {
    margin-top: 0.4vw;
    margin-bottom: 0.2vw;
  }
  
  span.swal2-label {
    font-family: 'Open Sans';
    font-size: 1vw !important;
    line-height: 1.55vw !important;
  }
  
  .swal2-radio label {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.2vw !important;
  }
  
  .swal2-radio label input {
    accent-color: #579b57;
    position: relative;
    top: 0.05vw;
    margin-right: 0.4vw !important;
  }
  
  #swal2-checkbox {
    height: 0.85vw !important;
    width: 0.85vw !important;
    color: #000;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.01vw solid #000;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
    margin-right: 0.4vw !important;
    margin-top: 0 !important;
    outline: none !important;
  }
  
  #swal2-checkbox:checked:before {
    background-color: transparent;
    height: 0.5vw;
    width: 0.5vw;
    position: absolute;
    font-size: 0.65vw;
    line-height: 2vw;
    color: #000;
    border-radius: 0;
    text-align: center;
    margin-top: 0.15vw;
    padding-left: 0.15vw;
    display: flex;
    justify-content: center;
    background-color: unset !important;
    align-items: center;
    content: '\f00c';
    font-family: 'FontAwesome';
  }
  
  .swal2-radio {
    margin-top: 0.8vw;
    margin-bottom: 0vw;
  }
  
  .custom-radio-input-class {
    display: block !important;
  }
  
  .swal2-actions {
    margin-top: 1.2vw;
  }
  
  .swal2-popup {
    box-shadow: 0px 3px 5px 4px rgba(0, 0, 0, 0.3);
    padding: 1.25em;
  }

  button.swal2-close {
    position: absolute;
    box-shadow: none !important;
 }


::-webkit-scrollbar {
    width: 0.5vw !important;
    height: 0.5vw !important;
}


/* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
    border: none;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d6d6d6 !important;
    border-radius: 6px  !important;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #CDCDCD !important;
  }


@media (orientation: portrait) {
    .aui body {
        padding: 0;
    }

    .welcome_header {
        height: 4.5vw;
    }

    img#logoImage {
        height: 4vw;
    }

    .welcome_review_head {
        font-size: 2.1vw;
        top: 1.55vw;
    }

    .author-img {
        top: 2.3vw;
    }

    img.author_submission_logo {
        width: 3.4vw;
    }
        
    .leftnav_pagefill {
        width: 100%;
        height: auto;
        overflow: unset;
    }
    
    .article_submitter-Author {
        width: 98%;
        max-width: 98%;
        font-size: 2.8vw;
        line-height: 3.6vw;
    }
    
    .submitter_upload {
        width: 99%;
        height: auto;
        margin-bottom: 2vw;
    }
    .info-wrap {
        flex-direction: column;
        height: 100vh;
        overflow: auto;
    }
 
    .rightnav_pagefill {
        width: 100%;
        height: auto;
    }
    
    .author-sumission-wrap {
        height: auto;
    }

    .submitter_details {
        width: 98%;
    }
        
    .proceed-wrap {
        height: 4vh;
        z-index: 100;
    }
    
    .infoFile {
        font-size: 2.6vw !important;
        padding: 0.8vw 1vw 2vw;
    }
    
    ::placeholder {
        font-size: 2.6vw;
    }
    
    label.bk-name-lbl {
        font-size: 2.6vw;
        line-height: 3.5vw;
        width: 20vw;
    }
    
    select.select-submission, .author-bk-name input.enter-bk-name {
        font-size: 2.6vw !important;
        line-height: 3.5vw !important;
        width: 75%;
        height: auto;
        background-size: 1.6vw;
    }
    
    .sd-page .sd-page__title span.sv-string-viewer {
        font-size: 3.6vw !important;
        line-height: 3.4vw !important;
    }
    
    .sd-paneldynamic__header .sd-element__title .sv-string-viewer, 
    .sd-element__title .sv-string-viewer,
    span.sv-string-viewer, button.sd-action {
        font-size: 2.6vw !important;
        line-height: 4vw !important;
    }
    
    .sd-input {
        font-size: 2.6vw !important;
        height: calc(10 * var(--base-unit, 0.45vw)) !important;
        display: inline-block !important;
        margin-bottom: 4vw !important;
    }

    .sd-tab-item, .sd-paneldynamic__progress-text {
        font-size: 2.2vw !important;
        padding-bottom: 2vw !important;
    }
    
    button.proceed-btn {
        font-size: 2.6vw !important;
        width: auto;
        height: 4vw;
        padding: 2vw;
    }
    
    .add-icon {
        font-size: 2.8vw !important;
    }

    .sd-element__title-expandable-svg {
        top: 1.8vw;
    }

    div#guide-view-tabulator .tabulator-row .tabulator-cell {
        font-size: 2.8vw;
        height: 5.3vw !important;
        padding-top: 1.65vw !important;
    }

    .download-icon {
        font-size: 3.3vw !important;
        position: relative;
        bottom: 0.28vw;
    }

    .filter-icon {
        font-size: 2.2vw !important;
    }
    .tabulator-header-filter {
        visibility: visible;
    }

    div#guide-view-tabulator {
        width: 98%;
    }

    div#guide-view-tabulator .tabulator-header .tabulator-col {
        font-size: 3vw;
        line-height: 3.2vw;
    }

    div#guide-view-tabulator .tabulator-header {
        height: 8vw !important;
    }

    div#guide-view-tabulator.tabulator input {
        font-size: 1.8vw;
        line-height: 3.2vw;
    }

    div#guide-view-tabulator.tabulator input::placeholder {
        font-size: 1.8vw !important;
    }

    .swal2-html-container {
        font-size: 2.8vw !important;
        line-height: 3.8vw !important;
    }

    .swal2-popup {
        width: 65% !important;
    }
    
    .swal2-popup.swal2-toast {
        width: 100% !important;
    }

    .swal2-styled.swal2-confirm {
        font-size: 2vw !important;
    }
    
    .swal2-deny.swal2-styled {
        font-size: 2vw !important;
    }
    
    .swal2-cancel.swal2-styled {
        font-size: 2vw !important;
    }

    .swal2-modal h2#swal2-title {
        font-size: 3vw;
        line-height: 4vw;
    }

}
  
@media only screen and (min-height: 500px) and (max-height :600px) {
    .leftnav_pagefill {
        height: 98vh;
        overflow: auto;
    }

    .article_submitter-Author {
        margin-top: 1vw;
    }

    .filesTopBar {
        margin-top: 1vw;
    }

    .author-sumission-wrap {
        padding-top: 0.4vw;
    }

    div#guide-view-tabulator {
        height: 36vh !important;
    }
}

@media only screen and (min-height: 800px) and (max-height :1020px) {

    div#guide-view-tabulator {
        height: 40vh !important;
    }
}