[dir="rtl"] header.header .logo {
    width: 7rem;
    height: 3.6875rem;
    margin-left: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
[dir="rtl"] header.header .selector span {
    color: var(--sme-secondary-text-color);
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    display: block;
}
[dir="rtl"] header.header .button {
    margin-right: 2rem;
}

[dir="rtl"] header.header .menu:not(.mega)>nav ul li a[href="#resources"] {
    position: relative;
    padding-left: 1.5rem;
}
[dir="rtl"] body .hero-section .content .text {
    width: 58.6%;
    padding-left: 0.75rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
[dir="rtl"] body .hero-section .content .image {
    padding-right: 1.5625rem;
    width: 41.4%;
    margin-top: 1.5rem;
    margin-bottom: -0.5625rem;
}
[dir="rtl"] body .banner-with-image .content .text {
    width: 63.7%;
    padding-right: 1.875rem;
}
[dir="rtl"] body section.heading-center .title-section {
    text-align: right;
    padding: 0 1.9375rem;
}
[dir="rtl"] body .announcements-section .block .text {
    width: 52.2%;
    padding-right: 2.5rem;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
}
[dir="rtl"] body section.stay-updated div.content-block .form form>label:nth-of-type(n) {
    padding-left: 1.25rem;
}
[dir="rtl"] body section.stay-updated div.content-block p.has-text-align-center {
    text-align: right;
}
[dir="rtl"] footer.footer .footer-content .column:first-of-type {
    padding-left: 2.375rem;
    border-left: 0.125rem solid #C4C4C4;
    border-right: unset!important;
    padding-left: unset!important;
}
[dir="rtl"] footer.footer .footer-content .column:last-of-type {
    padding-right: 2.9375rem;
}
[dir="rtl"] footer.footer .footer-content .column .menus .label {
    font-size: .875rem;
    color: #999;
    margin-left: 5rem;
}
[dir="rtl"] footer.footer .footer-content .column .images a {
    display: flex;
    height: 100%;
    padding-left: 2rem;
    width: 100%;
    padding-right: unset!important;
}
[dir="rtl"] footer.footer .footer-content .column .menus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

[dir="rtl"] body .us-hero-section .content .logos .logo:last-of-type {
    border-left: 0!important;
}
[dir="rtl"] body .us-hero-section .content .logos .logo:first-of-type {
    border-right: 0!important;
}
[dir="rtl"] body .us-hero-section .content .logos .logo {
    max-width: 9.375rem;
    border-left: 0.0625rem solid var(--sme-secondary-text-color);
    padding: 0 1.25rem;
}
[dir="rtl"] body .testimonials-slider-section .block .image {
    width: 22.5%;
    padding-left: 2.5rem;
}
[dir="rtl"] body .committed-businesses-filter-section .top-part form .main-input button {
    border-radius: 5px 0px 0px 5px;
    font-size: 16px;
    line-height: 162.5%;
    text-transform: capitalize;
    padding: 0.625rem;
    max-width: 9.0625rem;
    width: 100%;
}
[dir="rtl"] body .committed-businesses-filter-section .top-part form .main-input input {
    width: calc(100% - 9.0625rem);
    border: 0.0625rem solid var(--sme-border-color);
    background: var(--sme-input-background);
    border-radius: 5px 0 0 5px;
    border-left: 0;
}
[dir="rtl"] body .select .custom-select:after {
    content: "";
    position: absolute;
    left: 0.9375rem;
    right:unset!important;
    height: 0.875rem;
    width: 0.875rem;
    background-image: url(data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22black%22/%3E%3C/svg%3E);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--sme-transition);
}
[dir="rtl"] body .committed-businesses-filter-section .bottom-part .pagination ul li:last-of-type {
    border-radius: 3.125rem 0 0 3.125rem;
}
[dir="rtl"] body .committed-businesses-filter-section .bottom-part .pagination ul li:first-of-type {
    border-left: 0.0625rem solid var(--sme-secondary-color);
    border-radius: 3.125rem 0 0 3.125rem;
    border-right:0;
}
[dir="rtl"] body .how-it-works .group .title:before {
    counter-increment: number;
    content: counter(number);
    font-size: var(--sme-fs-default-p);
    color: var(--sme-secondary-text-color);
    background: var(--sme-primary-color);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.3125rem;
    right: -4rem;
    left:unset!important;
}
[dir="rtl"] body .how-it-works .group .accordion-block .header svg {
    position: absolute;
    left: 0;
    right:unset!important;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 0.75rem;
    transition: transform var(--sme-transition);
}
[dir="rtl"] body .how-it-works .group .accordion-block .content .text {
    width: 53.85%;
    padding-right: 1.25rem;
    padding-left:unset!important;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
}
[dir="rtl"] body .how-it-works .group .accordion-block .content .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
[dir="rtl"] body .banner-with-image.start-measuring .content .text p:last-of-type img {
    max-height: 1.6875rem;
    height: 100%;
    width: auto;
    margin-right: 0.75rem;
    margin-left: unset!important;
    margin-top: 0.25rem;
}
[dir="rtl"] body .calculating-slider-section .content .blocks-wrapper {
    width: 38.5%;
    display: flex;
    align-items: flex-start;
    padding-left: 4.0625rem;
    padding-right: unset!important;
}
[dir="rtl"] body .calculating-slider-section .content .blocks-wrapper .scroll-wrapper {
    width: 0.75rem;
    height: 100%;
    flex-shrink: 0;
    margin-left: 1.5rem;
    margin-right: unset!important;
}
[dir="rtl"] body section.heading-left .title-section {
    text-align: right;
}
[dir="rtl"] body .inspired-story-blocks-section .blocks .block .bottom .image {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 1rem;
    margin-right: unset!important;
}
[dir="rtl"] body .start-action-section .title-section+div p.has-text-align-center {
    text-align: right;
}
[dir="rtl"] body .start-action-section .blocks .block .inner .image {
    max-width: 13.0625rem;
    flex-shrink: 0;
    margin-left: 1rem;
    margin-right:unset!important;
    display: flex;
    border-radius: var(--sme-button-border-radius);
}
[dir="rtl"] body .banner-with-image.report-your-progress .content .text {
    width: 78.7%;
    padding-right: 8.125rem;
    padding-left: unset;
}
[dir="rtl"] body .list-with-icons li .icon {
    width: 3.75rem;
    display: flex;
    height: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 0.4375rem;
    margin-right: unset!important;
}
[dir="rtl"] body .banner-with-image.no-image .content .text {
    width: 100%;
    padding-right: 0;
}
[dir="rtl"] body .banner-with-image .content .text p.has-text-align-center {
    text-align: right;
}
[dir="rtl"] body .simple-accordion h3:after {
    content: "";
    display: inline-block;
    height: 0.9375rem;
    width: 0.9375rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: rotate(270deg);
    margin-right: 0.5rem;
    transition: transform var(--sme-transition);
    background-image: url(data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22%23298187%22/%3E%3C/svg%3E);
}
.chakra-link{
    display: none;
}
[dir="rtl"] .report-tool .upload-popup .content .list .list-item:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #02363D;
    position: absolute;
    right: -18px;
    left:unset!important;
    top: 7px;
}
footer.footer .footer-content .column .images {
    justify-content: space-between;
}

