@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;500;800;900&display=swap');

/*
font-family: 'Noto Sans', sans-serif;
font-family: 'Tajawal', sans-serif;
*/
.sidebarMeuContentDiv {
  position: fixed;
  left: -100%;
  top: 0;
  background: #1f1f1f;
  width: 100%;
  max-width: 290px;
  z-index: 9999;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.sidebarMeuContentDiv.openSideBar {
  left: 0px;
}

.colseDiv {
  position: absolute;
  top: 7px;
  right: 4px;
  color: #fff;
  font-size: 20px;
}

.sidebarUserDetail {
  position: relative;
  padding-left: 70px;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.sidebarUserDetail>img {
  position: absolute;
  left: 0;
  width: 55px !important;
  height: 55px !important;
  top: 0px;
  border-radius: 50px;
}

.sidebarUserDetail h3 {
  margin: 0px 0 0;
  text-align: left;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.sidebarUserDetail small {
  font-size: 10px;
  color: #c5c5c5;
  float: left;
  width: 100%;
  font-weight: 100;
}

.sidebarUserDetail .annInnerBtn {
  width: 106px;
  font-family: 'Roboto', sans-serif;
}

.sidebarUserDetail ul {
  display: inline-block;
  width: 100%;
  margin: 15px 0 30px;
}

.sidebarUserDetail ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 14px;
  float: left;
}

.sidebarUserDetail ul li a {
  display: inline-flex;
  width: 100%;
  color: #c5c5c5;
  padding: 4px 0 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  align-items: center;
}

.sideBarMenu {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}

.sideBarMenu li {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 14px;
  float: left;
  margin-bottom: 10px;
}

.sideBarMenu li img {
  width: 26px;
  height: 26px;
  margin-right: 22px;
  opacity: 0;
}

.sideBarMenu li a {
  display: inline-block;
  width: 100%;
  color: #bbbdbf !important;
  padding: 4px 0 !important;
  font-size: 13.3px;
  font-family: 'Roboto', sans-serif !important;
  line-height: 30px;
  position: relative;
}

.sideBarMenu li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}

.sideBarMenu li:last-child {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

body.menu-show::after {
  z-index: 99999;
}

.sideBarMenu li a::after {
  content: '';
  width: 25px;
  height: 25px;
  top: 6px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.sideBarMenu>li[data-name="PIC Board"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-01.svg);
}
.sideBarMenu>li[data-name="Admin"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-10.svg);
}
.sideBarMenu>li[data-name="Event"]>a::after,
.sideBarMenu>li[data-name="Event "]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-02.svg);
}

.sideBarMenu>li[data-name="Tools"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-03.svg);
}

.sideBarMenu>li[data-name="Training"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-04.svg);
}

.sideBarMenu>li[data-name="Gallery"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-05.svg);
}

.sideBarMenu>li[data-name="Industry expert"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-06.svg);
}

.sideBarMenu>li[data-name="Terms and Conditions"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-07.svg);
}

.sideBarMenu>li[data-name="Others"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-08.svg);
}

.sideBarMenu>li[data-name="Sign Out"]>a::after {
  background-image: url(https://appiliate.my/new-images/sidebar-icon-new-09.svg);
}

.help-block-small {
  font-style: italic;
  color: #ADADAD;
}

.hidden {
  display: none;
}

.bg-black,
.btn.bg-black {
  background-color: #242d31 !important;
  color: #fff !important;
}

.bg-yellow,
.btn.bg-yellow {
  background: #EEBA1D !important;
  color: #fff !important;
}

.bg-grey {
  background: grey !important;
}

table caption {
  caption-side: top;
}

.container-box.box {
  border: 1px solid grey;
}

textarea.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.sideBarMenuInnerMenu {
  display: none;
  width: 100%;
  margin: 5px 0;
  padding-left: 50px;
}

.main-menu ul.sideBarMenuInnerMenu li a {
  font-size: 12px;
  padding: 5px 15px;
  width: 100%;
  color: #c5c5c5;
  font-family: 'Roboto', sans-serif;
  line-height: 12px;
}

.showSubMenu ul.sideBarMenuInnerMenu {
  display: inline-block;
}

#preloder {
  opacity: 0.8;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  /* background: #000; */
  background: #ffffff;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

.bottomFixedMenu ul li.centerMenu a * {
  filter: none !important;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #056d4d;
    /* border: 4px solid #f44336; */
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #056d4d;
    /* border: 4px solid #673ab7; */
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #056d4d;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #056d4d;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #056d4d;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #056d4d;
    border-left-color: transparent;
  }
}





