/* .inner-pages .ministry nav.navbar {background: rgba(0,0,0,0.15) !important; } */
/* body.inner-pages  {background-image: url(../assets/img/dashboardBg.svg); background-position: center left; background-repeat: no-repeat; } */
body.inner-pages {
  background-color: #f3f3f3;
}

[dir=rtl] body.inner-pages {
  direction: rtl;
  text-align: right;
}

a {
  color: var(--secondary-color);
}

a:hover {
  color: var(--primary-color);
}

a.visually-hidden.focusable.skip-link {
  display: none;
}

.loggedHeader a {
  color: #fff !important;
}

.panel-heading {
  padding: 10px 5px;
  border: 1px solid #44c2cc;
  margin: 10px 0px;
  background: #fff;
}

a.panel-title {
  outline: 0;
}

.panel-collapse {
  margin-right: 13px;
  background: #ddd;
  padding: 1px 10px;
}

body.inner-pages.noBackround {
  background-image: none;
}

.color-warning {
  color: #e0ae0c;
}

.color-success {
  color: var(--primary-color);
}

/* .inner-marg-top{margin-top: 122px} */

/* New fixes */
.header.header-image-bg {
  min-height: initial;
  height: 750px;
  background-size: auto;
  background-position-y: -133px;
}

.header-no-fixed .ministry {
  position: inherit;
}

body:not(.header-no-fixed) .app.client-layout {
  margin-top: 5rem;
}

/* Error fields */
.form-item.error {
  color: #721b24;
}

select.error {
  background: #f9d6d9;
  border-color: #731c24;
  color: #731c24;
}

.form-item.error table thead {
  color: #721b24;
  background: #f8d7da;
}

body.role-anonymous {
  padding-top: 41px;
}

/* start table */
.innerSignIn {
  margin: auto;
  background-image: none;
  width: 100%;
  margin-bottom: 100px;
}

.innerSignIn {
  background-color: #fff;
  border: 1px solid #40c2cc;
  margin-top: 60px;
  border-radius: 5px;
  padding: 70px;
  margin-bottom: 50px;
}

.table.custom-table th {
  background-color: transparent !important;
  color: #000000 !important;
  text-align: center;
  font-weight: 600;
  font-weight: 14px;
  border-color: transparent !important;
}

.table.custom-table tr {
  margin-bottom: 15px;
}

.table.custom-table td {
  background-color: #fafafa !important;
  border-top: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

/*.table.custom-table td:first-child , .table.custom-table th:first-child {border-right: 0; width: 20%;} */
.table.custom-table td:last-child {
  border-left: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

table.custom-table tr .btn img,
#table_content tr .btn img {
  margin-left: 0;
  margin-right: 0;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

table.custom-table tr .btn,
#table_content tr .btn {
  font-weight: 500;
}

.btnsTd {
  display: flex !important;
  justify-content: center;
}

table.custom-table tr .adjustBtn,
#table_content tr .adjustBtn {
  background-color: #40c2cc;
  border-color: #40c2cc;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
}

table.custom-table tr .deleteBtn,
#table_content tr .deleteBtn {
  background-color: #d80606;
  border-color: #d80606;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}

table.custom-table tr .resultBtn,
#table_content tr .resultBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}

table.custom-table tr .editwebformBtn,
#table_content tr .editwebformBtn {
  background-color: #e2b32e;
  border-color: #e2b32e;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}

table.custom-table tr .duplicatewebformBtn,
#table_content tr .duplicatewebformBtn {
  background-color: #096f6c;
  border-color: #096f6c;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}

table.custom-table tr td {
  justify-content: center;
  display: flex;
}

/* end table */


