* {
    padding: 0;
    margin: 0;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto;
}

@font-face {
    font-family: 'Roboto';
    src: URL('../font/Roboto-Regular.ttf') format('truetype');
}

#mainpage {
    width: 100%;
    height: 100vh;
    position: relative;
}

nav {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    background-color: #fff;
    transition: background-color 0.2s ease;
    font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f4623a;
}

.dropdown-item:active {
    color: black;
}

.nav-item a, .nav-item button {
    padding: 0.4rem 1.25rem !important;
}

.dropdown-menu a:hover, .dropdown-menu button:hover {
    background-color: #f4623a21;
    color: black;
}

.dropdown-menu i {
    width: 1.25rem;
    margin-right: 0.25rem;
}

.nav-dropdown {
    margin: 0.2rem 0;
    border-radius: 0.2rem;
    font-size: 0.9rem;
}

.nav-menu {
    padding: 0.5rem;
    margin: 0.5rem 0 0;
    text-align: center;
    min-width: fit-content;
}

.nav-menu a {
    text-align: left;
}

#tab-role a:active {
    background-color: rgb(255, 208, 0);
}

a:hover {
    text-decoration: unset !important;
}

.req_redbox {
    box-shadow: inset 0 0 0.5rem #ED776C !important;
    background: #FCEAE9 url(../img/exclamation-circle-solid.svg) 96% 50% no-repeat !important;
    background-size: 1rem !important;
}

#roleDropdown:not(.dropdown-toggle) {
    cursor: default;
}

#roleDropdown:not(.dropdown-toggle):hover {
    color: black !important;
}


#author_section {
    display: flex;
    padding-top: 6rem;
    padding-bottom: 1.25rem;
}

.hideObj {
    display: none !important;
}

.blurBack {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.on-between {
    display: flex;
    justify-content: space-between;
}

/* Loader */
#loader {
    z-index: 30000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #ffe4dd85;
}

#loader>div {
    font-size: 1.2vw;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 50%;
    left: 50%;
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #fd8767, 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.5), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.7), 1.8em -1.8em 0 0em #fd8767, 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.5), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.7), 2.5em 0em 0 0em #fd8767, 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.5), 2.5em 0em 0 0em rgba(253, 135, 103, 0.7), 1.75em 1.75em 0 0em #fd8767, 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.5), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.7), 0em 2.5em 0 0em #fd8767, -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.5), 0em 2.5em 0 0em rgba(253, 135, 103, 0.7), -1.8em 1.8em 0 0em #fd8767, -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.5), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.7), -2.6em 0em 0 0em #fd8767, -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.5), -2.6em 0em 0 0em rgba(253, 135, 103, 0.7), -1.8em -1.8em 0 0em #fd8767;
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #fd8767, 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.5), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.7), 1.8em -1.8em 0 0em #fd8767, 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.5), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.7), 2.5em 0em 0 0em #fd8767, 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.5), 2.5em 0em 0 0em rgba(253, 135, 103, 0.7), 1.75em 1.75em 0 0em #fd8767, 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.5), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.7), 0em 2.5em 0 0em #fd8767, -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.2), -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.5), 0em 2.5em 0 0em rgba(253, 135, 103, 0.7), -1.8em 1.8em 0 0em #fd8767, -2.6em 0em 0 0em rgba(253, 135, 103, 0.2), -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.5), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.7), -2.6em 0em 0 0em #fd8767, -1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(253, 135, 103, 0.2), 1.8em -1.8em 0 0em rgba(253, 135, 103, 0.2), 2.5em 0em 0 0em rgba(253, 135, 103, 0.2), 1.75em 1.75em 0 0em rgba(253, 135, 103, 0.2), 0em 2.5em 0 0em rgba(253, 135, 103, 0.2), -1.8em 1.8em 0 0em rgba(253, 135, 103, 0.5), -2.6em 0em 0 0em rgba(253, 135, 103, 0.7), -1.8em -1.8em 0 0em #fd8767;
    }
}