@media only screen and (max-width: 767px) {
  body>.main-wrapper {
    height: auto !important;
  }

  body.withBottom>.main-wrapper {
    height: calc(100vh - 150px) !important;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }

  body.withBottom>.main-wrapper.bottomFixedNewButton {
    height: calc(100vh - 230px) !important;
  }





  /**************/
  .scrollingUpNew .bottomFixedMenu {
    bottom: -140px;
  }

  .scrollingDownNew {
    padding-bottom: 140px !important;
  }

  .scrollingDownNew.withBottom>.withBottomButtons>.container>.searchByOptions.centerAlignOptions ul {
    bottom: 120px;
  }

  .videoFullWidthDivNew {
    position: relative;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .videoFullWidthDivNew>img {
    position: relative;
    width: 100%;
    aspect-ratio: 1.7 / 1 !important;
  }

  .videoFullWidthDivNew>object,
  .videoFullWidthDivNew>iframe,
  .videoFullWidthDivNew>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
  }

  /*****************/

  .bottomFixedMenu {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }

  body.withBottom.nav-up>.main-wrapper {
    height: calc(100vh + 65px) !important;
    position: relative;
    top: -65px;
  }

  body.withBottom.nav-up .bottomFixedMenu {
    bottom: -105px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }

  body.withBottom.nav-up .main-wrapper.projects {
    height: 100vh;
  }

  body.withBottom.nav-up header.d-f.a-i-c.j-c-c {
    margin-top: -63px;
  }

  .bottomFixedMenu {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }

  body.withBottom.nav-up .mobileHeaderOnly {
    top: -70px;
  }

  .mobileHeaderOnly {
    position: relative;
    top: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }

  .projectAgentDiv.layoutPageDiv.withBottom.nav-up .main-wrapper {
    height: calc(100vh + 65px) !important;
  }

  .bottomFixedSupportSec {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }

  .withBottom.nav-up .bottomFixedSupportSec {
    bottom: -80px;
  }

  .bottomFixedMenu ul li.centerMenu a * {
    filter: none !important;
  }

  .bottomFixedMenu ul li.centerMenu a {
    position: relative;
  }

  .bottomFixedMenu ul li.centerMenu a::after {
    content: "";
    background-image: url(../../sales-assistant/top-round.png);
    background-size: 58px 15px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 61px;
    height: 16.5px;
    display: inline-block;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }

  .bottomFixedMenu ul li.centerMenu a img {
    max-width: 49px;
    margin-top: -23px;
    position: relative;
    z-index: 2;
  }

  .bottomFixedMenu ul li span {
    font-size: 9.5px;
    font-weight: 600;
  }

}

.result-link {
  width: 100%;
}


@media only screen and (max-width: 567px) {

  .back-button,
  .toggle-button {
    left: 16px !important;
    width: 20px !important;
  }
}

.searchWithKeyWord {
  display: inline-block;
  width: 100%;
  position: relative;
}

.searchWithKeyWord input.form-control:focus-within {
  background: #ecedf1 !important;
}

.searchWithKeyWord input.form-control {
  padding: 6px 45px 6px 20px !important;
  height: auto;
  font-size: 14px !important;
  background: #ecedf1;
}

.cancelBtnFAQ {
  display: none;
}

.searchWithKeyWord input.form-control:focus-within~.searchBtnFAQ {
  display: none;
}

.searchWithKeyWord input.form-control:focus-within~.cancelBtnFAQ {
  display: inline-block;
}

.rightButtonFAQ {
  position: absolute;
  top: 6.54px;
  right: 9px;
  width: 22px;
  height: 22px;
}

.rightButtonFAQ.searchBtnFAQ img {
  width: 16px !important;
}

.rightButtonFAQ.searchBtnFAQ {
  top: 10px;
  right: 10px;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #fff;
}

.ui-widget.ui-widget-content li.ui-menu-item {
  border: none !important;
  background-color: transparent !important;
  list-style: none !important;
  padding-left: 60px;
  background-image: url("{{ asset('images/search-icon.svg') }}");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 25px 10px;
  font-size: 18px;
  margin: 20px 0;
}