.tabs ul.pagination {
  margin-top: 24px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.tabs ul.pagination li {
  padding: 10px 10px;
}

.tabs ul.pagination li.active {
  border-bottom: 3px solid #9ac869;
}

article.webform.full footer .author {
  display: none;
}

/* start webform-scale */

.webform-scale-options label {
  text-align: center;
  color: #666;
  border: 3px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  /* Default. */
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2em;
}

.webform-scale-options label.label-is-checked {
  color: #000;
  border-color: #09706c;
}

.webform-scale-options label.hover:not(.label-is-checked) {
  color: #333;
  border-color: #999;
}

.webform-scale-small label {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 1.1em;
  border-width: 2px;
}

.webform-scale-medium label {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .webform-scale-medium .form-item {
    margin: 4px 1px;
  }

  .webform-scale-medium .webform-scale-text {
    margin: 4px 1px;
  }

  .webform-scale-medium label {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.1em;
    border-width: 2px;
  }
}

.webform-scale-large label {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .webform-scale-large .form-item {
    margin: 4px 1px;
  }

  .webform-scale-large .webform-scale-text {
    margin: 4px 1px;
  }

  .webform-scale-large label {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.2em;
    border-width: 2px;
  }
}

.webform-scale-square label {
  border-radius: 3px;
}

.webform-scale-flexbox label {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  border-radius: 3px;
}



/* end webform-scale */

/* Login page */
.signIn {
  display: flex;
  justify-content: center;
}

.signIn .innerSignIn {
  background-color: #fff;
  border: 1px solid #40c2cc;
  width: 80vw;
  margin-top: 60px;
  border-radius: 5px;
  padding: 70px;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.signIn h5 {
  color: #006c68;
  font-size: 25px;
  font-weight: 600;
}

.signIn a {
  color: #006c68;
  font-size: 13px;
  cursor: pointer;
}

.signIn form {
  width: 70%;
  align-self: center;
  margin: auto;
  margin-top: 70px;
}

.signIn form label {
  text-align: right;
}

.signIn form input {
  border-color: #40c2cc;
}

.signIn .form-group.row {
  margin-bottom: 25px;
}

.signIn .form-group small {
  margin-top: 25px;
  color: #006c68 !important;
  text-align: right;
}

.signIn div[id^=edit-actions] button,
a#edit-cancel {
  margin-left: 9px;
  margin-top: 60px;
  float: right;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 25px;
  padding-left: 28px;
  padding-right: 28px;
  color: var(--primary-color);
  font-weight: 600;
}

.webform-button--next,
.webform-button--previous,
.webform-button--submit {
  margin: 30px 10px;
  float: right;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 25px;
  padding-left: 28px;
  padding-right: 28px;
  color: var(--primary-color);
  font-weight: 600;
  transition: all ease 0.4s;
}

.webform-button--submit {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.webform-button--submit:hover {
  background: var(--secondary-color);
  color: white;
}

.webform-button--next:hover,
.webform-button--previous:hover,
a#edit-cancel:hover {
  background: var(--primary-color);
  color: white;
}

.signIn .form-actions .btn img {
  width: 15px;
  margin-right: 10px;
}

.signIn h1.page-header {
  display: none;
}

.no-padding-btn button {
  margin-top: 0px !important;
}

.btn-danger {
  border: 2px solid #e0124b !important;
  color: #e0124b !important;
}

.btn-danger:hover {
  color: white !important;
  background: #e0124b !important;
}

.webform-progress-tracker.progress-tracker {
  flex-wrap: wrap;
}

.building-dashboard .static-items--item {
  flex: 1;
  flex-basis: 30%;
  padding: 10px 20px;
  margin: 10px;
}

.static-items--item {
  background: white;
  padding: 10px 60px;
  margin: 0px 10px;
  border: 2px solid #dee2e6;
  transition: all ease 0.5s;
}

.static-items--item .number {
  font-size: 42px;
  font-weight: bold;
  color: var(--secondary-color);
}

.static-items--item p {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 2px;
}

.static-items--item span {
  font-size: 12px;
  color: #888888;
}

.static-items--item:hover {
  border-color: var(--secondary-color);
}

.bulk-operation {
  background: white;
  padding: 28px;
  border-radius: 12px;
}

span#advancedsearch {
  background: #0A5D66;
  padding: 7px 15px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #0A5D66;
  max-width: 150px;
  text-align: center;
  cursor: pointer;
}

i#close-table {
  position: absolute;
  margin-bottom: 15px;
  color: #ffffff;
  background: #dc3545;
  border-radius: 120px;
  padding: 11px 12px;
  left: 36px;
  cursor: pointer;
}

