body.rtl .ant-tabs-tab:first-child {
  margin-left: 32px;
}

.ant-select-multiple .ant-select-selector {
  padding-inline-end: 40px !important;
}

.ant-select-selector {
  cursor: pointer !important;
  padding: 5px !important;
}

.ant-empty-normal {
  margin-block: 8px !important;
}

.ant-select-single {
  height: auto !important;
}

#pubjet-page-settings-content noscript {
  display: block;
  margin-top: 25px;
  color: white;
  background-color: #ce1340;
  padding: 24px 15px;
  width: 95%;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  #pubjet-page-settings-content noscript {
    width: 88%;
  }
}

.pubjet-notice {
  display: flex;
  border: solid 1px #ffffff;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  margin: 20px 0 20px 20px !important;
  box-sizing: border-box;
  padding: 0;
  flex-direction: row;
  direction: rtl;
  text-align: right;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.pubjet-notice__icon {
  background: #ffffff;
  width: 54px;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 18px;
  border-left: solid 1px #f3f3f3;
}

.pubjet-notice__icon img {
  display: block;
  width: 24px !important;
  height: 24px !important;
  -webkit-user-drag: none;
}

.pubjet-notice__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
}

.pubjet-notice__title {
  font-size: 16px;
  font-weight: bold;
  word-spacing: -1px;
}

.pubjet-notice__message {
  padding-top: 8px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #4c5c84;
  font-weight: 400;
  word-spacing: -1px;
}

@media (max-width: 768px) {
  .pubjet-notice__message {
    text-align: justify;
  }
}

.pubjet-notice__button {
  color: black !important;
  background: #ffc400 !important;
  border-color: #c89900 !important;
  font-weight: bold;
}

.pubjet-notice__button:hover {
  background: #e1ab03 !important;
}

@media (max-width: 768px) {
  .pubjet-notice__button, .pubjet-notice__remindme, .pubjet-notice__permanenthide, .pubjet-notice .button {
    width: 100%;
    text-align: center;
  }
}

.pubjet-notice__buttons {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
}

.pubjet-notice__buttons a {
  user-select: none;
  -webkit-user-drag: none;
  box-shadow: none;
  outline: none;
  padding: 0 12px;
  margin: 0;
  height: 32px;
  min-height: 0;
  font-size: 13px;
  line-height: 30px;
}

.pubjet-notice__buttons a svg {
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 7px;
  margin-left: 4px;
  fill: white;
}

.pubjet-d-flex {
  display: flex !important;
}

.pubjet-align-items-center {
  align-items: center !important;
}

.pubjet-justify-content-between {
  justify-content: space-between !important;
}

.pubjet-mt-0 {
  margin-top: 0 !important;
}

.pubjet-mt-1 {
  margin-top: .25rem !important;
}

.pubjet-mt-2 {
  margin-top: .5rem !important;
}

.pubjet-mt-3 {
  margin-top: .75rem !important;
}

.pubjet-mt-4 {
  margin-top: 1rem !important;
}

.pubjet-mt-5 {
  margin-top: 1.25rem !important;
}

.pubjet-mt-0 {
  margin-top: 0 !important;
}

.pubjet-mb-1 {
  margin-bottom: .25rem !important;
}

.pubjet-mb-2 {
  margin-bottom: .5rem !important;
}

.pubjet-mb-3 {
  margin-bottom: .75rem !important;
}

.pubjet-mb-4 {
  margin-bottom: 1rem !important;
}

.pubjet-mb-5 {
  margin-bottom: 1.25rem !important;
}

.pubjet-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.pubjet-me-1 {
  margin-right: 0.25rem !important;
}

.pubjet-me-2 {
  margin-right: 0.5rem !important;
}

.pubjet .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.pubjet-pt-0 {
  padding-top: 0 !important;
}

.pubjet-pt-1 {
  padding-top: .25rem !important;
}

.pubjet-pt-2 {
  padding-top: .5rem !important;
}

.pubjet-pt-3 {
  padding-top: .75rem !important;
}

.pubjet-pt-4 {
  padding-top: 1rem !important;
}

.pubjet-pt-5 {
  padding-top: 1.25rem !important;
}

.pubjet-pb-0 {
  padding-bottom: 0 !important;
}

.pubjet-pb-1 {
  padding-bottom: .25rem !important;
}

.pubjet-pb-2 {
  padding-bottom: .5rem !important;
}

.pubjet-pb-3 {
  padding-bottom: .75rem !important;
}

.pubjet-pb-4 {
  padding-bottom: 1rem !important;
}

.pubjet-pb-5 {
  padding-bottom: 1.25rem !important;
}

.pubjet-cursor-pointer {
  cursor: pointer !important;
}

.pubjet-disabled {
  opacity: .3;
  pointer-events: none;
}

.pubjet-hide {
  display: none !important;
}

.pubjet-text-center {
  text-align: center !important;
}

.pubjet-text-left {
  text-align: left !important;
}

.pubjet-text-right {
  text-align: right !important;
}

.pubjet-text-justify {
  text-align: justify !important;
}

.pubjet-text-muted {
  color: #6c757d !important;
}

.pubjet-d-block {
  display: block !important;
}

.pubjet-w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.pubjet-text-success {
  color: #4ece3d !important;
}

.pubjet-text-danger {
  color: red !important;
}

.pubjet-justify-content-start {
  justify-content: start !important;
}

.pubjet-justify-content-end {
  justify-content: end !important;
}

.pubjet-1col, .pubjet-2col, .pubjet-3col, .pubjet-4col {
  display: grid;
}

.pubjet-1col {
  grid-template-columns: auto;
}

.pubjet-2col {
  grid-template-columns: auto auto;
}

.pubjet-3col {
  grid-template-columns: auto auto auto;
}

.pubjet-4col {
  grid-template-columns: auto auto auto auto;
}

.pubjet-5col {
  grid-template-columns: auto auto auto auto auto;
}

.pubjet-row {
  display: flex;
}

.pubjet-row div {
  margin-left: 10px;
}

.pubjet-form-shadow {
  background: white;
  padding: 35px 40px 45px 40px;
  box-shadow: 0 4px 40px rgba(119, 132, 157, 0.1);
}

.pubjet-position-relative {
  position: relative !important;
}

.pubjet-form-rounded {
  border-radius: 8px;
}

.pubjet-flex-column {
  flex-direction: column !important;
}

.pubjet-dir-ltr {
  direction: ltr !important;
}

.pubjet-dir-rtl {
  direction: rtl !important;
}

body.rtl .pubjet-me-1 {
  margin-right: inherit !important;
  margin-left: 0.25rem !important;
}

body.rtl .pubjet-me-2 {
  margin-left: 0.5rem !important;
  margin-right: inherit !important;
}