.ui-widget.ui-widget-content li.ui-menu-item div {
  background: transparent !important;
  color: #202020 !important;
  outline: none !important;
  border-color: transparent !important;
}

.ui-widget.ui-widget-content li.ui-menu-item div.ui-state-active {
  font-weight: 600 !important;
}

.resultFaqDiv {
  display: inline-block;
  width: 100%;
  padding: 0;
  background: #fff;
  margin-top: 0;
  position: relative;
}

.resultFaqDiv::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #fff;
  height: 100%;
  top: 0;
  z-index: 0
}

.singleFaqDiv {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  background: #fff;
  padding: 12px 14px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.singleFaqDiv h2 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: unset;
  font-weight: 600;
  color: #202020;
  margin-bottom: 5px;
}

.singleFaqDiv p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-transform: unset;
  font-weight: 500;
  color: #202020;
  margin-bottom: 5px;
  white-space: normal !important;
  word-break: break-all;
}
.singleFaqDiv p:empty {
  display: none !important;
}
.highlight {
  color: #ecb81d !important;
  display: inline-block;
  margin-right: 3px;
}
.week.start-on-monday.highlight {
  display: table-row;
}
.day.highlight {
  display: table-cell !important;
}
.day.disabled a {
  color: #202020 !important;
  opacity: 0.2 !important;
}
.defaultHeight {
  min-height: calc(100vh - 400px);
}
.withSearchBtnNewMapBtn .searchWithKeyWord input[name="search"] {
  padding: 8px 20px !important;
  background: #f7f7f7;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
}
.withSearchBtnNewMapBtn .leftIconBtn {
  top: 4px !important;
}
.withSearchBtnNewMapBtn .rightButtonFAQ {
  top: 7px;
}
.rightButtonFAQ.msgIconNewMap {
  right: 46px;
}
.withSearchBtnNewMapBtn .rightButtonFAQ img {
  width: 22px !important;
  height: 22px;
  object-fit: contain;
}

/*************/
.customModalBody {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.customModalBody .close {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.customModalBody h2 {
    font-size: 18px;
    text-transform: unset;
    color: #202020;
    font-weight: 600;
    margin-bottom: 10px;
    margin: 20px 0 10px !important;
}
.customModalIcon {
    display: inline-block;
    width: 100%;
}
.customModalIcon img {
    display: inline-block;
    width: 100%;
    max-width: 100px;
}
#comingSoonPopup {
  margin-left: auto !important;
  margin-right: auto !important;
}
.customModalBody p {
    font-size: 15px;
    line-height: 22px;
    text-transform: unset;
    color: #202020;
    font-weight: 400;
    margin: 10px 0 15px !important;
}
#comingSoonPopup .modal-content {
    border-radius: 15px;
}

#comingSoonPopup .modal-content .customModalBody h2 {
    margin-bottom: 20px !important;
    display: inline-block;
    font-size: 18px;
}

#comingSoonPopup .customModalBody {
    padding: 0 0 20px;
}
#comingSoonPopup .customModalIcon img {
    max-width: 185px;
}
#comingSoonPopup .customModalBody p {
    margin: 15px 0 20px !important;
    display: inline-block;
    max-width: 220px;
}
.shareable .d-f, .shareable .leftIconBtn, .shareable .view-modal, .shareable .not-shareable {
  display: none;
}
.shareable .newIconLayoutDesign ul li {
  width: calc(100% / 4) !important;
}
#comingSoonPopup .confirm-to-continue img {
    max-width: 140px;
}

.customPopupModlNew .modal-dialog {
    min-height: calc(100vh - 60px) !important;
    display: flex !important;
    flex-direction: column !important;;
    justify-content: center !important;;
    overflow: auto !important;;
    margin: auto !important;
}
@media(max-width: 768px) {
  .customPopupModlNew .modal-dialog {
    min-height: calc(100vh - 20px) !important;;
  }
}

.annInnerBtn.activeButton {
    background: #eeb91b !important;
}
.annInnerBtn {
    width: 49%;
    float: right;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    border: none !important;
    background: #e5e6e7 !important;
    color: #212221 !important;
}
.float-left {
    float: left !important;
}
.mt-1, .my-1 {
    margin-top: 0.45rem !important;
}