table#filterTables,
table#filterTablesGadens {
  margin-top: 28px;
}

table#filterTables tr td,
table#filterTablesGadens tr td {
  width: 100% !important;
  border: none;
  display: block;
}

table#filterTables tr td input::placeholder,
table#filterTablesGadens tr td input::placeholder {
  /* color: red; */
  opacity: 0.6;
}

table#filterTables tr td input,
table#filterTablesGadens tr td input {
  width: 99%;
  padding: 5px;
  /* color: red; */
}

table#filterTables tr,
table#filterTablesGadens tr {
  width: 33%;
  display: block;
  background: none;
  float: right;
}

table#filterTables,
table#filterTablesGadens {
  margin-top: 28px;
}

#table_content_data_filter,
#table_content_data_grants_filter,
#table_content_data_gardens_filter {
  display: none;
}

#table_content_data tr .btn img {
  margin-left: 0;
  margin-right: 0;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

#table_content_data tr .adjustBtn {
  background-color: #40c2cc;
  border-color: #40c2cc;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
}

#table_content_data tr .editwebformBtn {
  background-color: #e2b32e;
  border-color: #e2b32e;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}

#table_content_data tr .deleteBtn {
  background-color: #d80606;
  border-color: #d80606;
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}

#table_content_data tr .resultBtn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  margin-top: 0 !important;
  margin-left: 5px !important;
  color: #fff;
  padding: 7px 10px;
}


/*
Loader
*/


@-webkit-keyframes spin {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes spin {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}


.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  /*width: 2em;*/
}

.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.loader-logo img {
  width: 200px;
  margin: auto;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #ffffffb8;
  right: 0;
  left: 0;
  z-index: 9999999;
}

.loader-figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #f9f9f9;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader,
.loader-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes loader-figure {
  0% {
    height: 5em;
    width: 5em;
    background-color: #ffffff;
  }

  29% {
    background-color: #fff;
  }

  30% {
    height: 10em;
    width: 10em;
    background-color: transparent;
    border-width: 3em;
    border-color: #84bf465c;
    opacity: 1;
  }

  to {
    height: 15em;
    width: 15em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25
  }

  30% {
    opacity: 1
  }

  to {
    opacity: 0.25
  }
}

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25
  }

  30% {
    opacity: 1
  }

  to {
    opacity: 0.25
  }
}

@keyframes loader-label {
  0% {
    opacity: 0.25
  }

  30% {
    opacity: 1
  }

  to {
    opacity: 0.25
  }
}

.loader-label {
  float: left;
  text-align: center;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2em 0 0 50%;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5em;
  color: #006f42;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}

/*
Blocks
*/
.newUILanding .activities .oneActivity {
  display: block;
}

.newUILanding .activities .btn:hover img {
  filter: brightness(0) invert(1);
}

/*
WebForm
*/
ul.local-actions {
  display: flex;
  padding: 0;
  margin-top: 2rem;
}

ul.local-actions .btn,
.custom-btn-green,
button#edit-submit-content,
.form-submit.btn-default {
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  padding-left: 19px;
  padding-right: 19px;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0px 5px;
  transition: all ease 0.4s;
  background-color: transparent;
}

ul.local-actions .btn:hover,
.custom-btn-green:hover,
button#edit-submit-content:hover,
.form-submit.btn-default:hover {
  background-color: var(--primary-color);
  color: #fff;
}

ul.tabs--primary.nav.nav-tabs {
  padding: 0px;
  transition: all ease 0.4s;
}

ul.tabs--primary.nav.nav-tabs>li {
  padding: 6px 24px;
  background: #dee2e6;
  margin: 0px 10px;
}

ul.tabs--primary.nav.nav-tabs>li:hover {
  background: var(--secondary-color);
}

ul.tabs--primary.nav.nav-tabs>li:hover>a {
  color: #fff;
}

ul.tabs--primary.nav.nav-tabs>li>a {
  color: var(--secondary-color);
}

ul.dropdown-menu li a:not(.hidden) {
  text-align: center;
  margin: 5px 0px;
  border-bottom: 1px solid #ddd;
  padding: 5px 0px;
  display: block;
}

ul.dropdown-menu li:last-child>a {
  border: none !important;
}

div#edit-filter {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

div#edit-filter .panel-heading {
  margin: 19px 0px;
}

