@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.color-black {
    color: black !important;
}

a.hovered {
    text-decoration: underline;
    color: #2a6496;
}

.beautiful-table {
    border: 1px #e3e1ea solid;
    background-color: white;

}

.no-statics {
    padding:15px;
    font-size:15px;
}

.exam-date-statics-item {
    padding-top:5px;
    padding-bottom:5px;
}

.upper-table-menu {
    height: 45px;
    background-color:#888888;
    /* border: 1px solid #e3e1ea; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.new-button-active  {
    background-image: -webkit-linear-gradient(left, #215F4B, #21a67e) !important;
}

.white-color {
    color: white !important;
}

.button-table-menu.new-button {
    background-image: -webkit-linear-gradient(left, #21a67e, #0ce8a4);
    width: 150px !important;
    font-weight: bold;
    cursor: pointer;
    color: black;
    border-radius: 8px;
}

.button-table-menu.review-pending-button {
    background: #FEF0C7;
    border: 1px solid #B54708;
    width: 170px !important;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    padding: 8px, 12px;
    gap: 4px;
}

.button-table-menu.review-requests-button {
    background: #FFFFFF;
    border: 1px solid #84CAFF;
    width: 170px !important;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    padding: 8px, 12px;
    gap: 4px;
}

.button-table-menu.new-button.disabled {
    /* background-image: -webkit-linear-gradient(left, #333333, #888888); */
    cursor: not-allowed;
}

.dark-grey {
    color: #888888;
}

.dark-blue {
    color: #292f4c !important;
}

.font-size-14 {
    font-size: 14px;
}

