@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;500;600;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  outline: none;
  direction: ltr !important;
}
html {
  scroll-behavior: smooth;
}

.redirect-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.redirect-container .redirect-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.redirect-container .redirect-login svg {
  width: 200px;
}
.nav-header {
  position: fixed;
  width: 280px;
  height: 72px;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.nav-header .logo a {
  display: flex;
  justify-content: center;
  align-items: self-end;
  text-decoration: none;
}
.nav-header .logo a img {
  width: 45px;
  height: 45px;
  margin: 10px;
}
.nav-header .logo a h3 {
  font-size: 1.8em;
  color: black;
}

.burger-control {
  cursor: pointer;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 2px 0.5rem 0;
  border-radius: 2px;
}
@media only screen and (max-width: 1023px) {
  .nburger-control {
    right: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .burger-control {
    right: -2.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .burger-control {
    right: -3rem;
  }
}

.icon-burger {
  display: inline-block;
  left: 0px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 26px;
  z-index: 999;
}

.icon-burger .bars {
  background: #eb8153;
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-burger .bars:nth-child(1) {
  width: 20px;
}

.icon-burger .bars:nth-child(2) {
  width: 26px;
}

.icon-burger .bars:nth-child(3) {
  width: 22px;
}

.icon-burger:hover {
  cursor: pointer;
}

.icon-burger:hover .bars {
  width: 26px;
}

.icon-burger.is-active .bars:nth-child(1),
.icon-burger.is-active .bars:nth-child(3) {
  width: 10px;
  height: 2px;
}

.icon-burger.is-active .bars:nth-child(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 22px;
  height: 2px;
}

.icon-burger.is-active .bars:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.icon-burger.is-active .bars:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.side-bar {
  width: 14.5rem;
  padding-bottom: 0;
  height: calc(100% - 72px);
  position: fixed;
  top: 4.5rem;
  padding-top: 0;
  z-index: 99999;
  background-color: #fff;
  transition: all 0.2s ease;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.02);
  overflow-y: scroll;
}
.side-bar::-webkit-scrollbar {
  background-color: #dae2f3;
  width: 4px;
  top: 0px;
  height: 322px;
  transform: rotate(180deg);
}
.side-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.side-bar::-webkit-scrollbar-thumb {
  background: #939090;
}
.side-bar::-webkit-scrollbar-thumb:hover {
  background: #656363;
}
.side-bar .welcome {
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
.side-bar .welcome .name {
  margin-bottom: 2px;
}
.side-bar .welcome .name .hello {
  font-weight: 400;
}
.side-bar .welcome .email {
  margin-bottom: 0;
  font-size: 12px;
}

.side-bar .side-menu {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 15px;
}

.side-bar .side-menu .menu-label {
  list-style-type: none;
  margin: 10px 25px 0;
  padding: 1.5625rem 0 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  border-top: 1px solid #eaeaea;
  color: #999999;
}

.side-bar .side-menu .menu-icon {
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.side-bar .side-menu .menu-icon .icon {
  color: #969ba0;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem 0 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.side-bar .side-menu > li > a .menu-name {
  flex-grow: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.side-bar .side-menu > li > a:hover .menu-name {
  transform: translateX(10px);
}

.side-bar .side-menu .menu-icon .arrow {
  color: #969ba0;
}
.showMenu .arrow {
  transform: rotate(90deg);
}
.dropdown-list {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}

.dropdown-list a {
  text-decoration: none;
  color: inherit;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright p {
  text-align: center;
}

/* Header */

header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  background: #fff;
  z-index: 9999;
}
header .header-content {
  height: 100%;
  width: calc(100% - 280px);
}
nav {
  height: 4.5rem;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .left-nav .search-groupe {
  display: flex;
}
nav .left-nav input {
  border-radius: 0.5rem;
  border: 0;
  background: #f7f7f7 !important;
  height: 40px;
  padding: 0 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
nav .left-nav input:focus-visible {
  outline: 0 !important ;
}
nav .left-nav .search-groupe .search-btn {
  background: #f7f7f7;
  padding: 0 15px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
nav .left-nav .search-groupe .search {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #7e7e7e;
  height: 40px;
}
nav .right-nav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .right-nav ul li {
  padding: 0 1rem;
}

/* language button */
nav .right-nav .toggle-lang {
  position: relative;
  display: flex;
  width: 75px;
  height: 34px;
}

nav .right-nav .toggle-lang input {
  opacity: 0;
  width: 0;
  height: 0;
}

nav .right-nav .slider {
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  border-radius: 34px;
  border: 1.5px solid transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb8153;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
nav .right-nav .slider .name-flag {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  right: 4px;
  top: 5px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
nav .right-nav .slider:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2.5px;
  background-image: url("../lib/pkp/styles/images/us.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.1s;
}

nav .right-nav input:checked + .slider {
  background-color: #fff;
  border: 1.5px solid #eb8153;
}

nav .right-nav input:focus + .slider {
  box-shadow: 0 0 2px #eb8153;
}

nav .right-nav input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-image: url("../lib/pkp/styles/images/ar.png");
  background-repeat: no-repeat;
  background-size: cover;
}
nav .right-nav input:checked + .slider .name-flag {
  -webkit-transform: translateX(-29px);
  -ms-transform: translateX(-29px);
  transform: translateX(-29px);
  color: #eb8153;
}
/* language button */

nav .right-nav ul .notification a {
  text-decoration: none;
}
nav .right-nav ul .notification a i {
  font-size: 24px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
nav .right-nav ul .notification a i .badj {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  background-color: #eb8153;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 2px;
  bottom: 12px;
}
nav .right-nav .profile-nav {
  border-left: 1px solid #eeeeee;
  padding-left: 30px;
}
nav .right-nav .profile-nav img {
  width: 39px;
  height: 39px;
  border-radius: 0.5rem;
  margin-right: 10px;
}

nav .right-nav ul .profile-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
nav .right-nav ul .profile-nav a .profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .right-nav .profile-nav .profile-info span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
}
nav .right-nav .profile-nav .profile-info small {
  display: block;
  font-size: 12px;
  color: #89879f;
  font-weight: 400;
  line-height: 1.2;
}

nav .right-nav .logoutBtn a {
  text-decoration: none;
  color: #000;
}
.sub-head {
  padding: 5px 0px;
  height: 3rem;
  display: flex;
  background-color: #fff;
  align-items: center;
  border-top: 1px solid #eeeeee;
}
.sub-head .sub-left h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

/* Content Body */

.content-body {
  min-height: 798px;
  padding-top: 7.6rem;
  background: #f7f7f7;
  width: calc(100% - 230px);
  margin-left: auto;
  float: right;
}
.content-body .container {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
}
table thead th a {
  color: #fff !important;
}
table thead td {
  font-weight: 600;
  border-radius: 30px;
}
table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.listing tbody tr a {
  color: #000 !important;
}
table tr:last-child {
  border-bottom: none;
}
table tbody tr:hover {
  background: #eb8153;
  color: rgb(253, 253, 253);
  border-radius: 10px;
}
table tbody tr:hover .action {
  color: #fff !important;
}

table tr td {
  padding: 10px;
}
table tr td p span {
  font-family: "Cairo", sans-serif !important ;
  font-size: 12pt !important;
  font-weight: 700 !important;
}
table tr td:last-child {
  text-align: end;
  width: 18%;
}
table tr td {
  text-align: center;
}
.btnView {
  padding: 2px 5px;
  background: #eb8153;
  color: rgb(253, 253, 253);
  border-radius: 8px;
  text-decoration: none;
}
table tbody tr:hover .btnView {
  background: rgb(253, 253, 253);
  color: #eb8153;
}
.hallheader table tr td .MsoNormal {
  text-align: right !important;
}
form {
  background: #fff;
  padding: 20px;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
  border-radius: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
form p {
  margin: 10px;
}
form input[type="text"] {
  border-radius: 10px;
  color: #6e6e6e;
  height: 50px;
  border: 2px solid #eeeeee;
  padding: 20px;
  margin: 10px;
  width: 500px;
}
form input[type="text"]:hover {
  border: 2px solid #eb8153;
}
form .DescriptionConf {
  border-radius: 10px;
  color: rgb(110, 110, 110);
  border: 2px solid rgb(238, 238, 238);
  padding: 20px;
  margin: 10px;
  width: 500px;
  height: 140px;
  resize: none;
}
form .chk {
  display: flex;
  justify-content: start;
}
form input[type="button"] {
  border-radius: 10px;
  background: #eb8153;
  color: #fff;
  width: 100px;
  height: 45px;
  margin: 10px;
  border: none;
  transition: all 0.5s;
  padding: 10px;
}
form input[type="button"]:hover {
  border: 1px solid #eb8153;
  background: #fff;
  color: #eb8153;
}

form input[type="submit"] {
  border-radius: 10px;
  background: #eb8153;
  color: #fff;
  width: auto;
  padding: 10px;
  height: 45px;
  margin: 10px;
  border: none;
  transition: all 0.5s;
}
form input[type="submit"]:hover {
  border: 1px solid #eb8153;
  background: #fff;
  color: #eb8153;
}

.setup {
  border-bottom: 2px solid #eeeeee;
}
.controlbtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
}
.controlbtn .ctrl {
  text-decoration: none;
  border: 1px solid #eb8153;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: #eb8153;
  transition: all 0.5s;
}
.controlbtn .ctrl:hover {
  color: #eb8153;
  background: #fff;
}
.setup .details h3 {
  color: #eb8153;
  margin-bottom: 30px;
}
.setup .details input[type="text"] {
  border-radius: 10px;
  color: #6e6e6e;
  height: 50px;
  border: 2px solid #eeeeee;
  padding: 20px;
  margin: 10px;
  width: 600px;
}
.setup .details select {
  border: 1px solid #eb8153;
  border-radius: 10px;
  padding: 10px;
  background: #eb8143;
  color: #fff;
  margin: 10px;
  width: 120px;
}
.setup .details .sectiondetails {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0px;
}
.setup .details input[type="button"] {
  border-radius: 10px;
  background: #eb8153;
  color: #fff;
  width: 100px;
  height: 45px;
  margin: 10px;
  border: none;
  transition: all 0.5s;
}
.setup .details .chk {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 30px 0px 10px;
}
.setup .details input[type="button"]:hover {
  background: #fff;
  color: #eb8153;
  border: 1px solid #eb8153;
}

.plainManager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.plainManager li {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
  list-style-type: none;
  border-radius: 20px;
  padding: 40px;
  margin: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
}
.plainManager li a {
  text-decoration: none;
  color: #eb8153;
  font-size: 18px;
  font-weight: 600;
}

#currentConfs {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
#currentConfs h4 {
  text-align: center !important;
}
#currentConfs .plain-manage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#currentConfs .plain-manage li:not(:last-child) {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  list-style-type: none;
  border-radius: 20px;
  padding: 40px;
  margin: 30px;
  background: #eb8153;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
}
#currentConfs .plain-manage .plain-role {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#currentConfs .plain-manage li:last-child {
  flex: 1 0 50%;
  list-style-type: none;
}
#currentConfs .plain-manage .plain-role li {
  flex: 1 0 18%;
}
#currentConfs .plain-manage .plain-role li a {
  font-size: 12px;
}
#currentConfs .plain-manage li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.conferenceHost table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  padding: 0 10px;
  background: #fff;
  border-radius: 20px;
}
.conferenceHost table tbody td {
  text-align: center;
}
.conferenceHost table tbody td a {
  text-decoration: none;
  color: #000;
}
.conferenceHost table tbody td .action {
  padding: 5px 15px;
  background: #eb8143;
  color: rgb(253, 253, 253);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s;
}
.conferenceHost table tbody td .action:hover {
  background: rgb(253, 253, 253);
  color: #eb8143;
  border: 1px solid #eb8143;
}
.conferenceHost table tbody td .edit {
  padding: 5px 15px;
  background: #28a745;
  color: rgb(253, 253, 253);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s;
}
.conferenceHost table tbody td .edit:hover {
  background: rgb(253, 253, 253);
  color: #28a745;
  border: 1px solid #28a745;
}
.conferenceHost table tbody td .delete {
  padding: 5px 15px;
  background: #dc3545;
  color: rgb(253, 253, 253);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s;
}
.conferenceHost table tbody td .delete:hover {
  background: rgb(253, 253, 253);
  color: #dc3545;
  border: 1px solid #dc3545;
}

#cfp {
  direction: rtl !important;
}

.cfp-action {
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  background-color: #eb8153;
  border-radius: 1px;
  position: absolute;
  border: 1px solid transparent;
  transition: ease 2s;
}
.cfp-action:hover {
  background-color: #fff;
  color: #eb8153;
  border-radius: 1px;
  border: 1px solid #eb8153;
}
#breadcrumb {
  width: 200%;
}
#breadcrumb a {
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  background-color: #eb8153;
  padding: 5px;
  border-radius: 5px;
}
#breadcrumb a.current {
  font-weight: 600;
  color: #eb8153;
  background-color: #fff;
  border: 1px solid #eb8153;
}