div#edit-filter div#edit-filter--content.show {
  width: 100%;
  display: flex;
  background: white;
  padding: 27px;
  justify-content: space-around;
  margin: 10px 0px;
  border: 1px solid #44c2cc;
  align-items: flex-start;
}

form#webform-filter-form {
  display: none;
}

.role-form_builder section#block-momragov-help {
  display: none;
}

.webform-confirmation__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.webform-confirmation__message img {
  margin-bottom: 24px;
}

.custom-btn-green {
  padding: 9px 20px;
}

.progress-step.is-active .progress-marker,
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker {
  background-color: var(--primary-color);
}

td.btnsTd a button {
  display: flex;
}

td.btnsTd {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.form-item .description {
  padding-top: 13px;
  font-size: 12px;
  color: #a4a6a7;
}

.role-form_builder .form-item.js-form-item.form-type-webform-codemirror.js-form-type-webform-codemirror.form-item-webform-0-settings-default-data.js-form-item-webform-0-settings-default-data.form-group,
.role-form_builder .tabbable.tabs-left.vertical-tabs,
.role-customers_service .form-item.js-form-item.form-type-webform-codemirror.js-form-type-webform-codemirror.form-item-webform-0-settings-default-data.js-form-item-webform-0-settings-default-data.form-group,
.role-customers_service .tabbable.tabs-left.vertical-tabs {
  display: none;
}

div#edit-webform-0-settings-scheduled {
  display: flex;
  align-items: center;
  margin: 17px 0px;
}

div#edit-webform-0-settings-scheduled .container-inline.form-item {
  display: flex;
  flex-direction: column;
}

div#edit-webform-0-settings-scheduled .container-inline.form-item .container-inline.form-inline {
  display: flex;
  margin: 9px 0px;
}

div#edit-webform-0-settings-scheduled .container-inline.form-item div#edit-webform-0-settings-scheduled-open {
  margin-left: 16px !important;
}

div#edit-webform-0-settings-status {
  display: flex;
  margin: 20px 0px;
}

div#edit-webform-0-settings-status>div {
  margin: 0px 10px;
}

span.webform-element-help {
  display: none;
}

.view-filters.form-group {
  background: white;
  padding: 34px;
  display: flex;
}

.views-exposed-form .form--inline.form-inline .form-item {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-start;
  margin: 4px 10px;
}

.views-exposed-form .form--inline.form-inline .form-item label {
  margin-bottom: 15px;
}

.views-exposed-form .form--inline.form-inline {
  display: flex;
  align-items: flex-end;
}

[id^=edit-node-bulk-form--] {
  display: flex;
  align-items: flex-end;
  padding: 34px;
  background: #fff;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.role-form_builder .form-item.js-form-item.form-type-webform-html-editor.js-form-type-webform-html-editor.form-item-description.js-form-item-description.form-group,
.role-customers_service .form-item.js-form-item.form-type-webform-html-editor.js-form-type-webform-html-editor.form-item-description.js-form-item-description.form-group {
  display: none;
}

ul.tabs--primary.nav.nav-tabs>li.active {
  background: var(--secondary-color);
}

ul.tabs--primary.nav.nav-tabs>li.active>a {
  color: #fff;
}

div#edit-actions {
  display: flex;
  align-items: center;
}

.has-error input.error {
  border-color: #721b24 !important;
  background: #f8d7da;
}

.has-error label {
  color: #721b24;
}

.hidden-label label {
  display: none;
}

.form-item.form-type-datetime .container-inline,
.form-item.form-type-datelist .container-inline {
  display: flex;
}

.form-type-select.js-form-type-select,
.form-type-select.js-form-type-select .select-wrapper {
  width: 100%;
}

label {
  margin-bottom: .5rem !important;
}

.form-date {
  margin-top: .25rem;
}

.btn-danger {
  color: #fff !important;
}

.signIn .btn-danger {
  color: #e0124b !important;
}