.two-divs-two-sides {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu-userrole {
    display: flex;
                flex-direction: row;
                width: 70%;
                height: 40px;
}

.item-inside-userrole-menu {
    flex:33; color: #888888; border-top: solid #e5e3ec 1px;
                    border-bottom: solid #e5e3ec 1px;
}

.multiselect-userrole-dialog {
    z-index: 100000000000;
    position: absolute;
    min-width: 150px;
    max-width:190px;
    min-height: 116px;
    max-height:200px;
    overflow: auto;
    padding:10px;
    box-shadow: -3px 9px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.item-inside-userrole-menu-selected {
    border-bottom: solid 2px #21a67e;
    color: #21a67e;
    font-weight: bold;
}

.grid-divide-to-two-cols-userrole {
    margin-top:30px;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height:100px;
    max-height: 500px;
    overflow: auto;
}

.eigul-small {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
  }

  .eigul-small.blue {
    background-color: #4399de;
  }
  .eigul-small.orange {
    background-color: #fa6300;
  }
  .eigul-small.red {
    background-color: #e33056;
  }
  .eigul-small.green {
    background-color: #34d511;
  }
  .eigul-small.pink {
    background-color: #df19c1;
  }
  .eigul-small.gray {
    background-color: #888888;
  }

.eigul-small.status-draft {
    background-color: #667085;
}

.eigul-small.status-approve {
    background-color: #12B76A;
}

.eigul-small.status-cancel {
    background-color: #F04438;
}

.eigul-small.status-pending {
    background-color: #F79009;
}

.eigul-small.status-declined {
    background-color: #F04438;
}

.eigul-small.status-changes-requested {
    background-color: #2E90FA;
}

.eigul-small-collection {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #F79009;
}

.hide-ui-grid-toggle-menu-default-button .ui-grid-menu-button {
    border: none !important;              
    background: transparent !important;   
}

.hide-ui-grid-toggle-menu-default-button .ui-grid-menu-button .ui-grid-icon-container {
    visibility: hidden;        
    height: 0;                  
    margin-top: 0;             
}

.green-box {
    display: inline-block;
    position: relative;

    width:17px;
    height:17px;
    background-color: #21a67e;
  }

  .grey-background {
      background-color:#f7f6fb !important;
  }

.hover-on-green-background:hover {
    color: #FFFFFF !important;
}
.hover-on-grey-background:hover {
    color: #000000 !important;
}

.container-checkbox-grey {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .container-checkbox-grey input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }


  .checkmark-checkbox-grey {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
        box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    border: solid 2px #cfccda;

  }


  .container-checkbox-grey:hover input ~ .checkmark-checkbox-grey {
    background-color: #ccc;
  }


  .container-checkbox-grey input:checked ~ .checkmark-checkbox-grey {
    background-color: #21a67e;
    border: 0px;
  }


  .checkmark-checkbox-grey:after {
    content: "";
    position: absolute;
    display: none;
  }


  .container-checkbox-grey input:checked ~ .checkmark-checkbox-grey:after {
    display: block;
  }


  .container-checkbox-grey .checkmark-checkbox-grey:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



.extra-fields-container {
    height: 70vh;
    overflow:auto;
}

.upper-table-menu .buttons-table-menu {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.link-all-over-the-container {
   line-height: 190%;
    height:100%;
    width: 100%;
    text-align:center;
}

.link-filter-tab {
    padding: 2px 10px;
}

.filter-clicked.open {
    background-color: #F5F5F5;
}

.filter-active {
    border: 1px solid #181D27 !important;
    background-color: #F5F5F5 !important;
}

.nice-input:focus {
    outline: none;
    border: solid #888888 1px;
}



.green-checkbox-container {
     display: block;
    position: relative;

margin: 0px !important;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .green-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .date-filter {

    padding:15px;

  }

  .date-filter-item {
    padding:15px;
  }

  .tags-filter {


    padding:15px;

}

  .more-filter {

    padding:15px;

}

.filter-more-section {
    padding: 15px;

    overflow:auto;
}


/* The container */
.container-radio {
    display: inline-flexbox;
    position: relative;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 12px;
    padding-right: 15px;
  }

  /* Hide the browser's default radio button */
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;

  }

  /* On mouse-over, add a grey background color */
  .container-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .checkmark-radio {
    background-color: #21a67e;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .checkmark-radio:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .container-radio .checkmark-radio:after {
       top: 4px;
      left: 4px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: white;
  }

  .input-text-icon:disabled {
      background-color: white;
  }
  .input-text-icon:focus {
    outline-width: 0;
    outline: none;
  }

  .input-text-icon {
      width: 100%;
      height: 100%;
      border: 0px;

  }

  .input-date-filter {
     position: relative;
  }

  .date-filters {
      height: 100px;
      display:flex;
      flex-direction:row;
      justify-content: space-around;
  }

  .margin-0 {
      margin: 0 !important;
  }

  .footer-date-filter {
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
  }

  .footer-window-filter {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

  .inputs-date {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
  }

  .title {
      color: #292f4c;
      font-size:16px;
      font-weight: bold;
  }

 body[dir="rtl"] .icon-inside-date-filter {
      position:absolute;
      left:8px;
      top:10px;
      color: #888888;
  }
  body[dir="ltr"] .icon-inside-date-filter {
    position:absolute;
    right:8px;
    top:10px;
    color: #888888;
}

  body[dir="ltr"] .filter-title-menu {
    padding-left:20px;
  }

  body[dir="rtl"] .filter-title-menu {
    padding-right:20px;
  }

  body[dir="ltr"] .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
border: solid 2px #cfccda;
  }

  body[dir="rtl"] .checkmark {
    position: absolute;
    top: 0;
    /* left: 0; */
    height: 16px;
    width: 16px;
    background-color: white;
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
border: solid 2px #cfccda;
  }

  /* body[dir="rtl"] .border-for-filter-item {
        border-right: 1px solid lightgray;
  }

  body[dir="ltr"] .border-for-filter-item {
    border-left: 1px solid lightgray;
  } */

.background-light-grey {
    background: #e3e1ea !important;
}
.background-dark-grey {
    background: #888888 !important;
}

  .clean-filters-button-grey {
      background-color: #e3e1ea;
      color: #888888;
  }


  .green-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }


  .green-checkbox-container input:checked ~ .checkmark {
    background-color: #21a67e;
    border: 0px;
  }

  .list-filter-item {
    padding:5px;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }


  .green-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }


  .green-checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .table-menu-icon {
      width: 15px;
      height: 15px;
  }

  .eigul-grey-plus-minus {
    border:0;
    font-size:120%;
    line-height: 50%;
    height: 30px;
    width: 30px;
    background-color: #bab8c2;
    border-radius: 50%;
    color: white !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
  .eigul {
    font-size:80%;
    line-height: 50%;
    height: 19px;
    width: 19px;
    background-color: #1fa77e;
    border-radius: 50%;
    color: white !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
.menu-table-left-part {
    display: flex;
    flex-direction: row;
    /* width: 280px; */
}

.upper-table-menu .button-table-menu {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body[dir="rtl"] .right-border {
    border-right: 1px solid #9c9b9d;
}
body[dir="ltr"] .right-border {
    border-left: 1px solid #9c9b9d;
}
.right-border-filters {
    border-right: 1px solid lightgray;
}


.left-border {
    border-left: 1px solid #f8f7fc;
}

.filters-manager {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: solid lightgray 1px;
    border-bottom: none;
    align-items: center;
    gap: 20px;
    padding: 12px;
}

.filter-button {
    font-size: 14px;
    display: flex;
    padding: 0px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 9999px;
    border: 1px solid #E9EAEB;
    background: #FFF;
    cursor: pointer;
    white-space: nowrap;
}

.filter-by-container {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

/* import-from-bank modal filter styles */
.filters-manager-bank-import {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: solid lightgray 1px;
    height: 45px;
    justify-content: space-between;
    position: relative;
}

.filter-button-bank-import {
    font-size: 14px;
    flex: 1;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-clicked-bank-import {
    background-color: #d9f3eb;
}

body[dir="rtl"] .filters-manager-bank-import .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

body[dir="ltr"] .filters-manager-bank-import .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}

body[dir="rtl"] .border-for-filter-item-bank-import {
    border-right: 1px solid lightgray;
}

body[dir="ltr"] .border-for-filter-item-bank-import {
    border-left: 1px solid lightgray;
}

.nice-form {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.custom-select-options {
    position: absolute;
    width: 270px;
}

.small-grey-text {
    color: #888888;
    font-size: 11px;
}
.nice-field {
    color: #888888;
}

.input-inside-nice-input {
    padding:10px;
    border: 0px;
}

.nice-input-fixed {
    width: 200px;
    min-width: 200px;
    border: solid #e3e1ea 1px;
    color: #292f4c;
    background-color:white;
}

.nice-input {
    width: 100%;
    padding: 10px;
    border: solid #e3e1ea 1px;
    color: #292f4c;
    background-color:white;
}

.search-tags {
    position:relative;
    background-color:#f7f6fb;
    width: 100%;

    border: solid #e3e1ea 1px;

}

body[dir="rtl"] .main-menu-title {
    margin-right:8px;
}

body[dir="ltr"] .main-menu-title {
    margin-left:8px;
}


.left-menu-statics {
    padding:15px;

}

.dir-title {
    color: #292f4c;
    font-weight: normal;
    padding: 5px 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.show-right-menu-button {
    position: absolute;
    top: 55px;
    z-index: 10000000;
    cursor: pointer;
}

body[dir="rtl"] .show-right-menu-button {
    left: 0px;
}

body[dir="ltr"] .show-right-menu-button {
    right: 0px;
}

body[dir="rtl"] .box-shadow-menu {
    box-shadow: -5px 2px 15px 0 rgba(41, 47, 76, 0.1) !important;
    z-index:1000;
}
body[dir="ltr"] .box-shadow-menu {
    box-shadow: 0 2px 20px 0 rgba(41, 47, 76, 0.15) !important;
    z-index:1000;
}

body[dir="ltr"] .box-shadow-menu-right {
    box-shadow: -5px 2px 15px 0 rgba(41, 47, 76, 0.1) !important;
    z-index:1000 !important;
}
body[dir="rtl"] .box-shadow-menu-right {
    box-shadow: 0 2px 20px 0 rgba(41, 47, 76, 0.15) !important;
    z-index:1000 !important;
}

.more-filter-big-title-section {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.bank-main-menu-width {
    padding:0; max-width: 270px;
}

.statics-number {
    font-size:33px;
    color: #292f4c;
}
.statics-name {
    text-align:center;
    color: #292f4c;
    font-weight: bold !important;
}

body[dir="rtl"] .range-slider-container {
    flex-direction: row;
}
body[dir="ltr"] .range-slider-container {
    flex-direction: row-reverse;
}
.range-slider-container {
    display: flex;

    justify-content: space-between;
    margin-top:15px;
}

.divider-grey {
    background-color: #e3e1ea;
    height:1px;
    width:100%;
}

.divider-grey-line {
    background-color: #e3e1ea;
    height:1px;
    width:85%;
}

.more-filter-title-section {
    color: #525d8c;
    font-size:14px;
    font-weight: 900;
    margin-bottom:7px;
}

.padding-10 {
    padding:10px !important;
}

body[dir="rtl"] .select-folder-border-green {
    border-right: 6px solid #21a67e !important;
}
body[dir="ltr"] .select-folder-border-green {
    border-left: 6px solid #21a67e !important;
}
body[dir="rtl"] .folder-border-space-saver {
    padding-right: 16px !important;
}
body[dir="ltr"] .folder-border-space-saver {
    padding-left: 16px !important;
}

.check-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #c3c6d4;
    border-radius: 2px;
    background-color: #ffffff;
    cursor: pointer;
}

.check-box > img {
    padding: 1px;
    width: 100%;
    height: 100%;
    background: #21a67e;
}

.statics-show-data {
    display:flex;
    align-items:center;
    justify-content: center;
    border-top: 1px solid #e3e1ea;
    border-bottom: 1px solid #e3e1ea;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.statics-exams-dates-container {
    overflow: auto;
    height:100px;
}

.statics-divider {
    background-color: #e3e1ea;
    width: 1px;
    max-width: 1px;
}

body[dir="rtl"] .border-by-dir {
    border-left:1px solid #e3e1ea;
}
body[dir="ltr"] .border-by-dir {
    border-right:1px solid #e3e1ea;
}


.statics-show-data-data {
    flex:1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.search-tags-input {
    border: 0px;
    background-color:#f7f6fb;
    margin:0;
    outline: none;
padding:10px;
    width: 100%;

}




 .search-tags:focus-within {
    border: 1px solid #888888 !important;
}

.nice-input-fixed:focus-within {
    border: 1px solid #888888 !important;
}


.center-elemetns-inside-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-elements-inside-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-tag:focus-within {
    border: 1px solid #888888 !important;
}

.add-tag-input {
    border: 0px;
    outline: none;
    margin:0;

padding:10px;

    width: 100%;

}



.add-tag {
    position:relative;
    margin-top:20px;
    width: 100%;

    border: solid #e3e1ea 1px;
    color: #292f4c;

}

.grid-divide-to-two-cols {
    padding:10px;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height:100px;
    max-height: 500px;
    overflow: auto;
}


.grid-divide-to-cols {
    padding:10px;
    display: grid;
    grid-template-columns: 33% 33% 34%;
    min-height:100px;
    max-height: 500px;
    overflow: auto;
}

.item-in-divided-filter {
    margin-bottom:10px;
}

.margin-top-20 {
    margin-top:20px;
}

.search-tags-filter-container {
    position:relative;

    width: 100%;

    border: solid #e3e1ea 1px;
    color: #292f4c;

}
.search-tags-filter-input {
    border: 0px;
    outline: none;
    margin:0;
  padding:10px;
    width: 100%;

}

.dark-blue-title {
    color: #2f3658;
    font-size:16px;
}


.grey-hover:hover {
    background-color:#eee;
}
.custom-select-item-selected {
    background-color:#eee !important;
}

.status-change-popup {
    width: 400px;
}

.icon-arrow-inside-fake-input {
    position: absolute;
}
body[dir="rtl"] .icon-arrow-inside-fake-input {
    left:10px;
}
body[dir="ltr"] .icon-arrow-inside-fake-input {
    right:10px;
}

.custom-select-first-line {
    position: relative; cursor: pointer;
    width: 270px !important;
}

.btn-clear {
    color: #888888;
    background-color: white;
}

.btn-clear:disabled,
.btn-clear[disabled] {
    cursor: default !important;
}

.btn-clear-green {
    color: #21a67e;
    background-color: white;
}

.btn-clear.btn-cancel {
    border-radius: 8px !important;
    border: 1px solid #D5D7DA !important;
}
.btn.btn-primary {
    border-radius: 8px !important;
    /*border: 1px solid #21a67e !important;*/
}

.btn.btn-default {
    border-radius: 8px !important;
    border: 1px solid #D5D7DA !important;
}

.btn-cancel {
    min-width: 100px;
    color: #414651;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.btn-default {
    color: #414651;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.big-btn {
    width:100px;
    height:40px;
}

.change-status-custom-select {
    width: 300px;
}

body[dir="rtl"] .extra-fields-save-clean-container {
    padding: 20px;
    text-align:left;
}
body[dir="ltr"] .extra-fields-save-clean-container {
    padding: 20px;
    text-align:right;
}

.extra-field-in-properties {
    margin-top:15px;
}

body[dir="rtl"] .float-by-dir {
    float:right;
}
body[dir="ltr"] .float-by-dir {
    float:left;
}


body[dir="rtl"] .float-by-dir-o {
    float:left;
}
body[dir="ltr"] .float-by-dir-o {
    float:right;
}



.search-tags-icon {
    position:absolute;
    bottom:13px;
    width:16px;
    height:16px;
}

body[dir="rtl"] .search-tags-icon {
    left: 10px;
}
body[dir="ltr"] .search-tags-icon {
    right: 10px;
}

.icon-inside-fake-input {
    position:absolute;
    bottom:13px;
    width:16px;
    height:16px;
}

.add-tags-icon {
    position: absolute;
    top: 7px;
width:22px;
height:22px;
}

body[dir="rtl"] .add-tags-icon {
    left: 5px;
}
body[dir="ltr"] .add-tags-icon {
    right: 5px;
}

.nice-form .nice-row {
    margin-bottom: 10px;
}

.left-menu-tags {
    padding: 20px;
}

.left-menu-tags-list {
    list-style-type: none;
    padding: 0px;
}



.rows-container {
    display: flex;
    flex-direction: row;
}

.show-full-report {
    color: #21a67e;
    font-size: 18px;
    margin-top: 10px;
}




.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-chart {
    width: 50%;
    justify-content: space-around ;
  }

  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
  }

  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }

  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }

  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }

  .circular-chart.orange .circle {
    stroke: #ff9f00;
  }

  .circular-chart.green .circle {
    stroke: #4CC790;
  }

  .circular-chart.blue .circle {
    stroke: #3c9ee5;
  }

  .percentage-blue {
    fill: #3c9ee5 !important;
  }
  .percentage-green {
    fill: #4cc790 !important;
  }

  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.65em;
    text-anchor: middle;
  }

  .text-inside-static-circle {

    font-size: 0.35em;
    text-anchor: middle;
    font-weight: bold;
  }

.upper-case {
    text-transform: uppercase;
}
.statics-preview-settings-menu {


}

.clean-filters-button {
    cursor: default !important;
    color: #A4A7AE;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-inline-start: auto;
}

.clean-filters-button.clean-filters-button--active {
    cursor: pointer !important;
    color: #B42318;
}

.collection-property-divider {
    background-color: #E9EAEB;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

.filter-exams-dates-title {
    font-weight: bold;
    font-size:17px;
}

.statics-preview-settings-menu-close {
    border-bottom: 1px solid #e3e1ea;
    height: 40px;
    text-align: left;
    padding: 10px;

}

.statics-preview-settings-menu-nav-item {
flex:1;

display: flex;
justify-content: center;
align-items: center;
height:40px;
}
.statics-preview-settings-menu-nav {

    display: flex;
    flex-direction: row;
    justify-content: space-between;

  font-size:14px;

}

.padding-left-30 {
    padding-left: 30px;
}

.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



    .modal-xl {
        width: 90%;
    }



.angular-dnd-draggable-helper {
    z-index: 9999;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-grab {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.color-white {
    color: white !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-item-filter {
    font-size:16px !important;
    display: flex;
    align-items:center;
}

.wrap-nospace {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#chartopxhelper {
    visibility: hidden; white-space: nowrap;
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.ui-grid-selection-row-header-buttons {
	opacity: 1;
}

body[dir="ltr"] #test-filters .list-group-item {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;

    letter-spacing: 0.1px;
    min-height: 40px;
}

body[dir="rtl"] #test-filters .list-group-item {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #292f4c;
    line-height: normal;
    letter-spacing: 0.1px;
    min-height: 40px;
}



.list-group {
    padding-right: 0;
    margin-bottom: 0px;
    /*margin-bottom: 10px;*/
}

.nav-tabs, .nav-pills {
    margin-bottom: 0px;
}

.action-form .form-control-static {
	display: block;
	padding-bottom: 0;
}

.action-field .fileinput-filename {
	max-width: 215px;
	text-overflow: ellipsis;
}

.checkbox, .form-horizontal .checkbox {
	padding: 7px 15px 0 15px !important;
}

.form-horizontal .checkbox > label {
	padding: 0 20px 0 0 !important;
}

.tabs {
	padding: 5px 8px;
}
.dropdown-menu li > span > a {
	padding: 8px 14px;
	color: #555;
	text-decoration: none;
	display: block;
	clear: both;
	font-weight: 300;
	line-height: 18px;
	white-space: nowrap;
}

a.list-group-item:focus, a.list-group-item:hover {
    background-color: #fff;;
    /*background-color: #CEE5F9;*/
}

.modal-header {
    background-color: #444d58;
    color: #fff;
    /*border-radius: 4px 4px 0 0;*/
}

.modal-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

/*.modal-body {
    background-color: #F5F5F5;
}*/

.form-group {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

body[dir="ltr"] .form-group label {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

body[dir="rtl"] .form-group label {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

.tab17-label {
    text-align: left;
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.tab17-value {
    /*width: 50%;*/
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    background-color: rgb(235, 235, 228);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab17-value-tab {
    /*width: 50%;*/
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #C4C4C4;
    background-color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
    width:100%;
}

.tab17-value[disabled] {
    cursor: text;
}

.form-control {
    /*border: 1px solid #C4C4C4;*/
    /*border-radius: 4px;*/
}


.calendar-button {
    height:40px;
}
/* .input-group .form-control {
    height:40px;
} */
.input-group-time .form-control:first-child{
    /*border-top-right-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/
}
.input-group-file {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.form-control[disabled] {
    cursor: text;
}

p.input{
    margin: 0 0 0px;
}

.upload-dialog .modal-dialog{
	width: 960px;
}

.action-dialog .modal-dialog {
    width: 900px;
}

.action-share-exam-dialog .modal-dialog {
    width: 900px;
}

.action-download-printed-dialog .modal-dialog {
    width: 640px;
}

.dynamic-workflow-diagram .modal-dialog {
    width: 90%;
    direction: ltr;
}

.upload-exam-file .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.upload-exam-file .modal-content {
    overflow: hidden;
    border-radius: 0;
}

.upload-exam-file .modal-dialog {
    border-radius: 0;
}

.file-input-password .modal-dialog {
    width: 480px;
}

#upload-exam-file-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f7f6fb;
}

.upload-exam-file-header {
    height: 60px;
    background-color: #ffffff;
    display:flex;
}

.upload-exam-file-body {
    flex: 1;
    overflow-y: auto;
    width: 100%;
}

.online-preview-mode-container {
    width: 1400px !important;
}

.upload-exam-file-body-container {
    margin: 0 auto;
    width: 900px;
    min-height: 540px;
    background-color: #ffffff;
    margin-top: 60px;
}

.review-and-approve-exam-body-container {
    margin: 0 auto;
    width: 1700px;
    min-height: 700px;
    background-color: #ffffff;
    margin-top: 60px;
}

.upload-exam-file-footer {
    height: 50px;
    background-color: #292f4c;
    width: 100%;
    flex-shrink: 0;
}

body[dir="ltr"] .upload-exam-file-back-to-safe {
    width: 180px;
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
    text-transform: uppercase;
    cursor: pointer;
    border-right: 1px solid #e3e1ea;
}

body[dir="rtl"] .upload-exam-file-back-to-safe {
    width: 180px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8798ad;
    cursor: pointer;
    border-left: 1px solid #e3e1ea;
}

.upload-exam-file-back-to-safe:hover {
    background-color: #e3e1ea;
}

.upload-exam-file-back-to-safe:hover > div {
    color: #21a67e !important;
}

body[dir="ltr"] .upload-exam-file-create-exam {
    width: 180px;
    margin-top: 16px;
    font-family: Avenir-Heavy;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="rtl"] .upload-exam-file-create-exam {
    width: 180px;
    margin-top: 16px;
    font-family: Heebo-Bold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body[dir="ltr"] .review-and-approve-exam-action-name {
    margin-top: 16px;
    font-family: Avenir-Heavy;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="rtl"] .review-and-approve-exam-action-name {
    margin-top: 16px;
    font-family: Heebo-Bold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body[dir="ltr"] .review-and-approve-exam-empty-content {
    margin-top: 16px;
    font-family: Avenir-Heavy;
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 200px;
}

body[dir="rtl"] .review-and-approve-exam-empty-content {
    margin-top: 16px;
    font-family: Heebo-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 200px;
}

body[dir="ltr"] .update-guidelines-action-name {
    width: 400px;
    margin-top: 16px;
    font-family: Avenir-Heavy;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body[dir="rtl"] .update-guidelines-action-name {
    width: 400px;
    margin-top: 16px;
    font-family: Heebo-Bold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body[dir="ltr"] .exam-user-role-title {
   
    margin-top: 16px;
    font-family: Avenir-Heavy;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="rtl"] .exam-user-role-title {

    margin-top: 16px;
    font-family: Heebo-Bold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body[dir="ltr"] .upload-exam-file-last-saved {
    width: 95px;
    margin-top: 21px;
    font-family: Avenir;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #888888
}

body[dir="rtl"] .upload-exam-file-last-saved {
    width: 120px;
    margin-top: 21px;
    font-family: Heebo;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #888888;
}

body[dir="ltr"] .upload-exam-file-last-saved-date {
    width: 200px;
    margin-top: 21px;
    font-family: Avenir;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #888888;
    padding: 0;
}

body[dir="rtl"] .upload-exam-file-last-saved-date {
    width: 200px;
    margin-top: 21px;
    font-family: Heebo;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #888888;
    padding: 0;
}

.upload-exam-file-properties {
    /*position:absolute;*/
    right:0;
    padding: 0;
}

body[dir="ltr"] .upload-exam-file-properties-item {
    float: right;
    border-left: 1px solid #e3e1ea;
}

body[dir="rtl"] .upload-exam-file-properties-item {
    float: left;
    border-right: 1px solid #e3e1ea;
}

body[dir="ltr"] .upload-exam-file-properties-item-name {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    margin-top: 3px;
}

body[dir="rtl"] .upload-exam-file-properties-item-name {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: right;
    color: #888888;
    margin-top: 3px;
}

body[dir="ltr"] .upload-exam-file-properties-item-value {
    font-family: Avenir-Heavy;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="rtl"] .upload-exam-file-properties-item-value {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: right;
    color: #000000;
}

body[dir="ltr"] .upload-exam-file-step-settings {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-left: 40px;
}

body[dir="rtl"] .upload-exam-file-step-settings {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-right: 50px;
}

body[dir="ltr"] .upload-exam-file-step-exam {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-left: 55px;
}

body[dir="ltr"] .upload-exam-file-step-exam.online-mode-step-exam {
    padding-left: 100px !important;
}

body[dir="rtl"] .upload-exam-file-step-exam.online-mode-step-exam {
    padding-right: 120px;
}

body[dir="rtl"] .upload-exam-file-step-exam {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-right: 78px;
}

body[dir="ltr"] .upload-exam-file-step-guidelines {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-left: 100px;
}

body[dir="ltr"] .upload-exam-file-step-guidelines.online-mode-step-guidelines {
    padding-left: 190px !important;
}

body[dir="rtl"] .upload-exam-file-step-guidelines.online-mode-step-guidelines {
    padding-right: 195px;
}

body[dir="rtl"] .upload-exam-file-step-guidelines {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-right: 105px;
}

body[dir="ltr"] .upload-exam-file-step-preview {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-left: 112px;
}

body[dir="ltr"] .upload-exam-file-step-preview.online-mode-step-preview {
    padding-left: 250px;
}

body[dir="rtl"] .upload-exam-file-step-preview.online-mode-step-preview {
    padding-right: 250px;
}

body[dir="rtl"] .upload-exam-file-step-preview {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    padding-right: 110px;
}

body[dir="ltr"] .upload-exam-file-step-1-icon {
    margin-top: 77px;
    margin-left: 55px;
    margin-bottom: 42px
}

body[dir="rtl"] .upload-exam-file-step-1-icon {
    margin-top: 77px;
    margin-right: 55px;
    margin-bottom: 42px
}

body[dir="ltr"] .upload-exam-file-magic-time {
    font-family: Avenir-Heavy;
    font-size: 33px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #292f4c;
}

body[dir="rtl"] .upload-exam-file-magic-time {
    font-family: Heebo;
    font-size: 33px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #292f4c;
}

body[dir="ltr"] .upload-exam-file-filling-text {
    font-family: Avenir-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #888888;
    margin-top: 15px;
}

body[dir="rtl"] .upload-exam-file-filling-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #888888;
    margin-top: 15px;
}

.upload-exam-file-magic-time-container {
    margin-left: 15px;
    margin-right: 15px;
}

body[dir="ltr"] .upload-exam-file-required-text {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #939393;
    margin-left: 745px;
    margin-top: 27px;
}

body[dir="rtl"] .upload-exam-file-required-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    margin-right: 780px;
    margin-top: 27px;
}

body[dir="ltr"] .upload-exam-file-filling-settings-text {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 17px;
}

body[dir="rtl"] .upload-exam-file-filling-settings-text {
    font-family: Heebo;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #292f4c;
    margin-bottom: 17px;
}

body[dir="ltr"] .action-field-new-field-name {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
}

body[dir="rtl"] .action-field-new-field-name {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #888888;
    margin-right: 22px;
}

body[dir="ltr"] .upload-exam-file-next {
    width: 140px;
    height: 50px;
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    /*color: #000000;*/
    float: right;
    text-transform: uppercase;
    background: linear-gradient(108deg, #22ae85 4%, #0ce8a4 93%) !important;
}

body[dir="rtl"] .upload-exam-file-next {
    width: 140px;
    height: 50px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /*color: #292f4c;*/
    float: left;
    background: linear-gradient(108deg, #22ae85 4%, #0ce8a4 93%) !important;
}

body[dir="ltr"] .upload-exam-file-back {
    width: 140px;
    height: 50px;
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #292f4c !important;
}

body[dir="rtl"] .upload-exam-file-back {
    width: 140px;
    height: 50px;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #ffffff;
    background: #292f4c !important;
}

body[dir="ltr"] .preview-online-mode-full-screen-button {
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

body[dir="rtl"] .preview-online-mode-full-screen-button {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="ltr"] .action-field-new-check {
    float: right;
    margin-right: 25px;
    position: relative;
    top: 10px;
}

body[dir="rtl"] .action-field-new-check {
    float: left;
    position: relative;
    top: 10px;
}

.action-field-new-required {
    /*font-family: Avenir;*/
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #38af88;
    position: relative;
    top: 6px;
}

.action-field-new-required-error {
    /*font-family: Avenir;*/
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #e33056;
    position: relative;
    top: 6px;
}

body[dir="ltr"] .upload-exam-file-settings-error-message {
    width: 290px;
    min-height: 148px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    border-radius: 2px;
    box-shadow: 0 2px 16px 0 rgba(227, 48, 86, 0.16);
    background-color: #e3e1ea;
    position: fixed;
    bottom: 70px;
    right: 20px;
}

body[dir="rtl"] .upload-exam-file-settings-error-message {
    width: 290px;
    min-height: 148px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    border-radius: 2px;
    box-shadow: 0 2px 16px 0 rgba(227, 48, 86, 0.16);
    background-color: #e3e1ea;
    position: fixed;
    bottom: 70px;
    left: 20px;
}

body[dir="ltr"] .upload-exam-file-settings-error-message-text {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #e33056;
}

body[dir="rtl"] .upload-exam-file-settings-error-message-text {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #e33056;
}

body[dir="ltr"] .upload-exam-file-settings-error {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #292f4c;
    margin-left: 20px;
    margin-bottom: 8px;
}

body[dir="rtl"] .upload-exam-file-settings-error {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #292f4c;
    margin-right: 20px;
    margin-bottom: 8px;
}

body[dir="ltr"] #upload-exam-file-step-4 {
    margin-right: 0 !important;
}

body[dir="rtl"] #upload-exam-file-step-4 {
    margin-left: 0 !important;
}

.upload-exam-file-mode-printed-container {
    width: 291px;
    height: 244px;
    margin-top: 45px;
    border: 1px solid #e3e1ea;
    margin-left: 305px;
    margin-right: 304px;
}

.upload-exam-file-mode-printed-upload-icon {
    display: table;
    margin: 0 auto;
    margin-top: 41px;
}

body[dir="ltr"] .upload-exam-file-mode-printed-button-upload {
    width: 140px;
    height: 45px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000 !important;
    background: #95e3cb;
    text-transform: uppercase;
    padding-top: 17px !important;
}

body[dir="rtl"] .upload-exam-file-mode-printed-button-upload {
    width: 140px;
    height: 45px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    font-family: Heebo-Bold;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000 !important;
    background: #95e3cb;
    padding-top: 14px !important;
}

.upload-exam-file-mode-printed-button-upload:hover {
    background-image: linear-gradient(108deg, #1b8b6a 4%, #09b983 93%) !important;
}

.upload-exam-file-mode-printed-button-upload:hover span{
    color: #ffffff !important;
}

body[dir="ltr"] .upload-exam-file-mode-printed-upload-text {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    position: relative;
    margin-top: 13px;
    margin-left: 46px;
    margin-right: 46px;
}

body[dir="rtl"] .upload-exam-file-mode-printed-upload-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    position: relative;
    margin-top: 13px;
    margin-left: 46px;
    margin-right: 46px;
}

.file-input-exam-file-exists {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
}

.file-input-exam-file-missing {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
}

.file-input-file-name {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    margin-bottom: 1px;
}

body[dir="ltr"] .file-input-check {
    float: right;
}

body[dir="rtl"] .file-input-check {
    float: left;
}

.file-missing.btn {
    background-color: #95e3cb;
}

.file-missing.btn:hover, .file-missing.btn:focus, .file-missing.btn:active, .file-missing.btn.active {
    background-color: #95e3cb;
}

.file-exists.btn {
    background-color: #ffffff;
}

.file-exists.btn:hover, .file-exists.btn:focus, .file-exists.btn:active, .file-exists.btn.active {
    background-color: #ffffff;
}

body[dir="ltr"] .file-exists {
    border-top: 1px solid #e3e1ea;
    border-bottom: 1px solid #e3e1ea;
    /*border-right: 1px solid #e3e1ea;*/
}

body[dir="rtl"] .file-exists {
    border-top: 1px solid #e3e1ea;
    border-bottom: 1px solid #e3e1ea;
    /*border-left: 1px solid #e3e1ea;*/
}

.add-file-button {
    height: 45px;
    border: 2px solid #e3e1ea;
    margin-left: 27px;
    margin-right: 33px;
    margin-top: 21px;
    cursor: pointer;
}

.add-file-button-plus {
    border:0;
    line-height: 50%;
    height: 25px;
    width: 25px;
    background-color: #bab8c2;
    border-radius: 50%;
    color: white !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 8px;
    cursor: pointer;
}

body[dir="ltr"] .add-file-button-plus-text {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    padding: 0;
    text-transform: uppercase;
    margin-top: 13px;
}

body[dir="rtl"] .add-file-button-plus-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    padding: 0;
    margin-top: 13px;
}

body[dir="ltr"] .action-upload-exam-file-allowed-files-format {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #888888;
    margin-top: 30px;
}

body[dir="rtl"] .action-upload-exam-file-allowed-files-format {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #888888;
    margin-top: 30px;
}

.add-file-button:hover {
    background-color: #e3e1ea;
}

.add-file-button:hover .add-file-button-plus-text {
    color: #000000;
}

.add-file-button:hover .add-file-button-plus{
    background-image: linear-gradient(135deg, #1b8b6a 2%, #09b983 91%);
}

body[dir="ltr"] .way-to-create-exam-text {
    font-family: Avenir-Heavy;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #48527e;
    margin-top: 18px;
    margin-left: 10px;
}

body[dir="rtl"] .way-to-create-exam-text {
    font-family: Heebo;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #48527e;
    margin-top: 18px;
}

body[dir="ltr"] .way-to-create-exam-container {
    width: 840px;
    padding-left: 8px;
    margin-top: 29px;
}

body[dir="rtl"] .way-to-create-exam-container {
    width: 840px;
    padding-left: 8px;
    margin-top: 29px;
}

body[dir="ltr"] .way-to-create-exam-bank {
    padding: 0;
    padding-right: 19px;
    margin-bottom: 30px;
}

body[dir="rtl"] .way-to-create-exam-bank {
    padding: 0;
    padding-left: 19px;
    margin-bottom: 30px;
}

.way-to-create-exam-create-new {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

body[dir="ltr"] .way-to-create-exam-upload-doc {
    padding: 0px;
    padding-left: 19px;
    padding-right: 10px;
    margin-bottom: 30px;
}

body[dir="rtl"] .way-to-create-exam-upload-doc {
    padding: 0px;
    padding-right: 19px;
    padding-left: 10px;
    margin-bottom: 30px;
}

body[dir="ltr"] .fake-file-image {
    height: 31px;
    width: 31px;
    margin-left: 10px;
}

body[dir="rtl"] .fake-file-image {
    height: 31px;
    width: 31px;
    margin-right: 10px;
}

body[dir="ltr"] .way-to-create-exam-item-text {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    text-align: center
}

body[dir="rtl"] .way-to-create-exam-item-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    text-align: center
}

.way-to-create-exam-bank-text-container {
    margin-top: 47px;
    margin-right: 23px;
    margin-left: 23px;
}

.way-to-create-exam-create-new-text-container {
    margin-top: 38px;
    margin-right: 35px;
    margin-left: 35px;
}

.way-to-create-exam-upload-doc-text-container {
    margin-top: 19px;
    margin-right: 23px;
    margin-left: 23px;
}

body[dir="ltr"] .way-to-create-exam-submit-doc-file {
    padding: 0;
    padding-left: 19px;
    margin-bottom: 30px;
}

body[dir="rtl"] .way-to-create-exam-submit-doc-file {
    padding: 0;
    padding-right: 19px;
    margin-bottom: 30px;
}

body[dir="ltr"] .way-to-create-exam-submit-doc-file.second-row {
    padding: 0;
    padding-right: 19px;
    margin-bottom: 30px;
}

body[dir="rtl"] .way-to-create-exam-submit-doc-file.second-row {
    padding: 0;
    padding-left: 19px;
    margin-bottom: 30px;
}

body[dir="ltr"] .way-to-create-exam-button {
    height: 45px;
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    background: #95e3cb;
    text-transform: uppercase;
    border: 0;
}

body[dir="rtl"] .way-to-create-exam-button {
    height: 45px;
    font-family: Heebo-Bold;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    background: #95e3cb;
    border: 0;
}

.way-to-create-exam-button:hover {
    background-image: linear-gradient(108deg, #1b8b6a 4%, #09b983 93%) !important;
}

.way-to-create-exam-button:hover span{
    color: #ffffff !important;
}

body[dir="ltr"] .way-to-create-exam-upload-doc-read-all-about-it {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #21a67e;
    text-transform: uppercase;
    /*margin-top: 18px; create-exam-upload-doc-watch-tutorial*/
    margin-top: 35px;
    cursor: pointer;
}

body[dir="rtl"] .way-to-create-exam-upload-doc-read-all-about-it {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #21a67e;
    /*margin-top: 18px; create-exam-upload-doc-watch-tutorial*/
    margin-top: 35px;
    cursor: pointer;
}

body[dir="ltr"] .way-to-create-exam-upload-doc-watch-tutorial {
    width: 157px !important;
    height: 35px;
    border: solid 1px #e3e1ea;
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    text-transform: uppercase;
    padding: 0;
    padding-top: 8px;
    background-color: #f7f6fb;
}

body[dir="rtl"] .way-to-create-exam-upload-doc-watch-tutorial {
    width: 157px !important;
    height: 35px;
    border: solid 1px #e3e1ea;
    font-family: Heebo-Bold;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    padding: 0;
    padding-top: 8px;
    background-color: #f7f6fb;
}

body[dir="ltr"] .file-input-container {
    /*margin-top: 22px;*/
    margin-left: 27px;
}

body[dir="rtl"] .file-input-container {
    /*margin-top: 22px;*/
}

body[dir="ltr"] .watch-tutorial-icon {
    font-size: 18px;
    color: #000000;
    padding-right: 0px;
}

body[dir="rtl"] .watch-tutorial-icon {
    font-size: 18px;
    color: #000000;
    padding-left: 0px;
}

.action-file-remove-button:hover, .action-file-remove-button:focus, .action-file-remove-button:active, .action-file-remove-button.active {
    background-color: #ffffff;
}

.fake-file-exists {
    background-color: #ffffff !important;
    padding: 0;
}

.fake-file-exists.btn:hover, .fake-file-exists.btn:focus, .fake-file-exists.btn:active, .fake-file-exists.btn.active {
    background-color: #ffffff;
}

body[dir="ltr"] .fake-file-container {
    padding: 0;
    margin-top: 6px;
    padding-right: 20px;
}

body[dir="rtl"] .fake-file-container {
    padding: 0;
    margin-top: 6px;
    padding-left: 20px;
}

body[dir="ltr"] .fake-file-button-container {
    border-left: 1px solid #e3e1ea;
    padding: 7px 8px 7px 16px;
}

body[dir="rtl"] .fake-file-button-container {
    border-right: 1px solid #e3e1ea;
    padding: 7px 16px 7px 8px;
}

body[dir="ltr"] .fake-file-text-container {
    margin-top: 33px;
    margin-left: 28px;
}

body[dir="rtl"] .fake-file-text-container {
    margin-top: 33px;
}

body[dir="ltr"] .fake-file-text-good {
    font-family: Avenir-Heavy;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292f4c;
}

body[dir="rtl"] .fake-file-text-good {
    font-family: Heebo-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292f4c;
}

body[dir="ltr"] .fake-file-text-continue {
    font-family: Avenir-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292f4c;
}

body[dir="rtl"] .fake-file-text-continue {
    font-family: Heebo-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292f4c;
}

body[dir="ltr"] .fake-file-approve {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #21a67e;
}

body[dir="ltr"] .fake-file-draft {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fa6300;
}

body[dir="rtl"] .fake-file-approve {
    font-family: Heebo-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #21a67e;
}

body[dir="rtl"] .fake-file-draft {
    font-family: Heebo-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fa6300;
}

body[dir="ltr"] .modal-title-upload-word-file-to-builder {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #060555;
    margin-left: 15px;
    margin-top: 10px;
}

body[dir="rtl"] .modal-title-upload-word-file-to-builder {
    font-family: Heebo-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #060555;
    margin-right: 15px;
    margin-top: 10px;
}

body[dir="ltr"] .upload-word-file-to-builder-text {
    font-family: Avenir-Roman;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #292f4c;
    margin-top: 84px;
    margin-bottom: 44px;
}

body[dir="rtl"] .upload-word-file-to-builder-text {
    font-family: Heebo-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #292f4c;
    margin-top: 84px;
    margin-bottom: 44px;
}

body[dir="ltr"] .upload-word-file-to-builder-good-icon {
    margin-left: 15px;
    margin-top: 15px;
}

body[dir="rtl"] .upload-word-file-to-builder-good-icon {
    margin-right: 15px;
    margin-top: 15px;
}


.upload-word-file-to-builder-progress-status-container {
    border: 1px solid #e3e1ea;
    margin: 30px !important;
}

.progress-status {
    width: 100%;
    background-color: #e3e1ea;
    margin-top: 3px;
}

.fileUploadProgressBar {
    width: 1%;
    height: 5px;
    background-color: #21a67e;
    text-align: center;
    line-height: 32px;
    color: black;
}

body[dir="ltr"] .upload-word-file-to-builder-file-name {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-top: 14px;
}

body[dir="rtl"] .upload-word-file-to-builder-file-name {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-top: 14px;
    direction: ltr;
    text-align: right;
}

body[dir="ltr"] .upload-word-file-to-builder-good{
    font-family: Avenir-Heavy;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: #21a67e;
    margin-top: 15px;
    margin-left: 9px;
}

body[dir="rtl"] .upload-word-file-to-builder-good{
    font-family: Heebo-Bold;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: #21a67e;
    margin-top: 15px;
    margin-right: 9px;
}

body[dir="ltr"] .upload-word-file-to-builder-good-text{
    font-family: Avenir-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292f4c;
    margin-top: 10px;
    margin-left: 9px;
}

body[dir="rtl"] .upload-word-file-to-builder-good-text{
    font-family: Heebo-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #292f4c;
    margin-top: 10px;
    margin-right: 9px;
}

body[dir="ltr"] .modal-footer-upload-word-file-to-builder {
    text-align: right;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 26px;
}

body[dir="rtl"] .modal-footer-upload-word-file-to-builder {
    text-align: left;
    padding-left: 30px;
    padding-top: 24px;
    padding-bottom: 26px;
}

body[dir="ltr"] .modal-footer-import-from-bank {
    text-align: right;
    padding-right: 30px;
    padding-top: 24px;
}

body[dir="rtl"] .modal-footer-import-from-bank {
    text-align: left;
    padding-left: 30px;
    padding-top: 24px;
}


body[dir="ltr"] .upload-word-file-problem-title {
    font-family: Avenir-Heavy;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #e33056;
    margin-top: 7px;
}

body[dir="rtl"] .upload-word-file-problem-title {
    font-family: Heebo-Bold;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #e33056;
    margin-top: 7px;
}

body[dir="ltr"] .upload-word-file-problem-text {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #292f4c;
    margin-top: 10px;
}

body[dir="rtl"] .upload-word-file-problem-text {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #292f4c;
    margin-top: 23px;
}

body[dir="ltr"] .upload-word-file-equations-message {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #e33056;
    margin-left: 35px;
}

body[dir="rtl"] .upload-word-file-equations-message {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #e33056;
    margin-right: 35px;
}

body[dir="ltr"] .upload-word-file-to-builder-error-icon {
    margin-left: 15px;
}

body[dir="rtl"] .upload-word-file-to-builder-error-icon {
    margin-right: 15px;
}

body[dir="ltr"] .upload-word-file-error-container {
    margin-top: 20px;
    margin-left: 90px;
    margin-right: 60px;
    border-top: 1px solid #e3e1ea;
}

body[dir="rtl"] .upload-word-file-error-container {
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 90px;
    border-top: 1px solid #e3e1ea;
}

body[dir="ltr"] .red-circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #e33056;
    margin-top: 20px;
    margin-left: 5px;
}

body[dir="rtl"] .red-circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #e33056;
    margin-top: 20px;
    margin-right: 5px;
}

body[dir="ltr"] .upload-word-file-error-text {
    font-family: Avenir-Roman;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: 0.19px;
    color: #292f4c;
    margin-top: 20px;
    margin-bottom: 20px;
}

body[dir="rtl"] .upload-word-file-error-text {
    font-family: Heebo-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: 0.19px;
    color: #292f4c;
    margin-top: 20px;
    margin-bottom: 20px;
}

body[dir="ltr"] .upload-word-file-error-fix-in-word-text {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #292f4c;
    margin-left: 15px;
    margin-top: 10px;
}

body[dir="rtl"] .upload-word-file-error-fix-in-word-text {
    font-family: Heebo-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #292f4c;
    margin-right: 15px;
    margin-top: 10px;
}

body[dir="ltr"] .action-optional-files-header {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}

body[dir="rtl"] .action-optional-files-header {
    font-family: Heebo-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}

#upload-exam-file-guidelines {
    padding: 30px;
}

.add-optional-file-button {
    height: 45px;
    border: 2px solid #e3e1ea;
    margin-top: 15px;
}

.add-optional-file-button:hover .add-file-button-plus-text {
    color: #000000;
}

.add-optional-file-button:hover .add-file-button-plus{
    background-image: linear-gradient(135deg, #1b8b6a 2%, #09b983 91%);
}

.file-optional-input-container {
    margin-top: 13px;
}

.file-optional-exists {
    border-top: 1px solid #e3e1ea;
    border-bottom: 1px solid #e3e1ea;
}

.file-optional-exists.btn {
    background-color: #ffffff;
}

.file-optional-exists.btn:hover, .file-optional-exists.btn:focus, .file-optional-exists.btn:active, .file-optional-exists.btn.active {
    background-color: #ffffff;
}

body[dir="ltr"] .file-optional-border-remove {
    border-right: 1px solid #e3e1ea;
}

body[dir="rtl"] .file-optional-border-remove {
    border-left: 1px solid #e3e1ea;
}

body[dir="ltr"] .action-optional-files-upload-margin {
    margin-right: -15px
}

body[dir="rtl"] .action-optional-files-upload-margin {
    margin-right: 0px
}

/*.file-optional-input-container:hover {*/
    /*border: 2px solid #888888;*/
/*}*/

body[dir="ltr"] .upload-exam-file-guidelines-file-name {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="rtl"] .upload-exam-file-guidelines-file-name {
    font-family: Heebo-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body[dir="ltr"] .upload-exam-file-guidelines-section-name {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8798ad;
    padding-left: 0px;
    margin-bottom: 15px;
}

body[dir="rtl"] .upload-exam-file-guidelines-section-name {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8798ad;
    padding-right: 0px;
    margin-bottom: 15px;
}

body[dir="ltr"] .upload-exam-file-guideline-parameter-name {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 4px;
}

body[dir="rtl"] .upload-exam-file-guideline-parameter-name {
    font-family: Heebo;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    margin-bottom: 4px;
}

body[dir="ltr"] .upload-exam-file-guideline-parameter-check {
    float: right;
    position: relative;
    top: 10px;
}

body[dir="rtl"] .upload-exam-file-guideline-parameter-check {
    float: left;
    position: relative;
    top: 10px;
}

body[dir="ltr"] .guideline-number {
    margin-right: 80px;
}

body[dir="rtl"] .guideline-number {
    margin-left: 80px;
}

body[dir="ltr"] .guidelines-parameter-padding {
    padding-left: 0px;
    /*padding-bottom: 10px;*/
}

body[dir="rtl"] .guidelines-parameter-padding {
    padding-right: 0px;
    /*padding-bottom: 10px;*/
}

/*Spinner preview*/
.progress-upload-exam-file-preview {
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset !important;
    border-radius: unset !important;
    margin-top: 75px;
}
.progress-percentage {
    position: absolute;
    top: 34%;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    font-weight: 700;
    font-size: 72px;
    color: #22ae85;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 280px;
    height: 280px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 270px;
    height: 270px;
    margin: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #22ae85 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*Spinner preview*/


/*Spinner upload exam file*/
.progress-upload-exam-file {
    position: relative;
    width: 100%;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset !important;
    border-radius: unset !important;
    margin-top: 46px;
    margin-bottom: 25px;
}
.progress-percentage-2 {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    /*color: #22ae85;*/
    background-image: linear-gradient(to top, #22ae85 64%, #16cf97 42%, #0fe1a0 30%, #0ce8a4 20%);
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lds-ring-2 {
    display: inline-block;
    position: relative;
    width: 132px;
    height: 120px;
}
.lds-ring-2 div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 117px;
    height: 117px;
    margin: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #22ae85 transparent transparent transparent;
}
.lds-ring-2 div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring-2 div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring-2 div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*Spinner upload exam file*/

.send-alert-progress-finished {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 25px;
}


body[dir="ltr"] .preview-exam-online {
    font-family: Avenir;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #292f4c;
    margin-top: 100px;
}

body[dir="rtl"] .preview-exam-online {
    font-family: Heebo;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #292f4c;
    margin-top: 100px;
}

body[dir="ltr"] .preview-loading {
    font-family: Avenir;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    margin-top: 30px;
}

body[dir="rtl"] .preview-loading {
    font-family: Heebo;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
    margin-top: 30px;
}

body[dir="ltr"] .file-required {
    margin-left: 30px;
}

body[dir="rtl"] .file-required {
    /*margin-right: 30px;*/
}

.button-number-plus-minus {
    border:0;
    line-height: 50%;
    height: 20px;
    width: 20px;
    background-color: #bab8c2;
    border-radius: 50%;
    color: white !important;
    display: inline-flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 24px;
}

body[dir="ltr"] .guideline-parameter-text-style {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
}

body[dir="rtl"] .guideline-parameter-text-style {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
}

body[dir="ltr"] .please-enter-value {
    /*font-family: Avenir;*/
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #e33056;
    margin-top: 3px;
    float: right;
}

body[dir="rtl"] .please-enter-value {
    /*font-family: Heebo;*/
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #e33056;
    margin-top: 3px;
    float: left;
}

.change-sync-online .modal-dialog {
    width: 382px;
    height: 229px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    border: solid 3px #e33056;
    background-color: #ffffff;
}

.upload-empty-exam-file-dialog .modal-dialog {
    width: 382px;
    height: 229px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    border: solid 3px #e33056;
    background-color: #ffffff;
}

.upload-overdue-exam-dialog .modal-dialog {
    width: 382px;
    height: 268px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    border: solid 3px #e33056;
    background-color: #ffffff;
}

.action-denied-dialog .modal-dialog {
    width: 400px;
    background-color: #ffffff;
}

.action-denied-circle {
	display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    background: var(--Colors-Background-bg-warning-secondary, #FEF0C7);
}

.manage-roles-circle {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    background: var(--Colors-Background-bg-warning-secondary, #FEF0C7);
}

body[dir="ltr"] .action-denied-title {
	color: var(--colors-text-text-primary-900, #181D27);
	font-family: Inter;
	font-size: var(--Font-size-text-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-lg, 28px);
	margin: 10px 0px
}

body[dir="rtl"]  .action-denied-title {
	color: var(--colors-text-text-primary-900, #181D27);
	font-family: Heebo;
	font-size: var(--Font-size-text-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-lg, 28px);
	margin: 10px 0px
}

body[dir="ltr"] .action-denied-message {
	color: var(--colors-text-text-tertiary-600, #535862);
	font-family: Inter;
	font-size: var(--Font-size-text-sm, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Line-height-text-sm, 20px);
}

body[dir="rtl"] .action-denied-message {
	color: var(--colors-text-text-tertiary-600, #535862);
	font-family: Heebo;
	font-size: var(--Font-size-text-sm, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Line-height-text-sm, 20px);
}

body[dir="ltr"] .action-denied-discard-btn-text {
	color: var(--Component-colors-Components-Buttons-Secondary-button-secondary-fg, #414651);
	font-family: Inter;
	font-size: var(--Font-size-text-md, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-md, 24px);
}

body[dir="rtl"] .action-denied-discard-btn-text {
	color: var(--Component-colors-Components-Buttons-Secondary-button-secondary-fg, #414651);
	font-family: Heebo;
	font-size: var(--Font-size-text-md, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-md, 24px);
}

.action-denied-discard-btn {
	margin-top: 32px;
	display: flex;
	padding: 10px var(--spacing-xl, 16px);
	justify-content: center;
	align-items: center;
	gap: var(--spacing-sm, 6px);
	border-radius: var(--radius-md, 8px);
	border: 1px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #D5D7DA);
	background: var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFF);
	box-shadow: 0px 0px 0px 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(10, 13, 18, 0.18)) inset, 0px -2px 0px 0px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(10, 13, 18, 0.05)) inset, 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
	cursor: pointer;
}

.notification-popup .modal-dialog {
    width: 500px;
}

body[dir="ltr"] .upload-empty-exam-file-dialog-message {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #e33056;
    margin-right: 25px;
    margin-left: 25px;
}

body[dir="rtl"] .upload-empty-exam-file-dialog-message {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #e33056;
    margin-right: 25px;
    margin-left: 25px;
}

body[dir="ltr"] .btn-upload-empty-exam-file-dialog-cancel {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
    text-transform: uppercase;
    padding-top: 18px;
    float: right;
}

body[dir="rtl"] .btn-upload-empty-exam-file-dialog-cancel {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
    padding-top: 18px;
    float: left;
}

body[dir="ltr"] .file-input-border {
    border-right: 1px solid #e3e1ea;
}

body[dir="rtl"] .file-input-border {
    border-left: 1px solid #e3e1ea;
}

.upload-exam-progress-bar.modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.upload-exam-progress-bar .modal-dialog {
    width: 460px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
    transition: width 0.3s ease;
}

.upload-exam-progress-bar .modal-dialog.modal-feedback-wide {
    width: 700px;
}

.upload-exam-progress-bar .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.import-questions-editor .modal-dialog {
    width: 960px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.import-questions-editor-new .modal-dialog {
    height: 100%;
    width: 100%;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: unset;
}

.import-questions-editor-new .modal-content {
    border: unset;
    height: calc(100% - 46px - 48px);
    width: 100%;
}


.bank-collection-screen .modal-dialog {
    height: 100%;
    width: 100%;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: unset;
}

.bank-collection-screen .modal-content {
    border: unset;
    height: 100%;
    width: 100%;
}

.back-to-safe-dialog .modal-dialog {
    width: 590px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

body[dir="ltr"] .upload-exam-file-wait-for-it {
    color: #181D27;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-family: Inter;
    font-size: 20px;
    font-stretch: normal;
    letter-spacing: 0.36px;
    margin: 10px 0px 0px 0px;
}

body[dir="rtl"] .upload-exam-file-wait-for-it {
    color: #181D27;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-family: Heebo-Bold;
    font-size: 20px;
    font-stretch: normal;
    letter-spacing: 0.36px;
    margin: 10px 0 0 0;
}

body[dir="ltr"] .uploading-exam-file {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #535862;
    margin: 5px 24px 30px 24px;
}

body[dir="rtl"] .uploading-exam-file {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #535862;
    margin: 5px 24px 30px 24px;
}

body[dir="ltr"] .feedback-label {
    color: #717680;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    flex: 1;
}

body[dir="rtl"] .feedback-label {
    color: #717680;
    text-align: center;
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    flex: 1;
}

.feedback-textarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    resize: vertical;
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
}

body[dir="ltr"] .feedback-textarea::placeholder {
    color: #717680;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 12px;
}

body[dir="rtl"] .feedback-textarea::placeholder {
    color: #717680;
    font-family: Heebo;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 12px;
}

.feedback-stars-row {
    display: flex;
    height: 64px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.feedback-char-count {
    color: #717680;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
}

body[dir="ltr"] .feedback-later-link {
    color: #535862;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

body[dir="rtl"] .feedback-later-link {
    color: #535862;
    font-family: Heebo-Regular;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.feedback-stars {
    display: inline-flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.feedback-bottom-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 24px 24px;
}

.feedback-content-block {
    transition: opacity 0.3s ease-in;
}

.feedback-content-block.ng-enter {
    transition: opacity 0.3s ease-in;
    opacity: 0;
}

.feedback-content-block.ng-enter-active {
    opacity: 1;
}

.feedback-modal-close {
    padding: 15px;
    cursor: pointer;
}

.upload-exam-file-user-feedback {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E9EAEB;
    background: #FAFAFA;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    margin: 8px 48px;
}

body[dir="ltr"] .feedback-subtitle {
    color: #475467;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body[dir="rtl"] .feedback-subtitle {
    color: #475467;
    text-align: center;
    font-family: Heebo-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body[dir="ltr"] .feedback-title {
    color: #323338;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 12px 0px;
}

body[dir="rtl"] .feedback-title {
    color: #323338;
    text-align: center;
    font-family: Heebo-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 12px 0px;
}

body[dir="ltr"] .feedback-optional-label {
    color: #414651;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 10px 3px 6px 3px;
}

body[dir="rtl"] .feedback-optional-label {
    color: #414651;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 3px 6px 3px;
}

.feedback-divider {
    margin: 4px 0;
    border-color: #E9EAEB;
}

.feedback-thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
}

.feedback-thank-you-icon {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #DCFAE6;
}

body[dir="ltr"] .feedback-thank-you-title {
    color: #257659;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

body[dir="rtl"] .feedback-thank-you-title {
    color: #257659;
    text-align: center;
    font-family: Heebo-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

body[dir="ltr"] .feedback-thank-you-subtitle {
    color: #475467;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    padding: 16px 0;
}

body[dir="rtl"] .feedback-thank-you-subtitle {
    color: #475467;
    text-align: center;
    font-family: Heebo;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    padding: 16px 0;
}

body[dir="ltr"] .btn-stay-here {
    width: 210px;
    height: 50px;
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
    text-transform: uppercase;
}

body[dir="rtl"] .btn-stay-here {
    width: 210px;
    height: 50px;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
}

body[dir="ltr"] .btn-back-tomasafe {
    height: 40px;
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    text-transform: uppercase;
}

body[dir="ltr"] .btn-back-tomasafe:not(:disabled) {
    color: #ffffff;
}

body[dir="rtl"] .btn-back-tomasafe {
    height: 40px;
    font-family: Heebo-Bold;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
}

body[dir="rtl"] .btn-back-tomasafe:not(:disabled) {
    color: #ffffff;
}

body[dir="ltr"] .back-to-tomasafe {
    margin: 17px;
    text-align: right;
}

body[dir="rtl"] .back-to-tomasafe {
    margin: 17px;
    text-align: left;
}

body[dir="ltr"] .back-to-safe-dialog-title {
    font-family: Avenir-Heavy;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
}

body[dir="rtl"] .back-to-safe-dialog-title {
    font-family: Heebo-Bold;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
}

body[dir="ltr"] .back-to-safe-dialog-text {
    font-family: Avenir-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.23px;
    color: #292f4c;
}

body[dir="rtl"] .back-to-safe-dialog-text {
    font-family: Heebo-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.23px;
    color: #292f4c;
}

body[dir="ltr"] .back-to-tomasafe-dialog-buttons {
    text-align: right;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

body[dir="rtl"] .back-to-tomasafe-dialog-buttons {
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

body[dir="ltr"] .btn-back-to-safe-dialog-cancel {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
    height: 40px;
    text-transform: uppercase;
}

body[dir="rtl"] .btn-back-to-safe-dialog-cancel {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #8798ad;
    height: 40px;
}

body[dir="ltr"] .btn-back-to-safe-dialog-ok {
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    /*color: #000000;*/
    height: 40px;
    text-transform: uppercase;
}

body[dir="rtl"] .btn-back-to-safe-dialog-ok {
    font-family: Heebo-Bold;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    /*color: #000000;*/
    height: 40px;
}

body[dir="ltr"] .back-to-safe-dialog-saved {
    font-family: Avenir-Heavy;
}

body[dir="rtl"] .back-to-safe-dialog-saved {
    font-family: Heebo-Bold;
}

.input-group-addon.btn.fileinput-exists.fake-file-exists>img:hover {
    filter: saturate(0%) grayscale(100%) brightness(30%) contrast(1000%);
}

.input-group-addon.btn.default.btn-file.fake-file-exists>span>img:hover {
    filter: saturate(0%) grayscale(100%) brightness(30%) contrast(1000%);
}

.input-group-addon.btn.default.btn-file.fake-file-exists>spanbtn btn-default action-file-remove-button ng-scope

.input-group-addon.btn.fileinput-exists.file-exists>img:hover {
    filter: saturate(0%) grayscale(100%) brightness(30%) contrast(1000%);
}

.fileinput-exists.file-optional-exists>img:hover {
    filter: saturate(0%) grayscale(100%) brightness(30%) contrast(1000%);
}

.btn.btn-default.action-file-remove-button>span>img:hover {
    filter: saturate(0%) grayscale(100%) brightness(30%) contrast(1000%);
}

.delete-file-dialog .modal-dialog {
    width: 400px;
    height: 188px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.change-version-exam-file-dialog .modal-dialog {
    width: 400px;
    box-shadow: 0 18px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

body[dir="ltr"] .upload-exam-file-section-error {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-left: 20px;
    margin-bottom: 6px;
}

body[dir="rtl"] .upload-exam-file-section-error {
    font-family: Heebo-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-right: 20px;
    margin-bottom: 6px;
}

body[dir="ltr"] .enter-verification-code {
    font-family: Avenir-Heavy;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
}

body[dir="rtl"] .enter-verification-code {
    font-family: Heebo-Bold;
    font-size: 21px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
}

.file-password-margin {
    margin: 26px 30px 87px 30px;
}

body[dir="ltr"] .upload-overdue-exam-title {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.26px;
    color: #e33056;
    margin-top: 25px;
}

body[dir="rtl"] .upload-overdue-exam-title {
    font-family: Heebo-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.26px;
    color: #e33056;
    margin-top: 25px;
}

body[dir="ltr"] .upload-overdue-exam-message {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    margin-left: 25px;
    margin-right: 25px;
}

body[dir="rtl"] .upload-overdue-exam-message {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    margin-left: 25px;
    margin-right: 25px;
}

body[dir="ltr"] .btn-upload-overdue-exam-dialog-cancel {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8798ad;
    text-transform: uppercase;
    padding-top: 18px;
    float: right;
}

body[dir="rtl"] .btn-upload-overdue-exam-dialog-cancel {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8798ad;
    padding-top: 18px;
    float: left;
}

body[dir="ltr"] .import-from-bank-title {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #060555;
    margin-bottom: 9px;
}

body[dir="rtl"] .import-from-bank-title {
    font-family: Heebo-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #060555;
    margin-bottom: 9px;
}

body[dir="ltr"] .import-from-bank-text {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    margin-bottom: 13px;
}

body[dir="rtl"] .import-from-bank-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    margin-bottom: 13px;
}

body[dir="ltr"] .import-from-bank-table-head-text {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
}

body[dir="rtl"] .import-from-bank-table-head-text {
    font-family: Heebo;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
}

.descriptionStyle {
    font-style:italic;
    color: grey;
}

.filter-import-from-bank-button {
    font-size:14px;
    flex:1;
    padding:5px;
    display:flex;
    justify-content: center;
    align-items:center;
    position: relative;
}

.import-from-bank-selected-row {
    background-color: #e3e1ea !important;
}


body[dir="ltr"]  .import-from-bank-selected-row-td {
    border-left: 4px solid #21a67e;
    padding-left:6px !important;
}
body[dir="rtl"]  .import-from-bank-selected-row-td {
    border-right: 4px solid #21a67e;
    padding-right:6px !important;
}

body[dir="ltr"] .import-from-bank-edit-draft-button {
    text-align: right;
    margin-top: 30px;
}

body[dir="rtl"] .import-from-bank-edit-draft-button {
    text-align: left;
    margin-top: 30px;
}

.btn-primary-disabled {
    background: #e3e1ea !important;
    color: #bab8c2 !important;
}


.explorer-filter-menu-ol {
    list-style: none;
    padding-right: 0;
    padding-left: 0
}












.preview-container {
	border: solid 1px #D4D4D4;
}

.comments pre {
	padding: 10px 0 0 0;
	/*margin: 13px 0px;*/
	border-width: 0px;
	background-color: transparent;
}

.ui-grid-menu {
	position: absolute;
}

.ui-grid[dir=rtl] .ui-grid-pager-control .first-bar {
	width: 2px;
	border-left: 2px solid #4d4d4d;
	margin-top: -6px;
	height: 12px;
	margin-left: 1px;
}
.ui-grid[dir=rtl] .ui-grid-pager-control .first-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #4d4d4d;
	margin-left: -1px;
}
.ui-grid[dir=rtl] .ui-grid-pager-control .next-triangle {
	margin-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-pager-control .prev-triangle {
	margin-left: 1px;
}
.ui-grid[dir=rtl] .ui-grid-pager-control .last-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #4d4d4d transparent transparent;
	margin-left: 2px;
}
.ui-grid[dir=rtl] .ui-grid-pager-control .last-bar {
	width: 2px;
	border-left: 2px solid #4d4d4d;
	margin-top: -6px;
	height: 12px;
	margin-left: -3px;
}

.ui-grid-pager-max-pages-number {
	line-height: 26px;
	vertical-align: top;
}

.ui-grid-pager-panel {
	/*height: 32px;*/
	height: 0px;
    display: none;
}

.pagination.pagination-exams-table>li>a, .pagination.pagination-exams-table>li>span {
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 2px;
    text-align: center;
}

.pagination-exams-table-cell {
    height: 24px;
    width: 24px;
}

body[dir="ltr"] .pagination-exams-table-cell-narrow {
    height: 24px;
    width: 10px;
    border-left: 0px !important;
}

body[dir="rtl"] .pagination-exams-table-cell-narrow {
    height: 24px;
    width: 10px;
    border-right: 0px !important;
}

body[dir="ltr"] .pagination-exams-table-current-page-cell {
    height: 24px;
    width: 21px;
    padding-bottom: 1px !important;
    padding-right: 0px !important;
    font-family: Avenir-Heavy;
    font-size: 12px;
    color: #09003e !important;
}

body[dir="rtl"] .pagination-exams-table-current-page-cell {
    height: 24px;
    width: 21px;
    padding-bottom: 1px !important;
    padding-left: 0px !important;
    font-family: Heebo-Bold;
    font-size: 12px;
    color: #09003e !important;
}

body[dir="ltr"] .pagination-exams-table-total-page-cell {
    height: 24px;
    width: 21px;
    border-left: 0px !important;
    padding-bottom: 1px !important;
    padding-top: 6px !important;
    padding-left: 0px !important;
    font-family: Avenir-Roman;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: normal;
    text-align: center;
    color: #bab8c2 !important;
}

body[dir="rtl"] .pagination-exams-table-total-page-cell {
    height: 24px;
    width: 21px;
    border-right: 0px !important;
    padding-bottom: 1px !important;
    padding-top: 5px !important;
    padding-right: 0px !important;
    font-family: Heebo-Regular;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: normal;
    text-align: center;
    color: #bab8c2 !important;
}

.pagination-exams-table-long-cell {
    height: 24px;
    width: 53px;
}


.pagination.pagination-exams-table {
    margin: 8px 0;
}

.pagination>li>a, .pagination>li>span {
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #e3e1ea;
}

.pagination-exams-table-interval-cell {
    border: 0px !important;

}

.pagination-exams-table-delimiter {
    margin: 10px !important;
    border: 0px !important;
}

.pagination>li.pagination-not-hover>a:hover,
.pagination>li.pagination-not-hover>span:hover,
.pagination>li.pagination-not-hover>a:focus,
.pagination>li.pagination-not-hover>span:focus {
    background-color: #ffffff !important;
}

/*TODO ui-grid/pagination*/
/*.ui-grid-pager-control .next-triangle {*/
    /*background-color: red;*/
/*}*/

/*last-triangle*/
/*.ui-grid-pager-control .last-triangle {*/
    /*background-color: red;*/
/*}*/

.ui-layout-center {
    border-width: 0px;
    overflow: hidden;
}

.ui-layout-west {
    border-width: 0px;
    overflow: hidden;
}

.ui-layout-east {
    border-width: 0px;
    overflow: hidden;
}

.ui-layout-south {
    border-width: 0px;
    overflow: hidden;
}

.ui-grid[dir="rtl"] .ui-grid-filter-container .ui-grid-filter-button {
  right: auto;
  left: 0;
}
.ui-grid[dir="rtl"] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
  right: auto;
  left: 10px;
}
.ui-grid-filter-container-selector {
    position: relative;
  }
  
.header-status {
 margin:0px !important;
 padding-right: 35px !important;

 padding-left: 35px !important;
 font-weight: bold !important;
 padding-top: 11px !important;
 padding-bottom: 11px !important;
 background-color:#e3e1ea !important;
 color: #292f4c !important;
 border-top:0 !important;
 border-right : 0 !important;
 border-left : 0 !important;
 border-bottom: 1px solid white !important;
 
}


body[dir="ltr"] .fix-chat-menu-position {
    left:-100px;
}
body[dir="rtl"] .fix-chat-menu-position {

}

.header-status:focus, .header-status:hover {
    background-color:#e3e1ea !important;
    color: #292f4c !important;
}

.ui-grid-menu-mid {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-grid-menu .ui-grid-menu-inner ul li {
	/* padding-left: 15px; */
}

.ip-line {
	margin-left: -15px;
	margin-right: -15px;
	width: 30px;
	float: right;
}
.nav-tabs>li>a {
   /* border-radius: 4px 4px 0 0; */
}

.navigation-btn {
    margin-top:5px;
    border-radius: 4px;
}

.ui-grid-top-panel {
    border-radius: 6px;
}

.ui-grid[dir=rtl] .ui-grid-menu-button {
    border-radius: 4px;
}

.ui-grid[dir=rtl] .ui-grid-filtering-icon {
    border-radius: 4px;
}

.ui-grid {
    /*border-radius: 6px;*/
    border: 0px;
}

.fileinput-new .input-group .btn-file {
    border-radius: 4px;
}

.table {
    border-collapse: separate;
    border-radius: 4px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    margin-top: 5px;
    margin-right: 5px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin-top: 3px;
}

.ui-select-match-text, .ui-select-match-item {
    display:inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    width:auto;
}

.ui-select-bootstrap>.ui-select-choices {
    width:auto;
}

/*for search in multiselect*/
.fix-header-height-grid-manager .ui-select-bootstrap>.ui-select-choices {
    width:auto;
    position: relative !important;
}

.fix-header-height-grid-manager .ui-grid-viewport {
    position:absolute !important;
    top:103px;
}
/*for search in multiselect*/

.fix-header-height-grid-manager .ui-grid-header {
    position:absolute !important;
}


.ui-select-toggle {
    display: flex;
    justify-content: space-between;
}

body[dir="ltr"] .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    /*background-color: #ededed;*/
    background-color: #fdfdfe;
    color: #bab8c2;
    font-family: Avenir-Roman;
}

body[dir="rtl"] .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    /*background-color: #ededed;*/
    background-color: #fdfdfe;
    color: #bab8c2;
    font-family: Heebo-Regular;
}

body[dir="ltr"] .dropdown-menu>.disabled>a {
    /*background-color: #ededed;*/
    background-color: #fdfdfe;
    color: #bab8c2;
    font-family: Avenir-Roman;
}

body[dir="rtl"] .dropdown-menu>.disabled>a {
    /*background-color: #ededed;*/
    background-color: #fdfdfe;
    color: #bab8c2;
    font-family: Heebo-Regular;
}

.dropdown-menu li > a {
    background-color: #fdfdfe;
}

.dropdown-menu li > a:hover {
    color: white;
    background-color: #428ac9;
}

.properties-panel {
	display:   flex;
	flex-wrap: wrap;
}

.properties-item {
	flex:      1 1 50%;
	display:   flex;
	flex-wrap: wrap;
	min-width: 175px;
	align-items: center;
}

.statics-date-filter-bottom {
    padding: 10px;
    font-size: 120%;
    color: #21a67e;
    font-weight: 700;
    border-top: 1px solid #e3e1ea;
}

.properties-item-label {
	flex:      1 1 41%;
	min-width: 100px;
    padding:   0 15px;
    color: #292f4c;
}

.properties-header {
    color: #292f4c;
     font-size:140%;
}

.properties-item-value {
	flex:      2 2 59%;
	min-width: 140px;
    padding:   0 15px;
    color: #888888;
}

.properties-checkbox {
	padding: 0;
}

.properties-item-long {
	flex:      1 1 100%;
	display:   flex;
	flex-wrap: wrap;
	min-width: 175px;
	align-items: center;
}

.properties-item-long .properties-item-label {
	flex:      1 1 21%;
	min-width: 90px;
}

.properties-item-long .properties-item-value {
	flex:      5 5 79%;
	min-width: 130px;
}

.properties-item-tab {
   /* flex:      1 1 41%;*/
    min-width: 50%;
    padding:   0 15px;
}

body[dir="ltr"] .tag-choice {
    direction: rtl;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Avenir-Roman;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    border-bottom: 1px solid #e3e1ea;
}

body[dir="rtl"] .tag-choice {
    direction: rtl;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Heebo-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    border-bottom: 1px solid #e3e1ea;
}

.tag-text {
    background-color: #e3e1ea;
    padding: 3px;
    border: 1px solid #e3e1ea;
    border-radius: 100px;
    margin-right: 5px;
    font-size: 12px;
}



.tag-choice>label {
    font-weight: normal;
}

.tag-choice:hover, .tag-choice input:hover {
    /* background-color: #e3e1ea ;
    color: #292f4c; */
    border: solid 1px #888888 !important;
    cursor: pointer;
}

.tag-choice {
    border: solid 1px white;
}

.height-limit-tags {
    height:60vh;
}

.tag-choices-list {

    overflow: auto;
    list-style: none outside;
    padding: 0px 0px;
}

.selected-tags-list {
    padding: 2px 2px;
    display: inline;
}

.selected-tag {
    border-radius: 4px;
    display: inline-block;
    padding: 2px 2px;
    margin: 2px 2px;
    background-color: #C0C0C0;
}

body[dir="rtl"] .menu-filter-float-below-the-menu {
    right: 20px !important;
}
body[dir="ltr"] .menu-filter-float-below-the-menu {
    left: 20px !important;
}

.close-tag-button {
    margin: 0px 2px; display: inline-block
}

.close-tag-button:hover {
    cursor: pointer;
}
.create-tag-button:hover {
    cursor: pointer;
}

.delete-tag-button{
    margin-top: 3px;
}

.tag-choice .delete-tag-button {
    color: #808080;
    display: none;
}

.tag-choice .delete-tag-button:hover {
    color: black;
}

.tag-choice:hover .delete-tag-button {
    display: inline;
}

/*
body[dir="ltr"] #action-bar>.nav>li>a {
    padding-left: 15px;
    padding-right: 9px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    display: inline;
    font-size: 10px;
    font-family: Avenir-Heavy;
}

body[dir="rtl"] #action-bar>.nav>li>a {
    padding-right: 15px;
    padding-left: 9px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline;
    font-size: 10px;
    font-family: Heebo-Bold;
} */

#exam-manager {
    margin: 15px;
}

#exam-manager>.nav>li>a {
    background-color: #ffffff;
    color:#09003e;
}

.action-warning {
    text-align: center;
    color: #ff0000;
}

/*Tags dropdown*/
li >#dropdownTags:hover, li > #dropdownTags:active, li > #dropdownTags:visited, li.dropdown.open > #dropdownTags{
	color:#428bca;
}

.find-comment{
	 background-color: #CEE5F9;
 }
mark{
	background-color: yellow;
}

.nativ {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    color: #292f4c;
}

/* #GnavbarSupportedContent {
    background-color: #292f4c !important;
} */

.container, .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

/* .container-fluid {
    background-color: #f8f7fc;
} */

.ui-layout-container {
    background-color: #f8f7fc !important;
}

.portlet.light {
    padding: 0px;
    margin-bottom: 0px;
}

.portlet.light .portlet-body {
    padding-top: 0px;
}

.ui-layout-pane {
    /*padding: 5px;*/
    padding: 1px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.page-header .page-header-menu .search-form .input-group .form-control {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
}

.page-header .page-header-menu .search-form .input-group {
    background: #444D58;
}

.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
    left:25px;
}



.big-dropdown-menu {
    margin: 0;
    width: 220px;
}



.page-header .page-header-menu .search-form {
    width: 250px;
    margin-right: 20px;
    margin-top: 9px;
    margin-left: 40px;
}

.ui-layout-resizer {
    background: #f8f7fc;
    border-radius: 4px;
    top: 50px !important;

}
a.list-group-item.header {
    /*background: #7bb8f9;*/
}

.font-bold {
    font-weight: bold;
}

.version-position {
    position: fixed;
    right: 5px;
    top: 0;
}

.version-text {
    font-family: Avenir-Roman;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #e3e1ea;
}

.tomasafe-text {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.modal .input-icon > i {
    z-index: 999;
}

.rtl-direction {
    text-align: right;
}
.ltr-direction {
    text-align: left;
}

.checkbox-scale {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

.on-hover:hover {
    background: darkgrey;
}

.preview-grey {
    background: lightgrey;
}

.left-side {
    float : left;
    margin-left: 15px;
    margin-right: 15px;
}

.right-side {
    float : right;
    margin-left: 15px;
    margin-right: 15px;
}

.icon-margin {
   margin: 4px 4px 4px 4px;
}

.checkbox-scale-12 {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    vertical-align: middle;
    margin: 4px !important;
    padding: 10px;
}

.checkbox-label {
    display: block;
    margin-top: 5px;
}
.checkbox-label input {
    margin: 3px;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width: auto;
    display:inline-block;
}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

.statics-show-data-data-item {
    flex:1;
    padding:3px;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    min-height: 32px;
    padding: .3em;
}

.panel-default > .panel-heading.white {
    background-color: #FFFFFF;
}

.message-bold {
    font-size: 11pt;
    font-weight: 600;
}

.ui-select-bootstrap .ui-select-choices-row.active > a {
    color: #555;
    text-decoration: none;
    outline: 0;
    background-color: #f6f6f6;
}

.ui-select-bootstrap .ui-select-choices-row {
    background-color: #ffffff;
    height: 40px;
    width: 255px;
}

span.ui-select-choices-row-inner:hover {
    background-color: #e3e1ea !important;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 10px;
    height: 100%;
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
}

.position-center {
    text-align:center
}

.support-link {
    font-size: 6pt;
}

.login .content {
    width: 420px;
}

/*
.ui-select-small span {
    height: 20px;
}

.ui-select-small input {
    height: 20px;
}

.ui-select-small span span{
    height: 20px;
}*/

.tag-list-filter {
    color: #555;
    text-decoration: none;
    outline: 0;
    background-color: #FFFFFF;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: pointer;
}

.tag-list-filter:hover {
    background-color: rgba(234, 234, 234, 0.88);
}

[tomax-cloak] {
    opacity: 0;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.error select, .error input, .error textarea, .error .ui-select-container, .error .tab17-value-tab {
    border-top-color: rgb(255, 0, 0);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(255, 0, 0);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(255, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(255, 0, 0);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-repeat: initial;
}

.error file-input .input-group {
    border-top-color: rgb(255, 0, 0);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(255, 0, 0);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(255, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(255, 0, 0);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-repeat: initial;
    border-radius: 5px;
}

.error-new select, .error-new input, .error-new textarea, .error-new .ui-select-container, .error-new .tab17-value-tab {
    border-top-color: #e33056;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: #e33056;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: #e33056;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #e33056;
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-repeat: initial;
}

.error-new file-input .input-group {
    border-top-color: #e33056;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: #e33056;
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: #e33056;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #e33056;
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-repeat: initial;
    border-radius: 5px;
}

.properties-item-short-value {
	flex:      1 2 10%;
	min-width: 100px;
	padding:   0 15px;
}

::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

.disabled-on-green-background {
    color: #69C2A7 !important;
}

.disabled-on-grey-background {
    color: #B6B7C5 !important;
}

.exam-table-header-style-main-table{
    min-height: 104px;
}
/* .body[dir="rtl"] .exam-table-header-style-main-table{
    border-right: 1px solid #E3E1EA;
}
.body[dir="ltr"] .exam-table-header-style-main-table{
    border-left: 1px solid #E3E1EA;
} */

.exam-table-header-style{
	min-height: 82px;	
}
body[dir="rtl"] .side-border{
    border-left: 1px solid #E3E1EA;
}
body[dir="ltr"] .side-border{
    border-right: 1px solid #E3E1EA;
}
.invalid-value{
    color: red !important;
}
.exam-extra-field-multiple-select-list {
    max-height: 250px;
    overflow: auto;
    list-style: none outside;
    padding: 0px 0px;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}
.exam-extra-field-multiple-select-choice {
    padding-left: 3px;
    padding-right: 3px;
}
.margin-7 {
    margin: 7px;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-3 {
    margin-top: 3px;
}

.text-error {
    font-size:12px;
    color: red;
}

/*Google icons*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../../common/google-icons/materialicons.woff2") format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.remove-shared-user {
    color: lightgrey !important;
}


.overdue-circle-green {
    height: 10px;
    width: 10px;
    background-color: #34d511;
    border-radius: 50%;
    display: inline-block;
}

.overdue-circle-red {
    height: 10px;
    width: 10px;
    background-color: #e33056;
    border-radius: 50%;
    display: inline-block;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: #ffffff;
    border-color: #6a9a10;
}

.nav-pills > li > a:hover {
    background-color: #ffffff;
}



body[dir="ltr"] .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #888888;
    background-color: #ffffff;
    font-family: Avenir;
    /*font-size: 12px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
}

body[dir="rtl"] .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #888888;
    background-color: #ffffff;
    font-family: Heebo;
    /*font-size: 12px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
}

body[dir="ltr"] a.list-group-item {
    font-family: Avenir;
    /*font-size: 12px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #09003e;
    margin-right: 30px;
}

body[dir="rtl"] a.list-group-item {
    /* color: #555; */
    font-family: Heebo;
    /*font-size: 12px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #09003e;
    margin-left: 30px;
}

.menu-bank-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.blue-purple-gradient {
    background: -webkit-linear-gradient(134deg, #7f58af 27%, #4399de 69%, #4aa4ed 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-gradient {
    background: -webkit-linear-gradient(224deg, #4399de 92%, #32cbd0 5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.green-gradient {
    background: -webkit-linear-gradient(130deg, #22ae85 13%, #0ce8a4 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn.btn-primary.user-role-save:disabled {
    background: #e3e1ea !important;
    color:#c0bec8 !important; 
}

.dark-gray-title {
    font-size: 15px;
    color: #888888;
}

.eigul-yellow {
    background-color: #f8cf1c !important;
    color: #21a67e !important;
}

.participants-table-icons {
    display:flex; flex-direction:row; width: 50px; justify-content:space-between;
}

.participant-table-rows-selected {
    background-color: #21a67e !important;
    /* color:white; */
}

.participant-table-menu {
    background-color:#edebf1; padding:10px; display:flex; flex-direction: row; height:60px; width:100%;
}

.test-filters-client-logo {
    height: 40px;
    width: 77px;
    margin-bottom: 3px;
    margin-right: 21px
}

.participant-table-menu-user-role {
     margin-bottom:10px; display:flex; flex-direction: row;  width:100%;
}

.search-input-regular {
    border: 1px solid #e3e1ea;
    width:300px;
    margin: 0;
    padding: 10px;
    outline: none;
}

.title-blue {
    color:#060555;
    font-size:36px;
    margin:10px;
}

.light-gray {
    color:#8798ad;
}

.dropdown-item-selected {
    color: white !important;
    background-color:#21a67e !important;
}

.text-letters-big {
text-transform: uppercase;
}

.desc-gray {
    color:#8798ad;
    margin:10px;
}

.flex-list {
    display:flex;
    flex-direction:column;
}

.flex-amodot {
    width:100%;
    display:flex;
    flex-direction:row;
}

.file-uploading-container {
    width:500px;
    height:50px;
    border: 1px solid #e3e1ea;
    display: flex;
    flex-direction:row;
}

.a-little-bigger-font {
    font-size:150%;
}

.loader-pas {
    background-color: #21a67e; height:10px;
}

.loader-container{ 
    height:10px; width:400px; background-color: #e3e1ea;
}

.item-inside-participant-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #e3e1ea;
    padding-right:10px;
    padding-left:10px;
    padding-top:30px;
    padding-bottom:30px;
}

.badge {
    min-height: 25px;
    font-family: Avenir-Heavy;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    /*letter-spacing: -0.8px;*/
    text-align: center;
    padding: 4px 9px 3px 9px;
    color: #09003e;
    font-size: 14px !important;
    background-color: #e3e1ea;
}

.list-group-item {
    border: 0px;

}

.input-new-style {
    padding: 10px;
    width: 250px;
    border: 1px solid #e3e1ea;
    outline: 0;
}

.btn-hover-effect:hover {
    box-shadow: 0 5px 12px 0 rgba(41, 47, 76, 0.35);
    background-color: #e3e1ea !important;
}

.empty-checkbox {
    height:20px;
    width:20px;
    border:2px solid #e3e1ea;
}

.btn-white-new {
    color: #292f4c;
    background-color: white;
    border-color: #e6e5ed;
    border-width: 2px;
    padding: 6px 13px;
    font-weight: bold;
}

.convert-black-svg-to-white {
    filter: invert(100%) sepia(8%) saturate(0%) hue-rotate(87deg) brightness(115%) contrast(107%);
}

.convert-black-svg-to-yellow {
    filter: invert(67%) sepia(98%) saturate(396%) hue-rotate(2deg) brightness(106%) contrast(95%);
}

.convert-black-svg-to-light-gray {
    filter: invert(96%) sepia(6%) saturate(676%) hue-rotate(197deg) brightness(96%) contrast(92%);
}

.convert-black-svg-to-light-white {
    filter: invert(99%) sepia(7%) saturate(485%) hue-rotate(265deg) brightness(120%) contrast(100%);
}

.convert-black-svg-to-gray {
    filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(90%) contrast(88%);
}

.convert-black-svg-to-green {
    filter: invert(56%) sepia(21%) saturate(1391%) hue-rotate(111deg) brightness(91%) contrast(89%);
}

.convert-black-svg-to-light-green {
    filter: invert(85%) sepia(84%) saturate(258%) hue-rotate(74deg) brightness(107%) contrast(101%);
}

.convert-black-svg-to-dark-blue {
    filter: invert(16%) sepia(13%) saturate(2024%) hue-rotate(192deg) brightness(92%) contrast(90%);
}

.remove-border {
    border: 0px !important;
}

.locked-padlock {
    width: 11.5px;
    height: 15px;
    object-fit: contain;
}

.position-inherit {
    position: inherit !important;
}

.big-table {
    width: 100% !important;
}

body[dir="ltr"] .show-right-menu-icon {
    background: #09003e;
    display: table;
    height: 24px;
    width: 11px;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    float: right;
    color: white;
    cursor: pointer;
}

body[dir="rtl"] .show-right-menu-icon {
    background: #09003e;
    display: table;
    height: 24px;
    width: 11px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    float: left;
    color: white;
    cursor: pointer;
}

.show-right-menu-icon:hover {
    background: #21A67E !important;
}

body[dir="ltr"] .show-right-menu-text {
    float: right;
    width: 30px;
    height: 16px;
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    margin-right: 5px;
    margin-top: 5px;
}

body[dir="rtl"] .show-right-menu-text {
    float: left;
    width: 30px;
    height: 16px;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    margin-left: 5px;
    margin-top: 5px;
}

body[dir="ltr"] .close-right-menu {
    text-align: right;
    height: 40px;
    /*border-bottom: 1px solid #e3e1ea;*/
    padding-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

body[dir="rtl"] .close-right-menu {
    text-align: left;
    height: 40px;
    /*border-bottom: 1px solid #e3e1ea;*/
    padding-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

body[dir="rtl"] .menu-by-dir {


}
body[dir="ltr"] .menu-by-dir {
    left:auto;

}



body[dir="rtl"] .options-menu-table-by-dir {
    right: -173px !important;
}

body[dir="ltr"] .options-menu-table-by-dir {
    left: -173px !important;
}


body[dir="rtl"] .direction-by-dir {
    direction: rtl;

}
body[dir="ltr"] .direction-by-dir {
    direction: ltr;

}
body[dir="rtl"] .text-align-by-dir {
    text-align: right;

}
body[dir="ltr"] .text-align-by-dir {
    text-align: left;

}

body[dir="rtl"] .text-align-opposite-by-dir {
    text-align: left;

}
body[dir="ltr"] .text-align-opposite-by-dir {
    text-align: right;

}


.nav-tabs-new {
    border-bottom: 1px solid #ddd;
}
.menu-directory a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.nav-tabs-new>li {
   text-align: center;
    color: #020101;
}

.nav-new {
    padding-right: 0;
        margin-bottom: 0;
        list-style: none;
    }

.menu-directory {
    padding-top:7px;
    padding-bottom:7px;
}

.right-menu-li-clicked {
    background-color: #ffffff;
    border-bottom: 3px solid #22ae85;
}


body[dir="ltr"] .push-sub {
    margin-left:10px;
}

body[dir="rtl"] .push-sub {
    margin-right:10px;
}

.right-menu-link-clicked {
    color: #22ae85 !important;
}


.link-right-menu-tabs {
    color: #888888;
    text-transform: uppercase;
}

.right-menu {
    top: 50px !important;
    /*max-width: 330px;*/
    /*z-index: 1000 !important;*/
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: -5px 11px 15px 0 rgba(14, 53, 41, 0.2) !important;
}

body[dir="ltr"] .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: 3px solid #22ae85;
}

body[dir="rtl"] .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: 3px solid #22ae85;
}

/* body[dir="ltr"] .nav-tabs > li > a:hover {
    font-family: Avenir;
    font-size: 12px;
    color: #292F4C;
}

body[dir="rtl"] .nav-tabs > li > a:hover {
    font-family: Heebo;
    font-size: 12px;
    color: #292F4C;
} */

/* , .nav-pills > li > a */
body[dir="ltr"] .nav-tabs > li > a {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #888888;
    margin: 0px;
    text-align: center;
    min-height: 40px;
}

/* , .nav-pills > li > a */
body[dir="rtl"] .nav-tabs > li > a {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #888888;
    margin: 0px;
    text-align: center;
    min-height: 40px;
}



#properties-tags {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: #4399de;
}

#properties-exam-info {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: #efc40b;
}

#properties-guidelines {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: #fa6300;
}

#advanced-search-add-button-icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: linear-gradient(to right, #22AE85 0%, #0CE8A4 100%);
    margin: 8px;
    padding: 0px;
}

body[dir="ltr"] .advanced-search-add-button-plus {
    color: #ffffff;
    font-size: 19px;
    padding-left: 8px;
    font-weight: 700;
}

body[dir="rtl"] .advanced-search-add-button-plus {
    color: #ffffff;
    font-size: 19px;
    padding-right: 6px;
    font-weight: 700;
}

body[dir="ltr"] #properties-extra-fields {
    font-family: Avenir;
    font-size: 14px;
    color: #64c6a1;
    cursor: pointer;
    text-transform: uppercase
}
.multi-action-dialog .modal-dialog{
    width: 1100px;
}

.upload-and-parse-doc-dialog .modal-dialog{
    width: 600px;
}

.import-from-bank-dialog .modal-dialog{
    width: 1250px;
}

.upload-dialog .modal-dialog{
	width: 960px;
}

body[dir="rtl"] #properties-extra-fields {
    font-family: Heebo;
    font-size: 14px;
    color: #64c6a1;
    cursor: pointer;
}

body[dir="ltr"] .center-properties-icon {
    display: block;
    margin-left: -3px;
    margin-right: auto;
    margin-top: 10px;
}

body[dir="rtl"] .center-properties-icon {
    display: block;
    margin-left: auto;
    margin-right: -4px;
    margin-top: 10px;
}

.properties-name-group {
    font-size: 16px;
    color: #000000;
    margin-top: 7px;
    /*margin-left: 10px;*/
}

body[dir="ltr"] .properties-name-group {
    font-family: Avenir-Heavy;
    padding-left: 10px;
}

body[dir="rtl"] .properties-name-group {
    font-family: Heebo-Bold;
    padding-right: 10px;
}

body[dir="ltr"] .properties-selected-tag {
    border-radius: 13px;
    display: inline-block;
    padding: 2px 2px;
    margin: 2px 2px;
    background-color: #e3e1ea;
    font-family: Avenir;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
}

body[dir="rtl"] .properties-selected-tag {
    border-radius: 13px;
    display: inline-block;
    padding: 2px 2px;
    margin: 2px 2px;
    background-color: #e3e1ea;
    font-family: Heebo;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #888888;
}

.tag-value {
    margin: 7px;
}

.properties-exam-info {
    /*padding:0px;*/
    /*border-top: 1px solid #f7f6fb;*/
    /*border-bottom: 1px solid #f7f6fb;*/
}

.properties-exam-info-item {
    padding: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    flex:      1 1 50%;
    flex-wrap: wrap;
    width: 50%;
    vertical-align: bottom !important;
    border-top: 1px solid #f7f6fb !important;
}

body[dir="ltr"] .properties-exam-info-item-even {
    padding: 0px;
    border-left: 1px solid #f7f6fb;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px;
    flex:      1 1 50%;
    flex-wrap: wrap;
    width: 50%;
    vertical-align: bottom !important;
    border-top: 1px solid #f7f6fb !important;
}

body[dir="rtl"] .properties-exam-info-item-even {
    padding: 0px;
    border-right: 1px solid #f7f6fb;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px;
    flex:      1 1 50%;
    flex-wrap: wrap;
    width: 50%;
    vertical-align: bottom !important;
    border-top: 1px solid #f7f6fb !important;
}

.properties-exam-info-row {
    /*border-top: solid 1px #f7f6fb;*/
    border-bottom: 1px solid #f7f6fb;
}

body[dir="ltr"] .properties-exam-info-item-name {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    max-width: 100px;
    text-transform: uppercase;
}

body[dir="rtl"] .properties-exam-info-item-name {
    font-family: Heebo;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    max-width: 100px;
    text-transform: uppercase;
}

body[dir="ltr"] .properties-exam-info-item-value {
    font-family: Avenir-Heavy;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    max-width: 100px;
}

body[dir="rtl"] .properties-exam-info-item-value {
    font-family: Heebo-Bold;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    max-width: 100px;
}

.properties-extra-fields-dialog .modal-dialog {
    width: 700px;
    height: 546px;
}

.advanced-search-query-dialog .modal-dialog {
    width: 500px;
}

.common-dialog-new .modal-dialog {
    width: 400px;
}

.properties-extra-fields-item {
    flex: 1 1 33%;
    display: flex;
    flex-wrap: wrap;
    /*min-width: 175px;*/
    align-items: center;
    max-width: 206px;
}

.modal-header-new {
    min-height: 16.43px;
    padding: 15px;
}

body[dir="ltr"] .modal-title-new {
    margin: 8px 8px 0px 20px;
    height: 25px;
    font-family: Avenir-Heavy;
    /*font-weight: 900;*/
    letter-spacing: 0.26px;
    color: #3e4871;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

body[dir="rtl"] .modal-title-new {
    margin: 8px 20px 0px 8px;
    height: 25px;
    font-family: Heebo-Bold;
    /*font-weight: 900;*/
    letter-spacing: 0.26px;
    color: #3e4871;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

body[dir="ltr"] .modal-title-advanced-search {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #2f3658;
    padding-left: 15px;
    padding-top: 10px;
}

body[dir="rtl"] .modal-title-advanced-search {
    font-family: Heebo-Bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #2f3658;
    padding-right: 15px;
    padding-top: 10px;
}

body[dir="ltr"] .advanced-search-query-name {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
}

body[dir="rtl"] .advanced-search-query-name {
    font-family: Heebo;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
}

.advanced-search-query-input-name {
    /*width: 445px;*/
    height: 40px;
}

body[dir="ltr"] .advanced-search-add-button {
    margin-left: 15px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 440px;
    height: 45px;
    border: 2px solid #e3e1ea;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor: pointer;
}

body[dir="rtl"] .advanced-search-add-button {
    margin-right: 15px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 440px;
    height: 45px;
    border: 2px solid #e3e1ea;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor: pointer;
}

body[dir="ltr"] .advanced-search-add-button-text {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    text-transform: uppercase;
    margin-top: 12px;
}

body[dir="rtl"] .advanced-search-add-button-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
    margin-top: 12px;
}

body[dir="ltr"] .advanced-search-criteria-name {
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
}

body[dir="rtl"] .advanced-search-criteria-name {
    font-family: Heebo-Bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #292f4c;
}

body[dir="ltr"] .advanced-search-criteria-date {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-transform: uppercase;
    text-align: center !important;
    display: block;
}

body[dir="rtl"] .advanced-search-criteria-date {
    font-family: Heebo;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #888888;
    text-align: center !important;
    display: block;
}

.criteria-create {
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e1ea;
}

.criteria-create-first {
    border-top: 1px solid #e3e1ea;
}

body[dir="ltr"] .criteria-remove {
    cursor: pointer;
    padding: 0px;
    text-align: right;
}

body[dir="rtl"] .criteria-remove {
    cursor: pointer;
    padding: 0px;
    text-align: left;
}

.modal-body-new {
    position: relative;
    padding: 15px;
}

body[dir="ltr"] .modal-footer-new {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e3e1ea;
}

body[dir="rtl"] .modal-footer-new {
    padding: 20px;
    text-align: left;
    border-top: 1px solid #e3e1ea;
}

body[dir="ltr"] .properties-extra-fields-label {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #939393;
    text-transform: uppercase;
    margin-bottom: 6px;
}

body[dir="rtl"] .properties-extra-fields-label {
    font-family: Heebo;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #939393;
    text-transform: uppercase;
    margin-bottom: 6px;
}

body[dir="ltr"] .properties-guideline-section-name {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    color: #fa6300;
    margin-bottom: 10px;
    margin-top: 10px;
}

body[dir="rtl"] .properties-guideline-section-name {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    color: #fa6300;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rectangle {
    border-radius: 0px !important;
}

body[dir="ltr"] .properties-guideline-value {
    border-bottom: 1px solid #f7f6fb;
    border-right: 1px solid #f7f6fb;
}

body[dir="rtl"] .properties-guideline-value {
    border-bottom: 1px solid #f7f6fb;
    border-left: 1px solid #f7f6fb;
}

.properties-guideline-value-odd {
    border-right: 0px !important;
}

body[dir="ltr"] .properties-guideline-value-cell {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 110px;
}

body[dir="rtl"] .properties-guideline-value-cell {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 110px;
}

body[dir="rtl"] .properties-guideline-value.properties-guideline-value-odd {
    border-left: 0px;
}

.panel-without-border {
    border: 0px !important;
    /*border-bottom: 1px solid #f7f6fb !important;*/
}

body[dir="ltr"] .menu-comments {
    height: 40px;
    width: 255px;
    border: 1px solid #e3e1ea;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 38px;
}

body[dir="rtl"] .menu-comments {
    height: 40px;
    width: 255px;
    border: 1px solid #e3e1ea;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 38px;
}

.input-comments {
    width: 218px;
    height: 38px;
    border: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.input-full-text-search {
    width: 218px !important;
    height: 36px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;
}

body[dir="ltr"] .icon-full-text-search {
    height: 16px;
    width: 16px;
    margin-top: 10px;
    margin-left: 8px;
}

body[dir="rtl"] .icon-full-text-search {
    height: 16px;
    width: 16px;
    margin-top: 10px;
    margin-right: 8px;
}

.input-comments:focus {
    outline: none;
}

@font-face {
    font-family: 'Avenir';
    src: url('/fonts/AvenirLTStd-Medium.otf');
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('/fonts/AvenirLTStd-Roman.otf');
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('/fonts/AEH.ttf');
}

@font-face {
    font-family: 'Heebo-Regular';
    src: url('/fonts/Heebo-Regular.ttf');
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Medium.ttf');
}
@font-face {
    font-family: 'Heebo-Bold';
    src: url('/fonts/Heebo-Bold.ttf');
}

body[dir="ltr"] .tag-input {
    border: 1px solid #e3e1ea;
    padding: 7px;
    font-family: Avenir-Roman;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: normal;
    color: #888888;
}

body[dir="rtl"] .tag-input {
    border: 1px solid #e3e1ea;
    padding: 7px;
    font-family: Heebo-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: normal;
    color: #888888;
}

body[dir="ltr"] .tag-text {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #888888;
}

body[dir="rtl"] .tag-text {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #888888;
}

body[dir="ltr"] .tag-text-parent {
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #09003e;
}

body[dir="rtl"] .tag-text-parent {
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #09003e;
}

.create-tag-dialog .modal-dialog {
    width: 382px;
    height: 341px;
}

body[dir="ltr"] .tag-text-input {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    font-family: Avenir-Roman;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #060962;
}

body[dir="rtl"] .tag-text-input {
    width: 100%;
    height: 35px;
    padding-right: 15px;
    font-family: Heebo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #060962;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0px 0px !important;
    height: 26px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.import-from-bank-th {
    border: 0 !important;
    height:40px;
    vertical-align: middle !important;
}
.ui-corner-all {
    border-radius: 15px !important;
  
}

.ui-widget-header {
background: #21a67e !important;
}

.ui-widget-content {
background: #e3e1ea !important;
}

.ui-slider-horizontal .ui-slider-handle {
top: -5px !important;
}


.green-color {
    color: #21a67e;
}
.grey-color {
    color: #888888;
}

input:checked + .slider {
    background-color: #21a67e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #21a67e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    background: #e3e1ea;
    border: 2px solid #ffffff;;
}



body[dir="ltr"] .list-group-item.row {
    margin-left: 30px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: unset;

    padding-top:7px;
    padding-bottom:7px;
}

body[dir="ltr"] .list-group-item.header.row {
    margin-left: 30px;
    padding-left: 5px;
}

.breaking-line {
    border-bottom: 1px solid #e3e1ea !important;
}

body[dir="rtl"] .list-group-item.row {
    margin-right: 30px;
    padding-left: 5px;
    padding-right: 5px;

    margin-bottom: unset;

    padding-top:7px;
    padding-bottom:7px;
}

body[dir="rtl"] .list-group-item.header.row {
    margin-right: 30px;
    padding-right: 0px;
}

body[dir="ltr"] .filter-title-status-menu {
    margin-top: 5px;
    margin-bottom: 5px;
}
body[dir="rtl"] .filter-title-status-menu {
    margin-top: 5px;
    margin-bottom: 5px;
}

body[dir="ltr"] .filter-title {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 25px;
}
body[dir="rtl"] .filter-title {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 25px;
}

body[dir="rtl"] .center-dropdown-big-window-by-dir {
    left: 70px !important;
}
body[dir="ltr"] .center-dropdown-big-window-by-dir {
    left: 170px !important;
}

.right-menu-header {
    border-top: 1px solid #e3e1ea;
    border-bottom: 1px solid #e3e1ea;
    min-height: 40px;
}

.nav.nav-tabs.pull-center {
    border-bottom: 0px;
}

.portlet.light.full-height-content-scrollable.properties {
    width: 100%!important;
}

.ui-layout-resizer.ui-layout-resizer-east.ui-layout-resizer-open.ui-layout-resizer-east-open {
    display: none !important;
}

.slimScrollDiv {
    width: 100% !important;
}

body[dir="ltr"] .list-group-item.row.disabled {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #888888;
}

body[dir="rtl"] .list-group-item.row.disabled {
    font-family: Heebo-Regular;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #888888;
}

.list-group-item.header {
    font-size: 14px !important;
}

hr.line-tag {
    border: 1px solid #e3e1ea;
    margin-bottom: 0px;
}

hr.line-exam-info {
    border: 1px solid #e3e1ea;
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel.panel-default.panel-without-border{
    margin-bottom: 10px;
}

.table.properties-exam-info {
    margin-bottom: 0px;
}

hr.line-guideline {
    border: 1px solid #e3e1ea;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* .dont-hide-the-top-menu {
    top: 50px !important;
} */

.grey-background {
    background-color: #f8f7fc !important;
}



.ui-layout-center.position-inherit.big-table.ui-layout-pane.ui-layout-pane-center {
    background-color: #f7f6fb
}

.ui-grid-contents-wrapper {
    background-color: white;
    height: 97%;
    border: 1px solid #e3e1ea;
}

.ui-grid-pager-count-container {
    float: left;
}

.blog-page h4.media-heading.comments-exam-status span a {
    font-family: Avenir-Heavy !important;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0px;
}

body[dir="ltr"] .pagination-exams-table-container {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    padding-left: 45px;
}

body[dir="rtl"] .pagination-exams-table-container {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    padding-right: 45px;
}

.pagination-item-color {
    color: #888888;
}

.dropdown.language-open.open>a {
    color: #34d511 !important;
}

.dropdown.language-open.open>a>i {
    color: #34d511 !important;
}

.header-item.header-welcome.open>a>span {
    color: #34d511 !important;
}

.header-item.header-welcome.open>a>i {
    color: #34d511 !important;
}

/*.dropdown.search-open.open>a {*/
    /*background-image: url('../resources/static/assets/global/img/newdesign/Search-grey.svg') !important;*/
    /*background-repeat: no-repeat;*/
/*}*/

body[dir="ltr"] .item-preview-eye {
    position: absolute;
    /*left: 1480px;*/
    width: 80px;
    height: 36px;
    text-align: center;
    z-index: 1000;
    padding-top: 8px;
    visibility: hidden;
    margin-top: 5px;
    background-color: #ffffff;
}

body[dir="ltr"] .item-preview-eye-disabled {
    position: absolute;
    /*left: 1480px;*/
    width: 200px;
    height: 36px;
    text-align: center;
    z-index: 1000;
    padding-top: 8px;
    visibility: hidden;
    margin-top: 5px;
}

body[dir="ltr"] .no-exam-file-text {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #888888;
}






body[dir="ltr"] .modal-body-common-dialog-new {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
}

body[dir="rtl"] .modal-body-common-dialog-new {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
}

body[dir="ltr"] .modal-footer-common-dialog-new {
    text-align: right;
    border-top: 1px solid #e3e1ea;
    padding-right: 30px;
    padding-top: 18px;
    padding-bottom: 20px;
}

body[dir="rtl"] .modal-footer-common-dialog-new {
    text-align: left;
    border-top: 1px solid #e3e1ea;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 20px;
}

body[dir="ltr"] .modal-body-common-countdown-dialog-new {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 10px;
}

body[dir="rtl"] .modal-body-common-countdown-dialog-new {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 10px;
}

body[dir="ltr"] .btn.btn-default.advanced-search-cancel {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #888888;
    width: 90px;
    text-transform: uppercase
}

body[dir="rtl"] .btn.btn-default.advanced-search-cancel {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #888888;
    width: 90px;
}

.btn-advanced-search {
    text-align: right;
    width: 530px;
    padding: 10px;
    border: 2px #e3e1ea solid;
    font-size: 16px;
    font-weight: bold;
}

.eigul.big-eigul {
    width:23px;
    height:23px;
}

.item-property-blue {
    color: #292f4c;
    font-weight:bold;
    font-size:14px;
}
.divider-space {
    margin-top:7px;
    margin-bottom:7px;
}
.eigul.eigul-gray {
    background-color: #bab8c2;
    color: white;

}
.eigul.eigul-gray2 {
    background-color: #8798ad;
    color: white;
}
.color-dark-gray {
    color: #8798ad;
}
.eigul.bigger-eigul {
    width:40px;
    height:40px;
    font-size:140%;
}
.green-gradient-bg {
    background: linear-gradient(108deg, #22ae85 4%, #0ce8a4 93%) !important;
}

.edit-participant-cel {
    padding:15px;
}

body[dir="ltr"] .main-font-new-style {
    font-family: Avenir !important;
}
body[dir="rtl"] .main-font-new-style {
    font-family: Heebo-Bold !important;
}

.light-green {
    color: #21a67e;
}


.participants-container{
    margin-top:30px;
    height: 50vh;
    overflow: auto;
}

.field-title {
    font-weight:bold;
    font-size:105%;
}
.field-value {
    color:#888888;
}
body[dir="ltr"] .btn.btn-primary.advanced-search-ok {
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    text-transform: uppercase
}

#item-preview-eye-disabled>div>img {
    filter: invert(57%) sepia(0%) saturate(1089%) hue-rotate(155deg) brightness(95%) contrast(90%);
}

/*.ui-grid-pager-panel {*/
    /*display: none;*/
/*}*/

#share-exam-table-body {
    display:block;
    max-height:180px;
    overflow:auto;
}

#share-exam-table-body tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

/*Multi actions table scroll*/
#more-exams-multi-action-table-body {
    display:block;
    /*height:150px;*/
    max-height: 200px;
    overflow:auto;
}

#more-exams-multi-action-table-body-2 {
    display:block;
    height:180px;
    overflow:auto;
}

#more-exams-multi-action-table-head, #more-exams-multi-action-table-body tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

#more-exams-multi-action-table-head-2, #more-exams-multi-action-table-body-2 tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

#import-from-bank-table-body {
    display:block;
    height:300px;
    overflow:auto;
}

#import-from-bank-table-head, #import-from-bank-table-body tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

.border-top-gray {
    border-top: 1px solid #dddddd;
}

#exams-multi-action-table-body {
    display:block;
    overflow:auto;
}

#multi-exams-multi-action-table-head,  #exams-multi-action-table-body tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

#multi-exams-multi-action-table-head-2,  #exams-multi-action-table-body-2 tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

#multi-exams-multi-action-table-head-selected,  #exams-multi-action-table-body-selected tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.wizard-extra-field-item {
    flex:      1 1 33%;
    display:   flex;
    flex-wrap: wrap;
    /*min-width: 175px;*/
    align-items: center;
    max-width: 33%;
}

.wizard-tags {
    margin-left: 15px;
    margin-right: 15px;
}

.wizard-full-text-search {
    margin-left: 10px;
    margin-right: 10px;
}

.wizard-number-sum {
    margin-left: 5px;
    margin-right: 5px;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: unset !important;
    height: unset !important;
}

.empty-state > .empty-state-message-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.empty-state > .empty-state-message-body > .title {
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    color: #475467;
}

body[dir="rtl"] .empty-state > .empty-state-message-body > .title {
    font-family: unset;
}

.empty-state > .empty-state-message-body > .message {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;    
    color: #667085;
    margin-top: 15px;
    white-space: pre-line;
    margin-bottom: 15px;
}

.empty-clean-filters-button {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #175CD3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
}

body[dir="rtl"] .empty-state > .empty-state-message-body > .message {
    font-family: unset;
}

.empty-state-circles-wrapper {
    position: relative;
    width: 352px;
    height: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-circles-wrapper .empty-state-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #E9EAEB;
}

.empty-state-circles-wrapper .circle-1 { width: 96px;  height: 96px;  border-color: #DCE0E3; }
.empty-state-circles-wrapper .circle-2 { width: 160px; height: 160px; border-color: rgba(233, 234, 235, 0.85); }
.empty-state-circles-wrapper .circle-3 { width: 224px; height: 224px; border-color: rgba(233, 234, 235, 0.7); }
.empty-state-circles-wrapper .circle-4 { width: 288px; height: 288px; border-color: rgba(233, 234, 235, 0.5); }
.empty-state-circles-wrapper .circle-5 { width: 352px; height: 352px; border-color: rgba(233, 234, 235, 0.3); }

.empty-state-circles-wrapper .empty-state-svg {
    position: relative;
    z-index: 1;
}

.empty-state--no-results > .empty-state-message-body {
    margin-top: -110px;
    position: relative;
    z-index: 2;
}

.empty-state--no-results .empty-state-circles-wrapper {
    margin-top: 20px;
}

.empty-state--no-results .empty-clean-filters-button {
    margin-top: 20px;
}

body[dir="ltr"] div.row.way-to-create-exam-container.no-bank-license {
    padding-left: 0px !important;
}

body[dir="ltr"] div.row.way-to-create-exam-container.no-bank-license {
    padding-left: 16px !important;
}

.mini-loader {
    border: 3px solid #21a67e;
    border-left: 3px solid #f3f3f3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    -webkit-animation: mini-loader-spin 1s linear infinite;
    animation: mini-loader-spin 1s linear infinite;
}
  
  
  @-webkit-keyframes mini-loader-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes mini-loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .counter-for-each-filter-group {
    flex:70; display:flex; align-items:center;
  }

body[dir="ltr"] .import-question-icon-margin {
    margin-left: 3%;
}

body[dir="rtl"] .import-question-icon-margin {
    margin-right: 3%;
}

#exam-file-versions-table-body {
    display:block;
    height:250px;
    overflow:auto;
}

body[dir="ltr"] .file-versions-toggle {
    float: right;
    margin-top: 15px;
}
body[dir="rtl"] .file-versions-toggle {
    float: left;
    margin-top: 15px;
}

body[dir="ltr"] .file-versions-container {
    border: 1px solid #e3e1ea;
    margin: 15px 10px 10px 28px;
}
body[dir="rtl"] .file-versions-container {
    border: 1px solid #e3e1ea;
    margin: 15px 0px 10px 28px;
}

.review-and-approve-exam-preview {
    cursor: pointer;
    margin-top: 12px;
    text-align: center;
}

body[dir="ltr"] .review-reject-exam {
    width: 140px;
    height: 50px;
    font-family: Avenir-Heavy;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #000000;
    float: left;
    text-transform: uppercase
}

body[dir="rtl"] .review-reject-exam {
    width: 140px;
    height: 50px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292f4c;
    float: right;
}

/*review and approve exam table scroll*/
#review-and-approve-exam-table-body {
    display:block;
    height:700px;
    overflow:auto;
}

#more-exams-multi-action-table-head, #review-and-approve-exam-table-body tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

#drop-area-create-from-doc.highlight {
    border: 3px solid #21a67e !important;
}

#drop-area-submit-doc-file-for-tomax.highlight {
    border: 3px solid #21a67e !important;
}

a.list-group-item.status-filter-tab-active:focus {
    outline: 2px dashed #292f4c;
}

.share-controls {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.exams-multi-action-table-container {
    border: 1px solid #C5C7D0;
}

body[dir="ltr"] .multi-action-table-thead {
    border-bottom: none !important;
    background-color: #F5F6F8;
    font-family: Avenir;
    font-size: 14px;
    font-style: italic;
    font-weight: 400 !important;
    letter-spacing: 0;
}

body[dir="rtl"] .multi-action-table-thead {
    border-bottom: none !important;
    background-color: #F5F6F8;
    font-family: Heebo;
    font-size: 14px;
    font-style: italic;
    font-weight: 400 !important;
    letter-spacing: 0;
}

body[dir="ltr"] .multi-action-table-row {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0;;
}

body[dir="rtl"] .multi-action-table-row {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0;;
}

.exams-multi-action-text-container {
    margin-top: 20px;
    margin-bottom: 12px;
}

body[dir="ltr"] .exams-multi-action-text {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

body[dir="rtl"] .exams-multi-action-text {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

body[dir="ltr"] .exams-multi-action-text-add {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

body[dir="rtl"] .exams-multi-action-text-add {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.badge-multi {
    min-height: 20px;
    font-family: Avenir-Heavy;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    padding: 1px 6px 3px 6px;
    font-size: 14px !important;
    background-color: #e3e1ea;
    font-weight: 300;
    height: 18px;
    border-radius: 12px !important;
    text-shadow: none !important;
    vertical-align: middle;
    display: inline-block;
    min-width: 10px;
    white-space: nowrap;
}

.badge-eigul-multi-action {
    background-color: #BBDBC9 !important;
    color: #323338 !important;
    margin-bottom: 3px;
}

.exams-multi-action-short-name {
    display: inline-block;
    max-width: 15ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-optional-img-style {
    height: 30px;
    width: 33px;
    margin-top: 3px;
}

.etest-unknown-host-dialog-1 .modal-dialog {
    width: 400px;
    top: 20%;
}

.etest-unknown-host-dialog-2 .modal-dialog {
    width: 1025px;
    height: 432px;
    top: 20%;
}

.etest-unknown-host-container {
    display: flex;
    padding: 28px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

body[dir="ltr"] .etest-unknown-host-text-1 {
    font-family: Avenir-Heavy;
    font-size: 24px;
    line-height: 36px;
    color: #323338;
}

body[dir="rtl"] .etest-unknown-host-text-1 {
    font-family: Heebo-Bold;
    font-size: 24px;
    line-height: 36px;
    color: #323338;
}

body[dir="ltr"] .etest-unknown-host-text-2 {
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #676879;
}

body[dir="rtl"] .etest-unknown-host-text-2 {
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #676879;
}

body[dir="ltr"] .etest-unknown-host-text-3-header {
    font-family: Avenir-Heavy;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #323338;
}

body[dir="rtl"] .etest-unknown-host-text-3-header {
    font-family: Heebo-Bold;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #323338;
}

body[dir="ltr"] .etest-unknown-host-text-3-text {
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #676879;
}

body[dir="rtl"] .etest-unknown-host-text-3-text {
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #676879;
}

.etest-unknown-host-text-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

body[dir="ltr"] .etest-unknown-host-text-4 {
    font-family: Avenir-Heavy;
    color: #1F76C2;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-top: 8px
}

body[dir="rtl"] .etest-unknown-host-text-4 {
    font-family: Heebo-Bold;
    color: #1F76C2;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-top: 40px
}

.circle-container {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    font-size: 26px;
}

.etest-unknown-host-container-button-close {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body[dir="ltr"] .etest-unknown-host-container-button-close {
    float: right;
}

body[dir="rtl"] .etest-unknown-host-container-button-close {
    float: left;
}

.etest-unknown-host-container {
    display: flex;
    padding: 24px;
    flex-direction: column;
}

.circle-lock-empty-container {
    width: 48px;
    height: 48px;
    background-color:#F2F4F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body[dir="ltr"] .etest-unknown-host-dialog-1-text-1 {
    font-family: Avenir-Heavy;
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

body[dir="rtl"] .etest-unknown-host-dialog-1-text-1 {
    font-family: Heebo-Bold;
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

body[dir="ltr"] .eigul-count-review-pending {
    background-color: #DC6803;
    border: 1px solid #FEF0C7;
    color: #FEF0C7 !important;
    margin-left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

body[dir="rtl"] .eigul-count-review-pending {
    background-color: #DC6803;
    border: 1px solid #FEF0C7;
    color: #FEF0C7 !important;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

body[dir="ltr"] .eigul-count-review-requests {
    background-color: #EFF8FF;
    border: 1px solid #1570EF;
    color: #1570EF !important;
    margin-left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

body[dir="rtl"] .eigul-count-review-requests {
    background-color: #EFF8FF;
    border: 1px solid #1570EF;
    color: #1570EF !important;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}

.review-pending-text {
    color: #B54708;
    font-style: normal;
    line-height: 20px;
}

.review-requests-text {
    color: #175CD3;
    font-style: normal;
    line-height: 20px;
}

body[dir="ltr"] .share-exam-system-access-title {
	color: var(--Gray-900, #101828);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}

body[dir="rtl"] .share-exam-system-access-title {
	color: var(--Gray-900, #101828);
	font-family: Heebo;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}

body[dir="ltr"] .share-exam-system-access-error {
	color: var(--Error-700, #B42318);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0px;
}

body[dir="rtl"] .share-exam-system-access-error {
	color: var(--Error-700, #B42318);
	font-family: Heebo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0px;
}

body[dir="ltr"] .share-exam-system-access-text {
	color: var(--Gray-600, #475467);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

body[dir="rtl"] .share-exam-system-access-text {
	color: var(--Gray-600, #475467);
	font-family: Heebo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

body[dir="ltr"] .share-exam-system-access-add-team-member {
	color: var(--Gray-700, #344054);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 20px;
}

body[dir="rtl"] .share-exam-system-access-add-team-member {
	color: var(--Gray-700, #344054);
	font-family: Heebo;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.share-controls-system-access {
	margin: 20px 0;	
}

.share-controls-system-access .ui-select-bootstrap {
  > .ui-select-choices {
    width: 100% !important;
  }

  .ui-select-choices-row {
    &.active > span {
      background-color: inherit !important;
      color: inherit !important;
      padding-top: 10px;
    }

    &:hover > span {
      background-color: #E9EAEB !important;
    }

    display: flex;
    align-items: center;
    width: 100%;

    > span {
      flex-grow: 1;
      padding: 10px 17px;
      font-family: Avenir-Roman;
      font-size: 14px;
      color: #292f4c;
    }
  }
}

.share-controls-system-access .ui-select-bootstrap .ui-select-choices-row {
  height: auto;
}

.share-exam-system-access-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
	border-radius: 200px;
	background: var(--Gray-100, #F5F5F5);
}

body[dir="ltr"] .share-controls-system-access textarea::placeholder {
	color: var(--Gray-500, #667085);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

body[dir="rtl"] .share-controls-system-access textarea::placeholder {
	color: var(--Gray-500, #667085);
	font-family: Heebo;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

body[dir="ltr"] .share-exam-system-access-name {
	color: var(--colors-text-text-secondary-700, #414651);
	font-family: Inter;
	font-size: var(--Font-size-text-sm, 14px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-sm, 20px);
    display: flex;
    align-items: center;
}

body[dir="rtl"] .share-exam-system-access-name {
	color: var(--colors-text-text-secondary-700, #414651);
	font-family: Heebo;
	font-size: var(--Font-size-text-sm, 14px);
	font-style: normal;
	font-weight: 600;
	line-height: var(--Line-height-text-sm, 20px);
    display: flex;
    align-items: center;
}

body[dir="ltr"] .share-exam-system-access-description {
	color: var(--colors-text-text-tertiary-600, #535862);
	font-family: Inter;
	font-size: var(--Font-size-text-sm, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Line-height-text-sm, 20px);	
	white-space: normal;
  	word-break: break-word;
}

body[dir="rtl"] .share-exam-system-access-description {
	color: var(--colors-text-text-tertiary-600, #535862);
	font-family: Heebo;
	font-size: var(--Font-size-text-sm, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Line-height-text-sm, 20px);	
	white-space: normal;
  	word-break: break-word;
}

.share-controls-system-access .ui-select-choices-row {
  border-bottom: 1px solid var(--Colors-Border-border-secondary, #E9EAEB);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.share-controls-system-access .ui-select-choices-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.share-controls-system-access .ui-select-bootstrap > .ui-select-choices,
.share-controls-system-access .ui-select-bootstrap > .ui-select-no-choice {
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
}

body[dir="ltr"] .share-exam-system-access-for-colleague-name {
	color: var(--Gray-900, #101828);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;	
}

body[dir="rtl"] .share-exam-system-access-for-colleague-name {
	color: var(--Gray-900, #101828);
	font-family: Heebo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;	
}

body[dir="ltr"] .share-exam-system-access-for-colleague-email {
	color: var(--Gray-600, #475467);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

body[dir="rtl"] .share-exam-system-access-for-colleague-email {
	color: var(--Gray-600, #475467);
	font-family: Heebo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

body[dir="ltr"] .share-exam-system-access-remove {
	color: var(--Error-700, #B42318);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
}

body[dir="rtl"] .share-exam-system-access-remove {
	color: var(--Error-700, #B42318);
	font-family: Heebo;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
}

.share-exam-system-access-remove-disabled {
	color: var(--Error-300, #FDA29B) !important;
}

body[dir="ltr"] .share-exam-system-access-text.show-arrow-left {
    margin-left: 36px;
}

body[dir="rtl"] .share-exam-system-access-text.show-arrow-left {
    margin-right: 36px;
}

body[dir="ltr"] .share-exam-system-access-undo {
	color: var(--Blue-700, #175CD3);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

body[dir="rtl"] .share-exam-system-access-undo {
	color: var(--Blue-700, #175CD3);
	font-family: Heebo;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

body[dir="ltr"] .share-exam-system-access-thead {
	color: var(--Gray-500, #667085);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

body[dir="rtl"] .share-exam-system-access-thead {
	color: var(--Gray-500, #667085);
	font-family: Heebo;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

.share-exam-system-access-selected {
    padding-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.share-exam-system-access-select .ui-select-choices {
    text-align: inherit;
}

body[dir="rtl"] .share-exam-system-access-select .ui-select-choices {
    text-align: right;
}

body[dir="ltr"] .share-exam-system-access-select .ui-select-choices {
    text-align: left;
}

body[dir="ltr"] .share-exam-system-access-description {
    padding-left: 27px;
}

body[dir="rtl"] .share-exam-system-access-description {
    padding-right: 27px;
}

.share-exam-system-access-item {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-lg, 12px);
    align-self: stretch;
}

body[dir="ltr"] .share-exam-system-access-notify-users {
    color: var(--colors-text-text-secondary-700, #414651);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-sm, 20px);
}

body[dir="rtl"] .share-exam-system-access-notify-users {
    color: var(--colors-text-text-secondary-700, #414651);
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-height-text-sm, 20px);
}

body[dir="ltr"] .sharing-options-moved-text {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-text-sm, 20px);
}

body[dir="rtl"] .sharing-options-moved-text {
    color: #000;
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-text-sm, 20px);
}

.sharing-options-moved-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0px;
}

body[dir="rtl"] .margin-edges-5 {
    margin: 0px 0px 0px 10px
}

.action-remark-wrapper {
    border-radius: 6px;
    background: #FEF3F2;
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
}

body[dir="ltr"] .action-remark-wrapper {
    border-left: 6px solid #F97066;
}

body[dir="rtl"] .action-remark-wrapper {
    border-right: 6px solid #F97066;
}

body[dir="ltr"] .action-remark-text {
    text-align: left;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body[dir="rtl"] .action-remark-text {
    text-align: right;
    color: #000;
    font-family: Heebo;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.notice-message-text {
    border-radius: 6px;
    border: 1px solid #D5D7DA;
    background: #FAFAFA;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    padding: 20px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

body[dir="ltr"] .notice-message-text {;
    text-align: left;
    font-family: Inter;
}

body[dir="rtl"] .notice-message-text {
    text-align: right;
    font-family: Heebo;
}

.button-spacing .btn + .btn {
     margin-left: 12px;
}

body[dir="rtl"] .button-spacing .btn + .btn {
    margin-left: 0;
    margin-right: 12px;
}

.download-printed-versions-body {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

body[dir="ltr"] .download-printed-versions-content-title {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

body[dir="rtl"] .download-printed-versions-content-title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

body[dir="ltr"] .download-printed-versions-content-text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body[dir="rtl"] .download-printed-versions-content-text {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.download-printed-versions-content {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    background: #FEF0C7;
}

body[dir="ltr"] .download-printed-versions-content {
    border-left: 6px solid #FDB022;
}

body[dir="rtl"] .download-printed-versions-content {
    border-right: 6px solid #FDB022;
}

.download-printed-versions-input-copies {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

body[dir="ltr"] .download-printed-versions-title {
    color: #181D27;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

body[dir="rtl"] .download-printed-versions-title {
    color: #181D27;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

body[dir="ltr"] .download-printed-versions-number-copies {
    color: #414651;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

body[dir="rtl"] .download-printed-versions-number-copies {
    color: #414651;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

body[dir="ltr"] .download-printed-versions-input-copies-error {
    color: #D92D20;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

body[dir="rtl"] .download-printed-versions-input-copies-error {
    color: #D92D20;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.collection-filters-title {
    color: #414651;
    font-family: Inter;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 3px;
}