/*
 * webkit scrollbar
 */

::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

/* Login */

.main_login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    min-height: 40rem;
    background-color: #f8f9fd;
}

.welcome-login {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, #f75959 0%, #f4623a 100%);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    border-radius: 0.2rem;
}

.login-wrap {
    background-color: white;
    border-radius: 0.2rem;
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}

.login-wrap input {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn.btn-white.btn-outline-white:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000;
}

.btn.btn-white.btn-outline-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

#not-match {
    color: red;
    font-size: 0.7rem;
    padding-left: 4rem;
    font-weight: bold;
    margin-top: -0.8vw;
}

#pass-but {
    width: 3rem;
    border: 1px solid #ced4da;
}

/* Sign Up  */

.Drawer {
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: auto;
    transform: translateX(100%);
    transition: transform ease-out 0.3s;
}

.entry-title {
    color: #f4623a;
    font-weight: bold;
}

.Drawer.is-open {
    transform: translateX(0);
}

.Button {
    background: #f4623a;
    border: none;
    border-radius: 10em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 40%);
    color: #fff;
    cursor: pointer;
    padding: 0.25rem 1rem;
    transition-property: background-color, box-shadow, transform;
    transition-duration: 0.3s;
}

.Button:hover, .Button:focus {
    background: #f4623a;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.Button:active {
    background: #f4623a;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    transform: translateY(0) scale(0.975);
}

.form-control:not([readonly], .btn-warning):focus {
    background-color: #fff;
    border-color: #fbc2b3;
    outline: 0;
    color: #212529;
    box-shadow: 0 0 0 0.15rem rgb(255 216 98);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eeeeee;
    opacity: 1;
    box-shadow: unset !important;
    border: 1px solid #ccc;
}

#signup_info select.form-control, #submission_form select.form-control,
#newAbstract_form select.form-control, #revSubmission_form select.form-control,
#editorEdit_form select.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=1);
}

select option:disabled {
    background-color: #eeeeee;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.control-label {
    color: #333333;
}

.input-group button {
    font-size: 0.8rem;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 1rem;
}

input[type="radio"], #reviewTable input, #reviewTable label {
    cursor: pointer;
}

.input-group-addon {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 3rem;
    white-space: nowrap;
    vertical-align: middle;
    /* display: table-cell; */
    display: flex;
    align-items: center;
}

.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.signup_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0 1rem;
}

.gender {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

#signup label, .signup_div span {
    margin-bottom: 0;
    font-weight: bold;
}

#signup input, #signup select {
    padding: 0.5rem 1rem;
    color: black;
}

#signup input::placeholder {
    color: rgb(147, 147, 147);
}

.signup_editor {
    font-size: 1.2rem;
    color: gray;
}

#signup-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.captcha-box {
    border-radius: 5px;
    border: 1px solid #ced4da;
    text-align: center;
}

#refresh_capt {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-left: 0.1rem;
    padding: 0 1rem;
}

#refresh_capt:hover, #pass-but:hover {
    background-color: #b5b3b3;
}

#refresh_capt:active, #pass-but:active {
    background-color: #ced4da;
}

/* Author and Reviewer */
#detailMain {
    min-height: 12rem;
    height: 100%;
}

.profile-pic {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    object-fit: cover;
}

.profile-pic-sm {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
}

#profile_pic {
    height: 9rem !important;
    width: 9rem !important;
    object-fit: cover;
}

#profile-info i {
    width: 1.5em !important;
}

.header-blue {
    padding: 0.6rem 0.8rem;
    background: #f4623a;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.25rem;
    text-shadow: 1px 1px 3px #1c1c1c5c;
}

#abstract_action {
    gap: 1rem;
}

.header-comment {
    color: #f4623a;
    font-size: 1.25rem;
    font-weight: bold;
}

#completeMain, #reviseMain {
    max-height: calc(50vh - 8.3rem);
    overflow: auto;
    border: 1px solid #dee2e6;
}

