@import url("https://fonts.cdnfonts.com/css/autumn-in-november");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
.profile-row {
  align-items: center;
  margin-right: 0px;
}
.profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.profile-row .profile-content img {
  margin-bottom: 0px;
}
.profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.profile-row .publisher-icon-list li a img {
  width: 17px !important;
}

.copyright-btn {
  background: #eeb111 !important;
}

.extra-table-div {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date] {
  background: #f5f5f5;
  border: inherit;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  border: inherit;
  width: 100%;
  border-radius: 5px !important;
}

.download-btn {
  font-size: 14px;
  border: none;
  padding: 7px 18px !important;
  margin-bottom: 8px !important;
  background: #4a1069;
  color: #fff;
}

.withdraw-btn {
  background: #e38a22;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
}

.clear-assignement {
  background: #9a1029;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.sky-blue {
  background: #166be4;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.view-button {
  background: #006166;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.ornge-btn {
  background: #e46b2f;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.edit-button {
  background: #4a1069;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}
.edit-button i {
  font-size: 11px;
  margin-left: 5px;
}

.h6-tilte-1 {
  font-size: 22px;
  color: #4a1069;
}

.h6-tilte {
  font-size: 20px;
}
.h6-tilte strong {
  color: #4a1069;
}

.pagination-list {
  text-align: start;
}
.pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.pagination-list ul li a i {
  font-size: 14px;
}
.pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.publisher-icon-list li {
  padding-bottom: 0px !important;
  display: inline-block;
}
.publisher-icon-list li a img {
  width: 20px;
}

.completed-button {
  background: #fafafa;
  display: block;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 500 !important;
  display: inline-block;
}

.current-conference {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.selected-option {
  background-color: #6a0dad;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.div-lsit {
  display: flex;
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.div-lsit img {
  width: 220px;
  display: flex;
}
.div-lsit .left-content {
  padding-left: 20px;
}
.div-lsit .left-content h4 {
  margin-bottom: 18px !important;
  font-size: 24px;
  color: #000;
}
.div-lsit .left-content p {
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-lsit .left-content h5 {
  font-size: 17px;
  display: flex;
  color: #000;
  margin-bottom: 15px;
}
.div-lsit .left-content h5 strong {
  margin-left: 5px;
}
.div-lsit .left-content h5 ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.div-lsit .left-content h5 ul li {
  display: inline-block;
  padding: 0px 3px;
}
.div-lsit .left-content h5 ul li a {
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.div-lsit .left-content .current-count {
  margin-bottom: 14px;
  display: flex;
}
.div-lsit .left-content .current-count li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
}
.div-lsit .left-content .current-count li:first-child {
  padding-left: 0px;
}
.div-lsit .left-content .current-count li:last-child {
  border-right: inherit;
}
.div-lsit .left-content .current-count li img {
  width: 20px;
  margin-right: 8px;
}

.conference-content .div-lsit .arrow-icon i {
  bottom: -4px;
}
.conference-content .div-lsit .left-content {
  width: 78%;
}
.conference-content .div-lsit .left-content span {
  background: #d9d9d9;
  color: #4a1069;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 34px;
  font-weight: 500;
}
.conference-content .div-lsit .left-content h4 {
  font-size: 19px;
  margin-bottom: 5px !important;
  color: #4a1069;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content h5 {
  font-size: 15px;
  margin-top: 5px;
}
.conference-content .div-lsit .left-content .univeristy-name {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content .univeristy-name ul li {
  display: inline-block;
}
.conference-content .div-lsit .left-content .conference-bottom-list li {
  margin-bottom: 8px;
}
.conference-content .div-lsit .left-content .conference-bottom-list li button {
  font-size: 15px;
  padding: 8px 19px;
}
.conference-content .div-lsit .left-content .current-count {
  margin-bottom: 5px;
}
.conference-content .div-lsit .left-content .current-count li {
  font-size: 14px;
}
.conference-content .div-lsit .left-content .current-count li img {
  height: auto;
}
.conference-content .div-lsit .left-content .current-count li i {
  margin-right: 5px;
}
.conference-content .div-lsit .leftside-leftimg {
  width: 32%;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div ul {
  padding-bottom: 25px;
  text-align: center;
  line-height: 0.8;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .conference-logos {
  justify-content: center;
  gap: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .date-ul li {
  font-weight: 400;
  font-size: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .footer-logo img {
  width: 35px !important;
  height: auto !important;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .editor-profile li img {
  padding-right: 0px;
  padding-left: 10px;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li {
  justify-content: end;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li img {
  width: 35px !important;
  height: auto !important;
}

.edit-book-parent ul {
  margin-bottom: 20px;
}
.edit-book-parent ul li {
  display: inline-block;
}
.edit-book-parent ul li button {
  background: #4a1069;
  padding: 5px 13px;
  color: #fff;
  border-radius: 4px;
  border: inherit;
  font-size: 14px;
}
.edit-book-parent ul li button i {
  font-size: 13px;
  margin-left: 5px;
}
.edit-book-parent ul li:nth-of-type(2) button {
  background: #009b88;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 2px solid #fff;
}
.edit-book-parent ul li:nth-of-type(2) button i {
  font-size: 14px;
  margin-left: 6px;
}
.edit-book-parent .submitted-paper-div {
  padding-top: 50px;
}
.edit-book-parent .conference-container {
  padding-top: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 10px;
}
.edit-book-parent .conference-container .conference-card {
  padding: 25px;
  color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}
.edit-book-parent .conference-container .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.6px;
}
.edit-book-parent .conference-container .subtitle {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.edit-book-parent .conference-container .conference-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.edit-book-parent .conference-container .conference-logos img {
  height: 60px;
}
.edit-book-parent .conference-container .conference-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.edit-book-parent .conference-container h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.edit-book-parent .conference-container .conference-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.edit-book-parent .conference-container .date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .website {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.edit-book-parent .conference-container .department {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .editor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo h6 {
  font-weight: 400;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo img {
  height: 90px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails {
  text-align: left;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails p {
  font-size: 12px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
  justify-content: start;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li span {
  font-size: 9px;
  margin-left: 5px;
  font-weight: normal;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li i {
  background: #710977;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
}
.edit-book-parent .conference-container .editor-section ul {
  display: block;
  padding-bottom: 4px;
}
.edit-book-parent .conference-container .editor-section ul li {
  display: flex;
  margin-bottom: 5px;
  justify-content: end;
}
.edit-book-parent .conference-container .editor-section ul li::after {
  background: inherit;
}
.edit-book-parent .conference-container .editor-section ul li span {
  font-size: 14px;
}
.edit-book-parent .conference-container .editor-section ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.edit-book-parent .conference-container .download-btn {
  position: absolute;
  bottom: -25px;
  right: 45px;
  background: #6c3bb1;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.edit-book-parent .conference-container .download-btn:hover {
  background: #532a8b;
  transform: scale(1.1);
}
.edit-book-parent .conference-container .about-cnt h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
.edit-book-parent .conference-container .about-cnt p {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card {
  background: rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: white;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 0px 5px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card:hover {
  transform: translateY(-5px);
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card .editor-name {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul {
  list-style: disc;
  padding-left: 0px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul li {
  opacity: 0.9;
  list-style: none;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 100;
}
.edit-book-parent .conference-container .list-footer-section {
  margin-top: 10px;
  text-align: center;
}
.edit-book-parent .conference-container .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.dashboard-conference .right-buttons ul {
  margin-bottom: 0px;
}
.dashboard-conference .right-buttons ul li {
  display: inline-block;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a {
  background: #a24270;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a {
  background: #7548d5;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a {
  background: #8d6244;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a {
  background: #97a211;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a {
  background: #009b88;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li a {
  background: #eee;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.dashboard-conference .extra-table-div {
  margin-bottom: 0 !important;
}
.dashboard-conference .extra-table-div tr td div {
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div p {
  font-size: 14px !important;
  margin-top: 0;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div button {
  margin: 0;
  font-size: 14px;
  padding: 3px 14px;
  margin-top: 10px;
}
.dashboard-conference .right-buttons {
  text-align: left;
  margin-bottom: 20px;
}
.dashboard-conference .right-buttons ul li a {
  font-size: 15px;
  padding: 6px 14px;
}

.volume-img .contentlist-div {
  width: 100%;
  padding: 13px 15px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.volume-img .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.volume-img .content-part-div ul {
  padding-bottom: 2px;
  text-align: center;
}
.volume-img .content-part-div ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.volume-img .content-part-div ul li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 80px !important;
  background: #fff;
  top: 8px;
}
.volume-img .content-part-div .date-ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.volume-img .content-part-div .date-ul li:first-child::after {
  content: "";
  position: absolute;
  left: 104px;
  width: 7px;
  height: 1px;
  background: #fff;
  top: 15px;
}
.volume-img .content-part-div .url-div {
  text-align: center;
}
.volume-img .content-part-div .url-div a {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.volume-img .content-part-div h6 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.volume-img .content-part-div h3 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 11px;
}
.volume-img .content-part-div h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.volume-img .content-part-div h5 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.volume-img .content-part-div p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.volume-img .content-part-div .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}
.volume-img .content-part-div .conference-ediors p {
  font-size: 12px;
}
.volume-img .content-part-div .conference-ediors ul li {
  display: flex;
  margin-bottom: 5px;
  align-items: start;
}
.volume-img .content-part-div .conference-ediors ul li:first-child::after {
  background: inherit;
}
.volume-img .content-part-div .conference-ediors ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.volume-img .content-part-div .conference-ediors ul li span {
  font-size: 10px;
}
.volume-img .list-footer-section {
  text-align: center;
}
.volume-img .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.volume-img .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.volume-img .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.arrow-icon {
  position: relative;
  text-align: end;
}
.arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 14px;
  right: 19px;
  border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5 !important;
  border: inherit !important;
  border-radius: 6px;
  cursor: text;
  padding: 3px 9px;
}

.edit-btn,
.edit-btn:hover {
  background: #4a1069;
  color: #fff;
}

.pay-btn,
.pay-btn:hover {
  background: #069dc9;
  color: #fff;
  padding: 5px 18px;
}

select.form-select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.send-message-btn:hover {
  background: #000;
  color: #fff;
}

ul.pagination {
  padding-top: 16px;
}

.content-part-div a {
  padding-top: 72px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 40px !important;
}

.journal-publication-flow {
  padding: 60px 0px;
}
.journal-publication-flow h6 {
  color: #4a1069;
  font-size: 20px;
  margin-bottom: 8px;
}
.journal-publication-flow p {
  color: #000;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}

.journal-body-content {
  padding: 0px 0px 50px;
}
.journal-body-content img {
  width: 100%;
}
.journal-body-content p {
  color: #000;
  line-height: 23px;
  font-size: 14px;
  margin-bottom: 6px;
}

.bg-infographic {
  padding: 60px 0px;
  background: #f4fff9;
}
.bg-infographic img {
  width: 100%;
}

.journal-paper-flow {
  padding: 60px 0px 30px;
}
.journal-paper-flow h6 {
  color: #4a1069;
  font-size: 18px;
  margin-bottom: 8px;
}
.journal-paper-flow img {
  width: 100%;
}
.journal-paper-flow p {
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.types-of-reiews {
  padding: 0px 0px 40px;
}
.types-of-reiews .section-title h6 {
  background: linear-gradient(90deg, #4A1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 22px;
  width: 445px;
  font-weight: 500;
}
.types-of-reiews .section-title p {
  color: #000;
}
.types-of-reiews h6 {
  color: #4a1069;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.types-of-reiews p {
  color: #000;
  text-align: justify;
}

.ap-changes-section h4 {
  font-size: 20px;
  color: #4a1069;
}
.ap-changes-section p {
  color: #000;
  line-height: 23px;
  margin-bottom: 14px;
}
.ap-changes-section ul {
  padding-left: 15px;
}
.ap-changes-section ul li {
  color: #000;
  list-style: disc;
}

.journal-info-section {
  padding: 40px 0px 20px !important;
}
.journal-info-section h6 {
  color: #4a1069;
  font-size: 18px;
  font-weight: 600;
}
.journal-info-section p {
  font-size: 14px !important;
}

.dashbaord-section {
  padding: 60px 0px;
}

.sidebar {
  width: 250px;
  background-color: #4A1069;
  color: white;
  padding: 20px 35px;
  border-radius: 8px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  position: relative;
}
.sidebar ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar ul li a i {
  margin-left: 6px;
  font-size: 12px;
}
.sidebar ul li a:hover {
  color: #ffdd59;
}
.sidebar ul li span {
  margin-left: auto;
  font-size: 12px;
  cursor: pointer;
}
.sidebar ul li.active > .dropdown {
  display: block;
}
.sidebar ul li .dropdown {
  display: none;
  padding-left: 20px;
}
.sidebar ul li .dropdown li a {
  font-size: 13px;
}

.custom-card {
  box-shadow: 0px 1px 3px 1px #eee;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.custom-card h6 {
  font-size: 18px;
  color: #4a1069;
  margin-bottom: 0px;
}
.custom-card .profile-content {
  width: 850px;
}
.custom-card .profile-content span {
  margin-bottom: 6px !important;
  display: block;
}
.custom-card .profile-content img {
  margin-bottom: 5px;
}
.custom-card .profile-content p {
  font-size: 15px;
  text-align: justify;
  color: #000;
}
.custom-card .profile-image {
  width: 250px;
  text-align: center;
}
.custom-card .dashboard-icon {
  padding: 40px 30px;
}
.custom-card .role-card {
  background-color: #fff7f7;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 3px #eee;
  transition: transform 0.3s ease;
}
.custom-card .role-card img {
  height: 200px;
  margin-bottom: 10px;
  margin: 0px auto;
}
.custom-card .role-card .footer-div {
  padding: 15px 25px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 10px 0;
}
.custom-card .role-card .footer-div h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.custom-card .role-card .footer-div i {
  color: #000;
  font-size: 16px;
}
.custom-card .role-card:hover {
  transform: translateY(-5px);
}
.custom-card .owl-prev {
  position: absolute;
  top: 32%;
  left: -40px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.custom-card .owl-prev i {
  font-size: 30px;
  color: #000;
}
.custom-card .owl-next {
  position: absolute;
  top: 32%;
  right: -40px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.custom-card .owl-next i {
  font-size: 30px;
  color: #000;
}

.slider-card {
  padding: 20px 60px;
}
.slider-card h4 {
  font-size: 24px;
}
.slider-card .view-all a {
  font-size: 19px;
  color: #4a1069;
  font-weight: 500;
}

#sidebar {
  box-sizing: border-box;
  height: auto;
  width: auto;
  background-color: #4a1069;
  border-right: 1px solid var(--line-clr);
  position: sticky;
  top: 0;
  align-self: start;
  transition: 300ms ease-in-out;
  overflow: hidden;
  text-wrap: nowrap;
  padding: 20px 20px;
  border-radius: 8px;
}
#sidebar.close {
  padding: 5px;
  width: 60px;
}
#sidebar ul {
  list-style: none;
}
#sidebar ul > li:first-child {
  margin-bottom: 0px;
}
#sidebar ul > li:first-child .logo {
  font-weight: 600;
}
#sidebar ul li .active {
  background: #D594F9;
  color: #fff;
}
#sidebar a,
#sidebar .dropdown-btn,
#sidebar .logo {
  border-radius: 0.5em;
  padding: 9px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1em;
}
#sidebar a:hover,
#sidebar .dropdown-btn:hover,
#sidebar .logo:hover {
  background-color: #d594f9;
}
#sidebar a span,
#sidebar .dropdown-btn span {
  flex-grow: 1;
}
#sidebar .sub-menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms ease-in-out;
}
#sidebar .sub-menu > div {
  overflow: hidden;
}
#sidebar .sub-menu.show {
  grid-template-rows: 1fr;
  background: #fafafa;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#sidebar .sub-menu.show li a {
  color: #000;
  background: inherit !important;
}
#sidebar .sub-menu.show li a:hover {
  color: #000;
}
#sidebar .sub-menu.show li:hover {
  color: #000;
  font-weight: 500;
}
#sidebar .sub-menu.show li .dropdown-btn {
  color: #000;
  padding-left: 32px;
}
#sidebar .sub-menu.show li .active {
  color: #000;
  font-weight: 500;
}
#sidebar .sub-menu a {
  padding-left: 2em;
}

button.dropdown-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}
button.dropdown-btn.rotate {
  background: #d594f9;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
button.dropdown-btn.rotate:hover {
  background: #d594f9;
}
button.dropdown-btn svg {
  transition: 200ms ease;
}
button.dropdown-btn.rotate svg:last-child {
  rotate: 180deg;
}
button.dropdown-btn:hover {
  background: #d594f9;
}

#toggle-btn {
  margin-left: auto;
  padding: 1em;
  border: none;
  border-radius: 0.5em;
  background: none;
  cursor: pointer;
}
#toggle-btn:hover {
  background-color: var(--hover-clr);
}
#toggle-btn svg {
  transition: rotate 150ms ease;
}

.dashboard-main-cls {
  width: 80%;
}

main p {
  color: var(--secondary-text-clr);
  margin-top: 5px;
  margin-bottom: 15px;
}

.custom-content-div .custom-modal-header {
  background: #e8e8e8;
}
.custom-content-div .popup-parent-div {
  background: url("../img/frame-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}
.custom-content-div .popup-parent-div .inner-child-div {
  overflow-y: scroll;
  max-height: 65vh;
  height: auto;
  overflow-x: hidden;
}
.custom-content-div .popup-parent-div .inner-child-div .popup-logo {
  margin: 0px auto;
  text-align: center;
  display: block;
}
.custom-content-div .popup-parent-div .inner-child-div .profile-content {
  margin-left: 14px;
}
.custom-content-div .popup-parent-div .inner-child-div .profile-content h6 {
  color: #4a1069;
  font-size: 20px;
  margin-bottom: 0px;
}
.custom-content-div .popup-parent-div .inner-child-div .profile-content p {
  font-size: 14px;
  margin-bottom: 0px;
}
.custom-content-div p {
  color: #000;
}

.profile-details-list {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.profile-details-list ul li {
  display: flex;
  justify-content: start;
  padding-bottom: 0px;
  margin-bottom: 7px;
}
.profile-details-list ul li .label {
  color: #000000;
  font-size: 18px;
  width: 20%;
}
.profile-details-list ul li span.dots {
  width: 5%;
  text-align: center;
}
.profile-details-list ul li .value {
  margin-left: 20px;
  color: #000000;
  font-weight: 400;
  width: 70%;
  text-align: left;
  font-size: 18px;
}

.public-report {
  padding: 40px 0px;
}
.public-report .left-icon-div {
  width: 100px;
  height: 100px;
  background: #fafafa;
  text-align: center;
  padding: 20px;
  border-radius: 60px;
}
.public-report .right-icon-div p {
  font-size: 19px;
  margin-bottom: 8px;
}
.public-report .right-icon-div h6 {
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: 500;
}

.profile-row {
  align-items: center;
  margin-right: 0px;
}
.profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.profile-row .profile-content img {
  margin-bottom: 0px;
}
.profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.profile-row .publisher-icon-list li a img {
  width: 17px !important;
}

.copyright-btn {
  background: #eeb111 !important;
}

.extra-table-div {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date] {
  background: #f5f5f5;
  border: inherit;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  border: inherit;
  width: 100%;
  border-radius: 5px !important;
}

.download-btn {
  font-size: 14px;
  border: none;
  padding: 7px 18px !important;
  margin-bottom: 8px !important;
  background: #4a1069;
  color: #fff;
}

.withdraw-btn {
  background: #e38a22;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
}

.clear-assignement {
  background: #9a1029;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.sky-blue {
  background: #166be4;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.view-button {
  background: #006166;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.ornge-btn {
  background: #e46b2f;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.edit-button {
  background: #4a1069;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}
.edit-button i {
  font-size: 11px;
  margin-left: 5px;
}

.h6-tilte-1 {
  font-size: 22px;
  color: #4a1069;
}

.h6-tilte {
  font-size: 20px;
}
.h6-tilte strong {
  color: #4a1069;
}

.pagination-list {
  text-align: start;
}
.pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.pagination-list ul li a i {
  font-size: 14px;
}
.pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.publisher-icon-list li {
  padding-bottom: 0px !important;
  display: inline-block;
}
.publisher-icon-list li a img {
  width: 20px;
}

.completed-button {
  background: #fafafa;
  display: block;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 500 !important;
  display: inline-block;
}

.current-conference {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.selected-option {
  background-color: #6a0dad;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.div-lsit {
  display: flex;
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.div-lsit img {
  width: 220px;
  display: flex;
}
.div-lsit .left-content {
  padding-left: 20px;
}
.div-lsit .left-content h4 {
  margin-bottom: 18px !important;
  font-size: 24px;
  color: #000;
}
.div-lsit .left-content p {
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-lsit .left-content h5 {
  font-size: 17px;
  display: flex;
  color: #000;
  margin-bottom: 15px;
}
.div-lsit .left-content h5 strong {
  margin-left: 5px;
}
.div-lsit .left-content h5 ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.div-lsit .left-content h5 ul li {
  display: inline-block;
  padding: 0px 3px;
}
.div-lsit .left-content h5 ul li a {
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.div-lsit .left-content .current-count {
  margin-bottom: 14px;
  display: flex;
}
.div-lsit .left-content .current-count li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
}
.div-lsit .left-content .current-count li:first-child {
  padding-left: 0px;
}
.div-lsit .left-content .current-count li:last-child {
  border-right: inherit;
}
.div-lsit .left-content .current-count li img {
  width: 20px;
  margin-right: 8px;
}

.conference-content .div-lsit .arrow-icon i {
  bottom: -4px;
}
.conference-content .div-lsit .left-content {
  width: 78%;
}
.conference-content .div-lsit .left-content span {
  background: #d9d9d9;
  color: #4a1069;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 34px;
  font-weight: 500;
}
.conference-content .div-lsit .left-content h4 {
  font-size: 19px;
  margin-bottom: 5px !important;
  color: #4a1069;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content h5 {
  font-size: 15px;
  margin-top: 5px;
}
.conference-content .div-lsit .left-content .univeristy-name {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content .univeristy-name ul li {
  display: inline-block;
}
.conference-content .div-lsit .left-content .conference-bottom-list li {
  margin-bottom: 8px;
}
.conference-content .div-lsit .left-content .conference-bottom-list li button {
  font-size: 15px;
  padding: 8px 19px;
}
.conference-content .div-lsit .left-content .current-count {
  margin-bottom: 5px;
}
.conference-content .div-lsit .left-content .current-count li {
  font-size: 14px;
}
.conference-content .div-lsit .left-content .current-count li img {
  height: auto;
}
.conference-content .div-lsit .left-content .current-count li i {
  margin-right: 5px;
}
.conference-content .div-lsit .leftside-leftimg {
  width: 32%;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div ul {
  padding-bottom: 25px;
  text-align: center;
  line-height: 0.8;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .conference-logos {
  justify-content: center;
  gap: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .date-ul li {
  font-weight: 400;
  font-size: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .footer-logo img {
  width: 35px !important;
  height: auto !important;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .editor-profile li img {
  padding-right: 0px;
  padding-left: 10px;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li {
  justify-content: end;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li img {
  width: 35px !important;
  height: auto !important;
}

.edit-book-parent ul {
  margin-bottom: 20px;
}
.edit-book-parent ul li {
  display: inline-block;
}
.edit-book-parent ul li button {
  background: #4a1069;
  padding: 5px 13px;
  color: #fff;
  border-radius: 4px;
  border: inherit;
  font-size: 14px;
}
.edit-book-parent ul li button i {
  font-size: 13px;
  margin-left: 5px;
}
.edit-book-parent ul li:nth-of-type(2) button {
  background: #009b88;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 2px solid #fff;
}
.edit-book-parent ul li:nth-of-type(2) button i {
  font-size: 14px;
  margin-left: 6px;
}
.edit-book-parent .submitted-paper-div {
  padding-top: 50px;
}
.edit-book-parent .conference-container {
  padding-top: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 10px;
}
.edit-book-parent .conference-container .conference-card {
  padding: 25px;
  color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}
.edit-book-parent .conference-container .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.6px;
}
.edit-book-parent .conference-container .subtitle {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.edit-book-parent .conference-container .conference-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.edit-book-parent .conference-container .conference-logos img {
  height: 60px;
}
.edit-book-parent .conference-container .conference-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.edit-book-parent .conference-container h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.edit-book-parent .conference-container .conference-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.edit-book-parent .conference-container .date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .website {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.edit-book-parent .conference-container .department {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .editor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo h6 {
  font-weight: 400;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo img {
  height: 90px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails {
  text-align: left;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails p {
  font-size: 12px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
  justify-content: start;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li span {
  font-size: 9px;
  margin-left: 5px;
  font-weight: normal;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li i {
  background: #710977;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
}
.edit-book-parent .conference-container .editor-section ul {
  display: block;
  padding-bottom: 4px;
}
.edit-book-parent .conference-container .editor-section ul li {
  display: flex;
  margin-bottom: 5px;
  justify-content: end;
}
.edit-book-parent .conference-container .editor-section ul li::after {
  background: inherit;
}
.edit-book-parent .conference-container .editor-section ul li span {
  font-size: 14px;
}
.edit-book-parent .conference-container .editor-section ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.edit-book-parent .conference-container .download-btn {
  position: absolute;
  bottom: -25px;
  right: 45px;
  background: #6c3bb1;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.edit-book-parent .conference-container .download-btn:hover {
  background: #532a8b;
  transform: scale(1.1);
}
.edit-book-parent .conference-container .about-cnt h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
.edit-book-parent .conference-container .about-cnt p {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card {
  background: rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: white;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 0px 5px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card:hover {
  transform: translateY(-5px);
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card .editor-name {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul {
  list-style: disc;
  padding-left: 0px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul li {
  opacity: 0.9;
  list-style: none;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 100;
}
.edit-book-parent .conference-container .list-footer-section {
  margin-top: 10px;
  text-align: center;
}
.edit-book-parent .conference-container .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.dashboard-conference .right-buttons ul {
  margin-bottom: 0px;
}
.dashboard-conference .right-buttons ul li {
  display: inline-block;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a {
  background: #a24270;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a {
  background: #7548d5;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a {
  background: #8d6244;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a {
  background: #97a211;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a {
  background: #009b88;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li a {
  background: #eee;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.dashboard-conference .extra-table-div {
  margin-bottom: 0 !important;
}
.dashboard-conference .extra-table-div tr td div {
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div p {
  font-size: 14px !important;
  margin-top: 0;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div button {
  margin: 0;
  font-size: 14px;
  padding: 3px 14px;
  margin-top: 10px;
}
.dashboard-conference .right-buttons {
  text-align: left;
  margin-bottom: 20px;
}
.dashboard-conference .right-buttons ul li a {
  font-size: 15px;
  padding: 6px 14px;
}

.volume-img .contentlist-div {
  width: 100%;
  padding: 13px 15px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.volume-img .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.volume-img .content-part-div ul {
  padding-bottom: 2px;
  text-align: center;
}
.volume-img .content-part-div ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.volume-img .content-part-div ul li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 80px !important;
  background: #fff;
  top: 8px;
}
.volume-img .content-part-div .date-ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.volume-img .content-part-div .date-ul li:first-child::after {
  content: "";
  position: absolute;
  left: 104px;
  width: 7px;
  height: 1px;
  background: #fff;
  top: 15px;
}
.volume-img .content-part-div .url-div {
  text-align: center;
}
.volume-img .content-part-div .url-div a {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.volume-img .content-part-div h6 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.volume-img .content-part-div h3 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 11px;
}
.volume-img .content-part-div h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.volume-img .content-part-div h5 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.volume-img .content-part-div p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.volume-img .content-part-div .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}
.volume-img .content-part-div .conference-ediors p {
  font-size: 12px;
}
.volume-img .content-part-div .conference-ediors ul li {
  display: flex;
  margin-bottom: 5px;
  align-items: start;
}
.volume-img .content-part-div .conference-ediors ul li:first-child::after {
  background: inherit;
}
.volume-img .content-part-div .conference-ediors ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.volume-img .content-part-div .conference-ediors ul li span {
  font-size: 10px;
}
.volume-img .list-footer-section {
  text-align: center;
}
.volume-img .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.volume-img .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.volume-img .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.arrow-icon {
  position: relative;
  text-align: end;
}
.arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 14px;
  right: 19px;
  border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5 !important;
  border: inherit !important;
  border-radius: 6px;
  cursor: text;
  padding: 3px 9px;
}

.edit-btn,
.edit-btn:hover {
  background: #4a1069;
  color: #fff;
}

.pay-btn,
.pay-btn:hover {
  background: #069dc9;
  color: #fff;
  padding: 5px 18px;
}

select.form-select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.send-message-btn:hover {
  background: #000;
  color: #fff;
}

ul.pagination {
  padding-top: 16px;
}

.content-part-div a {
  padding-top: 72px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 40px !important;
}

.tab-content .content {
  display: none;
}
.tab-content .content.active {
  display: block;
}

.submit-paper-section h6 {
  font-size: 20px;
  color: #4a1069;
}

.dashbaord-section .dashboard-main-cls .box-shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin: 0px 0px;
  padding: 30px;
  border-radius: 9px;
}
.dashbaord-section .dashboard-main-cls .form-container input[type=text],
.dashbaord-section .dashboard-main-cls .form-container input[type=email] {
  height: 50px;
  border: inherit;
  border-bottom: 0px;
  width: 100%;
  color: #6B7385;
  padding: 10px;
  background: #f5f5f5;
}
.dashbaord-section .dashboard-main-cls .form-container textarea {
  border: inherit;
  border-bottom: 0px;
  width: 100%;
  color: #6B7385;
  padding: 10px;
  background: #f5f5f5;
}
.dashbaord-section .dashboard-main-cls .form-container select {
  height: 50px;
  border: inherit;
  border-bottom: 0px;
  width: 100%;
  color: #6B7385;
  padding: 10px;
  background: #f5f5f5;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding-right: 30px;
  border-right: 12px solid #f5f5f5;
}
.dashbaord-section .dashboard-main-cls .form-container label {
  cursor: pointer;
  font-size: 19px;
  padding-right: 30px;
  width: 100%;
}
.dashbaord-section .dashboard-main-cls .form-container .research-paper-type {
  width: 88% !important;
}
.dashbaord-section .dashboard-main-cls .form-container .plus-icon-div i {
  font-size: 25px;
}
.dashbaord-section .dashboard-main-cls .form-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 6px;
}
.dashbaord-section .file {
  display: none;
}
.dashbaord-section .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 310px !important;
  border: 2px solid #dbdbdb;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.dashbaord-section .btn {
  background: #FB833B;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  background-color: #FB833B;
  transition: all 0.6s;
  color: #FFF;
  font-size: 18px;
  vertical-align: middle;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.dashbaord-section .btn:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}
.dashbaord-section .custom-input-field {
  position: relative;
}
.dashbaord-section .custom-input-field i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.dashbaord-section .custom-input-field .file-name {
  padding-left: 40px !important;
  height: 50px;
}
.dashbaord-section .custom-input-field1 {
  position: relative;
  width: 100%;
}
.dashbaord-section .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.dashbaord-section .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.dashbaord-section .add_input {
  margin-top: 4px;
  display: block;
}
.dashbaord-section .add_input i {
  font-size: 27px;
}
.dashbaord-section .remove-btn i {
  color: rgb(201, 13, 13);
  font-size: 27px;
}
.dashbaord-section .regular-template-suuse a {
  background: #192335;
  color: #fff;
  padding: 12px 21px;
  font-size: 17px;
  border-radius: 9px;
}
.dashbaord-section .form-check-label {
  font-size: 17px !important;
  padding-left: 10px;
  color: #000;
}

.bottom-picture-section ul {
  padding-top: 15px;
}
.bottom-picture-section ul li {
  display: inline-block;
  padding-right: 10px;
}
.bottom-picture-section ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 7px 15px;
}
.bottom-picture-section ul li:nth-child(1) button {
  background: #009B88;
  color: #fff;
}
.bottom-picture-section ul li:nth-child(2) button {
  background: #8C3200;
  color: #fff;
}
.bottom-picture-section ul li:nth-child(3) button {
  background: #EEB111;
  color: #fff;
}

.limit-popup {
  padding: 25px 20px;
}
.limit-popup .heading-tag {
  font-size: 18px;
  color: #000;
}
.limit-popup .heading-tag span {
  font-weight: 600;
  color: #0F7D20;
}
.limit-popup p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.limit-popup ul {
  justify-content: center;
  display: flex;
  align-items: center;
}
.limit-popup ul li {
  display: inline-block;
  padding-right: 10px;
}
.limit-popup ul li button {
  background: #4A1069;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 7px 15px;
  color: #fff;
}
.limit-popup ul li a {
  text-decoration: underline;
  margin-bottom: 0px;
  font-size: 16px;
  color: #000;
}

.submit-paper-section .issue-type {
  display: flex;
}
.submit-paper-section .issue-type label {
  display: flex;
}
.submit-paper-section .issue-type label img {
  display: block;
}

.check-status-section {
  padding: 60px 0px !important;
}
.check-status-section h6 {
  color: #4a1069;
  font-size: 20px;
}
.check-status-section .check-stats-left select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-right: 18px solid #fafafa;
}
.check-status-section .check-status-content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 4px;
}
.check-status-section .check-status-content h6 {
  color: #000;
}
.check-status-section .check-status-content h6 span {
  color: #4a1069;
}
.check-status-section .check-status-content .profile-row {
  align-items: center;
  margin-right: 0px;
}
.check-status-section .check-status-content .profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.check-status-section .check-status-content .profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.check-status-section .check-status-content .profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.check-status-section .check-status-content .profile-row .profile-content img {
  margin-bottom: 0px;
}
.check-status-section .check-status-content .profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.check-status-section .check-status-content .profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.check-status-section .check-status-content .profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.check-status-section .check-status-content .profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.check-status-section .check-status-content .profile-row .publisher-icon-list li a img {
  width: 17px !important;
}
.check-status-section .check-status-content .profile-row .author-profile {
  margin-left: 10px;
}
.check-status-section .check-status-content .profile-row .author-profile img {
  width: 190px !important;
}
.check-status-section .check-status-content ul {
  padding-top: 5px;
}
.check-status-section .check-status-content ul li {
  display: inline-block;
  color: #000;
  padding-right: 20px;
  font-size: 17px;
}
.check-status-section .check-status-content ul li span {
  font-weight: 500;
}
.check-status-section .check-status-content .scucess-div {
  background: #EBFDE6;
  box-shadow: 1px 1px 5px 7px rgba(54, 168, 22, 0.05) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(221, 255, 212);
}
.check-status-section .check-status-content .scucess-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .scucess-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #269507;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .scucess-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .withdrawal-div {
  background: #FFDDDD;
  box-shadow: 1px 1px 5px 6px rgb(252, 213, 213) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(255, 212, 212);
}
.check-status-section .check-status-content .withdrawal-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #C61818;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .withdrawal-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .withdrawal-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .underreview-div {
  background: #FFEE84;
  box-shadow: 1px 1px 5px 6px rgba(199, 184, 93, 0.07) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(255, 238, 132);
}
.check-status-section .check-status-content .underreview-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #706312;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .underreview-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .underreview-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .acceptpayment-div {
  background: #D2FCFF;
  box-shadow: 1px 1px 5px 6px rgba(1, 13, 14, 0.031372549) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(189, 234, 237);
}
.check-status-section .check-status-content .acceptpayment-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #115C60;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .acceptpayment-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .acceptpayment-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .revised-div {
  background: #F4E2FF;
  box-shadow: 1px 1px 5px 6px rgb(238, 220, 250) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(244, 226, 255);
}
.check-status-section .check-status-content .revised-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #4B0D71;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .revised-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .revised-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .published-div {
  background: #FFBE90;
  box-shadow: 1px 1px 5px 6px rgba(129, 65, 19, 0.0588235294) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(255, 190, 144);
}
.check-status-section .check-status-content .published-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #814113;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .published-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .published-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .rejected-div {
  background: #EAEAEA;
  box-shadow: 1px 1px 5px 6px rgb(228, 228, 228) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(234, 234, 234);
}
.check-status-section .check-status-content .rejected-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .rejected-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .rejected-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .datanotfound-div {
  background: rgb(196, 210, 245);
  box-shadow: 1px 1px 5px 6px rgb(185, 203, 248) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid #c4d2f5;
}
.check-status-section .check-status-content .datanotfound-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #184AC5;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .datanotfound-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .datanotfound-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .thankyou-div {
  background: #CFF1A4;
  box-shadow: 1px 1px 5px 6px rgba(70, 120, 6, 0.05) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid #cff1a4;
}
.check-status-section .check-status-content .thankyou-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #538B0C;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .thankyou-div span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .thankyou-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .under-copyright {
  background: #F2D29D;
  box-shadow: 1px 1px 5px 6px rgba(150, 102, 26, 0.16) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid #F2D29D;
}
.check-status-section .check-status-content .under-copyright h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #96661A;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .under-copyright span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .under-copyright p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .check-status-content .under-production {
  background: #A9E8A2;
  box-shadow: 1px 1px 5px 6px hsl(114, 60.6%, 80.01%) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid #A9E8A2;
}
.check-status-section .check-status-content .under-production h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #A9E8A2;
  margin-bottom: 5px;
}
.check-status-section .check-status-content .under-production span {
  color: #000;
  font-size: 15px;
}
.check-status-section .check-status-content .under-production p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.check-status-section .scucess-div {
  background: #EBFDE6;
  text-align: center;
  padding: 14px 20px;
  border-radius: 10px;
}

.publishing-div-section {
  margin-top: 30px;
}
.publishing-div-section .important-note-div {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.profile-row {
  align-items: center;
  margin-right: 0px;
}
.profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.profile-row .profile-content img {
  margin-bottom: 0px;
}
.profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.profile-row .publisher-icon-list li a img {
  width: 17px !important;
}

.copyright-btn {
  background: #eeb111 !important;
}

.extra-table-div {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date] {
  background: #f5f5f5;
  border: inherit;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  border: inherit;
  width: 100%;
  border-radius: 5px !important;
}

.download-btn {
  font-size: 14px;
  border: none;
  padding: 7px 18px !important;
  margin-bottom: 8px !important;
  background: #4a1069;
  color: #fff;
}

.withdraw-btn {
  background: #e38a22;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
}

.clear-assignement {
  background: #9a1029;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.sky-blue {
  background: #166be4;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.view-button {
  background: #006166;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.ornge-btn {
  background: #e46b2f;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.edit-button {
  background: #4a1069;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}
.edit-button i {
  font-size: 11px;
  margin-left: 5px;
}

.h6-tilte-1 {
  font-size: 22px;
  color: #4a1069;
}

.h6-tilte {
  font-size: 20px;
}
.h6-tilte strong {
  color: #4a1069;
}

.pagination-list {
  text-align: start;
}
.pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.pagination-list ul li a i {
  font-size: 14px;
}
.pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.publisher-icon-list li {
  padding-bottom: 0px !important;
  display: inline-block;
}
.publisher-icon-list li a img {
  width: 20px;
}

.completed-button {
  background: #fafafa;
  display: block;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 500 !important;
  display: inline-block;
}

.current-conference {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.selected-option {
  background-color: #6a0dad;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.div-lsit {
  display: flex;
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.div-lsit img {
  width: 220px;
  display: flex;
}
.div-lsit .left-content {
  padding-left: 20px;
}
.div-lsit .left-content h4 {
  margin-bottom: 18px !important;
  font-size: 24px;
  color: #000;
}
.div-lsit .left-content p {
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-lsit .left-content h5 {
  font-size: 17px;
  display: flex;
  color: #000;
  margin-bottom: 15px;
}
.div-lsit .left-content h5 strong {
  margin-left: 5px;
}
.div-lsit .left-content h5 ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.div-lsit .left-content h5 ul li {
  display: inline-block;
  padding: 0px 3px;
}
.div-lsit .left-content h5 ul li a {
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.div-lsit .left-content .current-count {
  margin-bottom: 14px;
  display: flex;
}
.div-lsit .left-content .current-count li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
}
.div-lsit .left-content .current-count li:first-child {
  padding-left: 0px;
}
.div-lsit .left-content .current-count li:last-child {
  border-right: inherit;
}
.div-lsit .left-content .current-count li img {
  width: 20px;
  margin-right: 8px;
}

.conference-content .div-lsit .arrow-icon i {
  bottom: -4px;
}
.conference-content .div-lsit .left-content {
  width: 78%;
}
.conference-content .div-lsit .left-content span {
  background: #d9d9d9;
  color: #4a1069;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 34px;
  font-weight: 500;
}
.conference-content .div-lsit .left-content h4 {
  font-size: 19px;
  margin-bottom: 5px !important;
  color: #4a1069;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content h5 {
  font-size: 15px;
  margin-top: 5px;
}
.conference-content .div-lsit .left-content .univeristy-name {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content .univeristy-name ul li {
  display: inline-block;
}
.conference-content .div-lsit .left-content .conference-bottom-list li {
  margin-bottom: 8px;
}
.conference-content .div-lsit .left-content .conference-bottom-list li button {
  font-size: 15px;
  padding: 8px 19px;
}
.conference-content .div-lsit .left-content .current-count {
  margin-bottom: 5px;
}
.conference-content .div-lsit .left-content .current-count li {
  font-size: 14px;
}
.conference-content .div-lsit .left-content .current-count li img {
  height: auto;
}
.conference-content .div-lsit .left-content .current-count li i {
  margin-right: 5px;
}
.conference-content .div-lsit .leftside-leftimg {
  width: 32%;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div ul {
  padding-bottom: 25px;
  text-align: center;
  line-height: 0.8;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .conference-logos {
  justify-content: center;
  gap: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .date-ul li {
  font-weight: 400;
  font-size: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .footer-logo img {
  width: 35px !important;
  height: auto !important;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .editor-profile li img {
  padding-right: 0px;
  padding-left: 10px;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li {
  justify-content: end;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li img {
  width: 35px !important;
  height: auto !important;
}

.edit-book-parent ul {
  margin-bottom: 20px;
}
.edit-book-parent ul li {
  display: inline-block;
}
.edit-book-parent ul li button {
  background: #4a1069;
  padding: 5px 13px;
  color: #fff;
  border-radius: 4px;
  border: inherit;
  font-size: 14px;
}
.edit-book-parent ul li button i {
  font-size: 13px;
  margin-left: 5px;
}
.edit-book-parent ul li:nth-of-type(2) button {
  background: #009b88;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 2px solid #fff;
}
.edit-book-parent ul li:nth-of-type(2) button i {
  font-size: 14px;
  margin-left: 6px;
}
.edit-book-parent .submitted-paper-div {
  padding-top: 50px;
}
.edit-book-parent .conference-container {
  padding-top: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 10px;
}
.edit-book-parent .conference-container .conference-card {
  padding: 25px;
  color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}
.edit-book-parent .conference-container .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.6px;
}
.edit-book-parent .conference-container .subtitle {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.edit-book-parent .conference-container .conference-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.edit-book-parent .conference-container .conference-logos img {
  height: 60px;
}
.edit-book-parent .conference-container .conference-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.edit-book-parent .conference-container h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.edit-book-parent .conference-container .conference-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.edit-book-parent .conference-container .date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .website {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.edit-book-parent .conference-container .department {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .editor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo h6 {
  font-weight: 400;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo img {
  height: 90px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails {
  text-align: left;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails p {
  font-size: 12px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
  justify-content: start;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li span {
  font-size: 9px;
  margin-left: 5px;
  font-weight: normal;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li i {
  background: #710977;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
}
.edit-book-parent .conference-container .editor-section ul {
  display: block;
  padding-bottom: 4px;
}
.edit-book-parent .conference-container .editor-section ul li {
  display: flex;
  margin-bottom: 5px;
  justify-content: end;
}
.edit-book-parent .conference-container .editor-section ul li::after {
  background: inherit;
}
.edit-book-parent .conference-container .editor-section ul li span {
  font-size: 14px;
}
.edit-book-parent .conference-container .editor-section ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.edit-book-parent .conference-container .download-btn {
  position: absolute;
  bottom: -25px;
  right: 45px;
  background: #6c3bb1;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.edit-book-parent .conference-container .download-btn:hover {
  background: #532a8b;
  transform: scale(1.1);
}
.edit-book-parent .conference-container .about-cnt h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
.edit-book-parent .conference-container .about-cnt p {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card {
  background: rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: white;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 0px 5px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card:hover {
  transform: translateY(-5px);
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card .editor-name {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul {
  list-style: disc;
  padding-left: 0px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul li {
  opacity: 0.9;
  list-style: none;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 100;
}
.edit-book-parent .conference-container .list-footer-section {
  margin-top: 10px;
  text-align: center;
}
.edit-book-parent .conference-container .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.dashboard-conference .right-buttons ul {
  margin-bottom: 0px;
}
.dashboard-conference .right-buttons ul li {
  display: inline-block;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a {
  background: #a24270;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a {
  background: #7548d5;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a {
  background: #8d6244;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a {
  background: #97a211;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a {
  background: #009b88;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li a {
  background: #eee;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.dashboard-conference .extra-table-div {
  margin-bottom: 0 !important;
}
.dashboard-conference .extra-table-div tr td div {
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div p {
  font-size: 14px !important;
  margin-top: 0;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div button {
  margin: 0;
  font-size: 14px;
  padding: 3px 14px;
  margin-top: 10px;
}
.dashboard-conference .right-buttons {
  text-align: left;
  margin-bottom: 20px;
}
.dashboard-conference .right-buttons ul li a {
  font-size: 15px;
  padding: 6px 14px;
}

.volume-img .contentlist-div {
  width: 100%;
  padding: 13px 15px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.volume-img .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.volume-img .content-part-div ul {
  padding-bottom: 2px;
  text-align: center;
}
.volume-img .content-part-div ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.volume-img .content-part-div ul li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 80px !important;
  background: #fff;
  top: 8px;
}
.volume-img .content-part-div .date-ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.volume-img .content-part-div .date-ul li:first-child::after {
  content: "";
  position: absolute;
  left: 104px;
  width: 7px;
  height: 1px;
  background: #fff;
  top: 15px;
}
.volume-img .content-part-div .url-div {
  text-align: center;
}
.volume-img .content-part-div .url-div a {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.volume-img .content-part-div h6 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.volume-img .content-part-div h3 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 11px;
}
.volume-img .content-part-div h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.volume-img .content-part-div h5 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.volume-img .content-part-div p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.volume-img .content-part-div .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}
.volume-img .content-part-div .conference-ediors p {
  font-size: 12px;
}
.volume-img .content-part-div .conference-ediors ul li {
  display: flex;
  margin-bottom: 5px;
  align-items: start;
}
.volume-img .content-part-div .conference-ediors ul li:first-child::after {
  background: inherit;
}
.volume-img .content-part-div .conference-ediors ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.volume-img .content-part-div .conference-ediors ul li span {
  font-size: 10px;
}
.volume-img .list-footer-section {
  text-align: center;
}
.volume-img .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.volume-img .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.volume-img .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.arrow-icon {
  position: relative;
  text-align: end;
}
.arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 14px;
  right: 19px;
  border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5 !important;
  border: inherit !important;
  border-radius: 6px;
  cursor: text;
  padding: 3px 9px;
}

.edit-btn,
.edit-btn:hover {
  background: #4a1069;
  color: #fff;
}

.pay-btn,
.pay-btn:hover {
  background: #069dc9;
  color: #fff;
  padding: 5px 18px;
}

select.form-select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.send-message-btn:hover {
  background: #000;
  color: #fff;
}

ul.pagination {
  padding-top: 16px;
}

.content-part-div a {
  padding-top: 72px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 40px !important;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-Bold.woff2") format("woff2"), url("../webfonts/EuclidCircularA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-Italic.woff2") format("woff2"), url("../webfonts/EuclidCircularA-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-SemiBoldItalic.woff2") format("woff2"), url("../webfonts/EuclidCircularA-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-BoldItalic.woff2") format("woff2"), url("../webfonts/EuclidCircularA-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-Regular.woff2") format("woff2"), url("../webfonts/EuclidCircularA-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-LightItalic.woff2") format("woff2"), url("../webfonts/EuclidCircularA-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-Medium.woff2") format("woff2"), url("../webfonts/EuclidCircularA-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-Light.woff2") format("woff2"), url("../webfonts/EuclidCircularA-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-MediumItalic.woff2") format("woff2"), url("../webfonts/EuclidCircularA-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../webfonts/EuclidCircularA-SemiBold.woff2") format("woff2"), url("../webfonts/EuclidCircularA-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #222222;
  --clr-common-lightBlack: #38383a;
  --clr-common-darkBlack: #000000;
  --clr-body-heading: #1e1e1e;
  --clr-body-text: rgba(30, 30, 30, 0.6);
  --clr-color-lightBlue: #bbe8eb;
  --clr-color-darkPink: #4a1069;
  --clr-color-lightPink: #f7ecf9;
  --clr-color-lightPurple: #f3f4fd;
  --clr-theme-primary: #4a1069;
  --clr-theme-primaryDark: #08449e;
  --clr-theme-primary-3: #f8b35c;
  --clr-theme-primary-4: #0092cc;
  --clr-theme-primary-5: #537609;
  --clr-theme-primary-6: #4a1069;
  --clr-theme-primary-7: #9a1029;
  --clr-theme-primary-8: #395bdf;
  --clr-theme-primary-9: #1865f2;
  --clr-theme-primary-10: #1d2864;
  --clr-theme-primary-11: #c76f00;
  --clr-theme-primary-12: #000000;
  --clr-theme-primary-13: #ed8401;
  --clr-theme-primary-14: #009b88;
  --clr-bg-gray: #f6f6f6;
  --clr-bg-gray-2: #f1f1f1;
}

.copy-right-bottom-btns {
  padding-top: 15px;
}
.copy-right-bottom-btns li {
  display: inline-block;
}
.copy-right-bottom-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 10px 20px;
}
.copy-right-bottom-btns li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
.copy-right-bottom-btns li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.copy-right-bottom-btns li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.copy-right-bottom-btns li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.copy-right-bottom-btns li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.copy-right-bottom-btns li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.copy-right-bottom-btns li:nth-child(7) button {
  background: #97a211;
  color: #fff;
}

.online-payemnt-buttons {
  padding-top: 15px;
}
.online-payemnt-buttons li {
  display: inline-block;
}
.online-payemnt-buttons li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 6px 20px;
}
.online-payemnt-buttons li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.online-payemnt-buttons li:nth-child(2) button {
  background: #daa431;
  color: #fff;
}
.online-payemnt-buttons li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.online-payemnt-buttons li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.online-payemnt-buttons li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}

.dashbaord-copyright-btns {
  padding-top: 15px;
}
.dashbaord-copyright-btns li {
  display: inline-block;
}
.dashbaord-copyright-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 10px 20px;
}
.dashbaord-copyright-btns li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.dashbaord-copyright-btns li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.dashbaord-copyright-btns li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.dashbaord-copyright-btns li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}

.awards-bottom-btns {
  padding-top: 15px;
}
.awards-bottom-btns li {
  display: inline-block;
}
.awards-bottom-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  border: inherit;
  padding: 8px 20px;
}
.awards-bottom-btns li img {
  margin-left: 10px;
}
.awards-bottom-btns li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.awards-bottom-btns li:nth-child(2) button {
  background: #fb833b;
  color: #fff;
}
.awards-bottom-btns li:nth-child(3) button {
  background: #f30879;
  color: #fff;
}

.journal-submission-btns {
  padding-top: 15px;
}
.journal-submission-btns li {
  display: inline-block;
}
.journal-submission-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 15px;
  border: inherit;
  padding: 7px 20px;
}
.journal-submission-btns li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.journal-submission-btns li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.journal-submission-btns li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.journal-submission-btns li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}

.article-plagirisim-policy {
  padding-top: 15px;
}
.article-plagirisim-policy li {
  display: inline-block;
}
.article-plagirisim-policy li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 5px 20px;
}
.article-plagirisim-policy li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.article-plagirisim-policy li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.article-plagirisim-policy li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.article-plagirisim-policy li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.article-plagirisim-policy li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}

.online-bottom-btns {
  padding-top: 15px;
}
.online-bottom-btns li {
  display: inline-block;
}
.online-bottom-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 5px 20px;
}
.online-bottom-btns li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.online-bottom-btns li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.online-bottom-btns li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.online-bottom-btns li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.online-bottom-btns li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}

.journal-template-btns {
  padding-top: 15px;
  padding-bottom: 20px !important;
}
.journal-template-btns li {
  display: inline-block;
}
.journal-template-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 15px;
  border: inherit;
  padding: 6px 20px;
}
.journal-template-btns li:nth-child(1) button {
  background: #fb833b;
  color: #fff;
}
.journal-template-btns li:nth-child(2) button {
  background: #4a1069;
  color: #fff;
}
.journal-template-btns li:nth-child(3) button {
  background: #97a211;
  color: #fff;
}
.journal-template-btns li:nth-child(4) button {
  background: #f30879;
  color: #fff;
}
.journal-template-btns li:nth-child(5) button {
  background: #2eabe1;
  color: #fff;
}
.journal-template-btns li:nth-child(6) button {
  background: #a6547c;
  color: #fff;
}
.journal-template-btns li:nth-child(7) button {
  background: #e37139;
  color: #fff;
}

.legal-judiciary-btns {
  padding-top: 15px;
}
.legal-judiciary-btns li {
  display: inline-block;
}
.legal-judiciary-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
  border: inherit;
}
.legal-judiciary-btns li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.legal-judiciary-btns li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.legal-judiciary-btns li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.legal-judiciary-btns li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}

.research-buttons {
  padding-top: 15px;
}
.research-buttons li {
  display: inline-block;
}
.research-buttons li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 3px;
  font-size: 15px;
  padding: 6px 20px;
  border: inherit;
}
.research-buttons li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.research-buttons li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.research-buttons li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.research-buttons li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}

.digital-library-buttons {
  padding-top: 5px;
}
.digital-library-buttons li {
  display: inline-block;
}
.digital-library-buttons li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 15px;
  padding: 6px 22px;
  border: inherit;
}
.digital-library-buttons li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.digital-library-buttons li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.digital-library-buttons li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.digital-library-buttons li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.digital-library-buttons li:nth-child(5) button {
  background: #ff25a8;
  color: #fff;
}

ul.aboutus-bottom {
  padding-top: 15px;
}
ul.aboutus-bottom li {
  display: inline-block;
}
ul.aboutus-bottom li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 15px;
  padding: 8px 20px;
}
ul.aboutus-bottom li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
ul.aboutus-bottom li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
ul.aboutus-bottom li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
ul.aboutus-bottom li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
ul.aboutus-bottom li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
ul.aboutus-bottom li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
ul.aboutus-bottom li:nth-child(7) button {
  background: #97a211;
  color: #fff;
}

ul.research-areas-bts {
  padding-top: 15px;
}
ul.research-areas-bts li {
  display: inline-block;
}
ul.research-areas-bts li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
  border: inherit;
}
ul.research-areas-bts li:nth-child(1) button {
  background: #4673d9;
  color: #fff;
}
ul.research-areas-bts li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
ul.research-areas-bts li:nth-child(3) button {
  background: #009b88;
  color: #fff;
}
ul.research-areas-bts li:nth-child(4) button {
  background: #daa431;
  color: #fff;
}
ul.research-areas-bts li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}

ul.dashboard-btns {
  padding-top: 15px;
}
ul.dashboard-btns li {
  display: inline-block;
}
ul.dashboard-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
  border: inherit;
}
ul.dashboard-btns li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
ul.dashboard-btns li:nth-child(2) button {
  background: #daa431;
  color: #fff;
}
ul.dashboard-btns li:nth-child(3) button {
  background: #0c489e;
  color: #fff;
}

.dashbaord-btns-2 {
  padding-top: 15px;
}
.dashbaord-btns-2 li {
  display: inline-block;
}
.dashbaord-btns-2 li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
  border: inherit;
}
.dashbaord-btns-2 li:nth-child(1) button {
  background: #4673d9;
  color: #fff;
}
.dashbaord-btns-2 li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.dashbaord-btns-2 li:nth-child(3) button {
  background: #009b88;
  color: #fff;
}
.dashbaord-btns-2 li:nth-child(4) button {
  background: #e8b552;
  color: #fff;
}
.dashbaord-btns-2 li:nth-child(5) button {
  background: #4a1069;
  color: #fff;
}

.typesofpapers {
  padding-top: 15px;
}
.typesofpapers li {
  display: inline-block;
}
.typesofpapers li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 16px;
  padding: 6px 22px;
  border: inherit;
}
.typesofpapers li:nth-child(1) button {
  background: #4673d9;
  color: #fff;
}
.typesofpapers li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.typesofpapers li:nth-child(3) button {
  background: #009b88;
  color: #fff;
}
.typesofpapers li:nth-child(4) button {
  background: #daa431;
  color: #fff;
}
.typesofpapers li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}
.typesofpapers li:nth-child(6) button {
  background: #3e3e3e;
  color: #fff;
}
.typesofpapers li:nth-child(7) button {
  background: #eeb111;
  color: #fff;
}

ul.bottom-btns-div {
  padding-top: 0;
  margin-top: 0px;
}
ul.bottom-btns-div li {
  margin-bottom: 0 !important;
}
ul.bottom-btns-div li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(2) button {
  background: #daa528;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(3) button {
  background: #009b88;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(4) button {
  background: #8c3200;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(5) button {
  background: #4673d9;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(6) button {
  background: #fb833b;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(7) button {
  background: #85610c;
  color: #fff;
}
ul.bottom-btns-div li:nth-child(8) button {
  background: #f30879;
  color: #fff;
}

ul.publication-btns {
  padding-top: 15px;
}
ul.publication-btns li {
  display: inline-block;
}
ul.publication-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
  border: inherit;
}
ul.publication-btns li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
ul.publication-btns li:nth-child(2) button {
  background: #f30879;
  color: #fff;
}
ul.publication-btns li:nth-child(3) button {
  background: #daa528;
  color: #fff;
}
ul.publication-btns li:nth-child(4) button {
  background: #009b88;
  color: #fff;
}
ul.publication-btns li:nth-child(5) button {
  background: #a4765d;
  color: #fff;
}
ul.publication-btns li:nth-child(6) button {
  background: #639fb9;
  color: #fff;
}

ul.paper-flow-botootm-btns {
  padding-top: 15px;
}
ul.paper-flow-botootm-btns li {
  display: inline-block;
}
ul.paper-flow-botootm-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 3px;
  font-size: 15px;
  padding: 7px 20px;
  border: inherit;
}
ul.paper-flow-botootm-btns li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
ul.paper-flow-botootm-btns li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
ul.paper-flow-botootm-btns li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
ul.paper-flow-botootm-btns li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
ul.paper-flow-botootm-btns li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}
ul.paper-flow-botootm-btns li:nth-child(6) button {
  background: #97a211;
  color: #fff;
}
ul.paper-flow-botootm-btns li:nth-child(7) button {
  background: #4a1069;
  color: #fff;
}

.special-issues-btns li {
  display: inline-block;
}
.special-issues-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
  border: inherit;
}
.special-issues-btns li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.special-issues-btns li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.special-issues-btns li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.special-issues-btns li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.special-issues-btns li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.special-issues-btns li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.special-issues-btns li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.special-issues-btns li:nth-child(7) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: start;
}
.special-issues-btns li:nth-child(8) button {
  background: #477e85;
  color: #fff;
}

ul.second-bottom-list li {
  display: inline-block;
}
ul.second-bottom-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  padding: 4px 20px;
  border: inherit;
}
ul.second-bottom-list li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
ul.second-bottom-list li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
ul.second-bottom-list li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
ul.second-bottom-list li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
ul.second-bottom-list li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
ul.second-bottom-list li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
ul.second-bottom-list li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
ul.second-bottom-list li:nth-child(7) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: start;
}
ul.second-bottom-list li:nth-child(7) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}

ul.institute-bottom li {
  display: inline-block;
}
ul.institute-bottom li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  padding: 7px 26px;
  border: inherit;
}
ul.institute-bottom li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: center;
}
ul.institute-bottom li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
}
ul.institute-bottom li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
ul.institute-bottom li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
ul.institute-bottom li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
ul.institute-bottom li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
ul.institute-bottom li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
ul.institute-bottom li:nth-child(7) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: start;
}
ul.institute-bottom li:nth-child(7) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}

.special-iise-bottom-lsit li {
  display: inline-block;
}
.special-iise-bottom-lsit li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
}
.special-iise-bottom-lsit li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.special-iise-bottom-lsit li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.special-iise-bottom-lsit li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(7) button {
  background: #97a211;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(8) button {
  background: #fd5807;
  color: #fff;
}
.special-iise-bottom-lsit li:nth-child(9) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: start;
}
.special-iise-bottom-lsit li:nth-child(9) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}

.third-bottom-list li {
  display: inline-block;
}
.third-bottom-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  display: flex;
  align-items: start;
}
.third-bottom-list li:last-child img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.third-bottom-list li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.third-bottom-list li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.third-bottom-list li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.third-bottom-list li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.third-bottom-list li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.third-bottom-list li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.third-bottom-list li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.third-bottom-list li:nth-child(7) button {
  background: #97a211;
  color: #fff;
  display: flex;
  align-items: start;
}
.third-bottom-list li:nth-child(7) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.third-bottom-list li:nth-child(8) button {
  background: #fd5807;
  color: #fff;
}
.third-bottom-list li:nth-child(9) button {
  background: #21d0e8;
  color: #fff;
}

.regular-issus-btn li {
  display: inline-block;
}
.regular-issus-btn li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  display: flex;
  align-items: start;
}
.regular-issus-btn li:last-child img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.regular-issus-btn li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.regular-issus-btn li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.regular-issus-btn li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.regular-issus-btn li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.regular-issus-btn li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.regular-issus-btn li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.regular-issus-btn li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.regular-issus-btn li:nth-child(7) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: start;
}
.regular-issus-btn li:nth-child(7) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}

.conference-bottom-list li {
  display: inline-block;
}
.conference-bottom-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  padding: 8px 22px;
}
.conference-bottom-list li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: center;
}
.conference-bottom-list li:nth-child(1) button i {
  margin-left: 8px;
}
.conference-bottom-list li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.conference-bottom-list li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.conference-bottom-list li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.conference-bottom-list li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.conference-bottom-list li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.conference-bottom-list li:nth-child(7) button {
  background: #daa528;
  color: #fff;
  display: flex;
  align-items: center;
}
.conference-bottom-list li:nth-child(7) button i {
  margin-left: 8px;
}
.conference-bottom-list li:nth-child(8) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: center;
}
.conference-bottom-list li:nth-child(8) button i {
  margin-left: 8px;
}
.conference-bottom-list li:nth-child(9) button {
  background: #0c489e;
  color: #fff;
}

.special-issue-bottom-list li {
  display: inline-block;
}
.special-issue-bottom-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
}
.special-issue-bottom-list li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.special-issue-bottom-list li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}

.conference-bottom-btn li {
  display: inline-block;
}
.conference-bottom-btn li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 16px;
  padding: 8px 20px;
}
.conference-bottom-btn li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.conference-bottom-btn li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.conference-bottom-btn li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
.conference-bottom-btn li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.conference-bottom-btn li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.conference-bottom-btn li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.conference-bottom-btn li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.conference-bottom-btn li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.conference-bottom-btn li:nth-child(7) button {
  background: #21d0e8;
  color: #fff;
}
.conference-bottom-btn li:nth-child(8) button {
  background: #7b69ec;
  color: #fff;
}
.conference-bottom-btn li:nth-child(9) button {
  background: #477e85;
  color: #fff;
}

.fourth-bottom-btns-div li {
  display: inline-block;
}
.fourth-bottom-btns-div li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
}
.fourth-bottom-btns-div li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  display: flex;
  align-items: start;
}
.fourth-bottom-btns-div li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.fourth-bottom-btns-div li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
.fourth-bottom-btns-div li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.fourth-bottom-btns-div li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.fourth-bottom-btns-div li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.fourth-bottom-btns-div li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.fourth-bottom-btns-div li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}
.fourth-bottom-btns-div li:nth-child(7) button {
  background: #21d0e8;
  color: #fff;
  display: flex;
  align-items: start;
}
.fourth-bottom-btns-div li:nth-child(7) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}

.fifth-bottom-list {
  margin-top: 10px;
}
.fifth-bottom-list li {
  display: inline-block;
  margin-bottom: 0px !important;
}
.fifth-bottom-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.fifth-bottom-list li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
.fifth-bottom-list li:nth-child(1) button img {
  width: 14px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 0px;
  left: 3px;
}
.fifth-bottom-list li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
}
.fifth-bottom-list li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.fifth-bottom-list li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
  display: flex;
  align-items: start;
}
.fifth-bottom-list li:nth-child(3) button img {
  width: 15px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 0px;
  left: 3px;
}
.fifth-bottom-list li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.fifth-bottom-list li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.fifth-bottom-list li:nth-child(6) button {
  background: #f30879;
  color: #fff;
}

.text-primary1 {
  color: var(--clr-theme-primary);
}

.text-primary2 {
  color: var(--clr-theme-primary-3);
}

.text-primary3 {
  color: var(--clr-theme-primary-4);
}

.text-primary4 {
  color: var(--clr-theme-primary-5);
}

.text-primary5 {
  color: var(--clr-theme-primary-7);
}

.text-primary6 {
  color: var(--clr-theme-primary-11);
}

.text-primary7 {
  color: var(--clr-theme-primary-10);
}

.text-primary8 {
  color: var(--clr-theme-primary-12);
}

.text-primary9 {
  color: var(--clr-theme-primary-13);
}

.text-primary10 {
  color: var(--clr-theme-primary-14);
}

.banner-area {
  background: url(../img/banner-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.banner-area p {
  line-height: 1.2;
}
.banner-area .banner-main-heading {
  font-size: 26px;
}
.banner-area .table > :not(caption) > * > * {
  padding: 0.5rem 0.2rem;
}
.banner-area .p-icons {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--clr-theme-primary-5);
  font-size: 16px;
}
.banner-area .p-icons img {
  height: 21px;
  margin: 0 10px;
}
.banner-area .p-white-box {
  text-align: center;
  padding-top: 10px;
}
.banner-area .p-white-box span {
  color: var(--clr-theme-primary);
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(243, 250, 254) 30%, rgb(255, 255, 255) 50%);
  border-radius: 6px;
  padding: 6px 15px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.banner-area .table tr:first-child td {
  border-top: 0px;
}
.banner-area .table tr:last-child td {
  border-bottom: 0px;
}
.banner-area .table tr td:last-child {
  font-weight: 600;
}
.banner-area .main-banner-button button {
  border-radius: 4px;
  padding: 14px 15px;
  color: white;
  border: 0;
  font-size: 16px;
}
.banner-area .main-banner-button button:first-child {
  background: #009b88;
}
.banner-area .main-banner-button button:nth-child(2) {
  background: #4a1069;
}
.banner-area .main-banner-button button:last-child {
  background: #daa528;
}
.banner-area .main-banner-button button img {
  margin-left: 4px;
}
.banner-area .swiper-container {
  width: 100%;
  margin: 0px 0;
  padding: 88px 0;
  padding-bottom: 0;
}
.banner-area .swiper-slide {
  opacity: 1;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.6);
  cursor: pointer;
}
.banner-area .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.banner-area .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
}
.banner-area .slider__controls {
  position: relative;
  z-index: 12;
}
.banner-area .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 100px;
}
.banner-area .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #bcb6c8;
  opacity: 1;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.banner-area .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.banner-area .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1d2864;
  width: 8px;
  height: 8px;
  transition-delay: 0s;
}
.banner-area .logo-slider {
  margin-top: 50px;
}
.banner-area .logo-slider img {
  border-radius: 10px;
  border: 1px solid transparent;
}
.banner-area .logo-slider .owl-item.cloned img {
  border: 1px solid transparent;
}
.banner-area .logo-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 20px;
  font-size: 30px;
  width: 108%;
  left: -23px;
}
.banner-area .logo-slider .owl-nav button.owl-prev i {
  font-size: 18px;
  color: black;
}
.banner-area .logo-slider .owl-nav button.owl-next i {
  font-size: 18px;
  color: black;
}

.book-rack {
  background: url(../img/books-rack-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px;
}
.book-rack .br-heading {
  color: #4a1069;
  text-transform: capitalize;
  text-align: center;
}
.book-rack .br-heading img {
  width: 39px;
  height: 36px;
  position: relative;
  top: -6px;
}
.book-rack .accordion.width {
  margin-top: 40px;
  height: inherit !important;
}
.book-rack .accordion.width .card {
  color: #000000;
}
.book-rack .accordion.width .card .card-header img {
  width: 65px;
  position: relative;
}
.book-rack .accordion.width .card .card-body {
  height: 100%;
}
.book-rack .accordion.width .card .card-body h5 {
  color: #1d2864;
  margin-bottom: 4px;
}
.book-rack .accordion.width .card .card-body .volume-heading {
  letter-spacing: 2px;
}
.book-rack .accordion.width .card .card-body .title-below-3-columns {
  display: flex;
  justify-content: space-between;
  color: #1d2864;
  margin-bottom: 6px;
}
.book-rack .accordion.width .card .card-body .title-below-3-columns:last-child {
  margin-bottom: 15px;
}
.book-rack .accordion.width .card .card-body p {
  color: #000000;
  line-height: 1.4;
}
.book-rack .accordion.width .card .card-body .btn {
  padding: 8px 20px;
  border: 0;
  color: white;
  height: 45px;
  border-radius: 6px;
  margin-right: 10px;
}
.book-rack .accordion.width .card .card-body .btn-primary {
  background: #1d2864;
}
.book-rack .accordion.width .card .card-body .btn-warning {
  background: #f19727;
}
.book-rack .accordion.width .card .card-body .volume-data {
  height: 100%;
}
.book-rack .accordion.width .card .card-body .volume-data .pr-40 {
  padding-right: 40px;
}
.book-rack .rack-toys {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.book-rack .rack-toys img {
  width: 80px;
}

.current-issue-sec {
  padding: 60px;
  background: url(../img/current-issue-bg.png);
  background-size: cover;
  background-position: center;
}
.current-issue-sec .br-heading {
  color: #4a1069;
  text-transform: capitalize;
  text-align: center;
}
.current-issue-sec .br-heading img {
  width: 39px;
  height: 36px;
  position: relative;
  top: -6px;
}
.current-issue-sec .current-issue-categories {
  margin-top: 20px;
  margin-bottom: 20px;
}
.current-issue-sec .current-issue-categories ul li button {
  height: 45px;
  padding: 8px 20px;
  border-radius: 6px;
  border: 0;
  background: #4a1069;
  color: rgb(5, 5, 5);
  margin-right: 6px;
}
.current-issue-sec .current-issue-categories ul li button:hover {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1882352941);
}
.current-issue-sec .current-issue-categories ul li:nth-child(2) button {
  background: #f19727;
}
.current-issue-sec .current-issue-categories ul li:nth-child(3) button {
  background: #15de7a;
}
.current-issue-sec .current-issue-categories ul li:nth-child(4) button {
  background: rgba(152, 168, 160, 0.3137254902);
}
.current-issue-sec .current-issue-categories ul li:nth-child(5) button {
  background: #95cce1;
}
.current-issue-sec .current-issue-categories ul li:nth-child(6) button {
  background: #eaafc8;
}
.current-issue-sec .current-issue-categories ul li:nth-child(7) button {
  background: #0092cc;
}
.current-issue-sec .current-issue-categories .view-all {
  color: #1d2864;
  position: relative;
}
.current-issue-sec .current-issue-categories .view-all:before {
  content: "";
  position: absolute;
  width: 61px;
  height: 2px;
  background: #1d2864;
  left: 0;
  bottom: -1px;
}
.current-issue-sec .current-issues-slider .current-issue-item {
  display: flex;
  margin-bottom: 15px;
}
.current-issue-sec .current-issues-slider .current-issue-item img {
  width: 244px;
  height: 160px;
  margin-right: 11px;
  display: flex;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.current-issue-sec .current-issues-slider .current-issue-item .item-content h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.current-issue-sec .current-issues-slider .current-issue-item .item-content p {
  color: #000;
  margin-bottom: 0px;
  line-height: 1.3;
  margin-top: 0px;
}
.current-issue-sec .current-issues-slider .current-issue-item .item-content .expermintal-list {
  padding-top: 0px;
  line-height: 1.3;
}
.current-issue-sec .current-issues-slider .current-issue-item .item-content .expermintal-list li {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* padding: 10px 28px; */
  width: 183px;
}
.current-issue-sec .current-issues-slider .current-issue-item .item-content .expermintal-list li:not(:last-child)::before {
  position: absolute;
  content: "";
  background: #b7b4b4;
  right: 2px;
  top: 9px;
  width: 1px;
  height: 11px;
}
.current-issue-sec .current-issues-slider .owl-nav {
  display: flex;
  position: absolute;
  width: 104%;
  bottom: 51%;
  justify-content: space-between;
  left: -2%;
}
.current-issue-sec .current-issues-slider .owl-nav button i {
  font-size: 20px;
  color: black;
}
.current-issue-sec .current-issues-slider .owl-dots {
  display: flex;
  justify-content: center;
}
.current-issue-sec .current-issues-slider .owl-dots button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: rgba(25, 35, 53, 0.1529411765);
  height: 4px;
  width: 11px;
  margin: 0 4px;
  border-radius: 10px;
}
.current-issue-sec .current-issues-slider .owl-dots button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: rgba(25, 35, 53, 0.1529411765);
  height: 4px;
  width: 11px;
  margin: 0 4px;
  border-radius: 10px;
}
.current-issue-sec .current-issues-slider .owl-dots button.owl-dot.active {
  background: #1d2864;
  width: 22px;
}

.sec-editorial-board {
  padding: 60px 0;
}
.sec-editorial-board .editorial-heading {
  font-size: 38px;
  color: #4a1069;
  text-align: center;
  margin-bottom: 40px;
}
.sec-editorial-board .editorial-heading img {
  width: 47px;
  height: 43px;
}
.sec-editorial-board .editorial-card-slider .owl-nav {
  display: flex;
  position: absolute;
  width: 104%;
  bottom: 50%;
  justify-content: space-between;
  left: -2%;
}
.sec-editorial-board .editorial-card-slider .owl-nav button i {
  font-size: 20px;
  color: black;
}
.sec-editorial-board .editorial-card-slider .editirial-card {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 18px 23px;
  position: relative;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content {
  position: relative;
  z-index: 1;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .editorial-logo {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .editorial-photo {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .heading {
  font-size: 22px;
  color: #4a1069;
  text-align: center;
  margin-bottom: 0px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .table {
  margin-bottom: 0px;
  margin-top: 10px;
  box-shadow: inherit;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .table tr td,
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .table tr th {
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
  padding: 0.15rem;
  font-weight: 500;
  color: black;
  font-size: 13px;
  line-height: 1.5;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .table tr td:nth-child(2),
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .table tr th:nth-child(2) {
  padding: 0px 5px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .sign {
  text-align: center;
  height: 38px;
  margin-bottom: 50px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .sign span {
  font-weight: normal;
  color: black;
  border-top: 2px solid rgba(74, 16, 105, 0.2862745098);
  padding: 3px 15px;
  font-size: 11px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .sign p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .sign img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-content .ec-download img {
  position: absolute;
  bottom: -27px;
  right: -5px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editirial-card-footer {
  background: #4a1069;
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 3px 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.sec-editorial-board .editorial-card-slider .editirial-card .editorial-card-design {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.sec-upcoming {
  background: url(../img/upcoming-bg.png);
  background-size: cover;
  padding: 60px 0;
}
.sec-upcoming .container .upcoming-heading {
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.sec-upcoming .container .upcoming-heading img {
  width: 47px;
  height: 43px;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-img {
  position: relative;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-img .post-img {
  border-radius: 10px 10px 0 0;
  height: 280px;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-img .uc-tag {
  background: white;
  padding: 10px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content {
  background: white;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  color: black;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content h5 {
  color: black;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content p {
  color: black;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content .time-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content .time-location span {
  display: flex;
  color: black;
  font-size: 14px;
  align-items: center;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content .time-location span img {
  width: 20px;
  margin-right: 5px;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content .time-location span.location {
  display: flex;
  color: black;
  font-size: 14px;
  align-items: right;
  width: 200px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec-upcoming .container .upcoming-slider .owl-item .item .upcoming-box .uc-content .time-location span.location img {
  float: left;
  position: relative;
  top: 3px;
}
.sec-upcoming .container .upcoming-slider .owl-stage {
  display: flex;
  align-items: center;
}
.sec-upcoming .container .upcoming-slider .owl-stage .owl-item.active.center .item .upcoming-box .uc-img .post-img {
  height: 320px;
}
.sec-upcoming .container .upcoming-slider .owl-nav {
  display: flex;
  position: absolute;
  width: 104%;
  bottom: 50%;
  justify-content: space-between;
  left: -2%;
}
.sec-upcoming .container .upcoming-slider .owl-nav button i {
  font-size: 20px;
  color: #ffffff;
}
.sec-upcoming .container .view-all {
  margin-top: 30px;
}
.sec-upcoming .container .view-all .view-all-btn {
  background: white !important;
  color: #4a1069 !important;
  border-radius: 6px;
  padding: 10px 25px;
}
.sec-upcoming .upcoming-heading {
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.sec-upcoming .upcoming-heading img {
  width: 47px;
  height: 43px;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-img {
  position: relative;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-img .post-img {
  border-radius: 10px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-img .uc-tag {
  background: white;
  padding: 10px;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-img .uc-tag img {
  width: 20px;
  height: auto;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-img .uc-download {
  background: white;
  padding: 10px;
  width: 63px;
  height: 63px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-img .uc-download img {
  width: 25px;
  height: auto;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content {
  border-radius: 10px 10px 10px 10px;
  padding: 25px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 75%;
  z-index: 2;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content h5 {
  color: white;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content p {
  color: white;
  line-height: 1.3;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content .time-location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content .time-location span {
  display: flex;
  color: white;
  font-size: 14px;
  align-items: center;
  margin-right: 30px;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content .time-location span img {
  width: 20px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content .time-location span.location {
  display: flex;
  color: white;
  font-size: 14px;
  align-items: right;
  width: 200px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec-upcoming .upcoming-slider .owl-item .item .upcoming-box2 .uc-content .time-location span.location img {
  float: left;
  position: relative;
  top: 3px;
}
.sec-upcoming .upcoming-slider .owl-stage {
  display: flex;
  align-items: center;
}
.sec-upcoming .upcoming-slider .owl-stage .owl-item.active.center .item .upcoming-box .uc-img .post-img {
  height: 320px;
}
.sec-upcoming .upcoming-slider .owl-nav {
  display: flex;
  position: absolute;
  width: 104%;
  bottom: 50%;
  justify-content: space-between;
  left: -2%;
}
.sec-upcoming .upcoming-slider .owl-nav button i {
  font-size: 20px;
  color: #ffffff;
}
.sec-upcoming .view-all {
  margin-top: 30px;
}
.sec-upcoming .view-all .view-all-btn {
  background: white !important;
  color: #4a1069 !important;
  border-radius: 6px;
  padding: 10px 25px;
}

.button-1 {
  background-color: #333;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.button-2 {
  background-color: red;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.button-3 {
  background-color: blue;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

img.shape-img-8 {
  left: -4%;
  top: -68px;
  height: 260px;
  position: absolute;
  z-index: 0;
  animation: gelatine 9s infinite;
}

img.shape-img-9 {
  right: -5%;
  top: -151px;
  height: 361px;
  position: absolute;
  z-index: 0;
  animation: gelatine 9s infinite;
}

img.shape-img-6 {
  position: absolute;
  left: -5%;
  top: -10px;
  width: 507px;
  z-index: 0;
  animation: gelatine 9s infinite;
}

img.shape-img-7 {
  position: absolute;
  right: -3%;
  bottom: -27px;
  width: 500px;
  z-index: 0;
  animation: gelatine 9s infinite;
}

img.shape-img-11 {
  position: absolute;
  top: -79px;
  right: 44%;
  /* z-index: 0; */
  animation: pulse 2s infinite ease-in-out alternate;
}

img.shape-img-10 {
  position: absolute;
  right: -30px;
  top: 31px;
  animation: pulse 2s infinite ease-in-out alternate;
}

img.shape-img-12 {
  position: absolute;
  left: 39%;
  top: 27%;
  width: 70px;
  animation: pulse 2s infinite ease-in-out alternate;
}

img.shape-img-13 {
  position: absolute;
  bottom: 27%;
  right: 6%;
  width: 60px;
  animation: pulse 2s infinite ease-in-out alternate;
}

img.shape-img-14 {
  position: absolute;
  bottom: -49px;
  width: 106px;
  animation: pulse 2s infinite ease-in-out alternate;
}

img.shape-img-15 {
  position: absolute;
  bottom: -40px;
  width: 77px;
  left: 33%;
  animation: pulse 2s infinite ease-in-out alternate;
}

@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-section {
  background: #4a1069;
  margin-bottom: 40px;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.login-section .shape-img-1 {
  position: absolute;
  right: 14%;
  top: 39px;
  width: 55px;
  z-index: 0;
  animation: pulse 2s infinite ease-in-out alternate;
}
.login-section .shape-img-2 {
  position: absolute;
  left: 21%;
  top: -16px;
  width: 60px;
  z-index: 0;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-section .shape-img-3 {
  position: absolute;
  left: -1%;
  top: 20%;
  width: 60px;
  z-index: 0;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-section .inner-bg-div {
  background: #fff;
  margin: 30px;
  border-radius: 25px;
  padding: 35px 30px;
}
.login-section .inner-bg-div .login-check-boxes {
  margin-bottom: 40px;
}
.login-section .inner-bg-div .login-check-boxes label {
  font-weight: 500;
  color: #000;
  padding-left: 7px;
}
.login-section .inner-bg-div h3 {
  font-size: 38px;
}
.login-section .inner-bg-div h3 img {
  width: 45px;
  height: 45px;
  position: relative;
  top: -4px;
}
.login-section .inner-bg-div .login-form .custom-space-cls {
  border-bottom: 1px solid #000;
}
.login-section .inner-bg-div .login-form select {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 50px;
}
.login-section .inner-bg-div .login-form input[type=text] {
  height: 50px;
  border-bottom: 1px solid transparent !important;
  width: 100%;
  color: #878787;
  padding: 10px;
  background: transparent !important;
}
.login-section .inner-bg-div .login-form input#exampleCheck1 {
  margin-top: 8px;
  color: #000;
  border: 1px solid #919191;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.login-section .inner-bg-div .login-form .form-check-label {
  color: #000;
  font-size: 18px;
}
.login-section .inner-bg-div .login-form #custom-button {
  padding: 2px 16px;
  color: white;
  background-color: #3baad7;
  border: 1px solid #3baad7;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  top: 6px;
  margin-bottom: 15px;
}
.login-section .inner-bg-div .login-form #custom-button:hover {
  background-color: #3baad7;
}
.login-section .inner-bg-div .login-form #custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}
.login-section .inner-bg-div .login-form .iti-flag {
  display: none;
}
.login-section .inner-bg-div .login-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  border: inherit !important;
}
.login-section .inner-bg-div .login-form .intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
}
.login-section .inner-bg-div .login-form .intl-tel-input .selected-flag {
  padding: 0px !important;
}
.login-section .inner-bg-div .login-form .intl-tel-input.separate-dial-code .selected-flag {
  background: transparent;
}
.login-section .inner-bg-div .login-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 15px !important;
  color: #000;
  font-weight: 600;
}
.login-section .inner-bg-div .login-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.login-section .inner-bg-div .login-form .register-btn {
  background: #4a1069;
  color: #fff;
  padding: 9px 28px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 20px;
}
.login-section .inner-bg-div .login-form .cancel-btn {
  background: #ebebeb;
  color: #000;
  padding: 9px 28px;
  font-size: 19px;
  border-radius: 8px;
  font-weight: 500;
  margin-left: 20px;
  margin-top: 20px;
}
.login-section .inner-bg-div .login-form .input-container {
  /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}
.login-section .inner-bg-div .login-form .icon {
  color: #878787;
  text-align: center;
}
.login-section .inner-bg-div .login-form .input-field {
  width: 100%;
  outline: none;
  border: inherit;
  border-bottom: 0px;
  background: transparent;
}

.login-parent-div {
  background: url("../img/bg-img-1.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.login-parent-div .shape-images .shape-img-1 {
  position: absolute;
  left: 10%;
  top: -29px;
  width: 71px;
  z-index: 4;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-parent-div .shape-images .shape-img-2 {
  position: absolute;
  left: -1%;
  bottom: 136px;
  width: 57px;
  z-index: 4;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-parent-div .shape-images .shape-img-3 {
  position: absolute;
  right: 9%;
  top: 35px;
  width: 57px;
  z-index: 0;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-parent-div .shape-images .shape-img-4 {
  position: absolute;
  left: 25%;
  bottom: 30px;
  width: 93px;
  z-index: 0;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-parent-div .shape-images .shape-img-5 {
  position: absolute;
  right: 2%;
  bottom: 81px;
  width: 57px;
  z-index: 0;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.login-parent-div .right-login-form {
  background: #fff;
  padding: 30px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  height: 535px;
}
.login-parent-div .right-login-form .br-heading {
  font-size: 38px;
  margin-bottom: 40px;
}
.login-parent-div .right-login-form .br-heading img {
  width: 45px;
  height: 45px;
  position: relative;
  top: -4px;
}
.login-parent-div .right-login-form .custom-space-cls-1 {
  position: relative;
}
.login-parent-div .right-login-form .custom-space-cls-1 input {
  height: 50px;
  border: inherit;
  border-bottom: 0px;
  width: 100%;
  color: #878787;
  padding: 10px;
  background: inherit;
}
.login-parent-div .right-login-form .custom-space-cls-1:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  width: 100%;
  height: 1px;
  content: "";
}
.login-parent-div .right-login-form p a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.login-parent-div .right-login-form .submit-btn {
  text-align: end;
}
.login-parent-div .right-login-form .submit-btn button {
  background: #4a1069;
  color: #fff;
  padding: 9px 28px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 20px;
}
.login-parent-div .right-login-form .register-line {
  text-align: center;
}
.login-parent-div .right-login-form .register-line p {
  font-size: 18px;
  color: #000;
  margin-top: 25px;
  font-weight: 400;
}
.login-parent-div .right-login-form .register-line p a {
  font-size: 18px;
  color: #4a1069;
  text-decoration: underline;
}
.login-parent-div.contact-breadcrumb {
  height: 450px;
}

.breadcrumb-section {
  padding: 60px 0px;
}
.breadcrumb-section h4 {
  color: #fff;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 500;
  margin-bottom: 5px;
}
.breadcrumb-section h4 img {
  margin-right: 0px;
}
.breadcrumb-section ul {
  text-align: center;
}
.breadcrumb-section ul li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding-right: 7px;
}
.breadcrumb-section ul li a {
  font-size: 16px;
  color: #fff;
}

.current-issues-secion {
  padding: 60px 0px;
}
.current-issues-secion .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 15px;
  font-size: 19px;
  width: 445px;
  font-weight: 500;
}
.current-issues-secion ul li {
  margin-bottom: 40px;
}
.current-issues-secion ul li .ribbon {
  --r: 0.4em;
  --c: #ffc73d;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  z-index: 9;
}
.current-issues-secion ul li .ribbon1 {
  --r: 0.4em;
  --c: #15557a;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 9;
}
.current-issues-secion ul li .ribbon2 {
  --r: 0.4em;
  --c: #ec2b65;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 9;
}
.current-issues-secion ul li .current-issue-item {
  display: flex;
  position: relative;
}
.current-issues-secion ul li .current-issue-item h6 {
  font-size: 18px !important;
  font-weight: 600;
}
.current-issues-secion ul li .current-issue-item h5 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #4a1069;
}
.current-issues-secion ul li .current-issue-item .icasai-ul-tag {
  display: flex;
  align-items: center;
}
.current-issues-secion ul li .current-issue-item .icasai-ul-tag li {
  display: inline-block;
  color: #000;
  padding-right: 45px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 6px;
}
.current-issues-secion ul li .current-issue-item .icasai-ul-tag li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.current-issues-secion ul li .current-issue-item .icasai-ul-tag li a::before {
  position: absolute;
  left: -20px;
  top: 7px;
  content: "";
  background: #c5bdbd;
  width: 1px;
  height: 19px;
}
.current-issues-secion ul li .current-issue-item .icasai-ul-tag li:last-child {
  padding-right: 0px;
  padding-left: 10px;
}
.current-issues-secion ul li .current-issue-item img.view-left-img {
  width: 480px;
  margin-bottom: 0px !important;
  min-height: 200px;
  position: relative;
}
.current-issues-secion ul li .current-issue-item .profile-row {
  align-items: center;
  margin-right: 0px;
}
.current-issues-secion ul li .current-issue-item .profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.current-issues-secion ul li .current-issue-item .profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.current-issues-secion ul li .current-issue-item .profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.current-issues-secion ul li .current-issue-item .profile-row .profile-content img {
  margin-bottom: 0px;
}
.current-issues-secion ul li .current-issue-item .profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.current-issues-secion ul li .current-issue-item .profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.current-issues-secion ul li .current-issue-item .profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.current-issues-secion ul li .current-issue-item .profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.current-issues-secion ul li .current-issue-item .profile-row .publisher-icon-list li a img {
  width: 17px !important;
}
.current-issues-secion ul li .current-issue-item img {
  width: 244px;
  height: auto;
  margin-right: 15px;
  display: flex;
  margin-bottom: 30px;
}
.current-issues-secion ul li .current-issue-item p {
  margin-bottom: 0px;
  color: #000;
}
.current-issues-secion ul li .current-issue-item .research-type-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.current-issues-secion ul li .current-issue-item .research-type-list li {
  display: inline-block;
  width: 50%;
  color: #000;
  margin-bottom: 3px;
  position: relative;
}
.current-issues-secion ul li .current-issue-item .research-type-list li:last-child {
  margin-bottom: 6px;
}
.current-issues-secion ul li .current-issue-item .research-type-list li:last-child::after {
  background: inherit;
}
.current-issues-secion ul li .current-issue-item .research-type-list li:nth-child(2)::after {
  background: inherit;
}
.current-issues-secion ul li .current-issue-item .research-type-list li::after {
  position: absolute;
  content: "";
  background: #eee;
  width: 2px;
  height: 15px;
  right: 45px;
  top: 7px;
}
.current-issues-secion ul li .current-issue-item .research-type-list li a {
  text-decoration: underline;
}
.current-issues-secion ul li .current-issue-item .research-type-list li img {
  margin-bottom: 0px;
  width: 150px;
}
.current-issues-secion ul li .current-issue-item .time-slot span {
  font-size: 17px;
}

.upcoming-section ul li .current-issue-item {
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 27px 15px;
  border-radius: 10px;
}
.upcoming-section ul li .item-content {
  padding-left: 20px;
}
.upcoming-section ul li .item-content .location-ul {
  display: flex;
  justify-content: start;
}
.upcoming-section ul li .item-content .location-ul li {
  display: flex;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  align-items: center;
}
.upcoming-section ul li .item-content .location-ul li i {
  margin-right: 5px;
  font-size: 14px;
}
.upcoming-section ul li .item-content .profile-row {
  align-items: center;
}
.upcoming-section ul li .item-content .profile-row h6 {
  font-size: 18px !important;
}
.upcoming-section ul li .item-content ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border: inherit;
}
.upcoming-section ul li .item-content ul li i {
  font-size: 14px;
  margin-left: 10px;
}
.upcoming-section ul li .item-content ul li:nth-child(1) button {
  background: #4a1069;
}
.upcoming-section ul li .item-content ul li:nth-child(2) button {
  background: #009b88;
}
.upcoming-section ul li .item-content ul li:nth-child(3) button {
  background: #8c3200;
}
.upcoming-section ul li .item-content ul li:nth-child(4) button {
  background: #ec2b65;
}
.upcoming-section ul li .item-content ul li:nth-child(5) button {
  background: #4673d9;
}
.upcoming-section ul li .item-content ul li:nth-child(6) button {
  background: #fb833b;
}

.volume-section {
  padding: 60px 0px 0px;
}
.volume-section h2 {
  font-size: 23px !important;
}
.volume-section img {
  width: 100%;
  position: relative;
}
.volume-section .volume-parent {
  -moz-column-gap: 46px;
       column-gap: 46px;
}
.volume-section .vol-inner-div {
  width: 435px !important;
}
.volume-section .volume-img {
  margin-bottom: 35px;
  height: 560px !important;
}
.volume-section .volume-img .contentlist-div {
  width: 100%;
  padding: 20px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.volume-section .volume-img .contentlist-div img {
  width: 100%;
}
.volume-section .volume-img .contentlist-div .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.volume-section .volume-img .contentlist-div .content-part-div ul {
  padding-bottom: 15px;
  text-align: center;
}
.volume-section .volume-img .contentlist-div .content-part-div ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  font-size: 15px;
}
.volume-section .volume-img .contentlist-div .content-part-div ul li:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 17px;
  left: 92px !important;
  background: #fff;
  top: 6px;
}
.volume-section .volume-img .contentlist-div .content-part-div .date-ul {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
}
.volume-section .volume-img .contentlist-div .content-part-div .date-ul li {
  display: inline;
  font-size: 13px;
}
.volume-section .volume-img .contentlist-div .content-part-div .date-ul li:first-child:after {
  content: "";
  position: absolute;
  left: 104px;
  width: 7px;
  height: 1px;
  background: #fff;
  top: 15px;
}
.volume-section .volume-img .contentlist-div .content-part-div .date-ul li i {
  font-size: 13px;
}
.volume-section .volume-img .contentlist-div .content-part-div .url-div {
  padding-bottom: 3px;
  text-align: center;
}
.volume-section .volume-img .contentlist-div .content-part-div .url-div a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.volume-section .volume-img .contentlist-div .content-part-div .url-div img {
  width: 100%;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors p {
  font-size: 14px;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors ul {
  display: block;
  padding-bottom: 4px;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors ul li {
  display: flex;
  margin-bottom: 5px;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors ul li::after {
  background: inherit;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors ul li span {
  font-size: 14px;
}
.volume-section .volume-img .contentlist-div .content-part-div .conference-ediors ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.volume-section .volume-img .contentlist-div .content-part-div h6 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.volume-section .volume-img .contentlist-div .content-part-div h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 11px;
}
.volume-section .volume-img .contentlist-div .content-part-div h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.volume-section .volume-img .contentlist-div .content-part-div h5 {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
}
.volume-section .volume-img .contentlist-div .content-part-div p {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
}
.volume-section .volume-img .contentlist-div .list-footer-section {
  text-align: center;
}
.volume-section .volume-img .contentlist-div .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.volume-section .volume-img .contentlist-div .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.volume-section .volume-img .contentlist-div .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}
.volume-section .volume-img .arrow-icon {
  position: relative;
  text-align: end;
}
.volume-section .volume-img .arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 19px;
  right: 28px;
  border: 1px solid #fff;
}
.volume-section .journal-impact-btn button {
  background: #4a1069;
  color: #fff;
  font-size: 18px;
  padding: 8px 20px;
}

.regular-issuse-list {
  padding: 60px 0px 0px;
}
.regular-issuse-list .leftside-leftimg {
  width: 260px;
}
.regular-issuse-list .volume-img .contentlist-div {
  width: 100%;
  padding: 20px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.regular-issuse-list .volume-img .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.regular-issuse-list .volume-img .list-footer-section {
  text-align: center;
}
.regular-issuse-list .volume-img .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.regular-issuse-list .volume-img .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.regular-issuse-list .volume-img .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}
.regular-issuse-list .arrow-icon {
  position: relative;
  text-align: end;
}
.regular-issuse-list .arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 14px;
  right: 19px;
  border: 1px solid #fff;
}
.regular-issuse-list .div-lsit {
  display: flex;
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.regular-issuse-list .div-lsit img {
  width: 220px;
  display: flex;
}
.regular-issuse-list .div-lsit .left-content {
  padding-left: 20px;
}
.regular-issuse-list .div-lsit .left-content h4 {
  margin-bottom: 18px !important;
  font-size: 24px;
  color: #000;
}
.regular-issuse-list .div-lsit .left-content p {
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regular-issuse-list .div-lsit .left-content h5 {
  font-size: 17px;
  display: flex;
  color: #000;
  margin-bottom: 15px;
}
.regular-issuse-list .div-lsit .left-content h5 strong {
  margin-left: 5px;
}
.regular-issuse-list .div-lsit .left-content h5 ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.regular-issuse-list .div-lsit .left-content h5 ul li {
  display: inline-block;
  padding: 0px 3px;
}
.regular-issuse-list .div-lsit .left-content h5 ul li a {
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.regular-issuse-list .div-lsit .left-content .current-count {
  margin-bottom: 14px;
  display: flex;
}
.regular-issuse-list .div-lsit .left-content .current-count li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
}
.regular-issuse-list .div-lsit .left-content .current-count li:first-child {
  padding-left: 0px;
}
.regular-issuse-list .div-lsit .left-content .current-count li:last-child {
  border-right: inherit;
}
.regular-issuse-list .div-lsit .left-content .current-count li img {
  width: 20px;
  margin-right: 8px;
}
.regular-issuse-list .editorial-board-btn-list li {
  display: inline-block;
}
.regular-issuse-list .editorial-board-btn-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 9px;
  font-size: 16px;
  padding: 9px 22px;
}
.regular-issuse-list .editorial-board-btn-list li:nth-child(1) button {
  background: #fb833b;
  color: #fff;
}
.regular-issuse-list .editorial-board-btn-list li:nth-child(2) button {
  background: #4a1069;
  color: #fff;
}
.regular-issuse-list .editorial-board-btn-list li:nth-child(3) button {
  background: #009b88;
  color: #fff;
}
.regular-issuse-list .editorial-board-btn-list li:nth-child(4) button {
  background: #4673d9;
  color: #fff;
}
.regular-issuse-list .editorial-board-btn-list li:nth-child(5) button {
  background: #da318c;
  color: #fff;
}

.guest-editor {
  padding-bottom: 15px;
}
.guest-editor ul {
  display: flex;
}
.guest-editor ul li {
  display: flex;
  padding-right: 10px;
  align-items: center;
}
.guest-editor ul li i {
  font-size: 13px;
}
.guest-editor ul li span {
  padding-left: 20px;
}
.guest-editor ul li img {
  width: 30px !important;
}
.guest-editor ul li b {
  color: #000;
  padding-left: 10px;
  font-weight: 500;
}

.doi-cls {
  font-weight: normal;
}

.doi-cls a {
  font-weight: 600;
  font-size: 18px;
}

.special-issue-1 {
  width: 340px !important;
}

.special-iise-section {
  padding: 60px 0px;
}

.past-special-issue .section-title {
  margin-bottom: 20px;
}
.past-special-issue .section-title h4 {
  color: #4a1069;
  font-size: 26px;
  text-transform: uppercase;
}
.past-special-issue .past-event-select select {
  height: 46px;
}

.regular-view-breadcrumb h6 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.regular-view-breadcrumb h4 {
  font-size: 32px;
  font-weight: 600;
}

.conference-papers {
  padding: 40px 0px 60px;
}
.conference-papers .left-heading h4 {
  margin-bottom: 0px;
  font-size: 22px;
}
.conference-papers .right-buttons {
  text-align: end;
}
.conference-papers .right-buttons ul {
  margin-bottom: 0px;
}
.conference-papers .right-buttons ul li {
  display: inline-block;
}
.conference-papers .right-buttons ul li:nth-child(1) a {
  background: #a24270;
}
.conference-papers .right-buttons ul li:nth-child(1) a i {
  margin-left: 8px;
}
.conference-papers .right-buttons ul li:nth-child(2) a {
  background: #7548d5;
}
.conference-papers .right-buttons ul li:nth-child(2) a i {
  margin-left: 8px;
}
.conference-papers .right-buttons ul li:nth-child(3) a {
  background: #8d6244;
}
.conference-papers .right-buttons ul li:nth-child(3) a i {
  margin-left: 8px;
}
.conference-papers .right-buttons ul li:nth-child(4) a {
  background: #97a211;
}
.conference-papers .right-buttons ul li:nth-child(4) a i {
  margin-left: 8px;
}
.conference-papers .right-buttons ul li:nth-child(5) a {
  background: #0c489e;
}
.conference-papers .right-buttons ul li:nth-child(5) a i {
  margin-left: 8px;
}
.conference-papers .right-buttons ul li:nth-child(6) a {
  background: #009b88;
}
.conference-papers .right-buttons ul li:nth-child(6) a i {
  margin-left: 8px;
}
.conference-papers .right-buttons ul li a {
  background: #eee;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.conference-papers table {
  border-collapse: collapse;
  width: 100%;
  padding-top: 20px;
  border: 1px solid #eee;
}
.conference-papers table thead {
  background: #eee;
  padding: 10px !important;
  height: 50px;
  text-align: center;
  border-top-left-radius: 14px;
}
.conference-papers table tbody tr td {
  padding: 10px 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.preprints-section .volume-img img {
  width: 300px;
}
.preprints-section .left-content {
  width: 1120px;
}
.preprints-section .left-content p {
  display: block !important;
  font-size: 15px !important;
}
.preprints-section .left-content .fourth-bottom-list {
  margin-top: 10px;
}
.preprints-section .left-content .fourth-bottom-list li {
  display: inline-block;
}
.preprints-section .left-content .fourth-bottom-list li button {
  padding: 8px 22px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 16px;
}
.preprints-section .left-content .fourth-bottom-list li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.preprints-section .left-content .fourth-bottom-list li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.preprints-section .left-content .fourth-bottom-list li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.preprints-section .left-content .fourth-bottom-list li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.preprints-section .left-content .fourth-bottom-list li:nth-child(5) button {
  background: #85610c;
  color: #fff;
}

.editorial-list-section {
  padding: 30px 0px 60px;
}
.editorial-list-section .editiral-ul li {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cdcdcd;
}
.editorial-list-section .editiral-ul li .editirial-card {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 18px 23px;
  position: relative;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content {
  position: relative;
  z-index: 1;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .editorial-logo {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .editorial-photo {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .heading {
  font-size: 22px;
  color: #4a1069;
  text-align: center;
  margin-bottom: 0px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .table {
  margin-bottom: 0px;
  margin-top: 10px;
  box-shadow: inherit;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .table tr td,
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .table tr th {
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
  padding: 0.15rem;
  font-weight: 500;
  color: black;
  font-size: 13px;
  line-height: 1.5;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .table tr td:nth-child(2),
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .table tr th:nth-child(2) {
  padding: 0px 5px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .sign {
  text-align: center;
  height: 38px;
  margin-bottom: 50px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .sign span {
  font-weight: normal;
  color: black;
  border-top: 2px solid rgba(74, 16, 105, 0.2862745098);
  padding: 3px 15px;
  font-size: 11px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .sign p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .sign img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .ec-download img {
  position: absolute;
  bottom: -27px;
  right: -5px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .editorial-logo {
  margin-bottom: 6px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .sign {
  height: 45px;
  margin-bottom: 30px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .sign span {
  font-weight: 500;
  padding: 0px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .ec-download img {
  bottom: -8px;
  width: 40px;
  height: 40px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-content .editorial-photo {
  width: 75px;
  height: 75px;
}
.editorial-list-section .editiral-ul li .editirial-card .editirial-card-footer {
  background: #4a1069;
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 3px 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.editorial-list-section .editiral-ul li .editirial-card .editorial-card-design {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.editorial-list-section .editiral-ul li:last-child {
  border-bottom: inherit;
  margin-bottom: 0px;
}
.editorial-list-section .editiral-ul p {
  color: #000;
}
.editorial-list-section .editoral-list-content {
  margin-bottom: 10px;
  line-height: 1.3;
}
.editorial-list-section .editoral-list-content h6 {
  margin-top: 5px;
  font-size: 20px;
  margin-bottom: 0px;
}
.editorial-list-section .editoral-list-content span {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.editorial-list-section .editoral-list-content ul {
  margin-top: 10px;
  margin-bottom: 17px;
}
.editorial-list-section .editoral-list-content ul li {
  display: inline-block;
  border-bottom: inherit;
  margin-bottom: 0px;
}
.editorial-list-section .editoral-list-content p {
  margin-bottom: 6px;
  color: #000;
}

.editiral-associate-section {
  padding: 60px 0px;
}
.editiral-associate-section .board-list-itme {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.editiral-associate-section .board-list-itme .inner-child-list {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 13px 20px;
  margin: 10px;
  border-radius: 11px;
  line-height: 1.4;
}
.editiral-associate-section ul {
  margin-top: 0px;
  margin-bottom: 10px;
}
.editiral-associate-section ul li {
  display: inline-block;
  border-bottom: inherit;
  margin-bottom: 0px;
}
.editiral-associate-section ul li img {
  width: 20px !important;
  height: auto;
}
.editiral-associate-section img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.editiral-associate-section h6 {
  margin-bottom: 0px;
  color: #4a1069;
  font-size: 20px;
}
.editiral-associate-section span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.editiral-associate-section p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}
.editiral-associate-section .list-img-svg {
  height: auto;
  width: 260px;
  display: block;
}

.indexing-section .indexing-img {
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 32px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.indexing-section .indeing-content p {
  text-align: justify;
  font-size: 14px;
  color: #000;
}
.indexing-section .indexing-div .indexing-list-itme {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.indexing-section .indexing-div .indexing-list-itme .indexing-content p {
  color: #000;
  font-size: 14px;
}

.impact-factor-content {
  padding: 0px 0px 60px;
}
.impact-factor-content ul {
  text-align: center;
  margin-bottom: 30px;
}
.impact-factor-content ul li a {
  font-weight: 500 !important;
}
.impact-factor-content ul li .header-select {
  height: 34px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 0;
  font-size: 14px;
  border-right: 7px solid #f2f2f2;
  background: #f3f3f3;
}
.impact-factor-content p {
  margin-bottom: 7px;
  padding-left: 0px;
  color: #000;
}
.impact-factor-content p:first-child {
  text-align: center;
}

.about-section {
  padding: 60px 0px 40px;
}
.about-section img {
  width: 230px;
}
.about-section p {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  text-align: justify;
}
.about-section p b {
  color: #4a1069;
}

.about-content {
  padding: 30px 0px;
}
.about-content .about-img-div {
  text-align: center;
}
.about-content p {
  color: #000;
}
.about-content .important-dates {
  background: #f4fff9;
  text-align: center;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.about-content .important-dates h6 {
  margin-bottom: 8px;
  font-size: 19px;
  color: #4a1069;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content .important-dates p {
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
.about-content .important-dates ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.about-content .important-dates ul li .label {
  color: #000000;
  font-size: 14px;
  width: 54%;
  text-align: left;
}
.about-content .important-dates ul li span.dots {
  width: 5%;
  text-align: center;
}
.about-content .important-dates ul li .value {
  color: #000000;
  font-weight: 500;
  width: 25%;
  text-align: left;
  font-size: 14px;
}
.about-content .journal-list ul li {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding-bottom: 7px;
  font-size: 17px;
}
.about-content .journal-list ul li .jounal-details {
  width: 35%;
}
.about-content .journal-list ul li .dots {
  width: 5%;
}
.about-content .journal-list ul li .journal-info {
  width: 65%;
}

.journal-info-section {
  padding: 40px 0px 0px;
}
.journal-info-section .bottom-content h6 {
  font-size: 17px;
  color: #4a1069;
}
.journal-info-section .bottom-content ul {
  padding-left: 17px;
  padding-top: 18px;
}
.journal-info-section .bottom-content ul li {
  color: #000;
  list-style: disc;
  padding-bottom: 10px;
}
.journal-info-section .bottom-content img {
  padding-bottom: 35px;
}
.journal-info-section .ethic-inner-div h6 {
  color: #4a1069;
}
.journal-info-section p {
  font-size: 14px;
  color: #000;
  text-align: justify;
  line-height: 1.9;
}
.journal-info-section ul.journal-information {
  padding-top: 15px;
  margin-bottom: 15px;
}
.journal-info-section ul.journal-information li {
  display: inline-block;
}
.journal-info-section ul.journal-information li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  padding: 8px 20px;
}
.journal-info-section ul.journal-information li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.journal-info-section ul.journal-information li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.journal-info-section ul.journal-information li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.journal-info-section ul.journal-information li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.journal-info-section ul.journal-information li:nth-child(5) button {
  background: #4a1069;
  color: #fff;
}
.journal-info-section .list-container ul {
  background: #f4fff9;
  border-radius: 8px;
  padding: 40px 20px;
}
.journal-info-section .list-container ul li {
  padding-bottom: 15px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.journal-info-section .list-container ul li .label {
  color: #000000;
  font-size: 18px;
  width: 57%;
  font-size: 17px;
}
.journal-info-section .list-container ul li span.dots {
  width: 10%;
  text-align: center;
}
.journal-info-section .list-container ul li .value {
  margin-left: 20px;
  color: #000000;
  font-weight: 500;
  width: 15%;
  text-align: left;
  font-size: 18px;
  font-size: 17px;
}
.journal-info-section #list-container {
  display: none;
}

ul.privacy-policy-bottom {
  padding-top: 15px;
  margin-bottom: 15px;
}
ul.privacy-policy-bottom li {
  display: inline-block;
}
ul.privacy-policy-bottom li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  border: inherit;
  padding: 7px 20px;
}
ul.privacy-policy-bottom li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
ul.privacy-policy-bottom li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
ul.privacy-policy-bottom li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
ul.privacy-policy-bottom li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
ul.privacy-policy-bottom li:nth-child(5) button {
  background: #6b90a5;
  color: #fff;
}
ul.privacy-policy-bottom li:nth-child(6) button {
  background: #192335;
  color: #fff;
}

.author-guidliness-bts {
  padding-top: 15px;
  margin-bottom: 15px;
}
.author-guidliness-bts li {
  display: inline-block;
}
.author-guidliness-bts li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 5px 16px;
}
.author-guidliness-bts li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.author-guidliness-bts li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.author-guidliness-bts li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.author-guidliness-bts li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.author-guidliness-bts li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}
.author-guidliness-bts li:nth-child(6) button {
  background: #97a211;
  color: #fff;
}
.author-guidliness-bts li:nth-child(7) button {
  background: #4a1069;
  color: #fff;
}

ul.privacy-policy-bottom-1 {
  padding-top: 15px;
  padding-left: 0px !important;
  margin-bottom: 15px;
}
ul.privacy-policy-bottom-1 li {
  display: inline-block;
}
ul.privacy-policy-bottom-1 li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  border: inherit;
  padding: 7px 20px;
}
ul.privacy-policy-bottom-1 li:nth-child(1) button {
  background: #e0b237;
  color: #fff;
}
ul.privacy-policy-bottom-1 li:nth-child(2) button {
  background: #b2426a;
  color: #fff;
}
ul.privacy-policy-bottom-1 li:nth-child(3) button {
  background: #97a211;
  color: #fff;
}
ul.privacy-policy-bottom-1 li:nth-child(4) button {
  background: #f30879;
  color: #fff;
}
ul.privacy-policy-bottom-1 li:nth-child(5) button {
  background: #4a1069;
  color: #fff;
}
ul.privacy-policy-bottom-1 li:nth-child(6) button {
  background: #07a6eb;
  color: #fff;
}

ul.editiral-respobility-ul {
  padding-top: 15px;
  margin-bottom: 15px;
}
ul.editiral-respobility-ul li {
  display: inline-block;
}
ul.editiral-respobility-ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 16px;
  border: inherit;
  padding: 8px 21px;
}
ul.editiral-respobility-ul li:nth-child(1) button {
  background: #0c489e;
  color: #fff;
}
ul.editiral-respobility-ul li:nth-child(2) button {
  background: #fb833b;
  color: #fff;
}
ul.editiral-respobility-ul li:nth-child(3) button {
  background: #069573;
  color: #fff;
}

.ppaer-view-btns {
  padding-top: 15px;
  margin-bottom: 15px;
}
.ppaer-view-btns li {
  display: inline-block;
}
.ppaer-view-btns li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  padding: 9px 20px;
  border: inherit;
}
.ppaer-view-btns li:nth-child(1) button {
  background: #daa528;
  color: #fff;
}
.ppaer-view-btns li:nth-child(2) button {
  background: #009b88;
  color: #fff;
}
.ppaer-view-btns li:nth-child(3) button {
  background: #8c3200;
  color: #fff;
}
.ppaer-view-btns li:nth-child(4) button {
  background: #7395e1;
  color: #fff;
}
.ppaer-view-btns li:nth-child(5) button {
  background: #fb833b;
  color: #fff;
}
.ppaer-view-btns li:nth-child(6) button {
  background: #85610c;
  color: #fff;
}
.ppaer-view-btns li:nth-child(7) button {
  background: #f30879;
  color: #fff;
}
.ppaer-view-btns li:nth-child(8) button {
  background: #3142da;
  color: #fff;
}
.ppaer-view-btns li:nth-child(9) button {
  background: #4a1069;
  color: #fff;
}

.open-access-bottom {
  padding-top: 15px;
  margin-bottom: 15px;
}
.open-access-bottom li {
  display: inline-block;
}
.open-access-bottom li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  padding: 8px 20px;
  border: inherit;
}
.open-access-bottom li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.open-access-bottom li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.open-access-bottom li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.open-access-bottom li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.open-access-bottom li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}
.open-access-bottom li:nth-child(6) button {
  background: #192335;
  color: #fff;
}
.open-access-bottom li:nth-child(7) button {
  background: #97a211;
  color: #fff;
}
.open-access-bottom li:nth-child(8) button {
  background: #97a211;
  color: #fff;
}
.open-access-bottom li:nth-child(8) button {
  background: #6b90a5;
  color: #fff;
}

.journal-review-bottom {
  padding-top: 25px;
  margin-bottom: 15px;
}
.journal-review-bottom li {
  display: inline-block;
  margin-right: 0px;
}
.journal-review-bottom li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 16px;
  padding: 8px 20px;
  border: inherit;
}
.journal-review-bottom li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.journal-review-bottom li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.journal-review-bottom li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.journal-review-bottom li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}
.journal-review-bottom li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}
.journal-review-bottom li:nth-child(6) button {
  background: #97a211;
  color: #fff;
}
.journal-review-bottom li:nth-child(7) button {
  background: #4a1069;
  color: #fff;
}

.reaearch-area-list {
  padding-top: 25px;
  margin-bottom: 15px;
}
.reaearch-area-list li {
  display: inline-block;
}
.reaearch-area-list li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  padding: 4px 20px;
  border: inherit;
}
.reaearch-area-list li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.reaearch-area-list li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.reaearch-area-list li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.reaearch-area-list li:nth-child(4) button {
  background: #daa431;
  color: #fff;
}
.reaearch-area-list li:nth-child(5) button {
  background: #f30879;
  color: #fff;
}
.reaearch-area-list li:nth-child(6) button {
  background: #97a211;
  color: #fff;
}
.reaearch-area-list li:nth-child(7) button {
  background: #4a1069;
  color: #fff;
}

.number-of-papers {
  padding: 0px 0px 40px;
  position: relative;
}
.number-of-papers .volume-img {
  margin: 0px 7px 23px 7px;
}
.number-of-papers .volume-img .contentlist-div {
  width: 100%;
  padding: 30px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.number-of-papers .volume-img .contentlist-div .logo-img {
  margin-bottom: 20px;
}
.number-of-papers .volume-img .contentlist-div .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.number-of-papers .volume-img .contentlist-div .content-part-div ul {
  padding-bottom: 25px;
  text-align: center;
}
.number-of-papers .volume-img .contentlist-div .content-part-div ul li {
  padding-bottom: 6px;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}
.number-of-papers .volume-img .contentlist-div .content-part-div ul li strong {
  font-weight: 500;
  font-size: 15px;
}
.number-of-papers .volume-img .contentlist-div .content-part-div ul li a {
  font-weight: 600;
  text-decoration: underline;
}
.number-of-papers .volume-img .contentlist-div .content-part-div ul .volume-list {
  padding-top: 20px;
}
.number-of-papers .volume-img .contentlist-div .content-part-div ul .volume-list strong {
  font-size: 13px;
}
.number-of-papers .volume-img .contentlist-div .content-part-div h6 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
}
.number-of-papers .volume-img .contentlist-div .list-footer-section {
  text-align: center;
  display: flex;
  align-items: end;
}
.number-of-papers .volume-img .contentlist-div .list-footer-section h5 {
  font-size: 12px;
  color: #fff;
  font-weight: inherit;
  text-decoration: underline;
  margin-bottom: 0px;
}
.number-of-papers .volume-img .contentlist-div .list-footer-section p {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 7px;
}
.number-of-papers .volume-img .contentlist-div .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 11px;
}
.number-of-papers .volume-img .arrow-icon {
  position: relative;
  text-align: end;
}
.number-of-papers .volume-img .arrow-icon a i {
  background: #4a1069;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 19px;
  right: 28px;
  border: 1px solid #fff;
}
.number-of-papers .important-dates {
  background: #f4fff9;
  text-align: center;
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  font-size: 16px;
}
.number-of-papers .important-dates ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.number-of-papers .important-dates ul li .label {
  color: #000000;
  font-size: 18px;
  width: 57%;
}
.number-of-papers .important-dates ul li span.dots {
  width: 10%;
  text-align: center;
}
.number-of-papers .important-dates ul li .value {
  margin-left: 20px;
  color: #000000;
  font-weight: 500;
  width: 15%;
  text-align: left;
  font-size: 18px;
}

.journal-guidelimes {
  padding: 0px 0px 60px;
}
.journal-guidelimes h6 {
  font-size: 20px;
  color: #4a1069;
}
.journal-guidelimes p {
  color: #000;
}

.country-lsit {
  padding: 40px 0px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.country-lsit table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 3px #eee;
  border-radius: 8px;
}
.country-lsit table thead {
  background: #4a1069;
  color: #fff;
  text-align: center;
}
.country-lsit table thead th {
  padding: 12px 5px;
}
.country-lsit table tbody tr:last-child td {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.country-lsit table tbody tr td,
.country-lsit table tbody tr th {
  text-align: left;
  padding: 8px;
}
.country-lsit .country-names {
  height: 280px;
  overflow-y: auto;
  margin-bottom: 0px;
}
.country-lsit .country-parent-div {
  padding: 80px 0px;
}
.country-lsit .go-back-div span {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.country-lsit .country-names::-webkit-scrollbar {
  width: 3px;
}
.country-lsit .country-names::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.country-lsit .country-names::-webkit-scrollbar-thumb {
  background: #888;
}
.country-lsit .country-names::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.open-access-content {
  padding: 20px 0;
}
.open-access-content p {
  text-align: justify;
  margin-bottom: 4px;
}
.open-access-content ul {
  padding-left: 16px;
}
.open-access-content ul li {
  list-style-type: disc;
  color: #000;
}
.open-access-content button.btn.double-blindd-btn {
  background: #4a1069;
  color: #fff;
  padding: 11px 20px;
  font-size: 15px;
  width: auto;
  border-radius: 4px;
}
.open-access-content button.btn.double-blindd-btn i {
  padding-left: 5px;
}
.open-access-content:focus {
  box-shadow: 0 0 0 0.2rem rgb(255, 255, 255) !important;
}
.open-access-content .accordion-button::after {
  background: url("../img/down-arrow.svg");
  margin-left: 10px;
}
.open-access-content .custom-carddiv {
  padding: 30px 0px 0px;
}
.open-access-content h5 {
  color: #4a1069;
}

.open-access-content p {
  color: #000;
}
.open-access-content h5 {
  color: #4a1069;
}

.indexing-section {
  padding: 60px 0px;
}

.special-issue-2 {
  width: 330px !important;
}

.univeristy-name {
  font-size: 17px;
  font-weight: 400;
}

.special-issue-5 {
  width: 250px !important;
}

.left-content.preprint-content {
  width: 60%;
}

.custom-padding-cls {
  padding: 0px 40px;
}

.sticky-social-icons .social-icons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sticky-social-icons .icon {
  margin: 0px 0;
  position: relative;
}
.sticky-social-icons .icon img {
  width: 75px;
  height: 75px;
  transition: transform 0.3s ease;
}
.sticky-social-icons .icon-name {
  width: auto;
  position: absolute;
  right: 49px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a4f2b0;
  color: #000;
  padding: 6px 39px 6px 15px;
  border-radius: 29px;
  white-space: nowrap;
  opacity: 0;
  z-index: -1;
  font-weight: 600;
  pointer-events: none;
  font-size: 15px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sticky-social-icons .icon:hover img {
  transform: scale(1.2);
}
.sticky-social-icons .icon:hover .icon-name {
  opacity: 1;
  transform: translateY(-50%) translateX(10px);
}
.sticky-social-icons .icon:nth-child(2):hover .icon-name {
  background: #ffbc97;
}
.sticky-social-icons .icon:nth-child(3):hover .icon-name {
  background: #b3dfff;
}
.sticky-social-icons .icon:nth-child(4):hover .icon-name {
  background: #e1ba6c;
}
.sticky-social-icons .icon:nth-child(5):hover .icon-name {
  background: #d798f9;
}

.satitics-section {
  padding: 40px 0px;
}
.satitics-section .static-left-content h5 {
  font-size: 20px;
  color: #4a1069;
}
.satitics-section .static-left-content p {
  color: #000;
  font-size: 16px;
}
.satitics-section .static-left-content .award-btn a {
  background: #f30879;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
}
.satitics-section .static-left-content .award-btn img {
  margin-left: 6px;
}
.satitics-section .important-dates {
  background: #f4fff9;
  text-align: center;
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  font-size: 16px;
  box-shadow: 0px 0px 4px #eee;
}
.satitics-section .important-dates ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.satitics-section .important-dates ul li .label {
  color: #000000;
  font-size: 16px;
  width: 57%;
}
.satitics-section .important-dates ul li span.dots {
  width: 10%;
  text-align: center;
}
.satitics-section .important-dates ul li .value {
  margin-left: 20px;
  color: #000000;
  font-weight: 500;
  width: 15%;
  text-align: left;
  font-size: 16px;
}

.chart-section {
  padding: 40px 0px 20px;
}
.chart-section .value-name-div ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.chart-section .value-name-div ul li span {
  background: #223966;
  width: 45px;
  height: 45px;
  border-radius: 38px;
}
.chart-section .value-name-div ul li p {
  margin-bottom: 0px;
  padding-left: 10px;
  font-size: 18px;
  color: #000;
}
.chart-section .value-name-div ul li:first-child span {
  background-color: #daf1ff;
}
.chart-section .value-name-div ul li:nth-child(2) span {
  background-color: #bfe3f2;
}
.chart-section .value-name-div ul li:nth-child(3) span {
  background-color: #82c9ee;
}
.chart-section .value-name-div ul li:nth-child(4) span {
  background-color: #4a9bd4;
}
.chart-section .value-name-div ul li:nth-child(5) span {
  background-color: #327fc2;
}
.chart-section .value-name-div ul li:nth-child(5) span {
  background-color: #034e97;
}
.chart-section .value-name-div ul li:nth-child(6) span {
  background-color: #223966;
}

.line-graph-section {
  padding: 0px 0px 60px;
}
.line-graph-section p {
  color: #000;
  font-size: 15px;
}

.editor-in-chef {
  background: #f4fff9;
  padding: 40px 0px;
}
.editor-in-chef h6 {
  color: #4a1069;
  font-size: 18px;
}
.editor-in-chef ul {
  padding-left: 15px;
}
.editor-in-chef ul li {
  list-style: disc;
  color: #000;
  padding-bottom: 10px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.8;
}

.editor-second-section {
  padding: 40px 0px;
}
.editor-second-section p {
  color: #000;
  font-size: 15px;
}
.editor-second-section h6 {
  color: #4a1069;
  font-size: 18px;
}
.editor-second-section h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 6px 10px;
  font-size: 18px;
  width: 400px;
  font-weight: 500;
  margin-bottom: 19px;
}
.editor-second-section ul {
  padding-left: 16px;
}
.editor-second-section ul li {
  list-style: disc;
  color: #000;
  font-size: 15px;
  padding-bottom: 10px;
  text-align: justify;
}

.pricing-tables {
  padding-bottom: 60px;
}
.pricing-tables .table {
  width: 70%;
  margin: 20px auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pricing-tables .table th,
.pricing-tables .table td {
  padding: 15px;
  text-align: left;
}
.pricing-tables .table th {
  background-color: #004b59;
  color: white;
  font-size: 25px;
  font-weight: 500;
}
.pricing-tables .table th i {
  font-size: 23px;
}
.pricing-tables .do-header {
  background-color: #004b59;
  /* Dark green-blue */
  color: white;
  font-size: 18px;
  width: 50%;
}
.pricing-tables .dont-header {
  background-color: #f05625 !important;
  /* Orange */
  color: white;
  font-size: 18px;
  width: 50%;
}
.pricing-tables .do-icon,
.pricing-tables .dont-icon {
  font-size: 20px;
  padding-right: 10px;
}
.pricing-tables .do {
  background-color: #fffdf9;
}
.pricing-tables .dont {
  background-color: #fff3f6;
}
.pricing-tables .do,
.pricing-tables .dont {
  border-bottom: 1px solid #f7f2f2;
}
.pricing-tables .table td {
  vertical-align: middle;
  font-size: 17px;
  color: #000;
}

section.error-message {
  background: #beffdc;
  padding: 10px;
  text-align: center;
}
section.error-message p {
  margin-bottom: 0px;
  color: #b80000;
  font-weight: 500;
  font-size: 18px;
}

.articl-policy {
  padding: 20px 0px 60px;
}
.articl-policy h6 {
  font-size: 19px;
  color: #4a1069;
}
.articl-policy p {
  color: #000;
}

.paper-view-section {
  padding: 60px 0px;
}
.paper-view-section p {
  color: #000;
  font-size: 17px;
}
.paper-view-section .research-type-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.paper-view-section .research-type-list li {
  display: inline-block;
  color: #000;
  margin-bottom: 3px;
  position: relative;
}
.paper-view-section .research-type-list li img {
  width: 150px;
}
.paper-view-section .research-type-list li:not(:nth-child(2)):not(:nth-child(4))::after {
  position: absolute;
  content: "";
  background: #eee;
  width: 2px;
  height: 15px;
  right: 82px;
  top: 7px;
}
.paper-view-section .custom-card-div {
  background: #fcfbf8;
  border: inherit;
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 40px 28px;
}
.paper-view-section .custom-card-div::before {
  content: "";
  position: absolute;
  top: -20px;
  /* Adjust based on your design */
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 27px solid #f8f8f8;
}
.paper-view-section .custom-card-div .cite-score {
  padding: 0px 10px;
  position: relative;
}
.paper-view-section .custom-card-div .cite-score img {
  margin-bottom: 10px;
}
.paper-view-section .custom-card-div .cite-score .citation-content {
  width: 58%;
  text-align: left;
}
.paper-view-section .custom-card-div .cite-score::after {
  position: absolute;
  left: -9px;
  top: 72px;
  background: #b0b0b0;
  width: 1px;
  height: 136px;
  content: "";
}
.paper-view-section .custom-card-div .cite-score:first-child::after {
  content: "";
  background: transparent;
}
.paper-view-section #iframe-master-cc-and-rs {
  max-width: 512px;
  max-height: 100%;
  overflow: hidden;
}
.paper-view-section .responsive-wrapper {
  position: relative;
  height: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.paper-view-section .responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.paper-view-section .responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}
.paper-view-section .set-box-shadow {
  box-shadow: 0px 0px 3px #eee;
  border-radius: 10px;
}
.paper-view-section .set-padding {
  padding: 30px 20px;
}
.paper-view-section .set-margin {
  margin: 30px;
}
.paper-view-section .center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
.paper-view-section .edited-by {
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.paper-view-section .edited-by h6 {
  font-size: 18px;
  font-weight: 500;
}
.paper-view-section .edited-by ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  
}

.paper-view-section .edited-by ul li ul li{
    border-bottom: inherit !important;
}
.paper-view-section .edited-by ul li img {
  width: 45px;
}
.paper-view-section .edited-by ul li h6 {
  margin-bottom: 0px;
  font-size: 15px;
}
.paper-view-section .edited-by ul li span {
  font-size: 10px;
  margin-bottom: 0px;
}
.paper-view-section .edited-by ul li ul li {
  display: inline-block;
}
.paper-view-section .edited-by ul li ul li img {
  width: 14px;
}
.paper-view-section .edited-by textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px 15px 15px 40px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.paper-view-section .edited-by i {
  position: absolute;
  left: 52px;
  /* top: 15px; */
  font-size: 18px;
  color: #888;
  pointer-events: none;
  z-index: 999;
  margin-top: 18px;
}
.paper-view-section .edited-by .post-btn-list {
  display: flex;
}
.paper-view-section .edited-by .post-btn-list li {
  display: inline-block;
  margin-right: 5px;
}
.paper-view-section .edited-by .post-btn-list li button {
  padding: 5px 20px;
  border-radius: 4px;
  color: #fff;
}
.paper-view-section .edited-by .post-btn-list li .post-btn {
  background: #4a1069;
}
.paper-view-section .edited-by .post-btn-list li .clear-btn {
  background: #fb833b;
}
.paper-view-section .edited-by .similar-papers li {
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d3d3d3;
}
.paper-view-section .edited-by .similar-papers li .paper-img {
/*  width: 266px;*/
}
.paper-view-section .edited-by .similar-papers li .paper-img img {
  width: 100% !important;
  height: 88px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.paper-view-section .edited-by .similar-papers li h6 {
  font-size: 16px;
  line-height: 0.5;
  margin-bottom: 4px;
}
.paper-view-section .edited-by .similar-papers li span {
  font-size: 13px;
  color: #aeaeae;
  line-height: 0.5;
}
.paper-view-section .edited-by .similar-papers li p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.paper-view-section .edited-by .similar-papers:last-child {
  border-bottom: inherit;
}
.paper-view-section .comments {
  margin-top: 30px;
}
.paper-view-section .comments ul {
  list-style: none;
}
.paper-view-section .comments ul li {
  display: block;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.paper-view-section .comments ul li img {
  width: 35px;
}
.paper-view-section .comments ul li p {
  margin-top: 6px;
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 4px;
}
.paper-view-section .comments ul li span {
  font-size: 13px;
}
.paper-view-section .comments ul:last-child {
  border-bottom: inherit;
}
.paper-view-section .comments .more {
  color: #9b9b9b;
  cursor: pointer;
  text-align: center;
  border-bottom: inherit;
  margin-bottom: 0px;
}
.paper-view-section .review-images ul {
  display: flex;
  justify-content: space-between;
}
.paper-view-section .review-images ul li {
  display: inline-block;
  margin: 0px 5px;
  text-align: center;
}
.paper-view-section .review-images ul li img {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 10px;
}
.paper-view-section .review-images ul li img:hover {
  transform: scale(1.2);
}
.paper-view-section .review-images ul li span {
  font-size: 14px;
  color: #000;
}
.paper-view-section .copyrights a {
  text-decoration: underline;
  font-weight: 600;
}
.paper-view-section .ppaer-view-btns ul {
  margin-top: 13px;
}
.paper-view-section .ppaer-view-btns ul li {
  display: inline-block;
}
.paper-view-section .about-authors h5 {
  margin-bottom: 30px;
}
.paper-view-section .about-authors .profile-row {
  align-items: center;
  margin-bottom: 15px;
  padding-right: 10px;
}
.paper-view-section .about-authors .profile-row h6 {
  font-size: 18px;
  margin-bottom: 0px;
}
.paper-view-section .about-authors .profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.paper-view-section .about-authors .profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.paper-view-section .about-authors .profile-row .profile-content img {
  margin-bottom: 0px;
}
.paper-view-section .about-authors .profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.paper-view-section .about-authors .profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.paper-view-section .about-authors .profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.paper-view-section .about-authors .profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.paper-view-section .about-authors .profile-row .publisher-icon-list li a img {
  width: 17px !important;
}
.paper-view-section .about-authors .profile-row ul li {
  display: inline-block;
}
.paper-view-section .about-authors .profile-row ul li img {
  width: 20px;
}
.paper-view-section .first-counter-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.paper-view-section .first-counter-grid ul li {
  text-align: center;
  margin: 10px;
  padding-top: 10px;
  border-radius: 20px;
}
.paper-view-section .first-counter-grid ul li span {
  display: block;
  font-size: 16px;
  color: #000;
}
.paper-view-section .first-counter-grid ul li p {
  margin-bottom: 0px;
}
.paper-view-section .first-counter-grid ul li h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.paper-view-section .first-counter-grid ul li:nth-child(1) {
  background: #ecf9ff;
}
.paper-view-section .first-counter-grid ul li:nth-child(2) {
  background: #fff8df;
}
.paper-view-section .first-counter-grid ul li:nth-child(3) {
  background: #edffe6;
}
.paper-view-section .first-counter-grid ul li:nth-child(4) {
  background: #fff1f7;
}

.cpoyright-bottom-buttons {
  padding-top: 5px;
}
.cpoyright-bottom-buttons li {
  display: inline-block;
}
.cpoyright-bottom-buttons li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 15px;
  border: inherit;
  padding: 6px 20px;
}
.cpoyright-bottom-buttons li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.cpoyright-bottom-buttons li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.cpoyright-bottom-buttons li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.cpoyright-bottom-buttons li:nth-child(4) button {
  background: #fb833b;
  color: #fff;
}

.ethics-content h5 {
  background: linear-gradient(to right, #4a1069 0%, #a784bb 65%, #ffffff 100%);
  color: white;
  padding: 7px 75px 7px 13px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 24px;
}
.ethics-content p {
  font-size: 16px;
  color: #000;
}

.research-sections {
  padding: 0px 0px 60px;
}
.research-sections h6 {
  color: #4a1069;
  font-size: 19px;
}
.research-sections ul {
  padding-left: 15px;
}
.research-sections ul li {
  font-size: 15px;
  color: #000;
  list-style: disc;
  margin-bottom: 5px;
}
.research-sections ul li p {
  text-align: justify;
}
.research-sections .individual-div {
  padding: 60px 0px;
}
.research-sections .individual-div-1 {
  padding: 60px 0px;
  background: #f4fff9;
}

.contatcus-section .breadcrumb-list-div ul {
  text-align: center;
}
.contatcus-section .breadcrumb-list-div ul li {
  display: inline-block;
  color: #fff;
}
.contatcus-section .breadcrumb-list-div ul li a {
  color: #fff;
  position: relative;
}

.redirection-btn-div ul {
  padding-top: 15px;
  padding-bottom: 20px;
}
.redirection-btn-div ul li {
  display: inline-block;
}
.redirection-btn-div ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  padding: 9px 20px;
  border: inherit;
}
.redirection-btn-div ul li:nth-child(1) button {
  background: #009b88;
  color: #fff;
}
.redirection-btn-div ul li:nth-child(2) button {
  background: #8c3200;
  color: #fff;
}
.redirection-btn-div ul li:nth-child(3) button {
  background: #4673d9;
  color: #fff;
}
.redirection-btn-div ul li:nth-child(4) button {
  background: #daa431;
  color: #fff;
}

.metrics-counter-section {
  padding: 60px 0px;
}
.metrics-counter-section .redirection-right-div {
  background: #f4fff9;
  padding: 30px;
  border-radius: 8px;
}
.metrics-counter-section .redirection-right-div ul li {
  color: #000;
  font-size: 15px;
}
.metrics-counter-section .redirection-right-div ul li p {
  margin-bottom: 6px;
  color: #000;
}
.metrics-counter-section .redirection-right-div ul li .metrics-content {
  width: 200px;
}

.journal-citation h5 {
  color: #4a1069;
}
.journal-citation span {
  font-size: 16px;
  color: #e62703;
  font-weight: 500;
}
.journal-citation a {
  color: #4a1069;
  font-weight: 500;
  font-size: 17px;
}
.journal-citation p {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
.journal-citation .journal-left-content {
  background: #fff7d8;
  padding: 20px;
  border-radius: 8px;
}

.site-score {
  background: #ebffea;
  padding: 60px 0px;
}
.site-score h5 {
  color: #4a1069;
  margin-bottom: 0px;
}
.site-score span {
  color: #e62703;
  font-weight: 500;
  margin-bottom: 15px;
}
.site-score p {
  margin-top: 10px;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}
.site-score a {
  color: #4a1069;
  font-weight: 500;
  font-size: 17px;
}
.site-score .division-show p {
  color: #e62703;
  text-align: center;
}

.graph-section {
  padding: 60px 0px 40px;
}
.graph-section ul li p {
  margin-bottom: 13px;
  color: #000;
}
.graph-section ul li .graph-content {
  width: 220px;
}

.citation-section {
  padding: 60px 0px 30px;
}
.citation-section .publisher-icon-list li {
  padding-right: 0px !important;
}
.citation-section .publisher-icon-list li img {
  width: 14px;
}
.citation-section .author-content {
  line-height: 0;
}
.citation-section .author-content h6 {
  line-height: 0.4;
}
.citation-section ul {
  margin-bottom: 5px;
}
.citation-section ul li {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  font-size: 15px;
}
.citation-section ul li strong {
  color: #000;
}
.citation-section h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.citation-section .research-type li {
  font-size: 15px;
  position: relative;
  padding-right: 20px;
}
.citation-section .research-type li:first-child::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 4px;
  background: #eee;
  width: 2px;
  height: 20px;
}
.citation-section .citation-calculation {
  background: #f4fff9;
  border-radius: 8px;
  padding: 20px 36px;
}
.citation-section .citation-calculation h6 {
  margin-bottom: 6px;
  font-size: 20px;
}
.citation-section .citation-calculation span {
  color: #000;
  font-size: 17px;
}
.citation-section .citation-calculation p {
  color: #000;
  margin-bottom: 10px;
  font-size: 17px;
}
.citation-section .citation-calculation ul li .data-content {
  width: 115px;
}
.citation-section .citation-calculation ul li .data-content p {
  font-size: 14px;
}
.citation-section .citation-calculation ul li p {
  font-size: 14px;
  margin-bottom: 5px;
}
.citation-section .bg-white {
  background: #fff;
}
.citation-section .citation-generator {
  background: #fcfbf8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 17px;
}
.citation-section .citation-generator h4 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 30px;
}
.citation-section .citation-generator .cite-btn {
  background: #4a1069;
  color: #fff;
  padding: 7px 23px;
}
.citation-section .citation-generator input {
  height: 47px;
  border: 1px solid #e0e0e0;
}
.citation-section .citation-generator select {
  height: 47px !important;
  border: 1px solid #e0e0e0;
  color: #808080;
}
.citation-section .citation-generator ul {
  padding-top: 55px;
  position: relative;
  text-align: center;
}
.citation-section .citation-generator ul li {
  font-size: 16px;
  padding-right: 40px;
  position: relative;
}
.citation-section .citation-generator ul li p {
  color: #000;
  font-size: 16px;
}
.citation-section .citation-generator ul li::after {
  background: #7f7f7f;
  content: "";
  width: 2px;
  height: 15px;
  top: 6px;
  right: 12px;
  position: absolute;
}
.citation-section .citation-generator ul li:last-child::after {
  content: none;
}
.citation-section .citation-generator ul::before {
  position: absolute;
  content: "";
  background: #dadada;
  width: 357px;
  height: 2px;
  top: 30px;
  left: 29%;
}

.citation-tab-section {
  padding: 0px 0px 60px;
}
.citation-tab-section .citation-tab-content {
  background: #fff;
  box-shadow: 0px 0px 3px #eee;
  padding: 20px;
  border-radius: 8px;
}
.citation-tab-section .citation-tab-content .nav-pills .nav-link.active,
.citation-tab-section .citation-tab-content .nav-pills .show > .nav-link {
  background: transparent;
  color: #4a1069;
  border: 1px solid #4a1069;
}
.citation-tab-section .citation-tab-content .nav-link {
  padding: 4px 20px;
  color: #000;
  border: 1px solid #cbcbcb;
  margin-right: 12px;
}
.citation-tab-section .citation-tab-content p {
  margin-bottom: 0px;
  color: #000;
  margin-top: 20px;
}

.publication-map {
  padding: 180px 0px !important;
}

.map-section {
  padding: 60px 0px;
}
.map-section .map-list-data {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px #eee;
  position: absolute;
}
.map-section table {
  border-collapse: collapse;
  width: 100%;
}
.map-section table thead {
  background: #4a1069;
  padding: 10px;
  color: #fff;
  text-align: left;
  padding-bottom: 20px;
}
.map-section table thead tr th {
  padding: 10px;
}
.map-section table thead tr th:first-child {
  border-top-left-radius: 8px;
}
.map-section table thead tr th:last-child {
  border-top-right-radius: 8px;
}
.map-section table tbody {
  padding: 25px 0px;
  border-top: 15px solid #fff;
  border-bottom: 20px solid #fff;
}
.map-section table tbody tr td {
  padding: 8px 10px;
  text-align: left;
}
.map-section table tbody tr td p {
  margin-bottom: 0px;
}
.map-section .custom-nav-pills-ul li {
  margin-right: 10px;
}
.map-section .custom-nav-pills-ul li .nav-link {
  padding: 5px 21px;
  border: 1px solid #7c7c7c;
  color: #000;
}
.map-section .custom-nav-pills-ul li .nav-link.active,
.map-section .custom-nav-pills-ul li .nav-pills .show > .nav-link {
  background: #4a1069;
  color: #fff;
}

.about-doi-number {
  padding: 0px 0px 60px;
}
.about-doi-number h6 {
  font-size: 22px;
  margin-bottom: 10px;
}
.about-doi-number p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0px;
}

.search-container {
  width: 100%;
}
.search-container .search-field {
  /* this class is for input field, if in your code its different, just substitute the class name '.search-field' */
  width: 100%;
  padding: 10px 15px;
  min-width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  color: #373d41;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #fafafa;
  border-radius: 24px;
  box-shadow: none;
  flex-grow: 1;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-container .search-form .input-group {
  text-align: center;
  justify-content: center;
}
.search-container .input-group2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-container label {
  width: 100%;
  margin-bottom: 0px;
}
.search-container .header-search-btn {
  position: absolute;
  right: -17px;
  padding: 0;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  background: #4a1069 !important;
  border: none;
  background: transparent;
  padding: 0px 21px;
  border-radius: 0 100px 100px 0;
  line-height: 2.4;
}

.founded-list-section ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  align-items: center;
}
.founded-list-section ul li {
  display: flex;
  margin-bottom: 22px;
}
.founded-list-section ul li h6 {
  margin-bottom: 0px;
}
.founded-list-section ul li .icon-img {
  background: #fafafa;
  width: 63px;
  height: 63px;
  text-align: center;
  padding: 11px;
  border-radius: 48px;
}
.founded-list-section ul li span {
  color: #000;
}
.founded-list-section ul li h6 {
  font-size: 18px;
}

.publication-main-section {
  padding: 60px 0px;
}
.publication-main-section p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 0px;
  color: #000;
}
.publication-main-section .publication-content p {
  font-size: 14px;
  line-height: 1.9;
}

.prepare-submit-section {
  padding: 60px 0px;
  background: #edf9f4;
}
.prepare-submit-section .section-title {
  padding-bottom: 10px;
}
.prepare-submit-section .section-title h5 {
  font-size: 22px;
}
.prepare-submit-section .gap-between {
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 45px;
}
.prepare-submit-section .card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 72px 30px 30px 30px;
  text-align: left;
  position: relative;
  border: inherit;
  margin-bottom: 50px;
  width: 370px;
}
.prepare-submit-section .card .card-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -26px;
  top: -35px;
  border: 11px solid #edf9f4;
}
.prepare-submit-section .card .card-image img {
  width: 50%;
  height: auto;
}
.prepare-submit-section .card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #4a1069;
}
.prepare-submit-section .card p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0px;
}
.prepare-submit-section .card .learn-more-btn {
  background: #4a1069;
  color: #fff;
  display: block;
  width: 135px;
  margin-top: 20px;
}
.prepare-submit-section .card .learn-more-btn:hover {
  background: #000;
  color: #fff;
}

.publication-gudieliness {
  padding: 60px 0px;
}
.publication-gudieliness h6 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #4a1069;
}
.publication-gudieliness p {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}
.publication-gudieliness .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 7px 10px;
  font-size: 17px;
  width: 445px;
  font-weight: 400;
}
.publication-gudieliness ul {
  padding-left: 28px;
}
.publication-gudieliness ul li {
  list-style: disc;
  padding-bottom: 16px;
  color: #000;
}

.downlaod-section {
  padding: 60px 0px;
}
.downlaod-section ul {
  display: flex;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.downlaod-section ul li {
  text-align: center;
  background: #fafafa;
  width: 230px;
  height: 230px;
  margin: 0px auto;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  align-content: space-around;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 20px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.downlaod-section ul li h6 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}
.downlaod-section ul li:hover {
  background: #f4dfff;
  transform: scale(1.05);
  cursor: pointer;
}
.downlaod-section ul li:hover h6 {
  font-weight: 600;
}
.downlaod-section ul .active {
  background: #f4dfff;
}
.downlaod-section ul .active h6 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}
.downlaod-section ul img {
  height: 115px;
}

.founded-list-section {
  padding: 0px 0px 60px;
}

.editrial-map-section {
  padding: 120px 0px 160px;
}

.view-all-tag {
  text-align: end;
}
.view-all-tag a {
  font-weight: 600;
  color: #4a1069;
}
.view-all-tag a i {
  font-size: 13px;
  margin-left: 2px;
}

.institue-section {
  padding: 60px 0px;
}
.institue-section .institute-content h6 {
  font-size: 20px;
  color: #4a1069;
  line-height: 1.5;
  margin-bottom: 2px;
}
.institue-section .institute-content ul li {
  color: #000;
  margin-bottom: 5px;
}
.institue-section .institute-content ul li i {
  font-size: 14px;
}
.institue-section .institute-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}

.institue-tableular-form {
  padding: 0px 0px 60px;
}
.institue-tableular-form ul {
  text-align: center;
}
.institue-tableular-form .custom-table-div {
  box-shadow: 0px 0px 3px #eee;
  border-radius: 12px;
}
.institue-tableular-form table {
  border-collapse: collapse;
  width: 100%;
}
.institue-tableular-form table td,
.institue-tableular-form table th {
  text-align: center;
  padding: 8px;
}
.institue-tableular-form table .content-paragraph {
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.institue-tableular-form table thead {
  background: #f8f8f8;
}
.institue-tableular-form table thead tr th {
  color: #000;
  font-weight: 500;
}
.institue-tableular-form table thead tr th:first-child {
  border-top-left-radius: 12px;
}
.institue-tableular-form table thead tr th:last-child {
  border-top-right-radius: 12px;
}
.institue-tableular-form table thead tr td {
  color: #000;
}
.institue-tableular-form button {
  background: #4a1069;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 15px;
  padding: 4px 20px;
  border: inherit;
  color: #fff;
}

.ongoing-flyers {
  padding: 60px 0px;
}
.ongoing-flyers .section-title {
  margin-bottom: 40px;
}
.ongoing-flyers .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 23px;
  width: 445px;
  font-weight: 500;
}
.ongoing-flyers .section-title select {
  background: #fafafa;
  border: inherit;
  height: 50px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-right: 8px solid #fafafa !important;
}
.ongoing-flyers .contentlist-div {
  width: 100%;
  padding: 20px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.ongoing-flyers .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ongoing-flyers .list-footer-section {
  text-align: center;
}
.ongoing-flyers .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.ongoing-flyers .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.ongoing-flyers .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}
.ongoing-flyers .owl-nav {
  position: absolute;
  top: -88px;
  right: 35px;
  display: flex;
}
.ongoing-flyers .owl-nav .owl-prev,
.ongoing-flyers .owl-nav .owl-next {
  width: 38px;
  height: 38px;
  background: #fafafa !important;
  font-size: 29px !important;
  border-radius: 46px;
  margin: 0px 5px;
}
.ongoing-flyers .owl-nav .owl-prev span,
.ongoing-flyers .owl-nav .owl-next span {
  position: relative;
  top: -3px;
}

.upcoming-bg {
  padding: 60px 0px;
  background: #fafafa;
}
.upcoming-bg .upcoming-content-div {
  padding: 28px;
}
.upcoming-bg .upcoming-content-div p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.upcoming-bg .upcoming-content {
  text-align: center;
  margin-top: 10px;
}
.upcoming-bg .upcoming-content ul {
  justify-content: center;
  display: flex;
  margin: 0px;
}
.upcoming-bg .upcoming-content ul li {
  display: inline-block;
  color: #fff;
  padding-right: 7px;
}
.upcoming-bg .upcoming-content a {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.upcoming-bg .upcoming-content img {
  border-radius: 4px;
  margin-top: 8px;
}
.upcoming-bg .ongoing-flyers .editor-name-div span {
  font-size: 14px;
  text-align: right;
}
.upcoming-bg .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 7px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.upcoming-bg .conference-ediors p {
  font-size: 14px;
}
.upcoming-bg .conference-ediors .footer-logo {
  width: 100px;
}
.upcoming-bg .conference-ediors ul {
  display: block;
  padding-bottom: 4px;
}
.upcoming-bg .conference-ediors ul li {
  display: flex;
  margin-bottom: 0px;
}
.upcoming-bg .conference-ediors ul li::after {
  background: inherit;
}
.upcoming-bg .conference-ediors ul li span {
  font-size: 13px;
  color: #fff;
}
.upcoming-bg .conference-ediors ul li img {
  width: 25px !important;
  padding-right: 0px;
}
.upcoming-bg .section-title {
  margin-bottom: 40px;
}
.upcoming-bg .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fafafa 75%);
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 23px;
  width: 445px;
  font-weight: 500;
}
.upcoming-bg .owl-nav {
  position: absolute;
  top: -90px;
  right: 35px;
}
.upcoming-bg .owl-nav .owl-prev,
.upcoming-bg .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background: #fff !important;
  font-size: 29px !important;
  border-radius: 46px;
  margin: 0px 5px;
}
.upcoming-bg .owl-nav .owl-prev span,
.upcoming-bg .owl-nav .owl-next span {
  position: relative;
  top: -3px;
}
.upcoming-bg .icd-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming-bg .icd-div img {
  width: 20px;
  height: auto !important;
}
.upcoming-bg .icd-div p {
  margin-bottom: 0px;
  color: #fff;
  margin-left: 5px;
  font-size: 19px;
  font-weight: 500;
  margin-top: 0px;
}

.list-table-section {
  padding: 60px 0px;
}
.list-table-section .dg-table-div {
  background: #f4fff9;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.list-table-section .dg-table-div .dg-table-left-content {
  width: 46%;
  position: relative;
}
.list-table-section .dg-table-div .dg-table-left-content ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.list-table-section .dg-table-div .dg-table-left-content ul li .label {
  color: #000000;
  font-size: 18px;
  width: 57%;
}
.list-table-section .dg-table-div .dg-table-left-content ul li span.dots {
  width: 10%;
  text-align: center;
}
.list-table-section .dg-table-div .dg-table-left-content ul li .value {
  margin-left: 20px;
  color: #000000;
  font-weight: 500;
  width: 15%;
  text-align: left;
  font-size: 18px;
}
.list-table-section .dg-table-div .table-first-child:after {
  position: absolute;
  content: "";
  background: #c0c0c0;
  width: 1px;
  height: 155px;
  right: -20px;
  top: 65px;
}

.copyright-section {
  padding: 30px 0px;
}
.copyright-section h6 {
  font-size: 20px;
  color: #4a1069;
  margin-bottom: 10px;
}
.copyright-section p {
  color: #000000;
  font-size: 14px;
}

.copyright-button button {
  background: #f30879;
  color: #fff;
  margin-bottom: 20px;
}
.copyright-button button:hover {
  background: #000;
  color: #fff;
}

.copy-botton-content .card-body {
  border: inherit;
}

.list-research-section .esearch-heading h6 {
  font-size: 20px;
  margin-bottom: 2px;
}
.list-research-section .esearch-heading ul li {
  display: inline-block;
  padding-right: 30px;
  font-size: 14px;
  margin-bottom: 0px;
}
.list-research-section ul li {
  margin-bottom: 30px;
}
.list-research-section .bnts-lst li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.list-research-section .bnts-lst li button {
  border-radius: 5px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 8px 20px;
  color: #fff;
}
.list-research-section .bnts-lst li:first-child {
  background: #4a1069;
  border-radius: 5px;
}
.list-research-section .bnts-lst li:last-child {
  background: #0c489e;
  border-radius: 5px;
}
.list-research-section p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.8;
}
.list-research-section img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 8px;
}

.digital-library-col-section {
  padding-top: 30px;
}
.digital-library-col-section .left-img img {
  width: 255px !important;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 300px;
}
.digital-library-col-section .content-div {
  margin-left: 14px;
}
.digital-library-col-section .content-div h6 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #4a1069;
}
.digital-library-col-section .content-div p {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}
.digital-library-col-section .content-div a {
  background: #0c489e;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}

.check-status-section {
  padding: 60px 0px;
}
.check-status-section select {
  background: #fafafa;
  border: inherit;
  height: 45px;
  color: #6b7385;
  padding: 10px 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-right: 15px solid #fafafa;
}

.article-remove-section {
  padding: 60px 0px;
}
.article-remove-section h6 {
  font-size: 20px;
  color: #4a1069;
}
.article-remove-section p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.about-plagitsim {
  background: #f4fff9;
  padding: 60px 0px;
}
.about-plagitsim p {
  font-size: 16px;
  color: #000;
}
.about-plagitsim ul {
  padding-left: 23px;
}
.about-plagitsim ul li {
  list-style: disc;
  margin-bottom: 14px;
  color: #000;
  font-size: 16px;
}
.about-plagitsim .article-img {
  width: 440px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.about-plagitsim .client-images {
  margin-top: 20px;
  text-align: center;
}
.about-plagitsim .client-images li {
  display: inline-block;
  list-style: none;
  width: 15%;
  border: 1px solid #eee;
  background: #fff;
  margin-right: 40px;
  border-radius: 6px;
}
.about-plagitsim .client-images li img {
  margin-bottom: 0px;
  padding: 14px 23px;
  background: #fff;
  border-radius: 6px;
  width: 190px;
}

.grammar-checker {
  padding: 60px 0px;
}
.grammar-checker h6 {
  font-size: 20px;
  color: #4a1069;
}
.grammar-checker .client-images {
  margin-top: 20px;
  text-align: left;
}
.grammar-checker .client-images li {
  display: inline-block;
  list-style: none;
  width: 15%;
  border: 1px solid #eee;
  background: #fff;
  margin-right: 20px;
  border-radius: 6px;
}
.grammar-checker .client-images li img {
  margin-bottom: 0px;
  padding: 14px 23px;
  background: #fff;
  border-radius: 6px;
  width: 190px;
}

.airticle-mismaching {
  padding: 0px 0px 40px;
}
.airticle-mismaching h6 {
  font-size: 20px;
  color: #4a1069;
}
.airticle-mismaching p {
  color: #000;
  line-height: 1.5;
}

.search-table {
  padding: 60px 0px;
}
.search-table .search-container .search-field {
  width: 100%;
}
.search-table table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
.search-table table thead {
  background: #f8f8f8;
}
.search-table table thead th {
  padding: 20px 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.search-table table thead th:first-child {
  border-top-left-radius: 8px;
}
.search-table table thead th:last-child {
  border-top-right-radius: 8px;
}
.search-table table tbody tr td {
  padding: 15px 10px;
  color: #000;
}
.search-table table tbody tr td button {
  background: #4a1069;
  padding: 4px 11px;
  border-radius: 6px;
  border: inherit;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: space-between;
}
.search-table table tbody tr td button p {
  color: #fff;
}
.search-table table tbody tr td button img {
  margin-left: 8px;
  margin-right: 8px;
}
.search-table table tbody tr td b {
  font-size: 14px;
}

.sec-awards .section-title h6 {
  font-size: 20px;
  color: #4a1069;
}
.sec-awards .section-title p {
  color: #000;
}

.custom-award-section {
  background: #fff;
}
.custom-award-section .section-title h6 {
  font-size: 20px;
  color: #4a1069;
  margin-bottom: 10px;
}
.custom-award-section .section-title p {
  font-size: 14px;
  margin-bottom: 18px;
  color: #000;
}
.custom-award-section .blue-bg {
  background: #f4fff9;
}

.accordian-section .card {
  border: inherit;
}

.accordian-section .section-title h6 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 22px;
  width: 445px;
  font-weight: 500;
}
.accordian-section .section-title p {
  color: #000;
}
.accordian-section h6 {
  font-size: 20px;
  color: #4a1069;
}
.accordian-section ul {
  padding-left: 25px;
  margin-bottom: 30px;
}
.accordian-section ul li {
  padding-bottom: 10px;
  list-style: disc;
  color: #000;
}
.accordian-section p {
  color: #000;
}

.certifciate-form .inner-parenr-div {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 60px 0px;
}
.certifciate-form .inner-parenr-div .left-section {
  flex: 1;
  background: #daf0ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  position: relative;
  width: 42%;
  max-width: 42%;
}
.certifciate-form .inner-parenr-div .left-section img {
  max-width: 100%;
  width: 100%;
  height: 855px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.certifciate-form .inner-parenr-div .right-section {
  flex: 1;
  width: 78%;
  max-width: 78%;
  padding: 26px 10px;
}
.certifciate-form .inner-parenr-div .right-section h1 {
  font-size: 22px;
  color: #4a1069;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.certifciate-form .inner-parenr-div .right-section .search-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.certifciate-form .inner-parenr-div .right-section .search-bar input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.certifciate-form .inner-parenr-div .right-section .search-bar button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background: #6c63ff;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.certifciate-form .inner-parenr-div .right-section .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  font-size: 13px;
  color: #000;
  align-items: center;
  margin-top: 22px;
}
.certifciate-form .inner-parenr-div .right-section .radio-group label {
  font-size: 14px;
  cursor: pointer;
}
.certifciate-form .inner-parenr-div .right-section .radio-group label .radio-icon {
  width: 45px;
  height: 45px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.certifciate-form .inner-parenr-div .right-section .radio-group label input {
  margin: 0;
}
.certifciate-form .inner-parenr-div .right-section .dropdown {
  margin-bottom: 20px;
}
.certifciate-form .inner-parenr-div .right-section .dropdown label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.certifciate-form .inner-parenr-div .right-section .dropdown select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}
.certifciate-form .inner-parenr-div .right-section .buttons {
  display: flex;
  gap: 10px;
}
.certifciate-form .inner-parenr-div .right-section .buttons button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.certifciate-form .inner-parenr-div .right-section .buttons button.get-certificate {
  background: #ff8c00;
  color: #fff;
}
.certifciate-form .inner-parenr-div .right-section .buttons button.download {
  background: #6c63ff;
  color: #fff;
}
.certifciate-form .inner-parenr-div .right-section .buttons button.forgot {
  background: none;
  color: #333;
  text-decoration: underline;
}
.certifciate-form .inner-parenr-div .right-section select,
.certifciate-form .inner-parenr-div .right-section input[type=email] {
  height: 54px;
  background: #fafafa;
  border-right: 10px solid #fafafa !important;
  border: inherit;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px;
  border-right: 10px solid #fafafa !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.certifciate-form .inner-parenr-div .right-section select {
  position: relative;
  background-image: url("arrow-icon.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.certifciate-form .inner-parenr-div .right-section select:hover,
.certifciate-form .inner-parenr-div .right-section input[type=email]:hover {
  border-color: rgb(224.5, 224.5, 224.5);
}
.certifciate-form .inner-parenr-div .right-section select:focus,
.certifciate-form .inner-parenr-div .right-section input[type=email]:focus {
  border-color: #007bff;
  outline: none;
}
.certifciate-form .inner-parenr-div .right-section .submit-btn-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.certifciate-form .inner-parenr-div .right-section .submit-btn-actions ul li {
  display: inline-block;
}
.certifciate-form .inner-parenr-div .right-section .submit-btn-actions ul li:nth-child(1) button {
  background: #fb833b !important;
}
.certifciate-form .inner-parenr-div .right-section .submit-btn-actions ul li:nth-child(2) button {
  background-color: #4a1069;
  display: flex;
  align-items: center;
}
.certifciate-form .inner-parenr-div .right-section .submit-btn-actions ul li:nth-child(2) button img {
  margin-left: 5px;
}
.certifciate-form .inner-parenr-div .right-section .submit-btn-actions ul li button {
  background: #4a1069;
  padding: 8px 23px;
  border-radius: 6px;
  border: inherit;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.typesofpapers p {
  color: #000;
}
.typesofpapers ul {
  padding-left: 20px;
}
.typesofpapers ul li {
  color: #000;
  list-style: none;
  position: relative;
  margin-bottom: 6px;
}
.typesofpapers ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  color: #333;
  width: 7px;
  height: 6px;
  background: #000;
  top: 10px;
  border-radius: 21px;
}

section.paper-ablout-conference {
  padding: 60px 0px;
  background: #f4fff9;
}
section.paper-ablout-conference h6 {
  color: #4a1069;
  font-size: 20px;
}
section.paper-ablout-conference p {
  margin-bottom: 10px;
  color: #000;
  line-height: 25px;
}
section.paper-ablout-conference .contentlist-div {
  width: 100%;
  padding: 30px;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
section.paper-ablout-conference .contentlist-div img {
  width: 100%;
}
section.paper-ablout-conference .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
section.paper-ablout-conference .content-part-div h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
section.paper-ablout-conference .content-part-div p {
  color: #fff;
  margin-bottom: 20px;
}
section.paper-ablout-conference .content-part-div .number-of-volume-list {
  display: flex;
  margin-top: 10px;
}
section.paper-ablout-conference .content-part-div .number-of-volume-list span {
  width: 270px;
  color: #fff;
}
section.paper-ablout-conference .content-part-div .number-of-volume-list p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.paper-ablout-conference .list-footer-section {
  text-align: center;
}
section.paper-ablout-conference .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
section.paper-ablout-conference .list-footer-section p {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
section.paper-ablout-conference .list-footer-section a {
  color: #fff;
  letter-spacing: 5.5px;
  font-size: 13px;
}
section.paper-ablout-conference .arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: 10px;
  font-size: 19px;
  right: 40px;
  border: 1px solid #fff;
}

.journal-publiation-section {
  padding: 60px 0px;
}
.journal-publiation-section h6 {
  color: #4a1069;
  font-size: 20px;
}
.journal-publiation-section p {
  color: #000;
  line-height: 22px;
  margin-bottom: 2px;
  font-size: 14px;
}
.journal-publiation-section .publication-content p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.ap-changes-section {
  padding: 0px 0px 60px;
}
.ap-changes-section .card {
  border: inherit;
  padding: 0px;
}

.regular-issue-temple-section {
  padding: 60px 0px;
  background: #f4fff9;
}
.regular-issue-temple-section h6 {
  font-size: 18px;
  color: #4a1069;
}
.regular-issue-temple-section p {
  font-size: 14px;
  color: #000;
}
.regular-issue-temple-section button {
  background: #4a1069;
  padding: 7px 20px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.regular-issue-temple-section button img {
  margin-left: 5px;
}

.creation-commons-section {
  padding: 40px 0px;
}
.creation-commons-section img {
  width: 100%;
}
.creation-commons-section h6 {
  color: #4a1069;
  font-size: 18px;
  margin-bottom: 10px;
}
.creation-commons-section p {
  font-size: 14px;
  color: #000;
}

.list-point-section {
  padding: 40px 0px;
}
.list-point-section h6 {
  color: #4a1069;
  font-size: 18px;
  margin-bottom: 10px;
}
.list-point-section .bg-light {
  background-color: #f8f8f8;
  padding: 40px 0px !important;
}
.list-point-section .bg-light {
  background-color: #f8f8f8;
  padding: 40px 0px !important;
}
.list-point-section ul li {
  display: flex;
  align-items: center;
  color: #000;
}
.list-point-section ul li img {
  width: 20px;
  margin-right: 6px;
}
.list-point-section p {
  color: #000;
}

.domain-dedication {
  padding: 40px 0px;
}
.domain-dedication h6 {
  color: #4a1069;
  font-size: 20px;
  margin-bottom: 10px;
}
.domain-dedication p {
  color: #000;
  font-size: 16px;
}
.domain-dedication ul {
  margin-bottom: 15px;
}
.domain-dedication ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  line-height: 22px;
}

.light-green-bg {
  background: #f1fff7;
  padding: 40px 0px !important;
}

.cope-rules {
  background: #fff0fd;
  padding: 60px 0px;
}
.cope-rules .section-title h6 {
  background: linear-gradient(90deg, #4a1069 0%, #fff0fd 75%);
  display: block;
  color: #fff;
  padding: 9px 10px;
  font-size: 20px;
  width: 280px;
  font-weight: 500;
}
.cope-rules p {
  color: #000;
  font-size: 15px;
  text-align: justify;
}

.downlaod-section {
  padding: 60px 0px;
}

.dropwdown-div select {
  height: 45px;
  border: inherit;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.default-btn1 {
  background: #4a1069 !important;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  border: inherit;
  padding: 10px 26px;
  color: #fff;
}

.pdf-view-div {
  margin-top: 60px;
}

.custom-lineheight-cls {
  line-height: 0;
}
.custom-lineheight-cls h6 {
  line-height: 0.6;
}

.namanyay-search-btn {
  background: transparent;
  border: 1px solid #000 !important;
  height: 41px !important;
  padding: 0px 12px !important;
}

.search-bar .custom-floating-form label {
  position: absolute;
  background-color: #fff;
  padding: 0px 10px;
  left: 10px;
  top: -9px;
  margin-top: 0px;
  font-weight: normal;
  z-index: 1;
  font-size: 14px;
  color: #000;
}
.search-bar .custom-floating-form input {
  border-radius: 6px;
  border: 1px solid #000 !important;
  background: #ffffff;
  padding: 14px 10px;
  width: 100%;
  font-size: 14px;
  outline: 0;
}
.search-bar button {
  background: #4a1069;
  padding: 0px 10px;
  border-radius: 8px;
  color: #fff;
  width: 130px;
  margin-left: 10px;
  font-size: 15px;
}
.search-bar button i {
  font-size: 13px;
  margin-left: 5px;
}

.job-options-list {
  margin-top: 40px;
}
.job-options-list ul li {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 9px 45px;
  border-radius: 8px;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.job-options-list ul li .job-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-options-list ul li .job-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  width: 250px;
}
.job-options-list ul li .job-info h3 .live {
  display: block;
  color: #149353;
  font-size: 12px;
  position: relative;
  padding-left: 8px;
}
.job-options-list ul li .job-info h3 .live::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #149353;
}
.job-options-list ul li .job-info h3 .closed {
  color: #9a1029;
  font-size: 12px;
  position: relative;
  padding-left: 8px;
  display: block;
}
.job-options-list ul li .job-info h3 .closed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9a1029;
}
.job-options-list ul li .job-info p {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  text-align: center;
}
.job-options-list ul li .job-info .apply-btn {
  color: #4a1069;
  font-weight: 500;
  font-size: 16px;
}
.job-options-list ul li:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-left: 10px solid #4a1069;
}

.career-view-section {
  padding: 60px 0px;
}
.career-view-section h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.career-view-section span {
  display: block;
  color: #149353;
  font-size: 12px;
  position: relative;
  padding-left: 8px;
  font-weight: 500;
}
.career-view-section span::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #149353;
}

.apply-form {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 8px;
}
.apply-form select {
  background: #f5f5f5;
  border: inherit;
  color: #6b7385;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  border: inherit;
  width: 100%;
  border-radius: 5px !important;
  border-right: 10px solid #f5f5f5;
}
.apply-form .add-button .input-fild-div {
  width: 93%;
}
.apply-form .add-button i {
  font-size: 22px;
}
.apply-form .file {
  display: none;
}
.apply-form .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 310px !important;
  border: 2px solid #dbdbdb;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.apply-form .custom-input-field {
  position: relative;
  width: 100%;
  display: flex;
}
.apply-form .custom-input-field i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.apply-form .custom-input-field .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.apply-form .custom-input-field input {
  border: inherit;
}
.apply-form .btn-upload {
  background: #fb833b;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 47px;
}
.apply-form .btn-upload:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}

.share-option {
  overflow-y: scroll;
  max-height: 70vh;
  height: auto;
  overflow-x: hidden;
}

.custom-box-shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 35px;
  border-radius: 8px;
  height: 600px;
}

.login-box {
  display: none;
}

.book-of-conference {
  padding: 60px 0px;
}
.book-of-conference .div-lsit {
  box-shadow: inherit;
  background: inherit;
  padding: 0px;
  background-color: #fff;
}
.book-of-conference .div-lsit img {
  width: 295px;
  height: 65px;
}
.book-of-conference .div-lsit .contentlist-div {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 6px;
}
.book-of-conference .div-lsit .contentlist-div a h5 {
  font-size: 18px;
  font-weight: 600;
}
.book-of-conference .div-lsit .contentlist-div a p {
  font-size: 15px;
  line-height: 1.4;
}
.book-of-conference .div-lsit .contentlist-div .conference-logos {
  display: flex;
}
.book-of-conference .div-lsit .contentlist-div .conference-logos img {
  height: 60px !important;
  width: 60px !important;
}

.inner-publication-report .publication-img-div {
  width: 32%;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div .logo-img {
  margin-bottom: 8px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div ul {
  line-height: 1.2;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div ul li {
  font-size: 9px;
  padding: 0px;
  font-weight: normal;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div ul li strong {
  font-weight: normal;
  font-size: 10px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div ul :first-child::after {
  content: inherit;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div ul .volume-list {
  margin-top: 8px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div h6 {
  font-size: 10px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div p {
  font-size: 9px;
  margin-bottom: 2px;
  color: #fff;
  margin-top: 0px;
  line-height: 1.8;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div .list-footer-section {
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div .list-footer-section h5 {
  font-size: 10px;
  margin-bottom: 5px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div .list-footer-section span {
  font-size: 10px;
}
.inner-publication-report .publication-img-div .volume-img .contentlist-div .list-footer-section a {
  font-size: 10px;
  letter-spacing: 3.4px;
}
.inner-publication-report .publication-img-div .volume-img .list-footer-section h5 {
  margin-bottom: 0 !important;
  font-size: 10px;
}
.inner-publication-report .publication-img-div .volume-img .list-footer-section p {
  margin-bottom: 0 !important;
  font-size: 10px;
}
.inner-publication-report .publication-content-div {
  width: 68%;
}
.inner-publication-report .publication-content-div p {
  font-size: 17px;
  text-align: justify;
}

.editor-name-div {
  width: 75%;
  margin-right: 10px;
  text-align: right;
}
.editor-name-div span {
  font-size: 12px !important;
}

.award-butons p {
  color: #fff;
}
.award-butons img {
  margin-right: 7px;
}

.editor-name-div {
  width: 75%;
  margin-right: 10px;
  text-align: right;
}

.privacy-policy-section {
  padding: 60px 0px;
}
.privacy-policy-section h6 {
  padding-left: 0;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 18px;
}
.privacy-policy-section p {
  padding-left: 0;
  margin-bottom: 4px;
  color: #3f3f3f;
}
.privacy-policy-section p strong {
  color: #3f3f3f;
}
.privacy-policy-section ul {
  padding-left: 15;
  margin-bottom: 14px;
}
.privacy-policy-section ul li {
  list-style: disc;
  color: #1e1e1e;
}

.profile-row {
  align-items: center;
  margin-right: 0px;
}
.profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.profile-row .profile-content img {
  margin-bottom: 0px;
}
.profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.profile-row .publisher-icon-list li a img {
  width: 17px !important;
}

.copyright-btn {
  background: #eeb111 !important;
}

.extra-table-div {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date] {
  background: #f5f5f5;
  border: inherit;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  border: inherit;
  width: 100%;
  border-radius: 5px !important;
}

.download-btn {
  font-size: 14px;
  border: none;
  padding: 7px 18px !important;
  margin-bottom: 8px !important;
  background: #4a1069;
  color: #fff;
}

.withdraw-btn {
  background: #e38a22;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
}

.clear-assignement {
  background: #9a1029;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.sky-blue {
  background: #166be4;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.view-button {
  background: #006166;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.ornge-btn {
  background: #e46b2f;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.edit-button {
  background: #4a1069;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}
.edit-button i {
  font-size: 11px;
  margin-left: 5px;
}

.h6-tilte-1 {
  font-size: 22px;
  color: #4a1069;
}

.h6-tilte {
  font-size: 20px;
}
.h6-tilte strong {
  color: #4a1069;
}

.pagination-list {
  text-align: start;
}
.pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.pagination-list ul li a i {
  font-size: 14px;
}
.pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.publisher-icon-list li {
  padding-bottom: 0px !important;
  display: inline-block;
}
.publisher-icon-list li a img {
  width: 20px;
}

.completed-button {
  background: #fafafa;
  display: block;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 500 !important;
  display: inline-block;
}

.current-conference {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.selected-option {
  background-color: #6a0dad;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.div-lsit {
  display: flex;
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.div-lsit img {
  width: 220px;
  display: flex;
}
.div-lsit .left-content {
  padding-left: 20px;
}
.div-lsit .left-content h4 {
  margin-bottom: 18px !important;
  font-size: 24px;
  color: #000;
}
.div-lsit .left-content p {
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-lsit .left-content h5 {
  font-size: 17px;
  display: flex;
  color: #000;
  margin-bottom: 15px;
}
.div-lsit .left-content h5 strong {
  margin-left: 5px;
}
.div-lsit .left-content h5 ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.div-lsit .left-content h5 ul li {
  display: inline-block;
  padding: 0px 3px;
}
.div-lsit .left-content h5 ul li a {
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.div-lsit .left-content .current-count {
  margin-bottom: 14px;
  display: flex;
}
.div-lsit .left-content .current-count li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
}
.div-lsit .left-content .current-count li:first-child {
  padding-left: 0px;
}
.div-lsit .left-content .current-count li:last-child {
  border-right: inherit;
}
.div-lsit .left-content .current-count li img {
  width: 20px;
  margin-right: 8px;
}

.conference-content .div-lsit .arrow-icon i {
  bottom: -4px;
}
.conference-content .div-lsit .left-content {
  width: 78%;
}
.conference-content .div-lsit .left-content span {
  background: #d9d9d9;
  color: #4a1069;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 34px;
  font-weight: 500;
}
.conference-content .div-lsit .left-content h4 {
  font-size: 19px;
  margin-bottom: 5px !important;
  color: #4a1069;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content h5 {
  font-size: 15px;
  margin-top: 5px;
}
.conference-content .div-lsit .left-content .univeristy-name {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content .univeristy-name ul li {
  display: inline-block;
}
.conference-content .div-lsit .left-content .conference-bottom-list li {
  margin-bottom: 8px;
}
.conference-content .div-lsit .left-content .conference-bottom-list li button {
  font-size: 15px;
  padding: 8px 19px;
}
.conference-content .div-lsit .left-content .current-count {
  margin-bottom: 5px;
}
.conference-content .div-lsit .left-content .current-count li {
  font-size: 14px;
}
.conference-content .div-lsit .left-content .current-count li img {
  height: auto;
}
.conference-content .div-lsit .left-content .current-count li i {
  margin-right: 5px;
}
.conference-content .div-lsit .leftside-leftimg {
  width: 32%;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div ul {
  padding-bottom: 25px;
  text-align: center;
  line-height: 0.8;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .conference-logos {
  justify-content: center;
  gap: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .date-ul li {
  font-weight: 400;
  font-size: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .footer-logo img {
  width: 35px !important;
  height: auto !important;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .editor-profile li img {
  padding-right: 0px;
  padding-left: 10px;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li {
  justify-content: end;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li img {
  width: 35px !important;
  height: auto !important;
}

.edit-book-parent ul {
  margin-bottom: 20px;
}
.edit-book-parent ul li {
  display: inline-block;
}
.edit-book-parent ul li button {
  background: #4a1069;
  padding: 5px 13px;
  color: #fff;
  border-radius: 4px;
  border: inherit;
  font-size: 14px;
}
.edit-book-parent ul li button i {
  font-size: 13px;
  margin-left: 5px;
}
.edit-book-parent ul li:nth-of-type(2) button {
  background: #009b88;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 2px solid #fff;
}
.edit-book-parent ul li:nth-of-type(2) button i {
  font-size: 14px;
  margin-left: 6px;
}
.edit-book-parent .submitted-paper-div {
  padding-top: 50px;
}
.edit-book-parent .conference-container {
  padding-top: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 10px;
}
.edit-book-parent .conference-container .conference-card {
  padding: 25px;
  color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}
.edit-book-parent .conference-container .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.6px;
}
.edit-book-parent .conference-container .subtitle {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.edit-book-parent .conference-container .conference-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.edit-book-parent .conference-container .conference-logos img {
  height: 60px;
}
.edit-book-parent .conference-container .conference-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.edit-book-parent .conference-container h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.edit-book-parent .conference-container .conference-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.edit-book-parent .conference-container .date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .website {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.edit-book-parent .conference-container .department {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .editor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo h6 {
  font-weight: 400;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo img {
  height: 90px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails {
  text-align: left;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails p {
  font-size: 12px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
  justify-content: start;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li span {
  font-size: 9px;
  margin-left: 5px;
  font-weight: normal;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li i {
  background: #710977;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
}
.edit-book-parent .conference-container .editor-section ul {
  display: block;
  padding-bottom: 4px;
}
.edit-book-parent .conference-container .editor-section ul li {
  display: flex;
  margin-bottom: 5px;
  justify-content: end;
}
.edit-book-parent .conference-container .editor-section ul li::after {
  background: inherit;
}
.edit-book-parent .conference-container .editor-section ul li span {
  font-size: 14px;
}
.edit-book-parent .conference-container .editor-section ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.edit-book-parent .conference-container .download-btn {
  position: absolute;
  bottom: -25px;
  right: 45px;
  background: #6c3bb1;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.edit-book-parent .conference-container .download-btn:hover {
  background: #532a8b;
  transform: scale(1.1);
}
.edit-book-parent .conference-container .about-cnt h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
.edit-book-parent .conference-container .about-cnt p {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card {
  background: rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: white;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 0px 5px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card:hover {
  transform: translateY(-5px);
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card .editor-name {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul {
  list-style: disc;
  padding-left: 0px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul li {
  opacity: 0.9;
  list-style: none;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 100;
}
.edit-book-parent .conference-container .list-footer-section {
  margin-top: 10px;
  text-align: center;
}
.edit-book-parent .conference-container .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.dashboard-conference .right-buttons ul {
  margin-bottom: 0px;
}
.dashboard-conference .right-buttons ul li {
  display: inline-block;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a {
  background: #a24270;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a {
  background: #7548d5;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a {
  background: #8d6244;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a {
  background: #97a211;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a {
  background: #009b88;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li a {
  background: #eee;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.dashboard-conference .extra-table-div {
  margin-bottom: 0 !important;
}
.dashboard-conference .extra-table-div tr td div {
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div p {
  font-size: 14px !important;
  margin-top: 0;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div button {
  margin: 0;
  font-size: 14px;
  padding: 3px 14px;
  margin-top: 10px;
}
.dashboard-conference .right-buttons {
  text-align: left;
  margin-bottom: 20px;
}
.dashboard-conference .right-buttons ul li a {
  font-size: 15px;
  padding: 6px 14px;
}

.volume-img .contentlist-div {
  width: 100%;
  padding: 13px 15px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.volume-img .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.volume-img .content-part-div ul {
  padding-bottom: 2px;
  text-align: center;
}
.volume-img .content-part-div ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.volume-img .content-part-div ul li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 80px !important;
  background: #fff;
  top: 8px;
}
.volume-img .content-part-div .date-ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.volume-img .content-part-div .date-ul li:first-child::after {
  content: "";
  position: absolute;
  left: 104px;
  width: 7px;
  height: 1px;
  background: #fff;
  top: 15px;
}
.volume-img .content-part-div .url-div {
  text-align: center;
}
.volume-img .content-part-div .url-div a {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.volume-img .content-part-div h6 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.volume-img .content-part-div h3 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 11px;
}
.volume-img .content-part-div h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.volume-img .content-part-div h5 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.volume-img .content-part-div p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.volume-img .content-part-div .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}
.volume-img .content-part-div .conference-ediors p {
  font-size: 12px;
}
.volume-img .content-part-div .conference-ediors ul li {
  display: flex;
  margin-bottom: 5px;
  align-items: start;
}
.volume-img .content-part-div .conference-ediors ul li:first-child::after {
  background: inherit;
}
.volume-img .content-part-div .conference-ediors ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.volume-img .content-part-div .conference-ediors ul li span {
  font-size: 10px;
}
.volume-img .list-footer-section {
  text-align: center;
}
.volume-img .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.volume-img .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.volume-img .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.arrow-icon {
  position: relative;
  text-align: end;
}
.arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 14px;
  right: 19px;
  border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5 !important;
  border: inherit !important;
  border-radius: 6px;
  cursor: text;
  padding: 3px 9px;
}

.edit-btn,
.edit-btn:hover {
  background: #4a1069;
  color: #fff;
}

.pay-btn,
.pay-btn:hover {
  background: #069dc9;
  color: #fff;
  padding: 5px 18px;
}

select.form-select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.send-message-btn:hover {
  background: #000;
  color: #fff;
}

ul.pagination {
  padding-top: 16px;
}

.content-part-div a {
  padding-top: 72px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 40px !important;
}

.submitted-paper-div .paper-lsit-table h6 {
  margin-bottom: 20px;
}
.submitted-paper-div .paper-lsit-table .profile-img-div {
  margin-left: 10px;
}
.submitted-paper-div .paper-lsit-table .profile-img-div h6 {
  margin-bottom: 6px !important;
}
.submitted-paper-div .paper-lsit-table .profile-img-div img {
  width: 200px !important;
}
.submitted-paper-div .paper-lsit-table .accepted-tables table ul li button {
  font-size: 15px;
  border: none;
  padding: 8px 13px !important;
  margin-bottom: 8px !important;
}
.submitted-paper-div .paper-lsit-table .accepted-tables table ul li:nth-child(1) button {
  background: #4a1069;
  color: #fff;
  margin-bottom: 6px;
}
.submitted-paper-div .paper-lsit-table .accepted-tables table ul li:nth-child(2) button {
  background: #0c489e;
  color: #fff;
  margin-bottom: 6px;
}
.submitted-paper-div .paper-lsit-table .accepted-tables table ul li:nth-child(3) button {
  background: #d62283;
  color: #fff;
  margin-bottom: 6px;
}
.submitted-paper-div .paper-lsit-table table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.submitted-paper-div .paper-lsit-table table thead {
  background: #f9f9f9;
}
.submitted-paper-div .paper-lsit-table table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.submitted-paper-div .paper-lsit-table table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.submitted-paper-div .paper-lsit-table table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.submitted-paper-div .paper-lsit-table table tbody tr td:first-child {
  padding-left: 35px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .interested-div label {
  color: #20ab26;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .deceision-button-list ul li button:hover, .submitted-paper-div .paper-lsit-table table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li {
  margin-bottom: 10px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .download,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .download i,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .blue-btn,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .dark-green,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .light-blue,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .paper-button,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-yellow,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .dark-green {
  background: #115131;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .report-btn {
  background: #006166;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .orange-btn,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper,
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper input[type=file],
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.submitted-paper-div .paper-lsit-table table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .report-btn i {
  margin-left: 5px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .collapse {
  border: inherit !important;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.submitted-paper-div .paper-lsit-table table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}

.userdiv-tab h6 {
  color: #4A1069;
  font-size: 20px;
}
.userdiv-tab .user-button-list {
  text-align: end;
}
.userdiv-tab .user-button-list ul li {
  display: inline-block;
}
.userdiv-tab .user-button-list ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  border: inherit;
  padding: 8px 20px;
}
.userdiv-tab .user-button-list ul li img {
  margin-left: 10px;
}
.userdiv-tab .user-button-list ul li:nth-child(1) button {
  background: #0C489E;
  color: #fff;
}
.userdiv-tab .user-button-list ul li:nth-child(2) button {
  background: #4A1069;
  color: #fff;
}
.userdiv-tab .user-button-list ul li:nth-child(3) button {
  background: #52BBE8;
  color: #fff;
}

.profile-row {
  align-items: center;
  margin-right: 0px;
}
.profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.profile-row .profile-content img {
  margin-bottom: 0px;
}
.profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.profile-row .publisher-icon-list li a img {
  width: 17px !important;
}

.copyright-btn {
  background: #eeb111 !important;
}

.extra-table-div {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date] {
  background: #f5f5f5;
  border: inherit;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  border: inherit;
  width: 100%;
  border-radius: 5px !important;
}

.download-btn {
  font-size: 14px;
  border: none;
  padding: 7px 18px !important;
  margin-bottom: 8px !important;
  background: #4a1069;
  color: #fff;
}

.withdraw-btn {
  background: #e38a22;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
}

.clear-assignement {
  background: #9a1029;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.sky-blue {
  background: #166be4;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.view-button {
  background: #006166;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.ornge-btn {
  background: #e46b2f;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}

.edit-button {
  background: #4a1069;
  border: inherit;
  padding: 3px 16px;
  border-radius: 6px;
  color: #fff;
}
.edit-button i {
  font-size: 11px;
  margin-left: 5px;
}

.h6-tilte-1 {
  font-size: 22px;
  color: #4a1069;
}

.h6-tilte {
  font-size: 20px;
}
.h6-tilte strong {
  color: #4a1069;
}

.pagination-list {
  text-align: start;
}
.pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.pagination-list ul li a i {
  font-size: 14px;
}
.pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.publisher-icon-list li {
  padding-bottom: 0px !important;
  display: inline-block;
}
.publisher-icon-list li a img {
  width: 20px;
}

.completed-button {
  background: #fafafa;
  display: block;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: 500 !important;
  display: inline-block;
}

.current-conference {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.selected-option {
  background-color: #6a0dad;
  color: white;
  padding: 2px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}

.div-lsit {
  display: flex;
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.div-lsit img {
  width: 220px;
  display: flex;
}
.div-lsit .left-content {
  padding-left: 20px;
}
.div-lsit .left-content h4 {
  margin-bottom: 18px !important;
  font-size: 24px;
  color: #000;
}
.div-lsit .left-content p {
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-lsit .left-content h5 {
  font-size: 17px;
  display: flex;
  color: #000;
  margin-bottom: 15px;
}
.div-lsit .left-content h5 strong {
  margin-left: 5px;
}
.div-lsit .left-content h5 ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.div-lsit .left-content h5 ul li {
  display: inline-block;
  padding: 0px 3px;
}
.div-lsit .left-content h5 ul li a {
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.div-lsit .left-content .current-count {
  margin-bottom: 14px;
  display: flex;
}
.div-lsit .left-content .current-count li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding-right: 14px;
  border-right: 1px solid #c3c3c3;
  padding-left: 10px;
}
.div-lsit .left-content .current-count li:first-child {
  padding-left: 0px;
}
.div-lsit .left-content .current-count li:last-child {
  border-right: inherit;
}
.div-lsit .left-content .current-count li img {
  width: 20px;
  margin-right: 8px;
}

.conference-content .div-lsit .arrow-icon i {
  bottom: -4px;
}
.conference-content .div-lsit .left-content {
  width: 78%;
}
.conference-content .div-lsit .left-content span {
  background: #d9d9d9;
  color: #4a1069;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 34px;
  font-weight: 500;
}
.conference-content .div-lsit .left-content h4 {
  font-size: 19px;
  margin-bottom: 5px !important;
  color: #4a1069;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content h5 {
  font-size: 15px;
  margin-top: 5px;
}
.conference-content .div-lsit .left-content .univeristy-name {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  margin-top: 10px;
}
.conference-content .div-lsit .left-content .univeristy-name ul li {
  display: inline-block;
}
.conference-content .div-lsit .left-content .conference-bottom-list li {
  margin-bottom: 8px;
}
.conference-content .div-lsit .left-content .conference-bottom-list li button {
  font-size: 15px;
  padding: 8px 19px;
}
.conference-content .div-lsit .left-content .current-count {
  margin-bottom: 5px;
}
.conference-content .div-lsit .left-content .current-count li {
  font-size: 14px;
}
.conference-content .div-lsit .left-content .current-count li img {
  height: auto;
}
.conference-content .div-lsit .left-content .current-count li i {
  margin-right: 5px;
}
.conference-content .div-lsit .leftside-leftimg {
  width: 32%;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div ul {
  padding-bottom: 25px;
  text-align: center;
  line-height: 0.8;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .conference-logos {
  justify-content: center;
  gap: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div .date-ul li {
  font-weight: 400;
  font-size: 10px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.conference-content .div-lsit .leftside-leftimg .content-part-div h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .footer-logo img {
  width: 35px !important;
  height: auto !important;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors .editor-profile li img {
  padding-right: 0px;
  padding-left: 10px;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li {
  justify-content: end;
}
.conference-content .div-lsit .leftside-leftimg .conference-ediors ul li img {
  width: 35px !important;
  height: auto !important;
}

.edit-book-parent ul {
  margin-bottom: 20px;
}
.edit-book-parent ul li {
  display: inline-block;
}
.edit-book-parent ul li button {
  background: #4a1069;
  padding: 5px 13px;
  color: #fff;
  border-radius: 4px;
  border: inherit;
  font-size: 14px;
}
.edit-book-parent ul li button i {
  font-size: 13px;
  margin-left: 5px;
}
.edit-book-parent ul li:nth-of-type(2) button {
  background: #009b88;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 2px solid #fff;
}
.edit-book-parent ul li:nth-of-type(2) button i {
  font-size: 14px;
  margin-left: 6px;
}
.edit-book-parent .submitted-paper-div {
  padding-top: 50px;
}
.edit-book-parent .conference-container {
  padding-top: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 10px;
}
.edit-book-parent .conference-container .conference-card {
  padding: 25px;
  color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}
.edit-book-parent .conference-container .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.6px;
}
.edit-book-parent .conference-container .subtitle {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.edit-book-parent .conference-container .conference-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.edit-book-parent .conference-container .conference-logos img {
  height: 60px;
}
.edit-book-parent .conference-container .conference-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.edit-book-parent .conference-container h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.edit-book-parent .conference-container .conference-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.edit-book-parent .conference-container .date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .website {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.edit-book-parent .conference-container .department {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .editor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo h6 {
  font-weight: 400;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .left-bottom-logo img {
  height: 90px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails {
  text-align: left;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails p {
  font-size: 12px;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
  justify-content: start;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li span {
  font-size: 9px;
  margin-left: 5px;
  font-weight: normal;
}
.edit-book-parent .conference-container .editor-section .jacksspprow-dtails ul li i {
  background: #710977;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
}
.edit-book-parent .conference-container .editor-section ul {
  display: block;
  padding-bottom: 4px;
}
.edit-book-parent .conference-container .editor-section ul li {
  display: flex;
  margin-bottom: 5px;
  justify-content: end;
}
.edit-book-parent .conference-container .editor-section ul li::after {
  background: inherit;
}
.edit-book-parent .conference-container .editor-section ul li span {
  font-size: 14px;
}
.edit-book-parent .conference-container .editor-section ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.edit-book-parent .conference-container .download-btn {
  position: absolute;
  bottom: -25px;
  right: 45px;
  background: #6c3bb1;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.edit-book-parent .conference-container .download-btn:hover {
  background: #532a8b;
  transform: scale(1.1);
}
.edit-book-parent .conference-container .about-cnt h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
.edit-book-parent .conference-container .about-cnt p {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0px !important;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card {
  background: rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: white;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 0px 5px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card:hover {
  transform: translateY(-5px);
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card .editor-name {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul {
  list-style: disc;
  padding-left: 0px;
}
.edit-book-parent .conference-container .about-cnt .editor-cards .editor-card ul li {
  opacity: 0.9;
  list-style: none;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 100;
}
.edit-book-parent .conference-container .list-footer-section {
  margin-top: 10px;
  text-align: center;
}
.edit-book-parent .conference-container .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.edit-book-parent .conference-container .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.dashboard-conference .right-buttons ul {
  margin-bottom: 0px;
}
.dashboard-conference .right-buttons ul li {
  display: inline-block;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a {
  background: #a24270;
}
.dashboard-conference .right-buttons ul li:nth-child(1) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a {
  background: #7548d5;
}
.dashboard-conference .right-buttons ul li:nth-child(2) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a {
  background: #8d6244;
}
.dashboard-conference .right-buttons ul li:nth-child(3) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a {
  background: #97a211;
}
.dashboard-conference .right-buttons ul li:nth-child(4) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a {
  background: #009b88;
}
.dashboard-conference .right-buttons ul li:nth-child(5) a i {
  margin-left: 8px;
}
.dashboard-conference .right-buttons ul li a {
  background: #eee;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.dashboard-conference .extra-table-div {
  margin-bottom: 0 !important;
}
.dashboard-conference .extra-table-div tr td div {
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div p {
  font-size: 14px !important;
  margin-top: 0;
  text-align: left;
}
.dashboard-conference .extra-table-div tr td div button {
  margin: 0;
  font-size: 14px;
  padding: 3px 14px;
  margin-top: 10px;
}
.dashboard-conference .right-buttons {
  text-align: left;
  margin-bottom: 20px;
}
.dashboard-conference .right-buttons ul li a {
  font-size: 15px;
  padding: 6px 14px;
}

.volume-img .contentlist-div {
  width: 100%;
  padding: 13px 15px;
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}
.volume-img .content-part-div {
  display: inline-grid;
  align-content: center;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.volume-img .content-part-div ul {
  padding-bottom: 2px;
  text-align: center;
}
.volume-img .content-part-div ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.volume-img .content-part-div ul li:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 80px !important;
  background: #fff;
  top: 8px;
}
.volume-img .content-part-div .date-ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.volume-img .content-part-div .date-ul li:first-child::after {
  content: "";
  position: absolute;
  left: 104px;
  width: 7px;
  height: 1px;
  background: #fff;
  top: 15px;
}
.volume-img .content-part-div .url-div {
  text-align: center;
}
.volume-img .content-part-div .url-div a {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.volume-img .content-part-div h6 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.volume-img .content-part-div h3 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 11px;
}
.volume-img .content-part-div h4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.volume-img .content-part-div h5 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.volume-img .content-part-div p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.volume-img .content-part-div .conference-ediors {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}
.volume-img .content-part-div .conference-ediors p {
  font-size: 12px;
}
.volume-img .content-part-div .conference-ediors ul li {
  display: flex;
  margin-bottom: 5px;
  align-items: start;
}
.volume-img .content-part-div .conference-ediors ul li:first-child::after {
  background: inherit;
}
.volume-img .content-part-div .conference-ediors ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.volume-img .content-part-div .conference-ediors ul li span {
  font-size: 10px;
}
.volume-img .list-footer-section {
  text-align: center;
}
.volume-img .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.volume-img .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.volume-img .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}

.arrow-icon {
  position: relative;
  text-align: end;
}
.arrow-icon i {
  background: #4a1069;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 2.4;
  border-radius: 64%;
  position: absolute;
  bottom: -17px;
  font-size: 14px;
  right: 19px;
  border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5 !important;
  border: inherit !important;
  border-radius: 6px;
  cursor: text;
  padding: 3px 9px;
}

.edit-btn,
.edit-btn:hover {
  background: #4a1069;
  color: #fff;
}

.pay-btn,
.pay-btn:hover {
  background: #069dc9;
  color: #fff;
  padding: 5px 18px;
}

select.form-select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.send-message-btn:hover {
  background: #000;
  color: #fff;
}

ul.pagination {
  padding-top: 16px;
}

.content-part-div a {
  padding-top: 72px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 40px !important;
}

.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 20px;
  display: flex;
  margin-bottom: 25px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperlist-img {
  position: relative;
  width: 32%;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperlist-img .ribbon {
  --r: 0.4em;
  --c: #FFC73D;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  z-index: 9;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperlist-img .ribbon1 {
  --r: 0.4em;
  --c: #15557A;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 9;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperlist-img .ribbon2 {
  --r: 0.4em;
  --c: #EC2B65;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 9;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperlist-img .ribbon3 {
  --r: 0.4em;
  --c: #2BE0EC;
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--r));
  line-height: 2.3;
  padding: 0 1em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, var(--c) 0) 0 0/calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 9;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperlist-img img {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content {
  margin-left: 20px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row {
  align-items: center;
  margin-right: 0px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .profile-icon img {
  height: 60px !important;
  margin-bottom: 0px;
  margin-right: 0px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .profile-content {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .profile-content p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .profile-content img {
  margin-bottom: 0px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .profile-content .author-country {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .profile-content .author-country img {
  width: 20px;
  margin-right: 3px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .publisher-icon-list li {
  display: inline-block;
  width: 20px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .publisher-icon-list li a {
  width: 17px !important;
  display: block;
  text-align: center;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .publisher-icon-list li a img {
  width: 17px !important;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .profile-row .count-icon span {
  width: 30px;
  height: 30px;
  border-radius: 31px;
  background: #e1e1e1;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 1px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content h6 {
  margin-bottom: 0px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content p {
  font-size: 16px;
  color: #000;
  margin: 0px 0px 10px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content ul.dashboard-published-ul-tag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content ul.dashboard-published-ul-tag li {
  color: #000;
  margin-bottom: 0px;
  font-size: 14px;
  position: relative;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content ul.dashboard-published-ul-tag li:nth-child(2n):before {
  position: absolute;
  left: -45px;
  top: 8px;
  content: "";
  border-left: 3px solid #eee;
  width: 16px !important;
  height: 17px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content ul.dashboard-published-ul-tag li:nth-child(4n):before {
  position: absolute;
  left: -45px;
  top: 8px;
  content: "";
  border-left: 3px solid #eee;
  width: 16px !important;
  height: 17px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div {
  padding-top: 0px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li button {
  background: #ccc;
  color: #fff;
  color: #000;
  padding: 8px 21px;
  border-radius: 4px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(1) button {
  background: #4A1069;
  color: #fff;
  display: flex;
  align-items: center;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(1) button img {
  width: 14px !important;
  height: 17px !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(2) button {
  background: #DAA528;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(3) button {
  background: #009B88;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(4) button {
  background: #8C3200;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(5) button {
  background: #4673D9;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(6) button {
  background: #FB833B;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(7) button {
  background: #85610C;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(8) button {
  background: #F30879;
  color: #fff;
}
.paper-lsit-table .dashbaord-regular-issue-list .dashbaord-regular-item .paperright-content .dashboard-bottom-btns-div li:nth-child(9) button {
  background: #4E8130;
  color: #fff;
}
.paper-lsit-table .online-payment-buttons {
  text-align: end;
}
.paper-lsit-table .online-payment-buttons ul li {
  display: inline-block;
  padding-right: 10px;
}
.paper-lsit-table .online-payment-buttons ul li button {
  background: #eee;
  padding: 7px 21px;
  border-radius: 4px;
  border: inherit;
  color: #fff;
  font-size: 18px;
}
.paper-lsit-table .online-payment-buttons ul li:nth-child(1) button {
  background: #EEB111;
}
.paper-lsit-table .online-payment-buttons ul li:nth-child(2) button {
  background: #0C489E;
}
.paper-lsit-table .paper-presentation-button ul li {
  display: inline-block;
}
.paper-lsit-table .paper-presentation-button ul li button {
  background: #eee;
  padding: 8px 18px;
  border-radius: 4px;
  border: inherit;
  color: #fff;
  font-size: 19px;
}
.paper-lsit-table .paper-presentation-button ul li:nth-child(1) button {
  background: #0C489E;
}
.paper-lsit-table .paper-presentation-button ul li:nth-child(2) button {
  background: #EEB111;
}
.paper-lsit-table .paper-presentation-button ul li:nth-child(3) button {
  background: #4A1069;
}

.custom-modal-div {
  border-radius: 17px !important;
}
.custom-modal-div .pagination-list {
  text-align: start;
}
.custom-modal-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.custom-modal-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.custom-modal-div .pagination-list ul li a i {
  font-size: 14px;
}
.custom-modal-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}
.custom-modal-div .research-paper-type {
  width: 93% !important;
}
.custom-modal-div #add-more-one {
  width: 10%;
  margin-left: 0px;
}
.custom-modal-div #add-more-one i {
  font-size: 30px;
}
.custom-modal-div .print-buttons button {
  background: #eee;
  padding: 6px 18px;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 19px;
}
.custom-modal-div .print-buttons button:nth-child(1) {
  background: #4A1069;
}
.custom-modal-div .print-buttons button:nth-child(2) {
  background: #0B398C;
}
.custom-modal-div .profile-icon img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.custom-modal-div .profile-icon ul {
  margin-top: 0px;
}
.custom-modal-div .profile-icon ul li {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
}
.custom-modal-div .external-reviwer {
  background: #EEB111 !important;
  padding: 8px 20px !important;
  background: #eee;
  color: #fff;
  border: inherit;
  border-radius: 3px;
  font-size: 17px;
}
.custom-modal-div .reviewer-list {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  border: inherit;
}
.custom-modal-div .reviewer-list::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-div .reviewer-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.custom-modal-div .reviewer-list::-webkit-scrollbar-thumb {
  background: #4A1069;
  border-radius: 10px;
}
.custom-modal-div .reviewer-list::-webkit-scrollbar-thumb:hover {
  background: #4A1069;
}
.custom-modal-div .reviewer-list .reviewer {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
.custom-modal-div .reviewer-list .reviewer input {
  margin-right: 18px;
  width: 23px;
  height: 30px;
}
.custom-modal-div .reviewer-list .reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.custom-modal-div .reviewer-list .reviewer .reviewer-info {
  flex-grow: 1;
  text-align: left;
}
.custom-modal-div .reviewer-list .reviewer .reviewer-info h4 {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.custom-modal-div .reviewer-list .reviewer .reviewer-info p {
  margin: 2px 0 0;
  font-size: 12px;
  color: gray;
}
.custom-modal-div .reviewer-list .reviewer .badge {
  background: #EBCA53;
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
}
.custom-modal-div .reviewer-list-1 {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  border: inherit;
}
.custom-modal-div .reviewer-list-1::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-div .reviewer-list-1::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.custom-modal-div .reviewer-list-1::-webkit-scrollbar-thumb {
  background: #4A1069;
  border-radius: 10px;
}
.custom-modal-div .reviewer-list-1::-webkit-scrollbar-thumb:hover {
  background: #4A1069;
}
.custom-modal-div .reviewer-list-1 .reviewer {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}
.custom-modal-div .reviewer-list-1 .reviewer i {
  margin-right: 30px;
  font-size: 17px;
  color: #9A1029;
}
.custom-modal-div .reviewer-list-1 .reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.custom-modal-div .reviewer-list-1 .reviewer .reviewer-info {
  flex-grow: 1;
  text-align: left;
}
.custom-modal-div .reviewer-list-1 .reviewer .reviewer-info h4 {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.custom-modal-div .reviewer-list-1 .reviewer .reviewer-info p {
  margin: 2px 0 0;
  font-size: 12px;
  color: gray;
}
.custom-modal-div .reviewer-list-1 .reviewer .badge {
  background: #EBCA53;
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
}
.custom-modal-div .paymnt-img img {
  width: 125px;
}
.custom-modal-div .dg-table-left-content ul {
  margin-top: 0px;
}
.custom-modal-div .dg-table-left-content ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.custom-modal-div .dg-table-left-content ul li .label {
  color: #000000;
  font-size: 14px;
  width: 30%;
  font-weight: normal;
}
.custom-modal-div .dg-table-left-content ul li span.dots {
  width: 10%;
  text-align: center;
  font-weight: normal;
}
.custom-modal-div .dg-table-left-content ul li .value {
  margin-left: 0px;
  color: #000000;
  font-weight: normal;
  width: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
.custom-modal-div .modal-header {
  background: #e8e8e8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 14px 44px;
}
.custom-modal-div .reminder-type input {
  margin-top: 7px;
}
.custom-modal-div .cusotm-bosy-content {
  padding: 14px 30px;
  overflow-y: scroll;
  height: 550px;
}
.custom-modal-div .cusotm-bosy-content h6 {
  font-size: 18px;
}
.custom-modal-div .cusotm-bosy-content h6 strong {
  color: #4a1069;
}
.custom-modal-div .cusotm-bosy-content h5 {
  margin-bottom: 7px;
  font-size: 22px;
}
.custom-modal-div .cusotm-bosy-content span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.custom-modal-div .cusotm-bosy-content textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.custom-modal-div .cusotm-bosy-content select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.custom-modal-div .cusotm-bosy-content .grid-item-div {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  margin-bottom: 20px;
}
.custom-modal-div .cusotm-bosy-content .grid-item-div .grid-item {
  font-weight: 500;
  margin-bottom: 10px;
}
.custom-modal-div .cusotm-bosy-content .grid-item-div .green {
  color: #115131;
}
.custom-modal-div .cusotm-bosy-content .grid-item-div .red {
  color: #9A1029;
}
.custom-modal-div .cusotm-bosy-content .form-check input {
  border-radius: 20px !important;
}
.custom-modal-div .cusotm-bosy-content .user-list-div ul {
  margin-bottom: 20px;
}
.custom-modal-div .cusotm-bosy-content .user-list-div ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.custom-modal-div .cusotm-bosy-content .user-list-div ul li h6 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0px;
}
.custom-modal-div .cusotm-bosy-content .user-list-div ul li span {
  font-size: 11px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4941176471);
}
.custom-modal-div .cusotm-bosy-content .datetimepickerclass {
  display: flex;
  flex-wrap: nowrap;
}
.custom-modal-div .cusotm-bosy-content .datetimepickerclass .input-group-addon {
  position: absolute;
  right: 18px;
  font-size: 20px;
  top: 11px;
}
.custom-modal-div .cusotm-bosy-content .visibility-check-box h6 {
  font-size: 17px;
  font-weight: 500;
}
.custom-modal-div .cusotm-bosy-content .visibility-check-box input {
  border-radius: 0px;
}
.custom-modal-div .cusotm-bosy-content .form-check label {
  color: #000;
}
.custom-modal-div .cusotm-bosy-content .form-check input {
  margin-top: 6px;
  border-radius: 0px;
}
.custom-modal-div .cusotm-bosy-content .right-checkbox-div {
  margin-bottom: 13px;
}
.custom-modal-div .cusotm-bosy-content .right-checkbox-div h6 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
}
.custom-modal-div .cusotm-bosy-content .right-checkbox-div ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.custom-modal-div .cusotm-bosy-content .right-checkbox-div ul li {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 12px;
}
.custom-modal-div .cusotm-bosy-content .right-checkbox-div ul li input {
  border-radius: 0px;
  margin-top: 7px;
}
.custom-modal-div .cusotm-bosy-content .popup-buttons-list ul li {
  margin-right: 3px;
}
.custom-modal-div .cusotm-bosy-content .popup-buttons-list ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 6px 14px;
  color: #fff;
}
.custom-modal-div .cusotm-bosy-content .popup-buttons-list ul li:nth-child(1) button {
  background: #006166 !important;
}
.custom-modal-div .cusotm-bosy-content .popup-buttons-list ul li:nth-child(2) button {
  background: #DAA431;
}
.custom-modal-div .cusotm-bosy-content .popup-buttons-list ul li:nth-child(3) button {
  background: #F30879;
}
.custom-modal-div .cusotm-bosy-content .cover-page-buttons ul li {
  margin-right: 3px;
}
.custom-modal-div .cusotm-bosy-content .cover-page-buttons ul li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 16px;
  border: inherit;
  padding: 6px 18px;
  color: #fff;
}
.custom-modal-div .cusotm-bosy-content .cover-page-buttons ul li:nth-child(1) button {
  background: #0C489E !important;
}
.custom-modal-div .cusotm-bosy-content .cover-page-buttons ul li:nth-child(2) button {
  background: #DAA431;
}
.custom-modal-div .cusotm-bosy-content .cover-page-buttons ul li:nth-child(3) button {
  background: #4A1069;
}
.custom-modal-div .cusotm-bosy-content .invitation-link {
  margin-top: 24px;
  background: #fafafa;
  padding: 24px;
  border-radius: 8px;
}
.custom-modal-div .cusotm-bosy-content .invitation-link h6 {
  font-size: 18px;
  margin-bottom: 4px;
}
.custom-modal-div .cusotm-bosy-content .invitation-link P {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
}
.custom-modal-div .cusotm-bosy-content .invitation-link a {
  color: #4A1069;
  font-size: 16px;
  font-weight: 500;
}
.custom-modal-div .cusotm-bosy-content .invitation-link ul li button {
  background: #4A1069;
  padding: 8px 19px;
  border-radius: 5px;
  font-size: 18px;
}
.custom-modal-div .cusotm-bosy-content table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.custom-modal-div .cusotm-bosy-content table thead {
  background: #f9f9f9;
}
.custom-modal-div .cusotm-bosy-content table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.custom-modal-div .cusotm-bosy-content table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.custom-modal-div .cusotm-bosy-content table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td:first-child {
  padding-left: 35px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .interested-div label {
  color: #20ab26;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .deceision-button-list ul li button:hover, .custom-modal-div .cusotm-bosy-content table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li {
  margin-bottom: 10px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .download,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .download i,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .blue-btn,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .dark-green,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .light-blue,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .paper-button,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-yellow,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .dark-green {
  background: #115131;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .report-btn {
  background: #006166;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .orange-btn,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper,
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper input[type=file],
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .report-btn i {
  margin-left: 5px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .collapse {
  border: inherit !important;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.custom-modal-div .cusotm-bosy-content table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.custom-modal-div .cusotm-bosy-content .selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.custom-modal-div .cusotm-bosy-content .selected-option {
  background-color: #6A0DAD;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.custom-modal-div .cusotm-bosy-content .selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}
.custom-modal-div .cusotm-bosy-content p {
  color: #000;
}
.custom-modal-div .cusotm-bosy-content .selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.custom-modal-div .cusotm-bosy-content .selected-options .selected-option {
  background-color: #FAFAFA;
  color: #4A1069;
  padding: 2px 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.custom-modal-div .cusotm-bosy-content .selected-options .selected-option:hover {
  background-color: #570b8c;
  color: #FFF;
}
.custom-modal-div .cusotm-bosy-content .selected-options .selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  transition: color 0.3s ease;
}
.custom-modal-div .cusotm-bosy-content .selected-options .selected-option .remove-option:hover {
  color: #fff;
}
.custom-modal-div .cusotm-bosy-content .popup-table table {
  box-shadow: inherit;
  margin-bottom: 0px;
}
.custom-modal-div .cusotm-bosy-content .popup-table table .date-div p {
  font-weight: 500;
  margin-bottom: 0px;
}
.custom-modal-div .cusotm-bosy-content .popup-table table .date-div span {
  font-weight: normal;
  font-size: 13px;
}
.custom-modal-div .cusotm-bosy-content .popup-table table tr {
  border-bottom: 1px solid #fafafa;
}
.custom-modal-div .cusotm-bosy-content .popup-table table tr td {
  padding: 8px;
}
.custom-modal-div .cusotm-bosy-content .popup-table table tr td input {
  border-radius: 0px;
}
.custom-modal-div .cusotm-bosy-content .transparent-btuuons ul li button {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 9px 20px;
  font-size: 19px;
  background: transparent;
  color: #000;
}
.custom-modal-div .cusotm-bosy-content .transparent-btuuons ul li button:hover {
  background: #DAA431;
  color: #fff;
  border: 1px solid #DAA431;
}
.custom-modal-div .cusotm-bosy-content .profile-div {
  display: flex;
  margin-bottom: 20px;
}
.custom-modal-div .cusotm-bosy-content .profile-div img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.custom-modal-div .cusotm-bosy-content .profile-div span {
  font-weight: normal;
  font-size: 12px;
  color: #787878;
}
.custom-modal-div .cusotm-bosy-content .profile-div h6 {
  margin-bottom: 0px;
}
.custom-modal-div .evalution-list {
  margin-top: 0px;
}
.custom-modal-div .evalution-list li {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  position: relative;
  font-size: 18px;
}
.custom-modal-div .evalution-list li strong {
  padding-left: 10px;
}
.custom-modal-div .evalution-list li::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  background: #a1a0a0;
  width: 2px;
  height: 20px;
}
.custom-modal-div .evalution-list li:first-child::after {
  display: none;
}
.custom-modal-div .reoprt-area {
  margin-top: 18px;
}
.custom-modal-div .reoprt-area h6 {
  margin-bottom: 0px;
  font-weight: normal;
}
.custom-modal-div .reoprt-area ul {
  padding-left: 10px;
  margin-top: 7px;
}
.custom-modal-div .reoprt-area ul li {
  list-style: none;
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.custom-modal-div .reoprt-area ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 25%;
  transform: translateY(-50%);
  background: #000;
  width: 6px;
  height: 5px;
  border-radius: 31px;
}
.custom-modal-div .reoprt-area .report-downlaod-list ul li {
  list-style: none;
  padding-left: 0px;
}
.custom-modal-div .reoprt-area .report-downlaod-list ul li .report-item img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-modal-div .reoprt-area .report-downlaod-list ul li .report-item .report-details {
  display: flex;
  justify-content: space-between;
}
.custom-modal-div .reoprt-area .report-downlaod-list ul li .report-item::before {
  content: inherit;
}
.custom-modal-div .file {
  display: none;
}
.custom-modal-div .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 310px !important;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.custom-modal-div .custom-input-field1 {
  position: relative;
  width: 100%;
}
.custom-modal-div .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.custom-modal-div .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.custom-modal-div .btn-upload {
  background: #fb833b;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 47px;
}
.custom-modal-div .btn-upload:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}
.custom-modal-div .add_input {
  margin-top: 4px;
  display: block;
}
.custom-modal-div .add_input i {
  font-size: 27px;
}
.custom-modal-div .remove-btn i {
  color: rgb(201, 13, 13);
  font-size: 27px;
}
.custom-modal-div ul {
  margin-top: 30px;
}
.custom-modal-div ul li {
  display: inline-block;
  margin-right: 5px;
}
.custom-modal-div ul li button {
  padding: 5px 20px;
  background: #eee;
  color: #000;
  border: inherit;
  border-radius: 3px;
  font-size: 17px;
}
.custom-modal-div ul li:nth-child(1) button {
  background: #daa431;
  color: #fff;
}
.custom-modal-div ul li:nth-child(2) button {
  background: #4a1069;
  color: #fff;
}
.custom-modal-div ul li:nth-child(3) button {
  background: #0c489e;
  color: #fff;
}

/* Dashboard Faq Styles */
.dashbaord-faq-section {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 10px;
}
.dashbaord-faq-section span {
  background: #4a1069;
  padding: 8px 20px;
  border-radius: 26px;
  color: #fff;
}
.dashbaord-faq-section div#accordionFlushExample {
  margin-top: 25px;
}
.dashbaord-faq-section div#accordionFlushExample .accordion-item {
  margin-bottom: 10px;
  border-bottom: inherit;
}
.dashbaord-faq-section div#accordionFlushExample .accordion-item .accordion-header .accordion-button {
  background: #f8f8f8 !important;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.dashbaord-faq-section div#accordionFlushExample .accordion-item .accordion-header .accordion-button:focus {
  border: transparent;
  box-shadow: inherit;
}
.dashbaord-faq-section div#accordionFlushExample .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.dashbaord-faq-section div#accordionFlushExample .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: grayscale(100%);
}
.dashbaord-faq-section div#accordionFlushExample .accordion-item .accordion-collapse.collapse.show {
  background: #f8f8f8;
}

/* Author Grivenac */
.grievance-div .grievance-list-itme .submit-grievance {
  background: #EEB111;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px;
  border: inherit;
}
.grievance-div .grievance-list-itme .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.grievance-div .grievance-list-itme table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.grievance-div .grievance-list-itme table thead {
  background: #f9f9f9;
}
.grievance-div .grievance-list-itme table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.grievance-div .grievance-list-itme table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.grievance-div .grievance-list-itme table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.grievance-div .grievance-list-itme table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.grievance-div .grievance-list-itme table tbody tr td:first-child {
  padding-left: 35px;
}
.grievance-div .grievance-list-itme table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.grievance-div .grievance-list-itme table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.grievance-div .grievance-list-itme table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.grievance-div .grievance-list-itme table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.grievance-div .grievance-list-itme table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.grievance-div .grievance-list-itme table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.grievance-div .grievance-list-itme table tbody tr td .interested-div label {
  color: #20ab26;
}
.grievance-div .grievance-list-itme table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.grievance-div .grievance-list-itme table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.grievance-div .grievance-list-itme table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.grievance-div .grievance-list-itme table tbody tr td .deceision-button-list ul li button:hover, .grievance-div .grievance-list-itme table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.grievance-div .grievance-list-itme table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.grievance-div .grievance-list-itme table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.grievance-div .grievance-list-itme table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.grievance-div .grievance-list-itme table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.grievance-div .grievance-list-itme table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.grievance-div .grievance-list-itme table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.grievance-div .grievance-list-itme table tbody tr td ul li {
  margin-bottom: 10px;
}
.grievance-div .grievance-list-itme table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .download,
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .download i,
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .blue-btn,
.grievance-div .grievance-list-itme table tbody tr td ul li .dark-green,
.grievance-div .grievance-list-itme table tbody tr td ul li .light-blue,
.grievance-div .grievance-list-itme table tbody tr td ul li .paper-button,
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-yellow,
.grievance-div .grievance-list-itme table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .dark-green {
  background: #115131;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .report-btn {
  background: #006166;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .orange-btn,
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper,
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper input[type=file],
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.grievance-div .grievance-list-itme table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.grievance-div .grievance-list-itme table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.grievance-div .grievance-list-itme table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.grievance-div .grievance-list-itme table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.grievance-div .grievance-list-itme table tbody tr td .report-btn i {
  margin-left: 5px;
}
.grievance-div .grievance-list-itme table tbody tr td .collapse {
  border: inherit !important;
}
.grievance-div .grievance-list-itme table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.grievance-div .grievance-list-itme table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.grievance-div .grievance-list-itme table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.grievance-div .grievance-list-itme table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.grievance-div .pagination-list {
  text-align: start;
}
.grievance-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.grievance-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.grievance-div .pagination-list ul li a i {
  font-size: 14px;
}
.grievance-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

/* submit paper as preprint */
.dashboard-submit-form h6 {
  font-size: 19px;
  color: #4a1069;
}
.dashboard-submit-form .submit-form-section {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 35px;
  border-radius: 9px;
}
.dashboard-submit-form .submit-form-section .check-boxs h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #6B7385;
}
.dashboard-submit-form .submit-form-section .check-boxs .form-check {
  margin-left: 24px;
}
.dashboard-submit-form .submit-form-section .check-boxs label {
  padding-left: 0px;
}
.dashboard-submit-form .submit-form-section .check-boxs input {
  margin-top: 7px;
}
.dashboard-submit-form .submit-form-section select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.dashboard-submit-form .submit-form-section textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.dashboard-submit-form .submit-form-section .research-paper-type {
  width: 88% !important;
}
.dashboard-submit-form .submit-form-section .plus-icon-div i {
  font-size: 25px;
}
.dashboard-submit-form .bottom-picture-section {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  padding: 25px;
  border-radius: 9px;
}

/* Copyright form guidliness */
.dashboard-copy-right h6 {
  font-size: 18px;
  color: #4a1069;
  margin-top: 30px;
}
.dashboard-copy-right p {
  color: #000;
}
.dashboard-copy-right .copyright-form-list {
  margin-top: 80px;
}
.dashboard-copy-right .copyright-form-list .section-title {
  margin-bottom: 40px;
}
.dashboard-copy-right .copyright-form-list .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.dashboard-copy-right .copyright-form-list table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.dashboard-copy-right .copyright-form-list table thead {
  background: #f9f9f9;
}
.dashboard-copy-right .copyright-form-list table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.dashboard-copy-right .copyright-form-list table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.dashboard-copy-right .copyright-form-list table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.dashboard-copy-right .copyright-form-list table tbody tr td:first-child {
  padding-left: 35px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .interested-div label {
  color: #20ab26;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .deceision-button-list ul li button:hover, .dashboard-copy-right .copyright-form-list table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li {
  margin-bottom: 10px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .download,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .download i,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .blue-btn,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .dark-green,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .light-blue,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .paper-button,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-yellow,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .dark-green {
  background: #115131;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .report-btn {
  background: #006166;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .orange-btn,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper,
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper input[type=file],
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.dashboard-copy-right .copyright-form-list table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .report-btn i {
  margin-left: 5px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .collapse {
  border: inherit !important;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.dashboard-copy-right .copyright-form-list table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.dashboard-copy-right .copyright-form-list .score-ul-list li {
  display: inline-block;
  padding-right: 10px;
}
.dashboard-copy-right .copyright-form-list .score-ul-list li .color-green {
  filter: hue-rotate(356deg);
}
.dashboard-copy-right .copyright-form-list .score-ul-list li .svg-gray {
  filter: grayscale(100%);
  fill: #B3B3B3;
}
.dashboard-copy-right .copyright-form-list .copyright-form-table td span {
  font-size: 14px;
}
.dashboard-copy-right .copyright-form-list .copyright-form-table td span i {
  font-size: 13px;
}
.dashboard-copy-right .copyright-form-list .copyright-form-table .status-buttons li button {
  font-size: 14px;
  padding: 8px 10px;
}
.dashboard-copy-right .copyright-form-list .copyright-form-table .status-buttons li .violent-button {
  background: #4a1069;
}
.dashboard-copy-right .copyright-form-list .copyright-form-table .status-buttons li .blue-button {
  background: #166be4;
}
.dashboard-copy-right .copyright-form-list .copyright-form-table .status-buttons li .upload-yellow {
  background: #daa431;
}

/*copyright form button */
.copy-rghot-form {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.copy-rghot-form .copy-rght-header {
  background: #4a1069;
  padding: 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
}
.copy-rghot-form .copy-rght-header h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}
.copy-rghot-form .copy-rght-header .logo-section {
  text-align: end;
}
.copy-rghot-form .copy-rght-header .logo-section ul li {
  display: inline-block;
  padding-right: 10px;
}
.copy-rghot-form .copy-rght-header .logo-section ul li img {
  width: 140px;
}
.copy-rghot-form .copyright-body {
  padding: 20px;
}
.copy-rghot-form .copyright-body h6 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 6px;
  margin-top: 15px;
}
.copy-rghot-form .copyright-body p {
  color: #000;
  font-size: 17px;
  margin-bottom: 0px;
}
.copy-rghot-form .copyright-body .paper-details-ul ul {
  margin-top: 6px;
}
.copy-rghot-form .copyright-body .paper-details-ul ul li {
  display: inline-block;
  font-size: 17px;
  color: #000;
  padding-right: 40px;
  position: relative;
}
.copy-rghot-form .copyright-body .paper-details-ul ul li:first-child {
  position: relative;
}
.copy-rghot-form .copyright-body .paper-details-ul ul li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #a2a2a2;
  position: absolute;
  right: -5px;
  right: 16px;
  top: 6px;
}
.copy-rghot-form .copyright-body .paper-details-ul ul li p {
  font-size: 17px;
  color: #000;
  margin-bottom: 0px;
}
.copy-rghot-form .copyright-body .second-ul-list h6 {
  font-size: 22px;
  margin-bottom: 13px;
}
.copy-rghot-form .copyright-body .second-ul-list ul li {
  font-size: 17px;
  margin-bottom: 12px;
  color: #000;
}
.copy-rghot-form .copyright-body .select-dropdown h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.copy-rghot-form .copyright-body .select-dropdown .plus-icon i {
  font-size: 23px;
  font-weight: 500;
}
.copy-rghot-form .copyright-body .select-dropdown select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: 45px !important;
  display: block;
  border-radius: 8px;
}
.copy-rghot-form .copyright-body .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.copy-rghot-form .copyright-body #addOptionButton {
  margin-left: 10px;
  cursor: pointer;
  margin-top: 10px;
}
.copy-rghot-form .copyright-body #dropdown {
  margin-top: 10px;
}
.copy-rghot-form .copyright-body #selectedOptions {
  margin-top: 10px;
}
.copy-rghot-form .copyright-body #selectedOptions li {
  display: inline-block;
  padding-right: 4px;
  font-size: 17px;
  color: #000;
}
.copy-rghot-form .copyright-body .corresponding-author ul li {
  display: inline-block;
  padding-right: 5px;
  font-size: 17px;
  color: #000;
}
.copy-rghot-form .copyright-body .corresponding-author select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 6px;
  height: 45px;
}
.copy-rghot-form .copyright-body .corresponding-author i {
  font-size: 23px;
}
.copy-rghot-form .copyright-body .other-ul-tag-div h6 {
  position: relative;
  padding-left: 20px;
}
.copy-rghot-form .copyright-body .other-ul-tag-div h6:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 13px;
  background-color: #000;
  width: 7px;
  height: 7px;
  border-radius: 56px;
}
.copy-rghot-form .copyright-body .other-ul-tag-div p {
  font-size: 18px;
  margin-bottom: 10px;
}
.copy-rghot-form .copyright-body .other-ul-tag-div ul {
  padding-left: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.copy-rghot-form .copyright-body .other-ul-tag-div ul li {
  font-size: 17px;
  color: #000;
  list-style: numeric;
  margin-bottom: 10px;
}
.copy-rghot-form .copyright-body .other-ul-tag-div ul li ul li {
  position: relative;
  list-style: none;
}
.copy-rghot-form .copyright-body .other-ul-tag-div ul li ul li:before {
  position: absolute;
  left: -12px;
  top: 0px;
  content: "-";
}
.copy-rghot-form .copyright-body .signature-upload ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.copy-rghot-form .copyright-body .signature-upload ul li {
  display: inline-block;
  margin-bottom: 6px;
}
.copy-rghot-form .copyright-body .signature-upload ul li p {
  font-size: 17px;
  color: #000;
}
.copy-rghot-form .copyright-body .signature-upload ul li span {
  font-size: 14px;
  color: #000;
}
.copy-rghot-form .copyright-body .signature-upload h6 {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}
.copy-rghot-form .copyright-body .signature-upload .custom-input-field1 {
  position: relative;
  width: 100%;
}
.copy-rghot-form .copyright-body .signature-upload .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.copy-rghot-form .copyright-body .signature-upload .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.copy-rghot-form .copyright-body .signature-upload .add-upload-div {
  margin-top: 5px;
}
.copy-rghot-form .copyright-body .signature-upload .add-upload-div i {
  font-size: 30px;
}
.copy-rghot-form .copyright-body .third-ul-tag-div h6 {
  position: relative;
  padding-left: 20px;
}
.copy-rghot-form .copyright-body .third-ul-tag-div h6:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 13px;
  background-color: #000;
  width: 7px;
  height: 7px;
  border-radius: 56px;
}
.copy-rghot-form .copyright-body .third-ul-tag-div p {
  margin-bottom: 10px;
}
.copy-rghot-form .copyright-body .third-ul-tag-div ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.copy-rghot-form .copyright-body .third-ul-tag-div ul li {
  color: #000;
  font-size: 17px;
  list-style: lower-alpha;
  margin-bottom: 5px;
}

.form-check-boxes {
  margin-top: 30px;
}
.form-check-boxes .form-check input {
  margin-top: 7px;
}
.form-check-boxes ul {
  margin-top: 30px;
}
.form-check-boxes ul li {
  display: inline-block;
  margin-right: 5px;
}
.form-check-boxes ul li button {
  padding: 5px 20px;
  background: #eee;
  color: #000;
  border: inherit;
  border-radius: 6px;
  font-size: 17px;
}
.form-check-boxes ul li:nth-child(1) button {
  background: #0c489e;
  color: #fff;
}
.form-check-boxes ul li:nth-child(2) button {
  background: #eeb111;
  color: #fff;
}
.form-check-boxes ul li:nth-child(3) button {
  background: #4a1069;
  color: #fff;
}

/* Dashboard Research Pages styles Here */
.research-dashboard {
  padding: 60px 0px;
}
.research-dashboard h6 {
  font-size: 18px;
  color: #4a1069;
}
.research-dashboard .research-main-div textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.research-dashboard .research-main-div .file {
  display: none;
}
.research-dashboard .research-main-div .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 310px !important;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.research-dashboard .research-main-div .custom-input-field1 {
  position: relative;
  width: 100%;
}
.research-dashboard .research-main-div .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.research-dashboard .research-main-div .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.research-dashboard .research-main-div .btn-upload {
  background: #fb833b;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 47px;
}
.research-dashboard .research-main-div .btn-upload:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}
.research-dashboard .research-main-div .add_input {
  margin-top: 4px;
  display: block;
}
.research-dashboard .research-main-div .add_input i {
  font-size: 27px;
}
.research-dashboard .research-main-div .remove-btn i {
  color: rgb(201, 13, 13);
  font-size: 27px;
}
.research-dashboard .research-main-div .flyer-div {
  position: relative;
  display: flex;
  justify-content: center;
}
.research-dashboard .research-main-div .flyer-div img {
  width: 100%;
  height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 8px;
}
.research-dashboard .research-main-div .flyer-div .action-icons {
  position: absolute;
  bottom: -17px;
}
.research-dashboard .research-main-div .flyer-div .action-icons ul li {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fff;
}
.research-dashboard .research-main-div .flyer-div .action-icons ul li:nth-child(1) {
  background: #daa431;
}
.research-dashboard .research-main-div .flyer-div .action-icons ul li:nth-child(2) {
  background: #4a1069;
}
.research-dashboard .research-main-div .flyer-div .action-icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.research-dashboard .research-main-div .flyer-div .action-icons ul li a i {
  color: #fff;
}
.research-dashboard .research-main-div .post-list-item {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 2px solid #C1C1C1;
}
.research-dashboard .research-main-div .post-list-item ul li {
  display: flex;
  margin-bottom: 20px;
}
.research-dashboard .research-main-div .post-list-item ul li .post-list-img {
  width: 25%;
}
.research-dashboard .research-main-div .post-list-item ul li .post-list-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}
.research-dashboard .research-main-div .post-list-content {
  width: 75%;
  margin-left: 13px;
}
.research-dashboard .research-main-div .post-list-content h6 {
  margin-bottom: 0px;
}
.research-dashboard .research-main-div .post-list-content p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 0px;
}
.research-dashboard .research-main-div .post-list-content ul {
  display: flex;
  align-items: center;
}
.research-dashboard .research-main-div .post-list-content ul li {
  display: inline-block;
  padding-right: 10px;
}
.research-dashboard .research-main-div .post-list-content ul li button {
  padding: 7px 20px;
}

.issue-copyright {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.issue-copyright .card {
  border: inherit;
}
.issue-copyright .card .card-header {
  border-bottom: inherit;
  padding: 13px 10px !important;
  background: #e8e8e8;
}
.issue-copyright .card .card-header .headings {
  display: flex;
  justify-content: space-around;
}
.issue-copyright .card .card-header .headings .sno {
  color: #000;
}
.issue-copyright .card .card-header .headings .paper-id {
  color: #000;
}
.issue-copyright .card .card-body {
  border: inherit;
}
.issue-copyright .card .card-body .paperId {
  font-weight: 700;
}
.issue-copyright .card .card-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.issue-copyright .card .card-body ul li {
  position: relative;
}
.issue-copyright .card .card-body ul li .form-check {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
.issue-copyright .card .card-body ul li .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid #464646;
  border-radius: 2px;
  margin-top: 5px;
}
.issue-copyright .card .card-body ul li .form-check .form-check-input:focus {
  box-shadow: inherit;
}
.issue-copyright .card .card-body ul li .form-check .form-check-label {
  display: flex;
  justify-content: space-around;
}
.issue-copyright .card .card-body ul li .form-check.not-completed .paperId {
  color: #8D1313;
}
.issue-copyright .card .card-body ul li .form-check.completed .paperId {
  color: #115131;
}
.issue-copyright .card .card-body ul li .form-check.completed .form-check-input {
  display: none;
}
.issue-copyright .card .card-body ul li:nth-child(2):before {
  position: absolute;
  left: -28px;
  top: 0px;
  content: "";
  background: #eee;
  width: 2px;
  height: 100%;
}
.issue-copyright .card .card-body ul li:nth-child(2):after {
  position: absolute;
  right: -55px;
  top: 0px;
  content: "";
  background: #eee;
  width: 2px;
  height: 100%;
}

/* .sno {
	width: 50px;
	text-align: center;
  } */
/* share option div styles here */
.share-option .logo-header {
  text-align: center;
  margin-bottom: 18px;
}
.share-option .logo-header img {
  width: 400px;
}
.share-option .popup-body h6 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 9px;
}
.share-option .popup-body img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.share-option .popup-body h5 {
  font-size: 19px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 9px;
}
.share-option .popup-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
.share-option .popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.share-option .popup-footer .author-profile h5 {
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 500;
}
.share-option .popup-footer .author-profile span {
  font-size: 13px;
  display: block;
  color: #000;
  line-height: 1.5;
}
.share-option .popup-footer .author-profile p {
  font-size: 12px;
  color: #000;
}
.share-option .popup-footer .website-name p {
  letter-spacing: 1.9px;
}

/*Dashboard Publication styles here */
.publication-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  align-items: center;
}
.publication-section ul li {
  display: flex;
  margin-bottom: 30px;
}
.publication-section ul li h6 {
  margin-bottom: 0px;
  font-weight: 500;
}
.publication-section ul li .icon-img {
  background: #FAFAFA;
  width: 63px;
  height: 63px;
  text-align: center;
  padding: 11px;
  border-radius: 48px;
}
.publication-section ul li .icon-img img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.publication-section ul li span {
  color: #000;
  font-size: 16px;
}
.publication-section ul li h6 {
  font-size: 22px;
}

/* Dashbaord Submit proposal styles Here */
.submit-proposal-section {
  padding: 60px 0px;
}
.submit-proposal-section .submit-proposal h6 {
  font-size: 22px;
  color: #4A1069;
}
.submit-proposal-section .submit-proposal .submit-proposal-list {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .file {
  display: none;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 100% !important;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.submit-proposal-section .submit-proposal .submit-proposal-list .custom-input-field1 {
  position: relative;
  width: 100%;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .custom-input-field {
  position: relative;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .custom-input-field i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .custom-input-field .file-name {
  padding-left: 40px !important;
  height: 50px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .btn-upload {
  background: #fb833b;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 47px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .btn-upload:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .regular-template-suuse a {
  background: #192335;
  color: #fff;
  padding: 12px 21px;
  font-size: 17px;
  border-radius: 9px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.submit-proposal-section .submit-proposal .submit-proposal-list input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .add_input {
  margin-top: 4px;
  display: block;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .add_input i {
  font-size: 27px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .radio-group {
  text-align: center;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .radio-group label {
  text-align: center;
  font-size: 16px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .radio-group label img {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .hidden {
  display: none;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .research-paper-type {
  width: 88% !important;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .plus-icon-div i {
  font-size: 25px;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .datetimepickerclass {
  display: flex;
  flex-wrap: nowrap;
}
.submit-proposal-section .submit-proposal .submit-proposal-list .datetimepickerclass .input-group-addon {
  position: absolute;
  right: 18px;
  font-size: 20px;
  top: 11px;
}
.submit-proposal-section .deadline-section .datetimepickerclass {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
}
.submit-proposal-section .deadline-section .datetimepickerclass .input-group-addon {
  position: absolute;
  right: 18px;
  font-size: 20px;
  top: 11px;
}
.submit-proposal-section .conferenc-eform .datetimepickerclass {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.submit-proposal-section .conferenc-eform .datetimepickerclass .input-group-addon {
  position: absolute;
  right: 18px;
  font-size: 20px;
  top: 11px;
}
.submit-proposal-section .custom-check-line {
  padding-top: 30px;
  padding-bottom: 30px;
}
.submit-proposal-section .custom-check-line .form-check-label {
  text-align: left;
  font-size: 16px;
  margin-left: 10px !important;
  color: #000;
}
.submit-proposal-section .custom-check-line .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: inherit !important;
}
.submit-proposal-section .deadline-div {
  padding-top: 50px;
  padding-bottom: 20px;
}
.submit-proposal-section .deadline-div h6 {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  position: relative;
}
.submit-proposal-section .deadline-div h6::before {
  position: absolute;
  content: "";
  background: rgba(34, 34, 34, 0.1607843137);
  width: 300px;
  height: 1px;
  top: -23px;
  left: 2px;
}
.submit-proposal-section .deadline-div .date-pciker-div p {
  width: 40%;
  margin-bottom: 0px;
  text-align: left;
  font-size: 18px;
  color: #000;
}
.submit-proposal-section .deadline-div .date-pciker-div .datetimepickerclass i {
  color: #000;
  font-weight: 400;
}

/* Digital certificates */
.digital-certiciates p {
  font-size: 14px;
  color: #000;
  line-height: 1.7;
}
.digital-certiciates .dropdown-section label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}
.digital-certiciates .dropdown-section select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: calc(100% - 460px);
  border-radius: 8px;
}
.digital-certiciates .dropdown-section button {
  background: #4a1069;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}
.digital-certiciates .dropdown-section button:hover {
  background: #3e1b61;
}
.digital-certiciates .copyright-form-list {
  padding: 0px 0px;
}
.digital-certiciates .copyright-form-list .section-title {
  margin-bottom: 23px;
}
.digital-certiciates .copyright-form-list .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.digital-certiciates table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.digital-certiciates table thead {
  background: #f9f9f9;
}
.digital-certiciates table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.digital-certiciates table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.digital-certiciates table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.digital-certiciates table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.digital-certiciates table tbody tr td:first-child {
  padding-left: 35px;
}
.digital-certiciates table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.digital-certiciates table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.digital-certiciates table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.digital-certiciates table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.digital-certiciates table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.digital-certiciates table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.digital-certiciates table tbody tr td .interested-div label {
  color: #20ab26;
}
.digital-certiciates table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.digital-certiciates table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.digital-certiciates table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.digital-certiciates table tbody tr td .deceision-button-list ul li button:hover, .digital-certiciates table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.digital-certiciates table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.digital-certiciates table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.digital-certiciates table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.digital-certiciates table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.digital-certiciates table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.digital-certiciates table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.digital-certiciates table tbody tr td ul li {
  margin-bottom: 10px;
}
.digital-certiciates table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.digital-certiciates table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.digital-certiciates table tbody tr td ul li .download,
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.digital-certiciates table tbody tr td ul li .download i,
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.digital-certiciates table tbody tr td ul li .blue-btn,
.digital-certiciates table tbody tr td ul li .dark-green,
.digital-certiciates table tbody tr td ul li .light-blue,
.digital-certiciates table tbody tr td ul li .paper-button,
.digital-certiciates table tbody tr td ul li .upload-btn-yellow,
.digital-certiciates table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.digital-certiciates table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.digital-certiciates table tbody tr td ul li .dark-green {
  background: #115131;
}
.digital-certiciates table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.digital-certiciates table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.digital-certiciates table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.digital-certiciates table tbody tr td ul li .report-btn {
  background: #006166;
}
.digital-certiciates table tbody tr td ul li .orange-btn,
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper,
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper input[type=file],
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.digital-certiciates table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.digital-certiciates table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.digital-certiciates table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.digital-certiciates table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.digital-certiciates table tbody tr td .report-btn i {
  margin-left: 5px;
}
.digital-certiciates table tbody tr td .collapse {
  border: inherit !important;
}
.digital-certiciates table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.digital-certiciates table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.digital-certiciates table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.digital-certiciates table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}

.id-card-section .conference-dropdown {
  width: 40%;
}
.id-card-section .conference-dropdown select {
  height: 50px;
  background: #F3F3F3;
  border: inherit;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-right: 7px solid #f3f3f3;
}
.id-card-section .conference-button {
  width: 30%;
}
.id-card-section .conference-button button {
  background: #DAA431;
  margin-left: 10px;
  padding: 9px 20px;
  color: #fff;
  border-radius: 6px;
  border: inherit;
}
.id-card-section .editirial-card {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 18px 23px;
  position: relative;
}
.id-card-section .editirial-card .editorial-card-design {
  height: auto;
  bottom: 0px !important;
}
.id-card-section .editirial-card .editirial-card-content {
  position: relative;
  z-index: 1;
}
.id-card-section .editirial-card .editirial-card-content .editorial-logo {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.id-card-section .editirial-card .editirial-card-content .editorial-photo {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.id-card-section .editirial-card .editirial-card-content .heading {
  font-size: 22px;
  color: #4a1069;
  text-align: center;
  margin-bottom: 0px;
}
.id-card-section .editirial-card .editirial-card-content .table {
  margin-bottom: 0px;
  margin-top: 10px;
  box-shadow: inherit;
}
.id-card-section .editirial-card .editirial-card-content .table tr td,
.id-card-section .editirial-card .editirial-card-content .table tr th {
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
  padding: 0.15rem;
  font-weight: 500;
  color: black;
  font-size: 13px;
  line-height: 1.5;
}
.id-card-section .editirial-card .editirial-card-content .table tr td:nth-child(2),
.id-card-section .editirial-card .editirial-card-content .table tr th:nth-child(2) {
  padding: 0px 5px;
}
.id-card-section .editirial-card .editirial-card-content .sign {
  text-align: center;
  height: 38px;
  margin-bottom: 50px;
}
.id-card-section .editirial-card .editirial-card-content .sign span {
  font-weight: normal;
  color: black;
  border-top: 2px solid rgba(74, 16, 105, 0.2862745098);
  padding: 3px 15px;
  font-size: 11px;
}
.id-card-section .editirial-card .editirial-card-content .sign p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
}
.id-card-section .editirial-card .editirial-card-content .sign img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.id-card-section .editirial-card .editirial-card-content .ec-download img {
  position: absolute;
  bottom: -27px;
  right: -5px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.id-card-section .editirial-card .editirial-card-content table tr td {
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 100;
}
.id-card-section .editirial-card .editirial-card-content .top-ul {
  display: flex;
  justify-content: space-between;
}
.id-card-section .editirial-card .editirial-card-content .top-ul li {
  display: inline-block;
  font-size: 11px;
}
.id-card-section .editirial-card .editirial-card-content .top-ul li:nth-child(1) {
  font-size: 10px;
  position: relative;
}
.id-card-section .editirial-card .editirial-card-content .top-ul li:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 8px;
  top: 10px;
  right: -4px;
}
.id-card-section .editirial-card .editirial-card-content .editor-name ul li {
  font-size: 11px;
  line-height: 1.4;
  text-align: end;
}
.id-card-section .editirial-card .editirial-card-content .conference-id-card img {
  bottom: -37px !important;
}
.id-card-section .editirial-card .editirial-card-content .heading {
  font-size: 18px;
}
.id-card-section .editirial-card .editirial-card-content .editorial-photo {
  width: 80px;
  height: 80px;
  margin-bottom: 7px;
}
.id-card-section .editirial-card .editirial-card-content .sign {
  text-align: center;
  height: 45px;
  margin-bottom: 35px;
}
.id-card-section .editirial-card .editirial-card-content .sign span {
  font-weight: 400;
  color: black;
  border-top: 2px solid rgba(74, 16, 105, 0.2862745098);
  padding: 2px 15px;
  font-size: 13px;
}
.id-card-section .editirial-card .editirial-card-content .sign img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.id-card-section .editirial-card .editirial-card-content .ec-download img {
  position: absolute;
  bottom: -3px;
  right: -5px;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.id-card-section .editirial-card .second-footer {
  background: transparent !important;
  color: #000 !important;
}
.id-card-section .editirial-card .editirial-card-footer {
  background: #4a1069;
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 3px 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  letter-spacing: 1.9px;
  font-size: 13px;
}
.id-card-section .editirial-card .editorial-card-design {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.id-card-section .editirial-card.white-text h4 {
  color: #fff !important;
}
.id-card-section .editirial-card.white-text table tr td {
  color: #fff !important;
}
.id-card-section .editirial-card.white-text .sign h6 {
  color: #fff !important;
}
.id-card-section .editirial-card.white-text .sign span {
  color: #fff !important;
}
.id-card-section .id-card-row div:nth-child(3) .editirial-card-footer {
  color: #fff !important;
}
.id-card-section .id-card-row div:nth-child(4) .editirial-card-footer {
  color: #A73123 !important;
  bottom: 8px;
}
.id-card-section .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.id-card-section .left-logo-div {
  margin-top: 0px;
}
.id-card-section .left-logo-div .sign {
  width: 100%;
  margin-bottom: 0px !important;
  height: auto !important;
  line-height: 1;
}
.id-card-section .left-logo-div .sign h6 {
  font-size: 11px;
  font-weight: 500;
}
.id-card-section .left-logo-div .sign span {
  font-size: 10px !important;
  padding: 0px !important;
}
.id-card-section .left-logo-div .sign p {
  margin: 0px;
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 1.6;
  color: #000;
}

.new-visitng-card {
  text-align: end;
}
.new-visitng-card button {
  background: #4A1069;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}

.visiting-card .download-button {
  text-align: left;
}
.visiting-card .download-button button {
  background: #DAA431;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  border: inherit;
}
.visiting-card select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.visiting-card .card-list-section {
  padding: 40px 0px;
}
.visiting-card .card-list-section .visiting-card-inner-div {
  padding: 20px;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.visiting-card .card-list-section .visiting-card-inner-div .visiting-card-logo {
  width: 45%;
}
.visiting-card .card-list-section .visiting-card-inner-div .visiting-card-logo .logo {
  width: 165px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content {
  width: 65%;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content ul {
  margin-top: 10px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content ul li {
  margin-bottom: 3px;
  color: #fff;
  font-size: 18px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content ul span {
  font-size: 14px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content span {
  color: #fff;
  font-size: 13px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visitin-card-content .icon-img {
  width: 30px;
  height: 30px;
  padding: 7px;
  background: #710977;
  border-radius: 56px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visit-card-footer {
  position: absolute;
  left: 1px;
  bottom: 0px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visit-card-footer img {
  width: 120px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.visiting-card .card-list-section .visiting-card-inner-div .visit-card-footer p {
  color: #fff;
  margin: 0px;
  letter-spacing: 4px;
  font-size: 11px;
  background: #710977;
  padding: 0px 34px 0px 15px;
  line-height: 2.2;
  border-top-right-radius: 61px;
}
.visiting-card .card-list-section .visiting-card-inner-div .download-icon {
  position: absolute;
  right: 30px;
  bottom: -19px;
}
.visiting-card .card-list-section .visiting-card-inner-div .download-icon a i {
  width: 50px;
  height: 50px;
  background: #4A1069;
  text-align: center;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  border-radius: 49px;
  border: 1px solid #fff;
}
.visiting-card .card-list-section .jackssppraow-visiting-card {
  text-align: center;
  padding: 30px;
  position: relative;
}
.visiting-card .card-list-section .jackssppraow-visiting-card img {
  width: 165px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card ul {
  margin-top: 3px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card ul li {
  color: #fff;
  margin-bottom: 5px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card ul li .icon-img {
  width: 30px;
  height: 30px;
  padding: 7px;
  background: #710977;
  border-radius: 56px;
  margin-right: 10px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card .social-media-icons {
  position: absolute;
  right: 29%;
  background: #710977;
  padding: 0px 27px;
  border-bottom: 5px;
  width: 230px;
  bottom: 0px;
  margin: 0px auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card .social-media-icons ul li {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px 4px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card .social-media-icons ul li i {
  font-size: 16px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card .download-icon {
  position: absolute;
  right: 30px;
  bottom: -19px;
}
.visiting-card .card-list-section .jackssppraow-visiting-card .download-icon a i {
  width: 50px;
  height: 50px;
  background: #4A1069;
  text-align: center;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  border-radius: 49px;
  border: 1px solid #fff;
}
.visiting-card .other-visitng-card {
  padding-top: 80px;
}
.visiting-card .other-visitng-card .section-title {
  margin-bottom: 30px;
}
.visiting-card .other-visitng-card .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}

/* Dahsbaord Notification */
.notifcation-card .section-title h6 {
  background: linear-gradient(90deg, #4A1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  width: 200px;
  font-weight: 500;
}
.notifcation-card .section-title p {
  color: #000;
}
.notifcation-card .pagination-list {
  text-align: start;
}
.notifcation-card .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.notifcation-card .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.notifcation-card .pagination-list ul li a i {
  font-size: 14px;
}
.notifcation-card .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}
.notifcation-card .notification-list {
  padding-top: 17px;
}
.notifcation-card .notification-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.notifcation-card .notification-list li .profile-icon {
  width: 5%;
}
.notifcation-card .notification-list li .profile-icon img {
  width: 53px;
  height: 53px;
  border-radius: 34px;
}
.notifcation-card .notification-list li .list-content {
  width: 81%;
}
.notifcation-card .notification-list li .list-content p {
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #000;
}
.notifcation-card .notification-list li .list-content span {
  font-size: 13px;
  color: #787878;
}
.notifcation-card .notification-list li .list-image {
  width: 12%;
  text-align: center;
}
.notifcation-card .notification-list li .list-image img {
  width: 93px;
  height: 93px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.notifcation-card .notification-list li .third-image {
  width: 100%;
  text-align: center;
}

.siwtch-projects .switch-header-section {
  padding-bottom: 20px;
}
.siwtch-projects .switch-header-section .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.siwtch-projects .switch-header-section .pagination-list {
  text-align: end;
}
.siwtch-projects .switch-header-section .pagination-list ul li {
  display: inline-block;
  border-bottom: inherit;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.siwtch-projects .switch-header-section .pagination-list ul li.active {
  background: #4a1069;
  border-radius: 6px;
}
.siwtch-projects .switch-header-section .pagination-list ul li.active a {
  color: #fff !important;
}
.siwtch-projects .switch-header-section .pagination-list ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  color: #000;
}
.siwtch-projects .right-list-div ul li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #000;
  font-size: 16px;
  border-bottom: inherit;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.siwtch-projects .right-list-div ul li::before {
  position: absolute;
  right: 7px;
  top: 6px;
  content: "";
  background: #8F8F8F;
  width: 1px;
  height: 14px;
}
.siwtch-projects .right-list-div ul li i {
  font-size: 18px;
  color: #8F8F8F;
}
.siwtch-projects .right-list-div ul li:last-child::before {
  content: none;
}
.siwtch-projects .bottom-content h6 {
  margin-bottom: 0px;
  color: #4A1069;
  font-size: 20px;
}
.siwtch-projects .bottom-content li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.siwtch-projects .bottom-content li:last-child {
  border-bottom: inherit;
}
.siwtch-projects .bottom-content p {
  color: #000;
  font-size: 17px;
  margin-top: 10px;
}

.conference-editors {
  margin-bottom: 35px;
}
.conference-editors .status-div {
  position: absolute;
  right: 2px;
  top: 6px;
}
.conference-editors .status-div span {
  font-size: 16px;
  background: #FFBF99;
  padding: 7px 15px;
  border-radius: 10px 0px 10px 0px;
  color: #7B3E1A;
  font-weight: 500;
  text-transform: uppercase;
}
.conference-editors .submition-card {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border-radius: 8px;
  position: relative;
}
.conference-editors .submition-card .submit-card-image {
  width: 22%;
}
.conference-editors .submition-card .submit-card-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 8px;
}
.conference-editors .submition-card .submit-card-content {
  width: 78%;
  padding-left: 20px;
}
.conference-editors .submition-card .submit-card-content h6 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
.conference-editors .submition-card .submit-card-content p {
  margin-bottom: 5px;
  font-size: 17px;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons {
  margin-top: 20px;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li {
  display: inline-block;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li button {
  background: #eee;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  border: inherit;
  padding: 8px 20px;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li img {
  margin-left: 10px;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li:nth-child(1) button {
  background: #4A1069;
  color: #fff;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li:nth-child(2) button {
  background: #009B88;
  color: #fff;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li:nth-child(3) button {
  background: #8C3200;
  color: #fff;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li:nth-child(4) button {
  background: #EC2B65;
  color: #fff;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li:nth-child(5) button {
  background: #4673D9;
  color: #fff;
}
.conference-editors .submition-card .submit-card-content .bottom-buttons li:nth-child(6) button {
  background: #FB833B;
  color: #fff;
}
.conference-editors .submition-card .bottom-card-content .location-weblink {
  padding-top: 35px;
  padding-bottom: 28px;
  position: relative;
}
.conference-editors .submition-card .bottom-card-content .location-weblink li {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #000;
}
.conference-editors .submition-card .bottom-card-content .location-weblink li p {
  margin-bottom: 0px !important;
  margin-top: 0px;
}
.conference-editors .submition-card .bottom-card-content .location-weblink li i {
  font-size: 14px;
  color: #4A1069;
  margin-top: 3px;
}
.conference-editors .submition-card .bottom-card-content .location-weblink li span {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D3C2DD;
  border-radius: 30px;
  margin-right: 10px;
}
.conference-editors .submition-card .bottom-card-content .location-weblink:after {
  position: absolute;
  left: 0px;
  bottom: 3px;
  content: "";
  background: rgba(0, 0, 0, 0.1490196078);
  width: 265px;
  height: 1px;
}
.conference-editors .submition-card .bottom-card-content .conference-editors {
  padding-top: 25px;
}
.conference-editors .submition-card .bottom-card-content .conference-editors h6 {
  font-size: 18px;
  font-weight: 400;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs {
  display: flex;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-icon {
  width: 20%;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-icon img {
  width: 58px;
  height: 58px;
  border-radius: 20px;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content {
  padding-left: 3px;
  width: 75%;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content h6 {
  margin-bottom: 25px;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content h5 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 17px;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content p {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  color: #000;
  text-align: left;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content ul {
  display: flex;
}
.conference-editors .submition-card .bottom-card-content .conference-editors .conference-chairs .profile-content ul li {
  display: inline-block;
  margin-right: 4px;
  line-height: 0;
}

.production-div .nav-pills .nav-item {
  width: 25% !important;
}
.production-div table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.production-div table thead {
  background: #f9f9f9;
}
.production-div table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.production-div table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.production-div table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.production-div table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.production-div table tbody tr td:first-child {
  padding-left: 35px;
}
.production-div table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.production-div table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.production-div table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.production-div table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.production-div table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.production-div table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.production-div table tbody tr td .interested-div label {
  color: #20ab26;
}
.production-div table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.production-div table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.production-div table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.production-div table tbody tr td .deceision-button-list ul li button:hover, .production-div table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.production-div table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.production-div table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.production-div table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.production-div table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.production-div table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.production-div table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.production-div table tbody tr td ul li {
  margin-bottom: 10px;
}
.production-div table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.production-div table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.production-div table tbody tr td ul li .download,
.production-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.production-div table tbody tr td ul li .download i,
.production-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.production-div table tbody tr td ul li .blue-btn,
.production-div table tbody tr td ul li .dark-green,
.production-div table tbody tr td ul li .light-blue,
.production-div table tbody tr td ul li .paper-button,
.production-div table tbody tr td ul li .upload-btn-yellow,
.production-div table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.production-div table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.production-div table tbody tr td ul li .dark-green {
  background: #115131;
}
.production-div table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.production-div table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.production-div table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.production-div table tbody tr td ul li .report-btn {
  background: #006166;
}
.production-div table tbody tr td ul li .orange-btn,
.production-div table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.production-div table tbody tr td ul li .upload-btn-wrapper,
.production-div table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.production-div table tbody tr td ul li .upload-btn-wrapper input[type=file],
.production-div table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.production-div table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.production-div table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.production-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.production-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.production-div table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.production-div table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.production-div table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.production-div table tbody tr td .report-btn i {
  margin-left: 5px;
}
.production-div table tbody tr td .collapse {
  border: inherit !important;
}
.production-div table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.production-div table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.production-div table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.production-div table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}

.overview-div {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  border-radius: 8px;
  position: relative;
}
.overview-div .nav-pills .nav-item {
  width: 33.333%;
  border-bottom: 1px solid rgba(184, 183, 183, 0.26);
}
.overview-div .nav-pills .nav-item .nav-link {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #000;
}
.overview-div .nav-pills .nav-item .nav-link.active, .overview-div .nav-pills .nav-item .nav-link.show {
  background: transparent;
  color: #4A1069;
  border-radius: 0;
  font-size: 15px;
  border-bottom: 2px solid #4A1069;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.overview-div .overivew-section {
  text-align: left;
}
.overview-div .overivew-section p {
  text-align: left;
}
.overview-div .overivew-section table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.overview-div .overivew-section table thead {
  background: #f9f9f9;
}
.overview-div .overivew-section table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.overview-div .overivew-section table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.overview-div .overivew-section table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.overview-div .overivew-section table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.overview-div .overivew-section table tbody tr td:first-child {
  padding-left: 35px;
}
.overview-div .overivew-section table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.overview-div .overivew-section table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.overview-div .overivew-section table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.overview-div .overivew-section table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-div .overivew-section table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.overview-div .overivew-section table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.overview-div .overivew-section table tbody tr td .interested-div label {
  color: #20ab26;
}
.overview-div .overivew-section table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.overview-div .overivew-section table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.overview-div .overivew-section table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.overview-div .overivew-section table tbody tr td .deceision-button-list ul li button:hover, .overview-div .overivew-section table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.overview-div .overivew-section table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.overview-div .overivew-section table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.overview-div .overivew-section table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.overview-div .overivew-section table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.overview-div .overivew-section table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.overview-div .overivew-section table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.overview-div .overivew-section table tbody tr td ul li {
  margin-bottom: 10px;
}
.overview-div .overivew-section table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.overview-div .overivew-section table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.overview-div .overivew-section table tbody tr td ul li .download,
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.overview-div .overivew-section table tbody tr td ul li .download i,
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.overview-div .overivew-section table tbody tr td ul li .blue-btn,
.overview-div .overivew-section table tbody tr td ul li .dark-green,
.overview-div .overivew-section table tbody tr td ul li .light-blue,
.overview-div .overivew-section table tbody tr td ul li .paper-button,
.overview-div .overivew-section table tbody tr td ul li .upload-btn-yellow,
.overview-div .overivew-section table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.overview-div .overivew-section table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.overview-div .overivew-section table tbody tr td ul li .dark-green {
  background: #115131;
}
.overview-div .overivew-section table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.overview-div .overivew-section table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.overview-div .overivew-section table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.overview-div .overivew-section table tbody tr td ul li .report-btn {
  background: #006166;
}
.overview-div .overivew-section table tbody tr td ul li .orange-btn,
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper,
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper input[type=file],
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.overview-div .overivew-section table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.overview-div .overivew-section table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.overview-div .overivew-section table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.overview-div .overivew-section table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.overview-div .overivew-section table tbody tr td .report-btn i {
  margin-left: 5px;
}
.overview-div .overivew-section table tbody tr td .collapse {
  border: inherit !important;
}
.overview-div .overivew-section table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.overview-div .overivew-section table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.overview-div .overivew-section table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.overview-div .overivew-section table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.overview-div .overivew-section table {
  box-shadow: inherit !important;
}
.overview-div .overivew-section table tr th {
  text-align: left;
}
.overview-div .overivew-section table tr td {
  text-align: left;
}
.overview-div .overivew-section table tr td span {
  font-size: 14px;
}
.overview-div .overivew-section .status-icons li {
  display: inline-block;
  padding: 0px 3px;
  margin-bottom: 0px;
}
.overview-div .overivew-section .status-icons li i {
  font-size: 13px;
  color: #ADADAD;
}
.overview-div .overivew-section .status-icons .accept-icon i {
  color: #219226;
}
.overview-div .overivew-section .status-icons .cross-icon i {
  color: #9A1029;
}
.overview-div .overivew-section .status-icons .reviewed i {
  color: #FF35AE;
}
.overview-div .overivew-section .status-icons .under-review i {
  color: #0C489E;
}
.overview-div .overivew-section .status-icons .publish i {
  color: #EF6111;
}
.overview-div .pagination-list {
  text-align: start;
}
.overview-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.overview-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.overview-div .pagination-list ul li a i {
  font-size: 14px;
}
.overview-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}
.overview-div .decid-buttons {
  text-align: end;
}
.overview-div .decid-buttons li {
  display: inline-block;
}
.overview-div .decid-buttons li button {
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  border: inherit;
  padding: 8px 20px;
  color: #fff;
}
.overview-div .decid-buttons li:nth-child(1) button {
  background: #0C489E !important;
}
.overview-div .decid-buttons li:nth-child(2) button {
  background: #EEB111 !important;
}

.spearation-line {
  border: 1px solid #B5B5B5;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.spearation-line h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.spearation-line h6 i {
  font-size: 15px;
  margin-left: 10px;
}
.spearation-line .add-option i {
  font-size: 25px;
}
.spearation-line .date-pciker-div p {
  width: 50% !important;
  color: #000;
  font-size: 17px;
}

.userdiv-tab .child-roles-div {
  background: #FFF5F3;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
}
.userdiv-tab .child-roles-div img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  padding: 25px 53px;
}
.userdiv-tab .child-roles-div a {
  width: 100%;
}
.userdiv-tab .child-roles-div .title-div {
  background: #fff;
  padding: 15px 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.userdiv-tab .child-roles-div .title-div h6 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.userdiv-tab .child-roles-div .title-div i {
  font-size: 15px;
  color: #000;
}
.userdiv-tab.additional-role .child-roles-div {
  background: #FBF4FF;
}

.bottom-ul-lsit {
  display: flex;
}
.bottom-ul-lsit li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}
.bottom-ul-lsit li button {
  border-radius: 4px;
  margin-right: 2px;
  font-size: 17px;
  border: inherit;
  padding: 8px 20px;
  color: #fff;
}
.bottom-ul-lsit li:nth-child(1) button {
  background: #006166 !important;
}
.bottom-ul-lsit li:nth-child(2) button {
  background: #EEB111 !important;
}

.search-container {
  position: relative;
}
.search-container .search-input {
  width: 100%;
  padding: 10px;
}
.search-container .search-results {
  position: absolute;
  top: 50px;
  width: 100%;
  background: white;
  border-radius: 5px;
  max-height: 334px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  height: 128px;
  padding: 10px;
}
.search-container .search-results div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-container .search-results div:hover {
  background-color: #f4f4f4;
}
.search-container .search-results div .user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.search-container .search-results .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
  border-bottom: 1px solid rgba(17, 17, 17, 0.0901960784);
}
.search-container .search-results .search-item:hover {
  background-color: #f4f4f4;
}
.search-container .search-results .search-item .user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.search-container .search-results .search-item .user-name {
  flex-grow: 1;
}
.search-container .search-results .search-item .delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: red;
}
.search-container .search-results .search-item .delete-btn:hover {
  color: darkred;
}

.right-perimssion-form {
  width: 90%;
}

.plusiocon-div i {
  font-size: 27px;
}

.form-control:disabled,
.form-control[readonly] {
  background: #F5F5F5;
}

.input-fields {
  display: none;
  margin-top: 15px;
}
.input-fields input,
.input-fields textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Show the corresponding input field when the radio button is checked */
#existing:checked ~ #existing-fields,
#external:checked ~ #external-fields,
#multiple:checked ~ #multiple-fields {
  display: block;
}

.withdrwan-papers-div table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.withdrwan-papers-div table thead {
  background: #f9f9f9;
}
.withdrwan-papers-div table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.withdrwan-papers-div table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.withdrwan-papers-div table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.withdrwan-papers-div table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.withdrwan-papers-div table tbody tr td:first-child {
  padding-left: 35px;
}
.withdrwan-papers-div table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.withdrwan-papers-div table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.withdrwan-papers-div table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.withdrwan-papers-div table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.withdrwan-papers-div table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.withdrwan-papers-div table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.withdrwan-papers-div table tbody tr td .interested-div label {
  color: #20ab26;
}
.withdrwan-papers-div table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.withdrwan-papers-div table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.withdrwan-papers-div table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.withdrwan-papers-div table tbody tr td .deceision-button-list ul li button:hover, .withdrwan-papers-div table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.withdrwan-papers-div table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.withdrwan-papers-div table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.withdrwan-papers-div table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.withdrwan-papers-div table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.withdrwan-papers-div table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.withdrwan-papers-div table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.withdrwan-papers-div table tbody tr td ul li {
  margin-bottom: 10px;
}
.withdrwan-papers-div table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.withdrwan-papers-div table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.withdrwan-papers-div table tbody tr td ul li .download,
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.withdrwan-papers-div table tbody tr td ul li .download i,
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.withdrwan-papers-div table tbody tr td ul li .blue-btn,
.withdrwan-papers-div table tbody tr td ul li .dark-green,
.withdrwan-papers-div table tbody tr td ul li .light-blue,
.withdrwan-papers-div table tbody tr td ul li .paper-button,
.withdrwan-papers-div table tbody tr td ul li .upload-btn-yellow,
.withdrwan-papers-div table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.withdrwan-papers-div table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.withdrwan-papers-div table tbody tr td ul li .dark-green {
  background: #115131;
}
.withdrwan-papers-div table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.withdrwan-papers-div table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.withdrwan-papers-div table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.withdrwan-papers-div table tbody tr td ul li .report-btn {
  background: #006166;
}
.withdrwan-papers-div table tbody tr td ul li .orange-btn,
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper,
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper input[type=file],
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.withdrwan-papers-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.withdrwan-papers-div table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.withdrwan-papers-div table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.withdrwan-papers-div table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.withdrwan-papers-div table tbody tr td .report-btn i {
  margin-left: 5px;
}
.withdrwan-papers-div table tbody tr td .collapse {
  border: inherit !important;
}
.withdrwan-papers-div table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.withdrwan-papers-div table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.withdrwan-papers-div table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.withdrwan-papers-div table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.withdrwan-papers-div table {
  box-shadow: inherit !important;
}

.search-list-div ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.search-list-div ul li:last-child {
  border-bottom: inherit;
}
.search-list-div ul li img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.search-list-div ul li h6 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 15px;
}
.search-list-div ul li p {
  margin-bottom: 4px;
  font-size: 12px;
}
.search-list-div ul li i {
  font-size: 25px;
  color: #4A1069;
}
.search-list-div .pagination-list {
  text-align: start;
}
.search-list-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.search-list-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.search-list-div .pagination-list ul li a i {
  font-size: 14px;
}
.search-list-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.email-box-div select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.email-box-div textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.email-box-div table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.email-box-div table thead {
  background: #f9f9f9;
}
.email-box-div table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.email-box-div table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.email-box-div table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.email-box-div table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.email-box-div table tbody tr td:first-child {
  padding-left: 35px;
}
.email-box-div table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.email-box-div table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.email-box-div table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.email-box-div table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.email-box-div table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.email-box-div table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.email-box-div table tbody tr td .interested-div label {
  color: #20ab26;
}
.email-box-div table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.email-box-div table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.email-box-div table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.email-box-div table tbody tr td .deceision-button-list ul li button:hover, .email-box-div table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.email-box-div table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.email-box-div table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.email-box-div table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.email-box-div table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.email-box-div table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.email-box-div table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.email-box-div table tbody tr td ul li {
  margin-bottom: 10px;
}
.email-box-div table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.email-box-div table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.email-box-div table tbody tr td ul li .download,
.email-box-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.email-box-div table tbody tr td ul li .download i,
.email-box-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.email-box-div table tbody tr td ul li .blue-btn,
.email-box-div table tbody tr td ul li .dark-green,
.email-box-div table tbody tr td ul li .light-blue,
.email-box-div table tbody tr td ul li .paper-button,
.email-box-div table tbody tr td ul li .upload-btn-yellow,
.email-box-div table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.email-box-div table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.email-box-div table tbody tr td ul li .dark-green {
  background: #115131;
}
.email-box-div table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.email-box-div table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.email-box-div table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.email-box-div table tbody tr td ul li .report-btn {
  background: #006166;
}
.email-box-div table tbody tr td ul li .orange-btn,
.email-box-div table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.email-box-div table tbody tr td ul li .upload-btn-wrapper,
.email-box-div table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.email-box-div table tbody tr td ul li .upload-btn-wrapper input[type=file],
.email-box-div table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.email-box-div table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.email-box-div table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.email-box-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.email-box-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.email-box-div table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.email-box-div table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.email-box-div table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.email-box-div table tbody tr td .report-btn i {
  margin-left: 5px;
}
.email-box-div table tbody tr td .collapse {
  border: inherit !important;
}
.email-box-div table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.email-box-div table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.email-box-div table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.email-box-div table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.email-box-div table {
  box-shadow: inherit;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
.email-box-div table tbody tr td {
  padding-bottom: 0px;
}
.email-box-div table tbody tr td p {
  font-weight: normal;
  color: #4A1069;
}
.email-box-div table tbody tr:last-child td {
  padding-bottom: 20px;
}

.your-submission-div {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  border-radius: 8px;
  position: relative;
  padding-top: 25px;
}
.your-submission-div h5 {
  color: #4a1069;
  font-size: 20px;
  margin-bottom: 0px;
}
.your-submission-div p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 0px;
}
.your-submission-div h6 {
  font-size: 18px;
  font-weight: 400;
}
.your-submission-div .conference-chairs {
  display: flex;
}
.your-submission-div .conference-chairs .profile-icon {
  width: 20%;
}
.your-submission-div .conference-chairs .profile-icon img {
  width: 58px;
  height: 58px;
  border-radius: 20px;
}
.your-submission-div .conference-chairs .profile-content {
  padding-left: 3px;
  width: 75%;
}
.your-submission-div .conference-chairs .profile-content h6 {
  margin-bottom: 25px;
}
.your-submission-div .conference-chairs .profile-content h5 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
}
.your-submission-div .conference-chairs .profile-content p {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  color: #000;
}
.your-submission-div .conference-chairs .profile-content h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}
.your-submission-div .conference-chairs .profile-content ul {
  display: flex;
}
.your-submission-div .conference-chairs .profile-content ul li {
  display: inline-block;
  margin-right: 4px;
  line-height: 0;
}
.your-submission-div .submission-tble .submission-header {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.your-submission-div .submission-tble .submission-header button {
  background: #597A17;
  border-radius: 5px;
  color: #fff;
  padding: 8px 17px;
  border: inherit;
  font-size: 17px;
}
.your-submission-div .submission-tble .submission-header h6 {
  color: #4A1069;
  font-size: 22px;
  font-weight: 700;
}
.your-submission-div .submission-tble table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.your-submission-div .submission-tble table thead {
  background: #f9f9f9;
}
.your-submission-div .submission-tble table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.your-submission-div .submission-tble table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.your-submission-div .submission-tble table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.your-submission-div .submission-tble table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.your-submission-div .submission-tble table tbody tr td:first-child {
  padding-left: 35px;
}
.your-submission-div .submission-tble table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.your-submission-div .submission-tble table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.your-submission-div .submission-tble table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.your-submission-div .submission-tble table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.your-submission-div .submission-tble table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.your-submission-div .submission-tble table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.your-submission-div .submission-tble table tbody tr td .interested-div label {
  color: #20ab26;
}
.your-submission-div .submission-tble table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.your-submission-div .submission-tble table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.your-submission-div .submission-tble table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.your-submission-div .submission-tble table tbody tr td .deceision-button-list ul li button:hover, .your-submission-div .submission-tble table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.your-submission-div .submission-tble table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.your-submission-div .submission-tble table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.your-submission-div .submission-tble table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.your-submission-div .submission-tble table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.your-submission-div .submission-tble table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.your-submission-div .submission-tble table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.your-submission-div .submission-tble table tbody tr td ul li {
  margin-bottom: 10px;
}
.your-submission-div .submission-tble table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.your-submission-div .submission-tble table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.your-submission-div .submission-tble table tbody tr td ul li .download,
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.your-submission-div .submission-tble table tbody tr td ul li .download i,
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.your-submission-div .submission-tble table tbody tr td ul li .blue-btn,
.your-submission-div .submission-tble table tbody tr td ul li .dark-green,
.your-submission-div .submission-tble table tbody tr td ul li .light-blue,
.your-submission-div .submission-tble table tbody tr td ul li .paper-button,
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-yellow,
.your-submission-div .submission-tble table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.your-submission-div .submission-tble table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.your-submission-div .submission-tble table tbody tr td ul li .dark-green {
  background: #115131;
}
.your-submission-div .submission-tble table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.your-submission-div .submission-tble table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.your-submission-div .submission-tble table tbody tr td ul li .report-btn {
  background: #006166;
}
.your-submission-div .submission-tble table tbody tr td ul li .orange-btn,
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper,
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper input[type=file],
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.your-submission-div .submission-tble table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.your-submission-div .submission-tble table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.your-submission-div .submission-tble table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.your-submission-div .submission-tble table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.your-submission-div .submission-tble table tbody tr td .report-btn i {
  margin-left: 5px;
}
.your-submission-div .submission-tble table tbody tr td .collapse {
  border: inherit !important;
}
.your-submission-div .submission-tble table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.your-submission-div .submission-tble table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.your-submission-div .submission-tble table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.your-submission-div .submission-tble table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.your-submission-div .submission-tble table {
  box-shadow: inherit !important;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  margin-top: 40px;
}
.your-submission-div .submission-tble table tr th {
  text-align: left;
}
.your-submission-div .submission-tble table tr td {
  text-align: left;
}
.your-submission-div .submission-tble table tr td span {
  font-size: 14px;
}
.your-submission-div .submission-tble .status-icons li {
  display: inline-block;
  padding: 0px 3px;
  margin-bottom: 0px;
}
.your-submission-div .submission-tble .status-icons li i {
  font-size: 13px;
  color: #ADADAD;
}
.your-submission-div .submission-tble .status-icons .accept-icon i {
  color: #219226;
}
.your-submission-div .submission-tble .status-icons .cross-icon i {
  color: #9A1029;
}
.your-submission-div .submission-tble .status-icons .reviewed i {
  color: #FF35AE;
}
.your-submission-div .submission-tble .status-icons .under-review i {
  color: #0C489E;
}
.your-submission-div .submission-tble .status-icons .publish i {
  color: #EF6111;
}
.your-submission-div .submission-tble .pagination-list {
  text-align: start;
}
.your-submission-div .submission-tble .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.your-submission-div .submission-tble .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.your-submission-div .submission-tble .pagination-list ul li a i {
  font-size: 14px;
}
.your-submission-div .submission-tble .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.online-payment-section {
  padding: 60px 0px;
}
.online-payment-section h6 {
  font-size: 21px;
  margin-bottom: 0px;
}
.online-payment-section .bottom-pagination-div {
  margin-top: 40px;
}
.online-payment-section .bottom-pagination-div .pagination-list {
  text-align: start;
}
.online-payment-section .bottom-pagination-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.online-payment-section .bottom-pagination-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.online-payment-section .bottom-pagination-div .pagination-list ul li a i {
  font-size: 14px;
}
.online-payment-section .bottom-pagination-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}
.online-payment-section .bottom-pagination-div .payment-button {
  text-align: end;
}
.online-payment-section .bottom-pagination-div .payment-button ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 19px;
}
.online-payment-section .bottom-pagination-div .payment-button ul li button {
  background: #4A1069;
  padding: 12px 23px;
  border-radius: 5px;
  border: inherit;
  color: #fff;
}

.assgin-overview-div h6 {
  font-size: 22px;
  color: #4A1069;
}

.other-option {
  text-align: left;
  padding-top: 30px;
}
.other-option h6 {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}
.other-option h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  background-color: rgba(0, 0, 0, 0.1490196078);
  width: 140px;
  height: 2px;
}
.other-option ul li {
  display: inline-block;
}
.other-option ul li button {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 9px 20px;
  font-size: 19px;
  background: transparent;
  color: #000;
}
.other-option ul li button:hover {
  background: #4a1069;
  color: #fff;
}

.search-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.search-box input {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.user-list {
  list-style: none;
  padding: 0;
  display: none;
  width: 100% !important;
}
.user-list li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.user-list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-details {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.delete-icon {
  cursor: pointer;
  color: red;
}

ul.start-rating-listr li {
  display: inline-block;
}
ul.start-rating-listr li i {
  color: #EEB111;
  font-size: 24px;
}

.second-table-start-list li {
  display: inline-block;
  margin-right: 0px;
}
.second-table-start-list li i {
  color: #EEB111;
  font-size: 16px;
}

.table-content span {
  font-weight: normal !important;
  font-size: 13px;
}
.table-content span i {
  font-size: 13px;
}

.reviewer-list {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: none;
  width: 100%;
}

.reviewer-list-1 {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.reviewer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #eee;
}
.reviewer-item input {
  margin-right: 10px;
}

.bottom-check-list li {
  display: inline-block;
  padding-right: 10px;
}
.bottom-check-list li input {
  margin-top: 5px;
}

.production-table table {
  border-bottom: inherit !important;
}
.production-table .bootm-check-boxes {
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
}
.production-table .bootm-check-boxes .bottom-check-list li {
  color: #000;
  font-size: 17px;
}
.production-table .bootm-check-boxes .mvoe-production button {
  background: #309627;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  border: inherit;
  font-size: 16px;
}
.production-table .bootm-check-boxes .other-option {
  text-align: left;
  padding-top: 30px;
}
.production-table .bootm-check-boxes .other-option h6 {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}
.production-table .bootm-check-boxes .other-option h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  background-color: rgba(0, 0, 0, 0.1490196078);
  width: 140px;
  height: 2px;
}
.production-table .bootm-check-boxes .other-option ul li {
  display: inline-block;
}
.production-table .bootm-check-boxes .other-option ul li button {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 9px 20px;
  font-size: 19px;
  background: transparent;
  color: #000;
}
.production-table .bootm-check-boxes .other-option ul li button:hover {
  background: #4a1069;
  color: #fff;
}

.editor-view .file {
  display: none;
}
.editor-view .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 310px !important;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.editor-view .btn-upload {
  background: #fb833b;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 47px;
}
.editor-view .btn-upload:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}
.editor-view .add_input {
  margin-top: 4px;
  display: block;
}
.editor-view .add_input i {
  font-size: 27px;
}
.editor-view .custom-input-field1 {
  position: relative;
  width: 100%;
}
.editor-view .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.editor-view .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.editor-view .editor-header {
  background: #e8e8e8;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 14px 44px;
}
.editor-view .editor-header h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.editor-view .ediot-content {
  padding: 30px;
  text-align: center;
}
.editor-view .ediot-content .choose-type-label {
  font-size: 18px;
  color: #000;
}
.editor-view .ediot-content .form-check label {
  font-size: 17px;
  color: #000;
}
.editor-view .ediot-content .form-check .form-check-input {
  margin-top: 7px;
}
.editor-view .ediot-content select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.editor-view .ediot-content textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.editor-view .ediot-content .plus-icon i {
  font-size: 28px;
  color: #4A1069;
}
.editor-view .ediot-content .bottom-submit-btuutons {
  margin-top: 10px;
}
.editor-view .ediot-content .bottom-submit-btuutons li {
  display: inline-block;
}
.editor-view .ediot-content .bottom-submit-btuutons li button {
  background: #eee;
  padding: 4px 26px;
  border-radius: 4px;
  border: inherit;
  color: #fff;
  font-size: 18px;
}
.editor-view .ediot-content .bottom-submit-btuutons li:nth-child(1) button {
  background: #4A1069;
}
.editor-view .ediot-content .bottom-submit-btuutons li:nth-child(2) button {
  background: #0C489E;
}
.editor-view .ediot-content .bottom-submit-btuutons li:nth-child(3) button {
  background: #EEB111;
}

.call-paper-button {
  text-align: center;
}
.call-paper-button li {
  display: inline-block;
}
.call-paper-button li button {
  background: #eee;
  padding: 4px 26px;
  border-radius: 3px;
  border: inherit;
  color: #fff;
  font-size: 18px;
}
.call-paper-button li:nth-child(1) button {
  background: #4A1069;
}
.call-paper-button li:nth-child(2) button {
  background: #EEB111;
}

/* Profile Image */
#profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

/* Tooltip */
.tooltip-box {
  display: none;
  width: 320px;
  background: #E1F3F2;
  color: #000;
  text-align: left;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #E1F3F2 transparent transparent transparent;
}

/* Profile Section */
.profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile img {
  width: 44px;
  height: 44px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-info {
  display: flex;
  flex-direction: column;
}
.profile .profile-info .name {
  font-weight: 500;
  font-size: 15px;
}
.profile .profile-info .company {
  font-size: 13px;
  color: gray;
}

/* Message Content */
.tooltip-box .message {
  margin: 2px 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}

.buttons button {
  padding: 4px 8px;
  border: 1px solid #4A1069;
  color: #4A1069;
  font-size: 13px;
  border-radius: 0px;
}
.buttons button:hover, .buttons button.active {
  background: #4A1069;
  color: #fff;
  border: inherit;
}

.pending-payement-div {
  padding: 20px 0px;
}
.pending-payement-div .section-title {
  margin: 25px 0px;
}
.pending-payement-div .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.pending-payement-div table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.pending-payement-div table thead {
  background: #f9f9f9;
}
.pending-payement-div table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.pending-payement-div table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.pending-payement-div table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.pending-payement-div table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.pending-payement-div table tbody tr td:first-child {
  padding-left: 35px;
}
.pending-payement-div table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.pending-payement-div table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.pending-payement-div table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.pending-payement-div table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.pending-payement-div table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.pending-payement-div table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.pending-payement-div table tbody tr td .interested-div label {
  color: #20ab26;
}
.pending-payement-div table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.pending-payement-div table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.pending-payement-div table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.pending-payement-div table tbody tr td .deceision-button-list ul li button:hover, .pending-payement-div table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.pending-payement-div table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.pending-payement-div table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.pending-payement-div table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.pending-payement-div table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.pending-payement-div table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.pending-payement-div table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.pending-payement-div table tbody tr td ul li {
  margin-bottom: 10px;
}
.pending-payement-div table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.pending-payement-div table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.pending-payement-div table tbody tr td ul li .download,
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.pending-payement-div table tbody tr td ul li .download i,
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.pending-payement-div table tbody tr td ul li .blue-btn,
.pending-payement-div table tbody tr td ul li .dark-green,
.pending-payement-div table tbody tr td ul li .light-blue,
.pending-payement-div table tbody tr td ul li .paper-button,
.pending-payement-div table tbody tr td ul li .upload-btn-yellow,
.pending-payement-div table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.pending-payement-div table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.pending-payement-div table tbody tr td ul li .dark-green {
  background: #115131;
}
.pending-payement-div table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.pending-payement-div table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.pending-payement-div table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.pending-payement-div table tbody tr td ul li .report-btn {
  background: #006166;
}
.pending-payement-div table tbody tr td ul li .orange-btn,
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper,
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper input[type=file],
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.pending-payement-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.pending-payement-div table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.pending-payement-div table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.pending-payement-div table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.pending-payement-div table tbody tr td .report-btn i {
  margin-left: 5px;
}
.pending-payement-div table tbody tr td .collapse {
  border: inherit !important;
}
.pending-payement-div table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.pending-payement-div table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.pending-payement-div table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.pending-payement-div table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.pending-payement-div .pagination-list {
  text-align: start;
}
.pending-payement-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.pending-payement-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.pending-payement-div .pagination-list ul li a i {
  font-size: 14px;
}
.pending-payement-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.bottom-picture-section {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.review-rpocess span {
  font-size: 17px;
  color: #6B7385;
}
.review-rpocess input {
  margin-top: 6px !important;
}
.review-rpocess label {
  font-size: 18px;
  color: #000;
}

.online-pay-section {
  padding: 20px;
  border-radius: 8px;
}
.online-pay-section .publishing-issue-type {
  padding: 0px 40px 25px;
  border-bottom: 2px solid #C0C0C0;
  margin-bottom: 20px;
}
.online-pay-section .publishing-issue-type p {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}
.online-pay-section .publishing-issue-type h6 {
  font-size: 22px;
  text-align: center;
}
.online-pay-section .publishing-issue-type .conference-chairs {
  display: flex;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-icon {
  width: 20%;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-icon img {
  width: 58px;
  height: 58px;
  border-radius: 20px;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content {
  padding-left: 3px;
  width: 75%;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content h6 {
  margin-bottom: 25px;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content h5 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 17px;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content p {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  color: #000;
  text-align: left;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content ul {
  display: flex;
}
.online-pay-section .publishing-issue-type .conference-chairs .profile-content ul li {
  display: inline-block;
  margin-right: 4px;
  line-height: 0;
}
.online-pay-section .publishing-issue-type .paper-edit-option {
  margin-top: 20px;
}
.online-pay-section .publishing-issue-type .paper-edit-option h5 {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 32px;
}
.online-pay-section .publishing-issue-type .paper-edit-option img {
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
.online-pay-section .publishing-issue-type .paper-edit-option .edit-icons {
  padding-left: 15px;
}
.online-pay-section .publishing-issue-type .paper-edit-option .edit-icons ul li .edit-icon i {
  background: #EBCA53;
}
.online-pay-section .publishing-issue-type .paper-edit-option .edit-icons ul li .downlaod-icon i {
  background: #52BBE8;
}
.online-pay-section .publishing-issue-type .paper-edit-option .edit-icons ul li i {
  width: 38px;
  height: 38px;
  background-color: #eee;
  border-radius: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.online-pay-section .payment-wrapper {
  display: flex;
  align-items: center;
  width: 572px;
  overflow: hidden;
  padding: 5px;
  border-radius: 8px;
}
.online-pay-section .payment-scroll {
  display: flex;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.online-pay-section .payment-btn {
  padding: 0px 11px;
  background: transparent;
  color: #000;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  flex: 0 0 150px;
  text-align: center;
  height: 47px;
  border: 1px solid #000;
}
.online-pay-section .payment-btn.active {
  background: #4A1069;
  color: #fff;
}
.online-pay-section .payment-btn i {
  margin-left: 5px;
}
.online-pay-section .arrow-buttons {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-left: auto;
}
.online-pay-section .arrow-buttons .arrow-btn {
  background: #FAFAFA;
  color: #000;
  border: none;
  cursor: pointer;
  padding: 6px;
  font-size: 24px;
  border-radius: 51px;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-pay-section .arrow-buttons .arrow-btn i {
  font-size: 13px;
}
.online-pay-section .payment-container {
  margin-top: 20px;
}
.online-pay-section .payment-container .payment-form {
  display: none;
}
.online-pay-section .payment-container .payment-form.active {
  display: block;
}
.online-pay-section .payment-container .payment-form .upi-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CECECE;
  border-radius: 8px;
  padding: 40px;
}
.online-pay-section .payment-container .payment-form .upi-payment img {
  width: 170px;
}
.online-pay-section .payment-container .payment-form .upi-payment p {
  width: 140px;
  font-size: 19px;
  color: #000;
  margin-right: 20px;
}
.online-pay-section .payment-container .individual-tab-div {
  gap: 45px;
}
.online-pay-section .payment-container .individual-tab-div .form-check {
  display: flex;
  align-items: center;
}
.online-pay-section .payment-container .individual-tab-div .form-check input {
  margin-top: -1px;
}
.online-pay-section .payment-methods-process {
  padding: 0px 26px;
}
.online-pay-section .payment-summary {
  border: 1px solid #D2D2D2;
  padding: 20px;
  border-radius: 8px;
}
.online-pay-section .payment-summary h6 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 18px;
  color: #4A1069;
}
.online-pay-section .payment-summary ul {
  padding-top: 20px;
}
.online-pay-section .payment-summary ul li {
  font-size: 19px;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0px;
}
.online-pay-section .payment-summary ul li:last-child {
  border: inherit;
}
.online-pay-section .payment-summary ul li p {
  margin-bottom: 0px;
}
.online-pay-section .payment-summary ul li span {
  font-weight: 500;
}
.online-pay-section .payment-summary ul li .coupon-box {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #F0F0F0;
}
.online-pay-section .payment-summary ul li .coupon-box input {
  border: 1px solid transparent !important;
  padding: 8px;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: inherit !important;
  height: 40px;
}
.online-pay-section .payment-summary ul li .coupon-box .apply-btn {
  background: transparent;
  color: #000;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
}
.online-pay-section .label {
  color: #000000;
  font-size: 18px;
  width: 57%;
}
.online-pay-section span.dots {
  width: 10%;
  text-align: center;
}
.online-pay-section .value {
  margin-left: 20px;
  color: #000000;
  font-weight: 500;
  width: 15%;
  text-align: left;
  font-size: 18px;
}

.mandatory-section {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.mandatory-section .mandatory-title {
  font-size: 14px;
  font-weight: normal;
  color: #dd0c06;
  display: block;
  margin-bottom: 5px;
}
.mandatory-section .checkbox-group {
  display: grid;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.mandatory-section .checkbox-group label {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #000;
}
.mandatory-section .checkbox-group label input {
  width: 18px;
  height: 18px;
  accent-color: #6a1b9a;
  border-radius: 0px !important;
}
.mandatory-section .input-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mandatory-section .input-buttons input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.mandatory-section .input-buttons .barcode-btn,
.mandatory-section .input-buttons .doi-btn {
  background-color: #e91e63;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.mandatory-section .input-buttons .barcode-btn:hover,
.mandatory-section .input-buttons .doi-btn:hover {
  background-color: rgb(193.1174089069, 18.8825910931, 78.1052631579);
}
.mandatory-section .input-buttons .doi-btn {
  background-color: #008c72;
}
.mandatory-section .input-buttons .doi-btn:hover {
  background-color: rgb(0, 89, 72.4714285714);
}
.mandatory-section .file {
  display: none;
}
.mandatory-section .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 310px !important;
  border-radius: 8px;
  height: calc(2em + 0.75rem + 2px);
}
.mandatory-section .custom-input-field1 {
  position: relative;
  width: 100%;
}
.mandatory-section .custom-input-field1 i {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.mandatory-section .custom-input-field1 .file-name {
  padding-left: 40px !important;
  width: 100% !important;
  height: 50px;
  border: inherit;
}
.mandatory-section .btn-upload {
  background: #fb833b;
  border: none;
  border-radius: 0;
  width: 116px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 11px;
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 47px;
}
.mandatory-section .btn-upload:hover {
  background: #000;
  box-shadow: 0 0 5px #33006e;
}
.mandatory-section .input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.mandatory-section .input-group .input-icon {
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mandatory-section .input-group .input-icon i {
  font-size: 15px;
  margin-top: 2px;
}
.mandatory-section .input-group input {
  padding-left: 35px;
}

.full-width-inputs {
  position: relative;
  display: inline-block;
  width: 100%;
}

.edit-production-tab table {
  box-shadow: inherit !important;
  margin-bottom: 10px !important;
}

.production-bottom-buttons {
  margin-top: 20px;
}
.production-bottom-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.production-bottom-buttons ul li {
  display: inline-block;
}
.production-bottom-buttons ul li button {
  color: #fff;
  padding: 6px 21px;
  border-radius: 4px;
  font-size: 17px;
  transition: all 0.3s ease;
  border: inherit !important;
}
.production-bottom-buttons ul li button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #fff;
}
.production-bottom-buttons ul li:nth-child(1) button {
  background: #0C489E;
}
.production-bottom-buttons ul li:nth-child(2) button {
  background: #8F3737;
}
.production-bottom-buttons ul li:nth-child(3) button {
  background: #F21464;
}
.production-bottom-buttons ul li:nth-child(4) button {
  background: #EEB111;
}

ul.submenu.subchildmenu {
  /* Webkit (Chrome, Safari) */
  /* Firefox */
  scrollbar-color: #4A1069 #f0f0f0;
  scrollbar-width: thin;
}
ul.submenu.subchildmenu::-webkit-scrollbar {
  width: 4px;
  /* Adjust scrollbar width */
}
ul.submenu.subchildmenu::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Track background */
  border-radius: 10px;
}
ul.submenu.subchildmenu::-webkit-scrollbar-thumb {
  background: #4A1069;
  /* Scrollbar color */
  border-radius: 10px;
}
ul.submenu.subchildmenu::-webkit-scrollbar-thumb:hover {
  background: #4A1069;
  /* Darker on hover */
}

.recived-papers table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.recived-papers table thead {
  background: #f9f9f9;
}
.recived-papers table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.recived-papers table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.recived-papers table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.recived-papers table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.recived-papers table tbody tr td:first-child {
  padding-left: 35px;
}
.recived-papers table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.recived-papers table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.recived-papers table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.recived-papers table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.recived-papers table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.recived-papers table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.recived-papers table tbody tr td .interested-div label {
  color: #20ab26;
}
.recived-papers table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.recived-papers table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.recived-papers table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.recived-papers table tbody tr td .deceision-button-list ul li button:hover, .recived-papers table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.recived-papers table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.recived-papers table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.recived-papers table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.recived-papers table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.recived-papers table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.recived-papers table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.recived-papers table tbody tr td ul li {
  margin-bottom: 10px;
}
.recived-papers table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.recived-papers table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.recived-papers table tbody tr td ul li .download,
.recived-papers table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.recived-papers table tbody tr td ul li .download i,
.recived-papers table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.recived-papers table tbody tr td ul li .blue-btn,
.recived-papers table tbody tr td ul li .dark-green,
.recived-papers table tbody tr td ul li .light-blue,
.recived-papers table tbody tr td ul li .paper-button,
.recived-papers table tbody tr td ul li .upload-btn-yellow,
.recived-papers table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.recived-papers table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.recived-papers table tbody tr td ul li .dark-green {
  background: #115131;
}
.recived-papers table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.recived-papers table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.recived-papers table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.recived-papers table tbody tr td ul li .report-btn {
  background: #006166;
}
.recived-papers table tbody tr td ul li .orange-btn,
.recived-papers table tbody tr td ul li .upload-btn-wrapper button {
  background: #ff9800 !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.recived-papers table tbody tr td ul li .upload-btn-wrapper,
.recived-papers table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.recived-papers table tbody tr td ul li .upload-btn-wrapper input[type=file],
.recived-papers table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.recived-papers table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.recived-papers table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.recived-papers table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.recived-papers table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.recived-papers table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.recived-papers table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.recived-papers table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.recived-papers table tbody tr td .report-btn i {
  margin-left: 5px;
}
.recived-papers table tbody tr td .collapse {
  border: inherit !important;
}
.recived-papers table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.recived-papers table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.recived-papers table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.recived-papers table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.recived-papers .section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}
.recived-papers .pagination-list {
  text-align: start;
}
.recived-papers .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.recived-papers .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.recived-papers .pagination-list ul li a i {
  font-size: 14px;
}
.recived-papers .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}

.invoice-ul {
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin: 5px 0px;
}
.invoice-ul li {
  display: inline-block;
}

.payment-box {
  background: #f9f9f9;
  padding: 15px 25px 25px 0px;
  border-radius: 9px;
  display: flex;
  border-left: 35px solid #4A1069;
  margin-bottom: 50px;
  align-items: center;
}
.payment-box .payment-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
}
.payment-box .payment-summary .total {
  font-weight: bold;
  font-size: 16px;
  color: #4A1069;
}

.payment-info {
  padding: 0px 20px;
  flex: 1;
}
.payment-info ul {
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: nowrap;
  display: grid;
  padding-left: 0px;
  margin-bottom: 0px;
}
.payment-info ul li {
  list-style: none;
  margin-bottom: 15px;
}
.payment-info ul li h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
.payment-info p {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.payment-info strong {
  color: #000;
}

.amount {
  font-weight: bold;
}

.summary-box {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 335px;
  flex-shrink: 0;
  height: 260px;
}
.summary-box ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.summary-box ul li {
  border-bottom: 1px solid #EAEAEA;
  list-style: none;
  padding: 18px 0px;
  display: flex;
  justify-content: space-between;
  color: #000;
}
.summary-box ul li:last-child {
  border-bottom: inherit;
  padding-bottom: 0px;
}
.summary-box h3 {
  font-size: 19px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  text-align: center;
  font-weight: 500;
  margin-top: 0px;
}
.summary-box p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}
.summary-box .total {
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
  color: #000;
}

.totla-amount {
  line-height: 0.5;
}
.totla-amount span {
  font-style: italic;
  font-size: 12px;
}
.totla-amount p {
  margin-top: 0px;
  font-weight: 600;
}

.invoice-button {
  text-align: center;
}
.invoice-button .invoice-btn {
  background: #009B88;
  color: #fff;
  padding: 10px 20px;
  border: inherit;
  border-radius: 5px;
  font-size: 18px;
}
.invoice-button .share-button {
  background: #DAA431;
  color: #fff;
  padding: 10px 20px;
  border: inherit;
  border-radius: 3px;
  font-size: 15px;
}

.section-title h4 {
  background: linear-gradient(90deg, #4a1069 0%, #fff 75%);
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-size: 19px;
  width: 445px;
  font-weight: 400;
}

.dropdown-container {
  display: flex;
}
.dropdown-container .dropdown {
  width: 300px;
  height: 45px;
  border: inherit;
  background: #F3F3F3;
  padding: 0px 10px;
  border-radius: 5px;
  border-right: 10px solid #f3f3f3;
}
.dropdown-container .download-btn {
  margin-left: 10px;
  border-radius: 5px;
}

.contact-form-div {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  padding: 55px 30px;
  border-radius: 20px;
  margin-top: -230px;
  z-index: 9;
  display: block;
  position: relative;
}
.contact-form-div .contact-type label {
  font-size: 18px;
}
.contact-form-div .shape-icons-list img.shape-img-1 {
  position: absolute;
  right: -54px;
  top: -17px;
  width: 100px;
}
.contact-form-div .shape-icons-list img.shape-img-2 {
  position: absolute;
  left: -13%;
  top: 20%;
  width: 79px;
}
.contact-form-div .shape-icons-list img.shape-img-3 {
  position: absolute;
  right: -25%;
  bottom: -6%;
  width: 100px;
}
.contact-form-div .purpose-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-form-div .purpose-container label {
  font-size: 18px;
  white-space: nowrap;
}
.contact-form-div textarea {
  border: inherit;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.contatc-icon {
  width: 100px;
  height: 100px;
  margin: 0px auto;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 101px;
}
.contatc-icon img {
  width: 85px;
}
.contatc-icon.first-icon {
  background: #E9F2FF;
}
.contatc-icon.secomd-icon {
  background: #F1C78B;
}
.contatc-icon.third-icon {
  background: #FBD3E4;
}

.contact-details {
  padding: 40px 0px;
}
.contact-details ul li a {
  color: #000;
  font-size: 17px;
}
.contact-details p {
  color: #000;
  font-size: 17px;
}

.vol-section {
  padding: 60px 0px;
}

.event-seelct select {
  height: 50px !important;
  background: #f5f5f5;
  border-right: 10px solid #f5f5f5 !important;
  border: inherit !important;
  color: #6b7385;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 10px !important;
  border-right: 10px solid #f5f5f5 !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.career-section {
  padding: 60px 0;
}

.career-view-content p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
}
.career-view-content ul {
  padding-left: 18px;
  margin-top: 9px;
}
.career-view-content ul li {
  font-size: 14px;
  color: #000;
  list-style: disc;
  padding-bottom: 5px;
}

.research-paper-type {
  width: 93% !important;
}

#add-more-one {
  width: 10%;
  margin-left: 0px;
  background: inherit;
}
#add-more-one i {
  color: #000 !important;
  font-size: 25px;
}

.edit-production-tab .radio-group {
  text-align: center;
}
.edit-production-tab .radio-group label {
  text-align: center;
  font-size: 18px;
}
.edit-production-tab .radio-group label img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.edit-production-tab .conference-container {
  padding-top: 40px;
}
.edit-production-tab .conference-container .conference-card {
  padding: 25px;
  color: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
}
.edit-production-tab .conference-container .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.6px;
}
.edit-production-tab .conference-container .subtitle {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.edit-production-tab .conference-container .conference-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
.edit-production-tab .conference-container .conference-logos img {
  height: 60px;
}
.edit-production-tab .conference-container .conference-title {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.edit-production-tab .conference-container h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.edit-production-tab .conference-container .conference-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.edit-production-tab .conference-container .date {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px !important;
}
.edit-production-tab .conference-container .website {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.edit-production-tab .conference-container .department {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
.edit-production-tab .conference-container .editor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-production-tab .conference-container .editor-section .left-bottom-logo h6 {
  font-weight: 400;
  color: #fff;
}
.edit-production-tab .conference-container .editor-section .left-bottom-logo img {
  height: 90px;
}
.edit-production-tab .conference-container .editor-section .jacksspprow-dtails {
  text-align: left;
}
.edit-production-tab .conference-container .editor-section .jacksspprow-dtails h6 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.edit-production-tab .conference-container .editor-section .jacksspprow-dtails p {
  font-size: 12px;
}
.edit-production-tab .conference-container .editor-section .jacksspprow-dtails ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 3px;
  justify-content: start;
}
.edit-production-tab .conference-container .editor-section .jacksspprow-dtails ul li span {
  font-size: 9px;
  margin-left: 5px;
  font-weight: normal;
}
.edit-production-tab .conference-container .editor-section .jacksspprow-dtails ul li i {
  background: #710977;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
}
.edit-production-tab .conference-container .editor-section ul {
  display: block;
  padding-bottom: 4px;
}
.edit-production-tab .conference-container .editor-section ul li {
  display: flex;
  margin-bottom: 5px;
  justify-content: end;
}
.edit-production-tab .conference-container .editor-section ul li::after {
  background: inherit;
}
.edit-production-tab .conference-container .editor-section ul li span {
  font-size: 14px;
}
.edit-production-tab .conference-container .editor-section ul li img {
  width: 42px !important;
  padding-right: 10px;
}
.edit-production-tab .conference-container .download-btn {
  position: absolute;
  bottom: -25px;
  right: 45px;
  background: #6c3bb1;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.edit-production-tab .conference-container .download-btn:hover {
  background: #532a8b;
  transform: scale(1.1);
}
.edit-production-tab .conference-container .about-cnt h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}
.edit-production-tab .conference-container .about-cnt p {
  font-size: 10px !important;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 6px;
  margin-top: 0px !important;
}
.edit-production-tab .conference-container .about-cnt .editor-cards .editor-card {
  background: rgba(255, 255, 255, 0.1215686275);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  color: white;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
  margin: 0px 5px;
}
.edit-production-tab .conference-container .about-cnt .editor-cards .editor-card:hover {
  transform: translateY(-5px);
}
.edit-production-tab .conference-container .about-cnt .editor-cards .editor-card .editor-name {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  margin-bottom: 4px;
}
.edit-production-tab .conference-container .about-cnt .editor-cards .editor-card ul {
  list-style: disc;
  padding-left: 0px;
}
.edit-production-tab .conference-container .about-cnt .editor-cards .editor-card ul li {
  opacity: 0.9;
  list-style: none;
  font-size: 9px;
  line-height: 1.7;
  font-weight: 100;
}
.edit-production-tab .conference-container .list-footer-section {
  margin-top: 10px;
  text-align: center;
}
.edit-production-tab .conference-container .list-footer-section h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 0px;
}
.edit-production-tab .conference-container .list-footer-section span {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
}
.edit-production-tab .conference-container .list-footer-section a {
  color: #fff;
  letter-spacing: 3.5px;
  font-size: 13px;
}
.edit-production-tab .table-responsive table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.edit-production-tab .table-responsive table thead {
  background: #f8f8f8;
}
.edit-production-tab .table-responsive table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.edit-production-tab .table-responsive table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.edit-production-tab .table-responsive table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.edit-production-tab .table-responsive table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.edit-production-tab .table-responsive table tbody tr td:first-child {
  padding-left: 35px;
}
.edit-production-tab .table-responsive table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.edit-production-tab .table-responsive table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.edit-production-tab .table-responsive table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.edit-production-tab .table-responsive table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-production-tab .table-responsive table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.edit-production-tab .table-responsive table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.edit-production-tab .table-responsive table tbody tr td .interested-div label {
  color: #20ab26;
}
.edit-production-tab .table-responsive table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.edit-production-tab .table-responsive table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.edit-production-tab .table-responsive table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.edit-production-tab .table-responsive table tbody tr td .deceision-button-list ul li button:hover, .edit-production-tab .table-responsive table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.edit-production-tab .table-responsive table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.edit-production-tab .table-responsive table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.edit-production-tab .table-responsive table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.edit-production-tab .table-responsive table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.edit-production-tab .table-responsive table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.edit-production-tab .table-responsive table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.edit-production-tab .table-responsive table tbody tr td ul li {
  margin-bottom: 10px;
}
.edit-production-tab .table-responsive table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.edit-production-tab .table-responsive table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.edit-production-tab .table-responsive table tbody tr td ul li .download,
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.edit-production-tab .table-responsive table tbody tr td ul li .download i,
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.edit-production-tab .table-responsive table tbody tr td ul li .blue-btn,
.edit-production-tab .table-responsive table tbody tr td ul li .dark-green,
.edit-production-tab .table-responsive table tbody tr td ul li .light-blue,
.edit-production-tab .table-responsive table tbody tr td ul li .paper-button,
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-yellow,
.edit-production-tab .table-responsive table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.edit-production-tab .table-responsive table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.edit-production-tab .table-responsive table tbody tr td ul li .dark-green {
  background: #115131;
}
.edit-production-tab .table-responsive table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.edit-production-tab .table-responsive table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.edit-production-tab .table-responsive table tbody tr td ul li .report-btn {
  background: #006166;
}
.edit-production-tab .table-responsive table tbody tr td ul li .orange-btn,
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper button {
  background: #fb833b !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper,
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper input[type=file],
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.edit-production-tab .table-responsive table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.edit-production-tab .table-responsive table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.edit-production-tab .table-responsive table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.edit-production-tab .table-responsive table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.edit-production-tab .table-responsive table tbody tr td .report-btn i {
  margin-left: 5px;
}
.edit-production-tab .table-responsive table tbody tr td .collapse {
  border: inherit !important;
}
.edit-production-tab .table-responsive table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.edit-production-tab .table-responsive table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.edit-production-tab .table-responsive table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.edit-production-tab .table-responsive table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}

.dashboard-review-report-parent-div {
  background: url(../img/conf-frame.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 37px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div {
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  overflow-y: scroll;
  max-height: 65vh;
  height: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #4A1069 #f1f1f1;
}
.dashboard-review-report-parent-div .dashboard-review-report-div::-webkit-scrollbar {
  width: 4px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div::-webkit-scrollbar-thumb {
  background: #4A1069;
  border-radius: 10px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div::-webkit-scrollbar-thumb:hover {
  background: rgb(42.8099173554, 9.2561983471, 60.7438016529);
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div {
  padding: 0px 0;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div h6 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div h3 span {
  font-size: 20px;
  font-weight: 700;
  color: #4a1069;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div ul {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 10px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div ul li {
  color: #000;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div ul li + li {
  position: relative;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div ul li + li:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #A2A2A2;
  position: absolute;
  left: -22px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div h5 {
  font-size: 16px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs {
  align-items: center;
  display: flex;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-icon {
  width: 20%;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-icon img {
  width: 58px;
  height: 58px;
  border-radius: 20px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content {
  padding-left: 3px;
  width: 75%;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content h6 {
  margin-bottom: 25px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content h5 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 17px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content p {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  color: #000;
  text-align: left;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content ul {
  display: flex;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content ul li {
  display: inline-block;
  margin-right: 4px;
  line-height: 0;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content p {
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content h5 {
  font-size: 13px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .conference-chairs .profile-content h3 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .published-div {
  background: #ffbe90;
  box-shadow: 1px 1px 5px 6px rgba(129, 65, 19, 0.0588235294) inset;
  padding: 20px 30px;
  text-align: center;
  border-radius: 16px;
  margin-top: 30px;
  border: 1px solid rgb(255, 190, 144);
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .published-div h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #814113;
  margin-bottom: 5px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .published-div span {
  color: #000;
  font-size: 15px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .published-div p {
  margin-bottom: 4px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .report-div h3 {
  font-weight: 500;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .report-div span {
  font-weight: 600;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .report-div ul li {
  font-size: 16px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .review-report ul {
  display: block;
  text-align: left;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .review-report ul li {
  display: list-item !important;
  list-style: disc !important;
  padding: 3px 0;
  margin-bottom: 0px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .author-div .review-report ul li + li::before {
  display: none !important;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .review-dates {
  padding: 0px 0;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .review-dates .conference-chairs {
  margin-bottom: 16px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .review-dates .conference-chairs .profile-icon {
  width: 65px;
  text-align: left;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .review-dates .conference-chairs .profile-content {
  text-align: left;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .review-dates .conference-chairs .profile-content span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .review-dates .conference-chairs .profile-content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-footer-div h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: none;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-footer-div h3 small {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-footer-div h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-footer-div h6 small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-footer-div h6 small::before {
  content: " ";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #000;
  margin: 10px 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-footer-div p {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-btn ul {
  gap: 0px;
  margin: 0;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-btn ul li button {
  border-radius: 3px;
  font-size: 17px;
  background: #0c489e;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-btn ul li::before {
  display: none;
}
.dashboard-review-report-parent-div .dashboard-review-report-div .main-cnt-div .cngrts-btn ul li + li button {
  background: #4a1069;
}

.behind-bk-pg .upload-container {
  text-align: center;
}
.behind-bk-pg .upload-container .upload-box {
  width: 150px;
  height: 150px;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
  cursor: pointer;
}
.behind-bk-pg .upload-container .upload-box .upload-label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.behind-bk-pg .upload-container .upload-box .upload-icon {
  font-size: 40px;
  color: #b0b0b0;
}
.behind-bk-pg .upload-container .upload-box .preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.behind-bk-pg .upload-container .image-upload-btn {
  background: #52BBE8 !important;
  border: inherit;
  border-radius: 5px;
  padding: 3px 8px;
  color: #fff;
}

.dashboard-conference-editor-publication-parent-div .dashboard-conference-editor-publication-div {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  border-radius: 8px;
  position: relative;
}
.dashboard-conference-editor-publication-parent-div .dashboard-conference-editor-publication-div .pagination-list {
  text-align: start;
}
.dashboard-conference-editor-publication-parent-div .dashboard-conference-editor-publication-div .pagination-list ul li {
  display: inline-block;
  padding: 0px;
  border-bottom: inherit;
}
.dashboard-conference-editor-publication-parent-div .dashboard-conference-editor-publication-div .pagination-list ul li a {
  width: 31px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  color: #000;
}
.dashboard-conference-editor-publication-parent-div .dashboard-conference-editor-publication-div .pagination-list ul li a i {
  font-size: 14px;
}
.dashboard-conference-editor-publication-parent-div .dashboard-conference-editor-publication-div .pagination-list ul li.active a {
  background: #4a1069;
  color: #fff;
  border-radius: 6px;
}
.dashboard-conference-editor-publication-parent-div table {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border-bottom: inherit !important;
}
.dashboard-conference-editor-publication-parent-div table thead {
  background: #f8f8f8;
}
.dashboard-conference-editor-publication-parent-div table thead tr th {
  padding: 14px;
  color: #000;
  font-size: 15px;
}
.dashboard-conference-editor-publication-parent-div table thead tr th:first-child {
  border-top-left-radius: 10px;
  padding-left: 35px;
}
.dashboard-conference-editor-publication-parent-div table thead tr th:last-child {
  border-top-right-radius: 10px;
  padding-right: 35px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 15px;
  border-bottom: inherit;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td:first-child {
  padding-left: 35px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td:last-child {
  padding-right: 35px;
  padding-left: 13px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .reviewr-profile-list li {
  display: inline-block;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .reviewr-profile-list li img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .employe-name-list {
  margin-top: 0px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .employe-name-list li {
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .interested-div label {
  color: #20ab26;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .not-intefrest label {
  color: #9a1029;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .deceision-button-list ul li button {
  padding: 4px 13px;
  border-radius: 6px;
  border: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  background: transparent;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .deceision-button-list ul li button i {
  font-size: 14px;
  padding-left: 8px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .deceision-button-list ul li button:hover, .dashboard-conference-editor-publication-parent-div table tbody tr td .deceision-button-list ul li button.active {
  background: #eeb111;
  color: #fff;
  border: inherit;
  border: 1px solid #eeb111;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .status-count {
  width: 35px;
  height: 35px;
  background-color: #ebca53;
  /* Gold */
  color: #000000;
  /* Black */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  /* Center text vertically */
  border-radius: 50%;
  /* Circular shape */
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .table-second-ul-buttons li button {
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .table-second-ul-buttons li button i {
  font-size: 14px;
  padding-left: 8px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .table-second-ul-buttons li .move-button {
  background: #006166;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .table-second-ul-buttons li .report-btn {
  background: #006166;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .table-second-ul-buttons li .withdraw-btn {
  background: #e38a22;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li {
  margin-bottom: 10px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li button {
  width: 142px;
  margin: 0 auto;
  color: #fff;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .pay-online {
  background: #d62283 !important;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .download,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #4a1069 !important;
  padding: 8px 10px;
  border-radius: 6px;
  border: inherit;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .download i,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 14px;
  margin-left: 5px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .blue-btn,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .dark-green,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .light-blue,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .paper-button,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-yellow,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .report-btn {
  border: inherit;
  border-radius: 5px;
  padding: 8px 8px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .blue-btn {
  background: #0c489e;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .dark-green {
  background: #115131;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .light-blue {
  background: #2070e3;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .paper-button {
  background: #1b8f96;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-yellow {
  background: #daa431 !important;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .report-btn {
  background: #006166;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .orange-btn,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper button {
  background: #fb833b !important;
  cursor: pointer;
  width: 143px;
  margin-bottom: 0 !important;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper,
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper input[type=file],
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-1 input[type=file],
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-2 input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-2 button {
  background: #4a1069 !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
  display: inline-block;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-1 button {
  background: #fb833b !important;
  padding: 8px 5px;
  border-radius: 6px;
  border: inherit;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td ul li .upload-btn-wrapper-1 button i {
  font-size: 13px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .hide-coment {
  background: transparent;
  color: #000;
  padding: 0px;
  font-size: 16px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .hide-coment i {
  font-size: 14px;
  margin-left: 5px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .report-btn {
  background: #006166;
  color: #fff;
  padding: 3px 14px;
  border-radius: 5px;
  border: inherit;
  white-space: nowrap;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .report-btn i {
  margin-left: 5px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .collapse {
  border: inherit !important;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .collapse .custom-card-div {
  border: inherit !important;
  padding: 0px !important;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .coolapse-content-custom h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .coolapse-content-custom p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.dashboard-conference-editor-publication-parent-div table tbody tr td .status-list li {
  font-size: 16px;
  margin-bottom: 6px;
}

.cnf-edt-pub h6 {
  font-size: 16px !important;
  margin-bottom: 0;
}
.cnf-edt-pub small {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.cnf-edt-pub p {
  color: #8F8F8F !important;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 15px;
  font-size: 14px;
}
.cnf-edt-pub .custom-datepicker {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 12px 16px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  height: 50px;
  /* Hide the actual input field */
}
.cnf-edt-pub .custom-datepicker .datepicker-label {
  font-size: 14px;
  color: #757B8A;
  flex-grow: 1;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.cnf-edt-pub .custom-datepicker .calendar-icon {
  font-size: 18px;
  color: #333;
}
.cnf-edt-pub .custom-datepicker:hover {
  background: #f0f0f0;
}
.cnf-edt-pub .custom-datepicker .date-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border: none;
}
.cnf-edt-pub .custom-received-label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.cnf-edt-pub .custom-received-datepicker {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 12px 16px;
  width: 200px;
  cursor: pointer;
  /* Hide the actual input field */
}
.cnf-edt-pub .custom-received-datepicker .custom-received-label-text {
  font-size: 14px;
  color: #757B8A;
  flex-grow: 1;
  transition: color 0.2s ease-in-out;
}
.cnf-edt-pub .custom-received-datepicker .custom-received-calendar-icon {
  font-size: 18px;
  color: #333;
}
.cnf-edt-pub .custom-received-datepicker:hover {
  background: #f0f0f0;
}
.cnf-edt-pub .custom-received-datepicker .custom-received-date-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border: none;
}

.proposal-flyers {
  padding: 60px 0px;
}

.proposal-flyers-journal-preview {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.proposal-flyers-journal-main-display {
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.proposal-flyers-journal-main-display .proposal-flyers-journal-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.proposal-flyers-journal-main-display .proposal-flyers-journal-content .proposal-flyers-journal-template {
  height: 100%;
  width: 100%;
  position: relative;
}
.proposal-flyers-journal-main-display .proposal-flyers-journal-content .proposal-flyers-journal-template img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.proposal-flyers-journal-slider .proposal-flyers-slider-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.proposal-flyers-journal-slider .proposal-flyers-slider-arrow {
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.proposal-flyers-journal-slider .proposal-flyers-slider-arrow:hover {
  background-color: #D9D9D9;
}
.proposal-flyers-journal-slider .proposal-flyers-slider-arrow:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.proposal-flyers-journal-slider .proposal-flyers-templates-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.proposal-flyers-journal-slider .proposal-flyers-templates {
  display: flex;
  gap: 0.5rem;
  transition: transform 0.3s ease;
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item {
  flex: 0 0 70px;
  height: 100px;
  position: relative;
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item input[type=radio]:checked + label {
  border-color: #007bff;
  transform: translateY(0px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007bff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid white;
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.proposal-flyers-journal-slider .proposal-flyers-templates .proposal-flyers-template-item label:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.proposal-flyers-journal-editor-form {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0rem;
  height: 100%;
}
.proposal-flyers-journal-editor-form .proposal-flyers-editor-title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
}
.proposal-flyers-journal-editor-form .proposal-flyers-form-control {
  border-radius: 0.25rem;
  padding: 0.75rem;
  background-color: #f5f5f5;
  border: inherit;
}
.proposal-flyers-journal-editor-form .proposal-flyers-form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section {
  display: flex;
  gap: 1rem;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-container {
  flex: 1;
  position: relative;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-container .proposal-flyers-upload-placeholder {
  border-radius: 0.25rem;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f5f5f5;
  cursor: pointer;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-container .proposal-flyers-upload-placeholder svg {
  color: #6c757d;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-container .proposal-flyers-upload-placeholder span {
  color: #6c757d;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-container .proposal-flyers-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-btn {
  background-color: #ff7043;
  color: white;
  border: none;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.proposal-flyers-journal-editor-form .proposal-flyers-upload-section .proposal-flyers-upload-btn:hover {
  background-color: rgb(255, 73.2074468085, 16);
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .proposal-flyers-journal-editor-form .proposal-flyers-action-buttons {
    flex-direction: column;
  }
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .btn {
  flex: 1;
  padding: 0.75rem 1rem;
  font-weight: 500;
  border: none;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .proposal-flyers-save-btn {
  background-color: #0C489E;
  color: white;
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .proposal-flyers-save-btn:hover {
  background-color: rgb(17.805, 101.89, 241.195);
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .proposal-flyers-download-btn {
  background-color: #fbbc05;
  color: white;
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .proposal-flyers-download-btn:hover {
  background-color: rgb(201.7716535433, 150.9251968504, 3.2283464567);
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .proposal-flyers-share-btn {
  background-color: #ea4c89;
  color: white;
}
.proposal-flyers-journal-editor-form .proposal-flyers-action-buttons .proposal-flyers-share-btn:hover {
  background-color: rgb(228.645, 30.355, 106.91);
}

@media (max-width: 992px) {
  .proposal-flyers-journal-main-display {
    height: 400px;
  }
  .proposal-flyers-journal-editor-form {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .proposal-flyers-journal-main-display {
    height: 350px;
  }
  .proposal-flyers-templates .proposal-flyers-template-item {
    flex: 0 0 80px;
    height: 80px;
  }
  .proposal-flyers-journal-editor-form {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .proposal-flyers-journal-main-display {
    height: 300px;
  }
  .proposal-flyers-templates .proposal-flyers-template-item {
    flex: 0 0 70px;
    height: 70px;
  }
  .proposal-flyers-upload-section {
    flex-direction: column;
  }
  .proposal-flyers-journal-editor-form {
    padding: 1rem;
  }
}
.craproposal-flyers .flyer-card-content {
  border-radius: 10px;
  padding: 18px 23px;
  position: relative;
}
.craproposal-flyers .flyer-card-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}
.craproposal-flyers .flyer-card-content p {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.craproposal-flyers .flyer-card-content .circle-img {
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.craproposal-flyers .flyer-card-content .sqaure-img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.craproposal-flyers .flyer-footer .author-profile-details h6 {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}
.craproposal-flyers .flyer-footer .author-profile-details p {
  margin-bottom: 0px;
  font-size: 9px;
  color: #fff;
  margin-top: 0px;
  line-height: 1.6;
  padding-left: 3px;
}
.craproposal-flyers .flyer-footer .author-profile-details ul li {
  display: flex;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
.craproposal-flyers .flyer-footer .author-profile-details ul li i {
  font-size: 9px;
  color: #fff;
  line-height: 1.2;
}

.right-side-footer ul {
  padding-right: 4PX;
  text-align: center;
  background: rgba(255, 254, 254, 0.4);
  color: #000;
  padding: 4px 4px 3px 25px;
  border-top-left-radius: 107px;
  border-bottom-right-radius: 17px;
  overflow: hidden;
}
.right-side-footer ul li {
  font-size: 8px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
}

.flyer-card {
  position: relative;
}
.flyer-card.blue-bg .flyer-footer .right-side-footer ul {
  background: #6D60C7;
}
.flyer-card.red-bg .flyer-footer .right-side-footer ul {
  background: #6F3232;
}
.flyer-card.sea-green .flyer-footer .right-side-footer ul {
  background: #267873;
}
.flyer-card .ec-download img {
  width: 47px;
  position: absolute;
  bottom: -24px;
  right: 34px;
}

.ramadhan-flyer .flyer-card-content h3 {
  font-family: "oh candy script font", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}
.ramadhan-flyer .flyer-footer .right-side-footer ul {
  background: #152A9F;
}

.christams-flyer .flyer-card-content h2 {
  font-size: 30px;
  font-family: "Autumn in November", sans-serif;
  color: #fff;
  font-weight: normal;
  margin-top: 12px;
}
.christams-flyer .flyer-footer .right-side-footer ul {
  background: #9C4040;
}

.birthday-flyer .flyer-card-content .circle-img {
  width: 180px !important;
  height: 180px !important;
  margin-top: 25px;
}
.birthday-flyer .flyer-card-content h2 {
  font-size: 38px;
  font-family: "Autumn in November", sans-serif;
  color: #fff;
  font-weight: normal;
  margin-top: 12px;
}
.birthday-flyer .flyer-footer .right-side-footer ul {
  background: #66699F;
}

.indepence-flyer .flyer-card-content .circle-img {
  width: 220px !important;
  height: 220px !important;
}
.indepence-flyer .flyer-card-content h4 {
  color: #000;
  font-family: "DM Serif Display", serif;
  text-align: left;
}
.indepence-flyer .flyer-card-content h2 {
  color: #000;
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  text-align: left;
  margin-bottom: 0px;
}
.indepence-flyer .flyer-footer .right-side-footer ul {
  background: #476C17;
}

.teacherday-flyer .flyer-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.teacherday-flyer .flyer-footer .right-side-footer ul {
  background: #868686;
}/*# sourceMappingURL=import.css.map */