/* login page */
#signinForm {
  padding: 20px;
  width: 700px;
}
#signinForm .registerurl {
  text-decoration: none;
  color: #eb8153;
  border-bottom: 1px;
  border-bottom-style: dotted;
  border-color: rgba(235 129 83 1);
}
.formError {
  margin: 10px;
  border: 1px solid #d9d4d5;
  padding: 10px;
  border-radius: 4px;
  border-left: 3px solid #ff2a51;
  background-color: #ffe9ed;
  color: #545353;
}
input[type="password"] {
  border-radius: 10px;
  color: #6e6e6e;
  height: 50px;
  border: 2px solid #eeeeee;
  padding: 20px;
  margin: 10px;
  width: 500px;
}
input[type="password"]:hover {
  border: 2px solid #eb8153;
}
#signinForm .rememberbox {
  display: flex;
}
input[type="checkbox"] {
  margin: 0 10px;
  background: #eb8153;
}
#signinForm .resetbox {
  display: flex;
  width: 500px;
  justify-content: space-between;
}
#signinForm .resetbox a {
  text-decoration: none;
  color: #eb8153;
  border-bottom: 1px;
  border-bottom-style: dotted;
  border-color: rgba(235 129 83 1);
}
/* login page */

/* create account page */
#createAccountForm {
  padding: 20px !important;
}
.mceEditor {
  border-radius: 10px;
  color: #6e6e6e;
  border: 2px solid #eeeeee;
  margin: 10px;
  width: 500px;
  overflow: hidden;
}
.mceLayout {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: unset !important;
}
.mceIframeContainer {
  border: 0 !important;
}
#mailingAddress_ifr {
  width: 100% !important ;
  height: 100% !important;
  border: 0 !important;
}