.complete_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.8rem;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.submit_group, .invite_group {
    padding: 0.8rem;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}

.title-name {
    font-size: 1rem;
    font-weight: 600;
    word-break: break-word;
}

.title-detail {
    cursor: pointer;
    color: black;
    font-size: 0.8rem;
}

.title-detail i {
    font-size: 0.8rem;
    color: #14396a;
}

.title-date, #profile-info p, .sum-detail span, .confer-status, .user_detail, .article_detail {
    font-size: 0.8rem;
    color: gray;
}

.confer-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: orange;
    font-size: 1rem;
    line-height: 1.7;
}

.finish_stat {
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
}

.sum-detail {
    border-right: 1px dashed #dee2e6;
    padding: 0.2rem 1.5rem;
    text-align: center;
}

.sum-detail p, .sum-detail-author p {
    margin-bottom: 0;
}

.detail-author-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
    border-radius: 6px;
}

.sum-detail-author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #fff;
    border-radius: 100%;
    text-shadow: 1px 1px 3px #8b8b8b5c;
    font-weight: 500;
    box-shadow: 1px 1px 5px lightgrey;
    font-size: 1.25rem;
    line-height: 1.4rem;
    padding-bottom: 0.25rem;
}

.sum-detail-author span {
    font-size: 0.8rem;
    color: #4c3f3f;
    font-weight: bold;
    text-shadow: none;
}

.bg-pt-green {
    background: #d0e6a5;
    background: #b5e5bf;
    box-shadow: inset 2px 2px 10px #93d9a1;
}

.bg-pt-pink {
    background: #faa7b7;
    background: #fabcc0;
    box-shadow: inset 2px 2px 10px #ef9197;
}

.bg-pt-yellow {
    background: #ffdd95;
    background: #ffd557;
    box-shadow: inset 2px 2px 10px #ffc108;
}

.border-left-dash {
    border-left: 1px dashed #dee2e6;
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #f4623a;
}

.divider {
    width: 3.25rem;
    height: 0.2rem;
    background-color: #f4623a;
    border-radius: 1rem;
}

/* Button */

.submit-button {
    background-color: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #212529;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    padding: 0.1rem 0.8rem;
    border: 0;
    text-decoration: none;
}

.submit-button:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.1rem rgb(216 217 219 / 50%);
}

.submit-button:active, .view-button:active, .accept-button:active, .decline-button:active, #filter_div button:active, .icon-box:active, #statusTable tr th span button:active, #rw_accept:active, #rw_rev:active, #rw_reject:active, #aD_total:active {
    position: relative;
    top: 1px;
}

.view-button:focus, .submit-button:focus, .decline-button:focus, .accept-button:focus, .score select:focus, .question_div textarea:focus, .close:focus, .Button:focus, #filter_reviewer button:focus, #refresh_capt:focus, #pass-but:focus, #rw_accept:focus, #rw_rev:focus, #rw_reject:focus, #filter_div button:focus, #filter_div input:focus, #statusTable tr th span button:focus, #aD_total:focus, input[type="radio"]:focus, #finish_div textarea:focus,#abstract_action textarea:focus, #searchType:focus-visible {
    outline: none;
}