.webform-multiple-add .form-inline.form-item {
  display: flex;
  flex-direction: row;
  margin: 0 12px;
}

[lang=ar] .webform-multiple-add .form-inline .form-control {
  width: auto;
  margin-left: 14px;
}

[lang=en] .webform-multiple-add .form-inline .form-control {
  width: auto;
  margin-right: 14px;
}

.webform-multiple-add {
  display: flex;
  align-items: center;
  margin: 13px 0px;
}

.webform-multiple-add button {
  margin: 30px 10px;
  float: right;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 25px;
  padding-left: 28px;
  padding-right: 28px;
  color: var(--primary-color);
  font-weight: 600;
  transition: all ease 0.4s;
}

.webform-multiple-table--operations button.form-submit.btn-success:before {
  content: '+';
}

.webform-multiple-table--operations button.form-submit.btn-danger:before {
  content: '-';
}

.webform-multiple-table--operations button.form-submit.btn-success {
  padding: 0;
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color) !important;
  border-radius: 58px;
  padding: 1px 9px;
}

.webform-multiple-table--operations button.form-submit.btn-danger {
  padding: 0;
  border: 1px solid #dc3545;
  background: transparent;
  color: #dc3545 !important;
  border-radius: 58px;
  padding: 1px 9px;
}

.webform-multiple-table table {
  border: 1px solid #ddd;
}

.webform-multiple-table button.tabledrag-toggle-weight {
  display: none;
}

.webform-multiple-table--operations button.form-submit.btn-success:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.webform-multiple-table--operations button.form-submit.btn-danger:hover {
  background: #dc3545;
  color: #fff !important;
}

.webform-submission-form.webform-submission-edit-form .form-actions {
  display: none !important;
}

.webform-webform-telephone-international {
  direction: ltr;
}

#edit-qualification-collection-items .webform-multiple-table--weight {
  display: none !important;
}

input#edit-rqm-aljwal,
input[data-inputmask-mask='0599999999'] {
  direction: ltr;
}

span.select2-selection.select2-selection--single {
  min-height: 36px;
  display: flex;
  align-items: center;
  margin-top: .25rem;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.select-wrapper select {
  top: 4px;
}

.chosen-container .chosen-results li.group-option {
  padding-right: 15px;
  font-family: Changa;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  font-family: Changa;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-family: jn;
  font-weight: 700;
  cursor: default;
  color: darkgrey;
}

.table.custom-table td,
.table.custom-table th {
  width: 100%;
}

.table.custom-table th {
  font-family: "jn";
  font-weight: 700;
}

.ui-widget-content a.btn {
  background: var(--secondary-color);
}

a.interactive {
  font-family: "jn";
  font-weight: 700;
}

.entity-moderation-form__item:last-child {
  -webkit-align-self: flex-end;
  align-self: center !important;
  margin-right: 10px !important;
  margin-top: 28px !important;
}

ul.entity-moderation-form {
  align-items: center;
}

table#edit-webform-ui-elements thead th:nth-child(2),
table#edit-webform-ui-elements tbody td:nth-child(2) {
  display: none;
}

table#edit-webform-ui-elements thead th:nth-child(1),
table#edit-webform-ui-elements tbody td:nth-child(1) {
  width: 40%
}

/*.webform-submission-form  * {font-size: 13px; }*/
.webform-submission-form .panel {
  position: relative;
  margin: 40px 0px;
}

.webform-submission-form .panel .panel-heading a:after {
  content: " - اضغط هنا - ";
  left: 14px;
  position: absolute;
}

.stuck {
  position: fixed;
  top: 145px;
  z-index: 9999;
  background: white;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  padding-bottom: 0px;
}

.notifications {
  position: fixed;
  right: 0;
  top: 76px;
  z-index: 9999;
  padding: 0;
  margin: 0;
}