.mceToolbar {
  border: 0 !important;
}
#tinymce {
  font-size: 16px !important;
}

.textArea {
  border-radius: 10px;
  color: #6e6e6e;

  border: 2px solid #eeeeee;
  padding: 20px;
  margin: 10px;
  width: 500px;
  resize: none;
}
.selectMenu {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  margin: 10px;
}
.checklabel {
  display: flex;
}
.createaccountas {
  margin-top: 15px;
}
.btn-form {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.instruct {
  margin: 10px;
  color: red;
}
.formErrorList {
  margin: 30px;
  border: 1px solid #d9d4d5;
  padding: 10px;
  border-radius: 4px;
  border-left: 3px solid #ff2a51;
  background-color: #ffe9ed;
  color: #545353;
  list-style-type: none;
}
.formErrorList .formError {
  color: #ff0000;
  margin: 0;
  padding: 0;
  border: 0;
}
.formErrorList a {
  text-decoration: none;
  color: #545353;
  margin-top: 15px;
  margin-left: 15px;
}
/* create account page */
/* reviewer page */
.reviewer-link {
  display: flex;
}
.reviewer-link #active-page {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #0d6efd;
  padding: 10px;
}
.reviewer-link #active-page:hover {
  background-color: #0a58ca;
}
.reviewer-link #completed-page {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #ffc107;
  padding: 10px;
}
.reviewer-link #completed-page:hover {
  background-color: #ffca2c;
}
table .nodata {
  text-align: center !important;
}
#submissions a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px;
  border-bottom-style: dotted;
  border-color: rgba(235 129 83 1);
}