[dir="rtl"] body .profile-accordions-section .content .accordion .content .wpcf7 form>label:nth-of-type(n) {
    padding-left: 1.25rem;
    padding-right: unset!important;
}
header.header .menu:not(.mega)>nav ul li a {
text-decoration: none!important;
}
header.header .login-button {
    text-decoration: none!important;
}
[dir="rtl"] .uae-hero-section .content .logos .logo {
    max-width: 150px;
    border-left: 1px solid var(--sme-secondary-text-color);
    border-right: unset!important;
    padding: 0 20px;

    &:last-of-type {
        border-left: 0;
    }
}
@media (max-width: 1200px){
[dir="rtl"] header.header .navigation-part.show {
right: 0;
left:unset!important;
}
[dir="rtl"] header.header .burger {
    margin-right: auto;
    margin-left: unset!important;
}
[dir="rtl"] header.header .buttons-part {
    flex-direction: column;
    align-items: flex-start;
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu {
    left: unset!important;
}
[dir="rtl"] header.header .menu:not(.mega)>nav ul {
    align-items: unset!important;
}
}
[dir="rtl"] .partner-images-section .content-block .images .image:before {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 3.125rem;
    position: absolute;
    background-color: #d9d9d9;
    right: 0;
    left:unset!important;
    top: 50%;
    transform: translateY(-50%);
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav>ul>li:last-of-type:before {
    content: "";
    top: -1.875rem;
    right: calc(100% - 15.625rem);
    left:unset!important;
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(196,196,196,.3);
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child li {
    padding-left: 1.25rem;
    padding-right:unset!important;
    margin-bottom: 0;
    width: 25%;
}
.single-article .content ul {
    list-style: disc;
    padding-left: 40px;
}
.single-article .content li{
    display: list-item;
}
.overlay-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.front-div {
    position: fixed;
    top: 50%; /* Adjust the top position as needed */
    left: 50%; /* Adjust the left position as needed */
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2.3125rem;
    box-shadow: 0 .25rem 3.125rem 1.25rem #0000000d;
    border-radius: var(--sme-block-radius);
    z-index: 10; /* Set front div z-index higher than overlay */
    text-align: center;
}
.overflow-hidden{
overflow: hidden;
}
.login-form p{
    padding-top:20px;
    font-size: 16px;
    text-align: center;
    color: #B3B3B3;   
    margin-bottom:0;
}
.center-content {
    text-align: center;
    background: var(--sme-body-background);
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  [dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: unset!important;
  }
[dir="rtl"] .sub-menu li {
    width: 100% !important;
  }
.hidden label{
    display:none!important;
}

.avatar {
    position: relative;
  }
.avatar .avatar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.avatar .avatar-wrapper img:focus {
    outline: 0;
  }
 .avatar .avatar-wrapper .avatar-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #FACF28;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
.avatar .avatar-wrapper .avatar-btn svg {
    margin-top: 2px;
    margin-left: 4px;
    user-select: none;
  }
  .avatar .avatar-overlay{
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
  }
  .avatar .avatar-overlay.show{
    display: flex;
  }
  .avatar .avatar-overlay .avatar-message{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    min-width: 320px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
  }
  .avatar-overlay .avatar-message p{
    font-size: 20px;
    text-align: center;
  }
  .avatar .avatar-overlay .avatar-message button{
    background: #FACF28;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 30px;
    outline: 0;
    cursor: pointer;
  }
.avatar .profile-photo {
    display: none;
  }
  .input-wrapper {
    position: relative;
  }
.input-wrapper [data-target="eye_password"] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
.input-wrapper [data-target=eye_password] svg {
    display: none;
}
.input-wrapper [data-target=eye_password] svg.show {
    display: block;
}
.modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .modal-header button.close {
    background-color: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
    font-size: 2rem;
  }
  .modal-title {
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-body a{
    text-decoration: none;
    font-weight: 600;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .clearfix:before,
  .clearfix:after,
  .modal-header:before,
  .modal-header:after,
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .clearfix:after,
  .modal-header:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-center{
    text-align: center;
  }
  #modalTermsChanges .button{
    padding: 0.575rem 1.075rem;
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
.notification-background {
    z-index: -1;

}
.terms-notification {
    width: 100%;
    display: block;
    z-index: 2;
    color: #122F2D;
    background: rgba(250, 207, 50, 0.5);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
}
.terms-notification a{
    font-size: 1rem;
}
@media (max-width: 600px) {
.notification-background {
z-index: -1;
position: absolute;
left: 0;
right: 0;
}
.terms-notification {
    width: 100%;
    display: block;
    z-index: 2;
    color: #122F2D;
    background: rgba(250, 207, 50, 0.4);
    border-radius: unset;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}
.terms-notification a{
    font-size: 1rem;
}
}
.text-right{
  text-align: right;
}
body .how-it-works .group .not-active .header svg {
display: none;
}
.disabled {
  cursor: not-allowed!important;
  pointer-events: none!important;
}
input:disabled{
  color: #c0c0c0!important;
}
.profileInfoContact{
  font-size: small;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 26px;
}
.profileInfoContact a{
  font-size: small;
}
.wpcf7-form a{
  font-size: inherit;
}
.fields-wrapper .half label{
  width:50%;
  position: relative;
  float: left;
}
.fields-wrapper .half label:nth-of-type(n) {
  padding-right: 1.25rem;
}
.fields-wrapper .half label:nth-of-type(2n) {
  padding-left: 1.25rem;
  padding-right: 0;
}
.fields-wrapper .half label input{
  margin-top:5px;
}
.fields-wrapper .full label input{
  margin-top: 10px;
}
.fields-wrapper .check label {
 font-weight: 400!important;
 
}
.fields-wrapper .check label a{
  font-size: inherit;
}
.fields-wrapper .check label input[type="checkbox"] {
  margin-right: 10px;
}
.action-course {
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.action-course img{
max-width:400px;
padding-top: 32px;
padding-bottom: 32px;
padding-right: 16px;
}
@media (max-width: 600px) {
  .action-course {
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .action-course img{
    max-width:200px;
    padding-top: 0;
    padding-bottom: 8px;
    padding-right: 0;
    }
}
.page-popup.active {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.input-border {
  border: 0.0625rem solid var(--sme-border-color);
  background-color: var(--sme-input-background);
}
.fullwidth{
  width: 100%;
}
.single-article .content ol {
  padding-left: 40px;
}
body .disabled .custom-select .placeholder {
  color: #c0c0c0!important;
}
.field-message{
  color: red;
  padding-top: 5px;
  padding-left: 10px;
}
.wpcf7-form a{
  text-decoration: underline;
  font-weight: 400;
}
.title-wrapper{
  max-width: 35rem;
  font-size: var(--sme-fs-h2);
  line-height: var(--sme-lh-h2);
  margin-bottom: 0;
  color: var(--sme-heading-color);
  font-weight: 800;
 position: relative;
}
.title-wrapper .inner-title{
padding-right: 10px;
float: left;
}