.notifications li {
  background: #68a42b;
  color: white;
  max-width: 320px;
  display: block;
  position: relative;
  padding: 6px 10px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.notifications li:first-child {
  border-top: 0;
}

/* START: Custom css form forms */

.webform-submission-form .form-item:not(.form-type-webform-markup) * {
  font-size: 14px;
}

.webform-likert-table thead tr th:nth-child(1) {
  font-size: 15px !important;
  font-weight: bold;
}

.webform-likert-table td,
.table.webform-likert-table thead th {
  vertical-align: middle;
}

.webform-likert-table tr td .form-group,
.webform-likert-table tr td .form-group label {
  margin: 0px !important;
}

.webform-submission-form .form-item.form-type-checkbox label {
  display: flex;
}

.webform-submission-form .form-item.form-type-checkbox label input,
.webform-submission-form .webform-type-radios input {
  margin-left: 6px;
}

.webform-submission-form .form-item.form-type-select select {
  padding: 0 11px;
  margin-top: 5px;
}

.webform-submission-form .form-item.form-type-webform-rating label {
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.webform-submission-form .form-item.form-type-webform-rating {
  display: flex;
  align-items: center;
}

.webform-submission-form .fieldset-wrapper,
.webform-submission-form .select-wrapper {
  margin-top: 10px;
}

.webform-submission-form .webform-type-radios label {
  display: flex;
  align-items: center;
}

/* END: Custom css form forms */

.newUILanding .section-flex .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media only screen and (max-width: 768px) {
  .rtInsideLoggedHeader {
    position: inherit;
    width: 100%;
    padding: 0;
    flex-wrap: unset !important;
  }

  .form-type-webform-likert thead {
    display: block;
  }

  .webform-submission-form .panel .panel-heading a::after {
    top: -21px;
    right: 0;
  }

  .path-node .field {
    display: flex !important;
    align-items: center;

  }

  [id^=edit-node-bulk-form--] {
    flex-direction: column;
  }

  .path-admin .view-content {
    overflow: hidden;
  }

  #table_content_data_wrapper {
    margin: 30px 0px;
  }

  .path-admin .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    overflow: scroll;
    display: block;
  }

  .path-node .field--label {
    flex-basis: 50%;
    justify-content: center;
    text-align: center;
  }

  .path-node .field--item {
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center;
  }

  .rtInsideLoggedHeader a {
    margin-right: 0px !important;
    margin-bottom: 18px;
    padding: 5px 0px;
  }

  .bottomFooter {
    flex-direction: column;
    margin: 27px 0px;
    padding-bottom: 28px;
  }

  div#navbarSupportedUser {
    width: 100%;
    position: absolute;
    top: 58px;
    right: 0;
    z-index: -1;
    background: #23706d;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.5s;
    /* display: none; */
    opacity: 0;
    display: block;
  }

  .innerSignIn {
    padding: 10px !important;
  }

  .signIn .innerSignIn {
    width: 100%;
  }

  .navbar-collapse.collapse.show#navbarSupportedUser {
    /* top: 58px; */
    z-index: 9;
    /* display: flex; */
    opacity: 1;
  }


  .rtInsideLoggedHeader .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
}




/*newfooter*/
.loader-label-title {
  float: none;
  margin-left: auto;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(-50%);
  transform: translateX(0%);
  margin: -3px 0px 9px 0px !important;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  color: #07706d !important;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
  background: #fff !important;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px 4px 0 0;
}


.footer {
  background: #222222;
  color: #eee;
}

footer.footer {
  background: var(--main-color);
  padding: 2rem 0;
  text-align: right;
}



.top-footer .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.footer a {
  color: #eee !important;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
}

.footer-logo img {
  height: 40px;
  margin-bottom: 20px;
}

.footer-logo img {
  margin: 0;
  height: 80px;
}

.direct-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.direct-num h3 {
  font-weight: 700;
  color: #fff;
}

.footer .direct-num a {
  color: #fff !important;
  font-size: 3rem;
  margin-right: 1rem;
}

.mid-footer {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
}

footer.footer .mid-footer h4 {
  margin-bottom: 1rem;
}

.mid-footer a {
  display: block;
}

footer.footer .mid-footer a {
  color: #eee !important;
  display: block;
  padding: 4px 0;
}

.bot-footer {
  padding-top: 20px;
  padding-bottom: 15px;
}

.bot-footer {
  padding-top: 2rem;
}

.bot-footer .container {
  padding: 0;
}