.view-button {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    box-shadow: 0px 7px 14px -7px #bee2f9;
    background: linear-gradient(to bottom, #84c5ef 5%, #a8d1f7 100%);
    background-color: #84c5ef;
    border-radius: 6px;
    cursor: pointer;
    color: #14396a;
    font-size: 0.9rem;
    font-weight: bold;
    border: 0;
    padding: 0.3rem 0.6rem;
    text-decoration: none;
}

.view-button:hover {
    background: linear-gradient(to bottom, #a8d1f7 5%, #63b8ee 100%);
    background-color: #a8d1f7;
}

.view-button i {
    font-size: 0.9rem;
    margin-right: 0.2rem;
}

.accept-button {
    box-shadow: 0px 8px 10px -7px #408622;
    /* box-shadow: 0px 10px 14px -7px #9acc85; */
    background: linear-gradient(to bottom, #4aab1e 5%, #009800 100%);
    background-color: #74ad5a;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 0.4rem 1.25rem;
    font-size: 0.9rem;
    border: 0;
    text-decoration: none;
    /* text-shadow: 0px 1px 0px #92b879; */
    letter-spacing: 0.02rem;
}

.accept-button:hover {
    background: linear-gradient(to bottom, #009800 5%, #4aab1e 100%);
    background-color: #68a54b;
}

.decline-button {
    box-shadow: 0px 8px 10px -7px #b62f22;
    /* box-shadow: 0px 10px 14px -7px #f5978e; */
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color: #f24537;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0.4rem 1.25rem;
    border: 0;
    text-decoration: none;
    /* text-shadow: 0px 1px 0px #810e05; */
    letter-spacing: 0.02rem;
}

.decline-button:hover {
    background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    background-color: #c62d1f;
    color: white;
    text-decoration: none;
}

.btn-warning:focus {
    color: #fff;
    background-color: #f24516;
    border-color: #ee3e0d;
    box-shadow: 0 0 0 0.2rem rgb(246 122 88 / 50%);
}

.btn-close:focus {
    box-shadow: unset !important;
}

a {
    color: #f4623a;
    text-decoration: none;
    background-color: transparent;
}


/* Modal */
.modal {
    overflow-y: auto;
}

h5.modal-title {
    font-weight: bold;
}

.detail-icon {
    display: flex;
    align-items: center;
}

.detail-icon i {
    font-size: 2rem;
}

.reviewer_profile i {
    font-size: 2.5rem;
}

/* .reviewer_text {
    font-size: 0.8rem;
} */

#reviewer_detailT {
    min-height: calc(100vh - 16rem);
}

.status-exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem 1rem;
    width: 100%;
    margin-top: 0.8rem;
    padding-top: 0.5rem;
    color: gray;
    border-top: 1px dashed #dee2e6;
}

.status-exp span, .status-exp i {
    font-size: 0.75rem;
}

.popup_icon {
    color: orange;
    font-size: 3rem;
}

.chk_icon {
    color: green;
    font-size: 3rem;
}

.wrong_icon {
    color: red;
    font-size: 3rem;
}

/* Modal Add Reviewer */
#filter_reviewer select, #filter_reviewer input {
    border: 1px solid #DDDDDD;
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.2rem;
    width: inherit;
}

.review_form {
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

.review_form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.review_form li {
    display: block;
    padding: 1.5rem 1rem;
    border: 1px solid #DDDDDD;
    margin-bottom: 1rem;
    border-radius: 0.3vw;
}

.review_form li>label {
    display: block;
    float: left;
    margin-top: -2.5rem;
    margin-bottom: 0;
    background: #FFFFFF;
    height: 1.5rem;
    padding: 0.2rem;
    color: gray;
    font-size: 1rem;
    overflow: hidden;
}

.review_form li>span {
    background: #F3F3F3;
    display: block;
    padding: 0.3rem;
    margin: 0 -1rem -1.5rem;
    text-align: center;
    color: #C0C0C0;
    font-size: 0.7rem;
}

.reviewTable_parent {
    height: 10rem;
    padding-left: 1rem;
    overflow: auto;
}

#reviewTable tr td {
    padding: 0.2rem 0;
}

/* Modal  viewDetail*/
#submittionMain, #invitationMain {
    overflow: auto;
    max-height: calc(100vh - 21rem);
    border: 1px solid #dee2e6;

}

/* 
#invitationMain button {
    font-size: 0.8rem;
} */

.comment-box {
    border: 1px solid #c5c8ca;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-top: 0.2rem;
    font-size: 0.8rem;
}

#sumQ_table {
    border-collapse: separate;
    border-spacing: 0;
}

#sumQ_table td:first-child {
    text-align: left;
}

