.bi-eye-slash  { display:none; }
.upload-field-group .content h6 {text-transform: none;}
#removeImage { display:none; }
.new-submission-accordion .form-group .help-inline-error, .form-group .help-inline-error.file-type-error  {
    display: none;
}
.new-submission-accordion .form-group .help-inline-error.show , .form-group .help-inline-error.file-type-error.show {
    display: block;
}
#charCount { margin-top: 10px; color: #666; }
.charLimitExceeded { color: red !important;  }
.form-desc {margin-bottom: 50px !important;  }
.editauthor .submit-field-row { border-top: 1px solid rgba(196, 196, 196, 0.3);padding-top: 20px;margin-top: 20px; }
.file-preview { padding-top: 10px; display: block; }
.file-upload-control .rf-btn {
  position: absolute;
  top: 25px;
  right: 45px;
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 100;
}
.modal-msg-content h6{ text-transform: none !important; }
.complateprofile.profile-setting-form .c-checkbox.c-checkbox-sm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.complateprofile.profile-setting-form .c-checkbox.c-checkbox-sm .help-inline-error {
    order: 3;
}
.complateprofile.profile-setting-form .c-checkbox.c-checkbox-sm label {
    order: 1;
}

.complateprofile.profile-setting-form .c-checkbox.c-checkbox-sm input[type="checkbox"]:checked + .help-inline-error + label::before {
    content: '\F272';
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    background: #008080;
    border-color: #008080;
    color: #fff;
    font-size: 26px;
}
.complateprofile.profile-setting-form .c-checkbox.c-checkbox-sm input[type="checkbox"]:checked + .help-inline-error + label::before {
    font-size: 18px;
    background: #008080;
    border-color: #064141;
}
.complateprofile.profile-setting-form .c-checkbox.c-checkbox-sm label a {
    padding-left: 5px;
    text-transform: lowercase;
}
.swal-button--confirm
{
  background: #008080;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
}
.swal-button--confirm:hover{
  background: #E0EEEF !important;
  color: #008080;
  border-color: #008080;

}
.swal-button--cancel{
  background: #E0EEEF !important;
  color: #008080;
  border: 1px solid #008080;
  border-radius: 10px;
}
.swal-button--cancel:hover
{
  background: #008080 !important;
  color: #fff;
  border-color: #008080;
}
.article_funding label{ font-size:15px !important; }
.file-list > ul > li .col-right .file-type {
    font-size: 14px;
    padding-right: 10px;
}
#response-table{
        max-height: 300px; /* Set maximum height for the scroll bar */
        overflow-y: auto; /* Enable vertical scroll bar */
    }
.page-template-submission_view header, .page-template-submission_view footer
{
  display: none !important;
}

.docsfiles
{
  padding-bottom :50px;
}
.pdffiles{
  padding-bottom :50px;
}

.notify-modal .notification-list {
    padding: 0;
    margin: 0;
}
.notification-section .notification-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 0 5px 0;
    list-style: none;
}
.backtosub{
    color: #008080;
}
.profile-setting-section.submission_preview { background:#fff; }     
@media screen and (max-width:767px) {
    .icon-field-control .field-icon {height: 46px;}
}