.overlay.background {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7) 0% 0% no-repeat padding-box;
  z-index: 9999;
  padding: 0 15px;
}

.overlay-box {
  position: relative;
  max-width: 1233px;
  max-height: 776px;
  width: 90%;
  height: 71.85%;
  margin: auto;
  padding: 142px 0 134px;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}

.overlay-box .overlay-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  z-index: 2;
}

.overlay-box .overlay-title {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  margin-top: 36px;
  border-bottom: 2px solid #707070;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
}

.overlay-box .overlay-text-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.overlay-box .scrollable {
  padding: 0 66px;
  /* overflow: hidden; */
  height: 100%;
}

.overlay-box .overlay-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background: transparent linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.overlay-box .overlay-btn {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
}

.ourteam-section-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.lang-tc {
  padding: 0 5px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #333;
  opacity: 1;
  cursor: pointer;
}

.overlay-box .overlay-btn-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 48px;
  margin: 0 12px;
  background: #f63749 0% 0% no-repeat padding-box;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
}

.overlay-box .overlay-btn-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 48px;
  margin: 0 12px;
  background: #bfbfbf 0% 0% no-repeat padding-box;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
}

.overlay-text {
  padding-bottom: 6%;
}

.scrollbar-thumb {
  background: #af8723 0% 0% no-repeat padding-box!important;
  border-radius: 5px!important;
  margin-left: -7px;
}

.scrollbar-track {
  background-color: transparent!important;
}

@media screen and (max-width: 767px) {
  .overlay-box {
    width: 100%;
    padding: 92px 0 118px;
  }

  .overlay-box .overlay-title {
    left: 15px;
    right: 15px;
    margin-top: 16px;
  }

  .overlay-box .scrollable {
    padding: 0 15px;
  }
}

@media screen and (max-width: 403px) {
  .overlay-box {
    padding: 92px 0 150px;
  }

  .overlay-box .overlay-btn {
    bottom: 16px;
  }

  .overlay-box .overlay-btn-cancel {
    margin-top: 8px;
  }
}