<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * Apply Here your Custom CSS
 *
*/
@font-face {
   font-family: "sahel";
   src: url('../fonts/sahel/Sahel.eot?#');
   src: url('../fonts/sahel/Sahel.eot?#iefix') format('embedded-opentype'),
   url('../fonts/sahel/Sahel.woff') format('woff'),
   url('../fonts/sahel/Sahel.ttf') format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
input,
button,
select,
textarea {
    font-family: "sahel";
}

.is-scrollable{
   max-height: 400px !important;
   overflow-y: scroll;
}

input, button, select, textarea{border: none;background: none;}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
   background-color: #eeeeee;
   opacity: 1;
   cursor: text;
}

.rtl-pagination &gt; ul &gt; li &gt; a, .rtl-pagination &gt; ul &gt; li &gt; span {
   float: right;
}

.text-error{color:#b94a48}
.text-success{color:#468847}

.status_icon {width: 100%;text-align: center;display: inline-block;font-size: 14px;}

.progress { position:relative; width:100%; border: 1px solid #7F98B2; padding: 1px; border-radius: 3px; }
.bar { background-color: #B4F5B4; width:0%; height:25px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; color: #7F98B2;}

.alert-file{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}

.publisher_journals_dash{}

.publisher_journals_dash .panel-heading &gt; .panel-title {
   font-size: 16px;
   float: none;
}

.publisher_journals_dash .journal_logo {
   height:100px;
}

.publisher_journals_dash .journal_logo img {
   /*border-radius: 150px;*/
   overflow: hidden;
   max-width: 120px;
   /*height: 120px;*/
}

.alert-success {
   border-color: #008d4c;
}
.alert-danger,
.alert-error {
   border-color: #d73925;
}
.alert-warning {
   border-color: #e08e0b;
}
.alert-info {
   border-color: #00acd6;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
   background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
   background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
   background-color: #00c0ef !important;
}
.bg-blue {
   background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
   background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
   background-color: #00a65a !important;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
   color: #fff !important;
}


.no-padding {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.d-none-custom{
   display: none;
}</pre></body></html>