.director-dashboard {
  font-family: "Segoe UI", Arial, sans-serif;
  width: 100%;
  padding: 10px 0;
}

/* Table Styling */
.director-dashboard .table-ihall {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}

.director-dashboard .table-ihall th,
.director-dashboard .table-ihall td {
  text-align: left;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
}
.modern-section {
  background: #f9fafc;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  direction: rtl;
}

.modern-section h3 {
  color: #1e293b;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.modern-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.modern-list li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

/* ألوان مختلفة */
.modern-list li:nth-child(1) a {
  background: linear-gradient(135deg, #ff6b6b, #ff4757);
}
.modern-list li:nth-child(2) a {
  background: linear-gradient(135deg, #ffa502, #ffcc00);
  color: #222;
}
.modern-list li:nth-child(3) a {
  background: linear-gradient(135deg, #2ed573, #1eae60);
}
.modern-list li:nth-child(4) a {
  background: linear-gradient(135deg, #70a1ff, #1e90ff);
}
.modern-list li:nth-child(5) a {
  background: linear-gradient(135deg, #a29bfe, #6c5ce7);
}
.modern-list li:nth-child(6) a {
  background: linear-gradient(135deg, #ff7aa8, #ff3f81);
}

.modern-list li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* أزرار الإدارة */
.management-btn a {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
}
.management-btn a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.3);
}

/* Headings */
.director-dashboard thead {
  background: #d06b40;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.director-dashboard thead th {
  padding: 10px;
}
.director-dashboard thead th a {
  text-decoration: none;
  color: #fff;
}

.director-dashboard thead td {
  border-right: 1px solid #f3a689;
}
.no-data {
  text-align: center;
}

.email-container {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", Roboto, sans-serif;
}

.page-title {
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.email-section {
  margin-bottom: 2rem;
}

.email-section h3 {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.recipient-options {
  display: grid;
  gap: 0.8rem;
}

.radio-option,
.checkbox-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #444;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #333;
}

input[type="text"],
textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.static-field {
  background: #f8f8f8;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  color: #666;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn-primary {
  background: #0077b6;
  color: #fff;
}

.btn-primary:hover {
  background: #005f86;
}

.btn-secondary {
  background: #e0e0e0;
  color: #333;
}

.btn-secondary:hover {
  background: #cfcfcf;
}

.alert-error {
  background: #fdecea;
  border: 1px solid #f5c2c7;
  padding: 1rem;
  border-radius: 6px;
  color: #b02a37;
}

/* ======== ARCHIVES PAGE STYLING ======== */
.director-dashboard .archive-title {
  color: #eb8153;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  border-left: 4px solid #eb8153;
  padding-left: 8px;
}

/* Order buttons */
.director-dashboard .order-btns a.plain {
  color: #eb8153;
  font-weight: bold;
  text-decoration: none;
  margin: 0 3px;
  font-size: 16px;
}

.director-dashboard .order-btns a.plain:hover {
  opacity: 0.8;
}

/* Status labels */
.director-dashboard .status {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.director-dashboard .status.archived {
  background: #f3f3f3;
  color: #555;
}

.director-dashboard .status.published {
  background: #eb8153;
  color: #fff;
}

.director-dashboard .status.declined {
  background: #ffb7a0;
  color: #722;
}

/* Delete link */
.director-dashboard .delete-link {
  color: #d63031;
  margin-left: 6px;
  font-size: 13px;
  text-decoration: none;
}

.director-dashboard .delete-link:hover {
  text-decoration: underline;
}

/* Hover rows */
.director-dashboard .table-ihall tr:hover td {
  background: #fff6f1;
}

/* Separators */
.director-dashboard .headseparator td {
  border-bottom: 2px solid #eb8153;
}

.director-dashboard .endseparator {
  border-bottom: 2px solid #eb8153;
}

/* Alternating rows */
.director-dashboard .table-ihall tr:nth-child(even) td {
  background: #fafafa;
}

/* ID Column */
.director-dashboard .table-ihall td:first-child {
  font-weight: bold;
  color: #eb8153;
}

/* Action links */
.director-dashboard a.action {
  color: #eb8153;
  font-weight: 600;
  text-decoration: none;
}

.director-dashboard a.action:hover {
  text-decoration: underline;
  opacity: 0.85;
}

/* Pagination */
.director-dashboard .page_links a,
.director-dashboard .page_info {
  color: #eb8153;
  font-size: 13px;
}

/* No Data Style */
.director-dashboard .nodata {
  text-align: center;
  color: #7a7a7a;
  padding: 20px 0;
  font-style: italic;
  font-size: 14px;
}

/* Improve anchor colors inside title cell */
.director-dashboard td a {
  color: #333;
}

.director-dashboard td a:hover {
  color: #eb8153;
}

/* Truncation handling */
.director-dashboard td {
  word-wrap: break-word;
}

/* ======== ARCHIVES 2 PAGE STYLING ======== */

.director-dashboard .archive-title {
  color: #eb8153;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  border-left: 4px solid #eb8153;
  padding-left: 10px;
}

/* جدول الأرشيف */
.director-dashboard table.listing {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}

.director-dashboard table.listing th {
  color: #444;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #eb8153;
}

.director-dashboard table.listing td {
  padding: 9px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.director-dashboard table.listing tr:nth-child(even) {
  background: #fafafa;
}

/* الروابط */
.director-dashboard a.action {
  color: #eb8153;
  text-decoration: none;
  font-weight: 500;
}

.director-dashboard a.action:hover {
  text-decoration: underline;
}

/* حالة البحث */
.director-dashboard .status {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.director-dashboard .status.archived {
  background: #f3f3f3;
  color: #555;
}

.director-dashboard .status.published {
  background: #eb8153;
  color: #fff;
}

.director-dashboard .status.declined {
  background: #ffb7a0;
  color: #722;
}

/* زر الحذف */
.director-dashboard .delete-link {
  color: #d63031;
  margin-left: 8px;
  font-size: 13px;
  text-decoration: none;
}

.director-dashboard .delete-link:hover {
  text-decoration: underline;
}

/* لا توجد بيانات */
.director-dashboard .nodata {
  text-align: center;
  color: #777;
  padding: 20px 0;
  font-style: italic;
}

/* Wrapper */
.submissions-wrapper {
  background: #ffffff;
  padding: 1rem;
}

/* Header */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 3px solid #eb8153;
  margin-bottom: 1rem;
}

.top-bar h2 {
  font-size: 1.3rem;
  color: #eb8153;
  margin: 0;
  padding-bottom: 0.4rem;
}

/* Table */
.table-container {
  overflow-x: auto;
}

.submissions-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff5f0;
  border-radius: 6px;
}

.submissions-table thead th {
  padding: 0.75rem;
  font-size: 0.85rem;
  color: #ffffff;
  background: #d06b40;
}
.submissions-table thead th a {
  color: #fff;
  text-decoration: none;
}

.submissions-table tbody td {
  padding: 0.65rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #333333;
  font-size: 0.84rem;
}

.submissions-table tbody tr:hover {
  background: rgba(235, 129, 83, 0.12);
}

.filter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
}
.search-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* Links */
.title-link {
  color: #d06b40;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.title-link:hover {
  color: #eb8153;
}

/* Actions */
.delete-btn a {
  color: #a02a2a;
  font-size: 0.78rem;
  text-decoration: none;
  margin-left: 0.25rem;
}

.delete-btn a:hover {
  text-decoration: underline;
}

/* Empty State */
.nodata {
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666666;
}

/* Pagination */
.pagination-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0.2rem;
  font-size: 0.85rem;
}

/* reviewer page */

/* author page */

.submit-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.submit-div a {
  background-color: #eb8143 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 10px !important;
  margin-top: 10px !important;
  transition: all 3ms !important;
}

.submit-div a:hover {
  background-color: #fff !important;
  border: 1px solid #eb8143 !important;
  color: #eb8143 !important;
}

.steplist {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
}
.steplist li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steplist li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  text-decoration: none;
  color: #4e4e4e;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steplist li .setup-header-num {
  background-color: #eb8153;
  border-radius: 50%;
  border: 1px transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.steplist li .setup-header {
  position: absolute;
  top: 40px;
  left: -25px;
  color: #000;
}
.steplist .current .setup-header-num {
  background-color: #fff;
  border: 1px solid #eb8143;
  border-radius: 50%;
  padding: 10px;
  color: #eb8143;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.steplist .current a {
  color: #eb8143;
}
.support-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-div p {
  margin: 20px 0;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
  width: 80%;
}
.support-div p .support-phone {
  color: #eb8153;
  font-weight: bold;
}
.support-div p a {
  color: #eb8153;
  font-weight: bold;
}
/* author page */
/* user page */
.conference {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}
.conference .conf-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.conference .conf-card .manager-btn {
  text-decoration: none;
  background-color: #319795;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.conference .conf-card .manager-btn:hover {
  background-color: #3daeac;
}
.conference .schedConf .sched-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.conference .schedConf .sched-title a {
  text-decoration: none;
  background-color: #eb8153;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.conference .schedConf .sched-title a:hover {
  border: 1px solid #eb8153;
  background-color: #fff;
  color: #eb8153;
}
.conference .schedConf .sched-roles {
  display: flex;
  justify-content: space-around;
}
.conference .schedConf .sched-roles .conf-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 200px;
  padding: 15px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  z-index: 2222;
}
.conference .schedConf .sched-roles .conf-card .card-icon {
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
}
.conference .schedConf .sched-roles .conf-card i {
  margin: 15px;
  font-size: 50px;
}
.conference .schedConf .sched-roles .conf-card .card-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
  flex-direction: column;
  width: 100%;
}
.card-director {
  background-color: #08c;
  color: #fff;
}
.card-track {
  background-color: #7f19e6;
  color: #fff;
}
.card-author {
  background-color: #e619a1;
  color: #fff;
}
.card-reviewer {
  background-color: #f50;
  color: #fff;
}
.conference .schedConf .sched-roles .conf-card a {
  text-decoration: none;
  color: #fff;
}
/* user page */
/* paper page */

.paper-form {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.paper-list {
  display: flex;
  flex-wrap: wrap !important;
}
.paper-table {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4) !important;
  border-radius: 8px;
  margin: 30px;
}
.paper-table tbody {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.paper-table tbody tr {
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paper-table tbody tr:hover {
  background: transparent;
  color: #000;
}
.paper-table tbody tr a {
  text-decoration: none;
}
.paper-table tbody .tr-fullname {
  background-color: #eb8558 !important;
  color: #fff !important;
  font-weight: 500 !important;
  width: 100% !important;
}
.paper-table tbody td tr:last-child {
  text-align: center !important;
  width: 100% !important;
}

/*manager step1*/
.stepbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepbtn .button {
  border-radius: 10px;
  background: #eb8153;
  color: #fff;
  width: 124px;
  height: 45px;
  padding: 10px;
  margin: 10px;
  border: none;
  transition: all 0.5s;
}
.stepbtn .button:hover {
  border: 1px solid #eb8153;
  background: #fff;
  color: #eb8153;
}
/*manager schcud step1*/
.schedstp1 .schedinput {
  display: flex;
  flex-direction: column;
}

.sponsors {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.sponsorImagePreview {
  width: 150px;
  height: 150px;
}
.sponsors input[type="submit"] {
  background-color: #dc3545;
  border: 1px solid #dc3545;
}
.sponsors input[type="submit"]:hover {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.addsponsor input[type="submit"] {
  width: fit-content !important;
  padding: 5px !important;
  background-color: #28a745;
  border: 1px solid #28a745;
}
.addsponsor input[type="submit"]:hover {
  border: 1px solid #28a745;
  color: #28a745;
}
.sponsorUpContainer {
  position: relative;
  height: 500px;
  margin: 40px 0px;
}

.sponsorUpContainer #sponsorImage {
  display: none;
}
.sponsorUpContainer #sponsorImageLabel {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #eb8153;
  border: 4px dashed #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.sponsorUpContainer #sponsorImageLabel i {
  font-size: 90px;
  color: #fff;
  cursor: pointer;
}
.sponsorUpContainer #sponsorImageLabel span {
  font-size: 20px;
  font-weight: 100;
}

.sponsorUpContainer .formBtn {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.sponsorUpContainer .button {
  position: absolute;
  bottom: 0;
}
.formBtn input[type="submit"] {
  width: fit-content !important;
  padding: 5px !important;
}
.formRequired {
  font-weight: 700;
  color: red;
  text-decoration: underline;
}
/*manager schcud step1*/

/*manager schcud step2*/
.submiMaterial .materialChoice input[type="radio"] {
  margin: 15px;
}

.paperTyp {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.paperTyp .paperTypCtrl {
  display: flex;
  padding-left: 15px;
}
.paperTyp .paperTypCtrl a {
  text-decoration: none;
}
.paperTyp .paperTypCtrl a:nth-child(1) {
  margin-right: 5px;
}
.paperTyp .paperTypCtrl a i {
  font-size: 35px;
  color: #08c;
}
.paperTyp .paperTypCtrl a:nth-child(3) {
  padding: 5px;
  color: #fff;
  background-color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 8px;
  margin-left: 15px;
}
.paperTyp .paperTypCtrl a:nth-child(3):hover {
  color: #dc3545;
  background-color: #fff;
  border: 1px solid #dc3545;
}
#typeOfSubmission input[type="button"] {
  width: fit-content;
  padding: 5px;
}
.callForPapers {
  display: flex;
  flex-direction: column;
}

.metadataBox {
  display: flex;
  flex-direction: column;
}
#publicIdentifier {
  display: flex;
  flex-direction: column;
}

#publicIdentifier .link-doi .doi-account {
  background-color: #ffc72c;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  margin: 5px 10px;
  cursor: pointer;
}
#publicIdentifier .link-doi .doi-account:hover {
  background-color: #b18816;
}
/*manager schcud step2*/

.track-id {
  display: flex;
  flex-direction: column;
}
.comment-Director {
  display: flex;
  flex-direction: column;
}
.author-container .label-value {
  display: flex;
  flex-direction: column;
}

/*submission*/
#submission {
  background-color: #fff !important;
}
.menu {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 15px;
}
.menu li a {
  text-decoration: none;
  background-color: #eb8153;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.menu .current a {
  text-decoration: none;
  background-color: #fff;
  color: #eb8153;
  font-weight: 700;
  padding: 5px;
  border: 1px solid #eb8153;
  border-radius: 8px;
}
.track-container .menu {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  align-items: center;
}

.submission-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.submission-body form {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-submission form {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.submission-body table {
  table-layout: auto;
}
.submission-body table tbody tr:hover {
  background: none;
  color: #000;
  border-radius: 10px;
}
.submission-body table tbody tr:hover .action {
  color: #eb8153 !important;
}
.submission-body table td {
  width: auto !important;
  text-align: center !important;
}

.peerReviewTable {
  table-layout: auto;
}
.peerReviewTable tbody tr:hover {
  background: none;
  color: #000;
  border-radius: 10px;
}
.peerReviewTable tbody tr:hover .action {
  color: #eb8153 !important;
}
.peerReviewTable tr td:last-child {
  text-align: start;
  width: 60%;
}
.send-mail {
  background-color: #007bff;
  border-radius: 8px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin-left: 15px;
}
.send-mail i {
  font-size: 20px;
  margin: 5px;
}
.send-mail-doReview {
  background-color: #28a745;
  border: 1px transparent;
  border-radius: 8px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin-left: 15px;
  transition: all 0.5s;
}
.send-mail-doReview:hover {
  text-decoration: none;
  background-color: #fff;
  color: #28a745;
  border: 1px solid #28a745;
}
.send-mail-doReview i {
  font-size: 20px;
  margin: 5px;
}

.send-mail-dontReview {
  background-color: #dc3545;
  border-radius: 8px;
  border: 1px transparent;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin-left: 15px;
  transition: all 0.5s;
}
.send-mail-dontReview:hover {
  text-decoration: none;
  background-color: #fff;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.send-mail-dontReview i {
  font-size: 20px;
  margin: 5px;
}
.metadata-action {
  text-decoration: none;
  background-color: #ffc107;
  color: #fff;
  padding: 5px;
  margin: 15px 0;
  border: 1px transparent;
  border-radius: 8px;
  transition: all 0.5s;
}
.metadata-action:hover {
  text-decoration: none;
  background-color: #fff;
  color: #ffc107;
  border: 1px solid #ffc107;
}
#metadata p {
  margin: 15px 0;
}
.orcid-id {
  background-color: #a3ce3a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  margin: 5px 10px;
  cursor: pointer;
}
.orcid-id:hover {
  background-color: #7da025;
}
.select-reviewer-btn a:first-child {
  padding: 5px !important;
  background-color: #28a745;
  border: 1px solid #28a745;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.select-reviewer-btn a:first-child:hover {
  background: #fff;
  border: 1px solid #28a745 !important;
  color: #28a745 !important;
  border-radius: 8px !important;
}
.select-reviewer-btn a:last-child {
  padding: 5px !important;
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.select-reviewer-btn a:last-child:hover {
  background: #fff;
  border: 1px solid #dc3545 !important;
  color: #dc3545 !important;
  border-radius: 8px !important;
}
.author-steps table {
  table-layout: auto !important;
}
.author-steps table tbody tr:hover {
  background: none !important;
  color: #000 !important;
  border-radius: 10px !important;
}
.author-steps table tbody tr:hover .action {
  color: #eb8153 !important;
}
.author-steps table td {
  width: auto !important;
  text-align: center !important;
}
.plain-director {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
}
.plain-director li a {
  background-color: #eb8153;
  text-decoration: none;
  color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-evenly;
  border-radius: 20px;
}
.plain-director li a span {
  margin: 0 5px;
}
.cancel-button {
  padding: 5px !important;
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s;
}
.cancel-button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.value-supp-file {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 70% !important;
}
.value-supp-file .file {
  background-color: #eb8153;
  padding: 5px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}
.value-supp-file .action {
  background-color: #28a745;
  padding: 5px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}
.peerReviewTable tbody tr:hover .value-supp-file .action {
  color: #fff !important;
}
.add-action {
  padding: 5px !important;
  background-color: #28a745;
  border: 1px solid #28a745;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.add-action:hover {
  background: #fff;
  border: 1px solid #28a745 !important;
  color: #28a745 !important;
  border-radius: 8px !important;
}
.add-director {
  margin: 20px 0;
}
.value-file {
  display: flex;
  justify-content: space-between;
}
.value-file .file {
  background-color: #eb8153;
  padding: 5px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}

.upload-file {
  text-align: center;
  text-decoration: none;
  background-color: #e8948a;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}
.submissionReviewTd td:last-child {
  width: 30% !important;
}