#rw_accept, #rw_rev, #rw_reject, #aD_total {
    width: 3rem;
    font-size: 1rem;
    border: 0;
    border-radius: 0.4rem;
    padding: 0.2rem;
    box-shadow: 1px 2px 2px #828282;
}

#rw_accept {
    background: #198754;
    color: white;
}

#rw_accept:hover {
    background: #216321;
}

#rw_rev {
    background: #ffc107;
    color: black;
}

#rw_rev:hover {
    background: rgb(251, 221, 50);
}

#rw_reject {
    background: #dc3545;
    color: white;
}

#rw_reject:hover {
    background: rgb(216 34 34);
}

#aD_total:hover {
    background-color: #e0e0e0;
}

.comment_toE {
    font-size: 0.8rem;
    padding-left: 3rem;
    padding-bottom: 0.5rem;
}

/* Reviewer */
.question_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #F3F3F3;
    border-radius: 0.5rem;
}

.question_div textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border: solid 2px #ccc;
    border-radius: 0.2rem;
}

.question {
    padding: 0.5rem;
    font-size: 0.9rem;
}

.score, .complete_work {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D8D8D8;
    border: 1px solid #D8D8D8;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: 0.8rem;
}

.complete_work {
    background-color: white;
    border: 0;
}

.score select {
    width: 80%;
    border: solid 2px #ccc;
    border-radius: 0.2rem;
    font-size: 0.9rem;
    padding: 0.5rem;
}

/* Radio text inside */
.score label, .complete_work label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.3rem;
    margin-bottom: 0;
    border-radius: 100%;
    width: 2.5rem;
    padding: 0.5rem;
    background-color: white;
    transition: all 0.3s;
    color: #14396a;
}

.complete_work label {
    border-radius: 0.4rem;
    border: 1px solid #dee2e6;
    width: 100%;
    padding: 0.5rem 0;
}

.score input[type="radio"], .complete_work input[type="radio"] {
    display: none;
}

.score input[type="radio"]:checked+label {
    background: #f4623a;
    color: white;
}

.complete_work input[type="radio"]:checked+label {
    background: #63b8ee;
}

/* Editor */
.icon-box {
    padding: 0 0.6rem;
    border: 1px solid #DBE5F1;
    background-color: white;
    border-radius: 0.4rem;
    cursor: pointer;
}

.icon-box i, .page-num, .selectRadio {
    font-size: 0.8rem;
    color: #43588F;
}

#searchTable, #reportrange, #filter_div select, #finish_div textarea, #abstract_action textarea {
    cursor: pointer;
    border: 1px solid #DBE5F1;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    color: #43588F;
    width: 100%;
}

#finish_div textarea,
#abstract_action textarea {
    padding: 0.5rem 1rem;
}

#searchTable {
    background: #fff url(../img/search-solid.svg) 97% 50% no-repeat;
    background-size: 1rem;
    padding: 0.2rem 2rem 0.2rem 1rem;
}

#status_select, #searchTable {
    border-right: 1px solid #DBE5F1 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#reportrange {
    background: #fff url(../img/calendar-alt-solid.svg) 97% 50% no-repeat;
    background-size: 0.8rem;
    padding: 0.2rem 1.5rem 0.2rem 0.2rem;
}

#filter_div select {
    padding: 0.35rem 1rem;
    height: 100%;
    border-right: 0;
}

#searchType {
    width: fit-content !important;
}

#filter_div input {
    padding: 0.35rem 2rem 0.35rem 1rem;
}

#status_select, #filter_div input {
    width: 14rem !important;
}

#searchType, #arrUp_search {
    border-radius: 0 !important;
}

#searchType option {
    padding: 0.5rem;
    cursor: pointer;
}

.filter {
    padding: 0.2rem 1rem;
    line-height: inherit;
}

#statusTable_div {
    overflow-x: auto;
}

#statusTable tr th, #statusTable tr td, #sumQ_table tr th, #sumQ_table tr td {
    border: 1px solid #dee2e6;
    text-align: center;
}