.bot-footer .d-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.bot-footer .d-flex ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.bot-footer .d-flex ul li a {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}

.bot-footer .copyright {
  max-width: max-content;
  width: auto;
  margin: 0;
  padding: 0px;
  text-align: center;
}

.top-footer {
  @media (min-width: 767px) {
    padding-bottom: 1rem;
  }
}

.direct-num {
  display: flex;
  align-items: center;

  @media (min-width: 767px) {
    justify-content: flex-end;
  }

}

.direct-num h3 {
  font-weight: 700;
  color: #fff;
}

.footer .direct-num a {
  color: #fff;
  font-size: 3rem;
  margin-right: 1rem;
}

.footer-logo img {
  margin: 0;
  height: 80px;
}

.top-footer .row {
  align-items: center;
}

.mid-footer {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mid-footer a {
  display: block;
}

footer.footer .mid-footer a {
  color: #eee;
  display: block;
  padding: 4px 0;
}

footer.footer .mid-footer h4 {
  margin-bottom: 1rem;
}

.bot-footer {
  padding-top: 2rem;
  padding-bottom: 0;
}

.bot-footer .container {
  padding: 0;
}

/* hiding number field arrows*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


footer.footer.footer-inner {
  background: #fff;
  padding: 1.5rem 0;
  color: #333;
  font-size: 14px;
}

a {
  margin: 0;
  color: #333;
  font-size: 14px;
}



footer.footer.footer-inner .footer-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer.footer.footer-inner .footer-cont .side-one {
  display: flex;
  align-items: center;
}

footer.footer.footer-inner .footer-cont ul {
  display: flex;
  margin: 0;
  padding: 0;
}

footer.footer.footer-inner .footer-cont ul li+li {
  margin-right: 1rem;
}

footer.footer.footer-inner .footer-logo {
  margin-left: 2rem;
}

footer.footer.footer-inner .footer-logo img {
  height: 40px;
}


form.custom-sms-auth-alter-login-form div[id^=edit-actions] {
  display: inline-block !important;
}

form.custom-sms-auth-alter-login-form div[id^=edit-actions] .throbber {
  margin-top: 70px !important;
}

.webform-options-display-side-by-side .form-item {
  margin: 0px 64px;
}

.webform-options-display-side-by-side .form-item:nth-child(1) {
  margin-inline-start: 0px;
}

.webform-options-display-side-by-side {
  margin: 1rem 0px;
}
@media (max-width:767px) {
  .webform-options-display-side-by-side .form-item {
    margin: 0px;
    width: 100%;
  }
  .form-composite legend,
  .webform-submission-form .form-group
  {
    text-align: start;
  }

  .webform-likert-table {}

  .webform-likert-table tr {
    text-align: right;
  }

  .webform-likert-table input {
    margin-left: 5px;
  }

  .webform-likert-table label {
    display: flex;
    align-items: center;
  }

  .newUILanding .header-image-bg {
    margin-top: 159px;
  }

  body.role-anonymous .newUILanding .header-image-bg {
    margin-top: 93px;
  }

  .section-flex {
    margin-top: 217px !important;
  }

  .form-type-webform-likert thead th {
    display: none;
  }

  .form-type-webform-likert thead th:nth-child(1) {
    display: block;
    font-size: inherit;
    border: none;
  }

  footer.footer.footer-inner {
    padding: .5rem 0;
  }

  a {
    font-size: 10px;
  }

  .bot-footer .d-flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .bot-footer .d-flex ul {
    padding: 0;
  }

  .bot-footer .d-flex ul li a {
    margin-right: 0;
    margin: 0px 10px 10px 10px;
  }

  footer.footer.footer-inner .footer-cont {
    flex-direction: column;
  }

  .side-one {
    flex-direction: column;

  }

  .footer-logo {
    margin: 0;
    margin-bottom: .5rem;
  }

  .copyright {
    margin-bottom: .5rem;
    font-size: 10px;
    text-align: center;
    padding: 0 3rem;
  }
}

.users-list .form-item {
  padding: 13px 0px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0px;
}
.users-list .form-item input {
  margin-inline-end: 10px;
}