#sumQ_table tr th {
    font-size: 1rem;
    padding: 0.8rem;
    background: #f4623a;
    color: white;
    text-shadow: 1px 1px 3px #1c1c1c5c;
}

.border_table {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: auto;
    max-height: calc(100vh - 11.5rem);
    margin-top: -0.2rem;
}

#statusTable tr th {
    position: sticky;
    top: 0;
    padding: 0.8rem;
    color: #040849;
    color: white;
    background-color: #f4623a;
    font-size: 0.9rem;
    z-index: 2;
    font-weight: 500;
}

#statusTable tr th span {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    white-space: nowrap;
    gap: 0.5rem;
}

#statusTable tr th span button {
    background-color: transparent;
    border: 0;
    color: white;
}

#statusTable tr td, #sumQ_table tr td {
    font-size: 0.9rem;
    padding: 0.5rem;
}

#statusTable tr td i {
    cursor: pointer;
    color: #14396a;
    font-size: 1rem;
}

.editor_sum {
    display: flex;
    justify-content: center;
}

/* Modal New Submission */
.inputfile+label {
    max-width: 80%;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile:focus+label, .inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-4+label {
    color: #d3394c;
}

.inputfile-4:focus+label, .inputfile-4.has-focus+label, .inputfile-4+label:hover {
    color: #722040;
}

.inputfile-4+label i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    width: 5rem !important;
    height: 5rem !important;
    border-radius: 50%;
    background-color: #d3394c;
    padding: 1.2rem;
    margin: 0 auto 10px;
    color: white !important;
}

.inputfile-4:focus+label i, .inputfile-4.has-focus+label i, .inputfile-4+label:hover i {
    background-color: #722040;
}

input:not([type='radio'], [readonly]):focus, select:focus {
    color: #495057;
    background-color: #fff;
    box-shadow: inset 0 0 0 0.12vw rgba(0, 13, 255, 0.25);
    outline: 0;
}

.new_header {
    display: flex;
    justify-content: space-between;
    background: #eeeeee;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    /* font-size: 0.7rem; */
    gap: 0.5rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    flex-wrap: wrap;
}

.form-control {
    border-radius: 4px;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.font-09 {
    font-size: 0.9rem;
    color: black;
}

.newSubm_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newSubm_title input {
    padding: 0.375rem 1rem;
}

.newSubm_file {
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

#newSubmission .modal-footer button {
    font-size: 0.9rem;
}

.abAction-box {
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-radius: 0 0 4px 4px;
    padding: 2rem 1rem;
    background: antiquewhite;
}

/* Modal Editor Submit Detail */
.editorD_Head {
    padding: 0 0.5rem;
}


/* Modal Conclusion */
.complete_badge, .rev_badge, .rej_badge {
    font-size: 2rem;
    padding: 0.5rem 2rem;
    border-radius: 0.4rem;
}

.complete_badge {
    color: green;
    border: 0.3rem solid green;
}

.rev_badge {
    color: orange;
    border: 0.3rem solid orange;
}

.rej_badge {
    color: red;
    border: 0.3rem solid red;
}

@media (max-width: 767px) {
    .profile-pic {
        width: 140px !important;
        height: 140px !important;
    }

    .header-blue {
        font-size: 1.1rem;
    }

    .title-name, #statusTable tr th, #sumQ_table tr th {
        font-size: 0.9rem;
    }

    #statusTable tr th, #sumQ_table tr th {
        font-weight: 500;
        text-shadow: none;
    }

    .border_table {
        max-height: calc(100vh - 14rem);
    }
}

@media (max-width: 992px) {
    .transfer-double-content-right {
        margin-right: 65px;
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .main_nav {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        background-color: #fff !important;
    }

    #mainNav .navbar-brand {
        color: black;
    }

    #mainNav .navbar-brand:hover, #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #f4623a;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: black;
    }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (min-width: 1920px) {
    * {
        font-size: 18px;
    }
}