* {
  transition: all 0.5s ease-in-out;
  font-size: 100%;
}

/* Fonts */

@font-face {
  src: url(../fonts/SharpSans-Medium.ttf);
  font-family: "sharpsans-medium-fonts";
}
.sharpsans-medium-fonts {
  font-family: "sharpsans-medium-fonts";
}

@font-face {
  src: url(../fonts/SharpSans-Book.ttf);
  font-family: "sharpsans-book-fonts";
}
.sharpsans-book-fonts {
  font-family: "sharpsans-book-fonts";
}

@font-face {
  src: url(../fonts/LT-Bukra-Light.OTF);
  font-family: "bukra-light-fonts";
}
.bukra-light-fonts {
  font-family: "bukra-light-fonts";
}

/* Fonts End */

/* Colors */
.bg-main-color {
  background: transparent linear-gradient(180deg, #ededed 0%, #fffcfc 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.bg-orange {
  background-color: #ff7f41;
}

.bg-gray {
  background-color: #a1978c;
}

.text-gray {
  color: #8b8075;
}

.text-darkgray {
  color: #707070;
}

.text-orange {
  color: #ff7f41;
}
/* Colors End */

/* First Page */
.zand-logo-with-arabic {
  width: 55%;
}

.zand-logo-with-arabic-second {
  width: 30%;
}

@media (max-width: 768px) {
  .zand-logo-with-arabic {
    width: 80%;
  }
  .zand-logo-with-arabic-second {
    width: 70%;
  }
}

.welcome-text {
  font-size: 1.5rem;
}

.intro-page {
  position: relative;
  display: none;
}

.intro-page::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-1.png) no-repeat top right fixed;
  background-size: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-text {
  font-size: 2.3rem;
}

.arabic-text-color {
  color: #fff;
}

@media (max-width: 991.98px) {
  .intro-text {
    font-size: 1.8rem;
  }
  .arabic-text-color {
    color: #000;
  }
}
/* First Page End */

/* Information Page */
.side-menu {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000059;
  opacity: 1;
  height: 100vh;
  position: relative;
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .side-menu {
    height: auto;
    padding-bottom: 4rem;
  }
}

.company-information-passive,
.ownership-detail-active,
.verified-submit-active {
  display: none;
}

.zand-logo {
  width: 120px;
}

.side-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-icon {
  width: 15px;
  height: 15px;
  margin-top: -4px;
  margin-right: 10px;
}

.menu {
  font-size: 14px;
  margin: 30px 0;
}

.menu-active {
  font-family: "sharpsans-medium-fonts";
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: 15px;
}

.menu-passive {
  font-family: "sharpsans-book-fonts";
  color: #a1978c;
  font-weight: bold;
}

.menu-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #ff7f41;
}

.progress-bar-container {
  padding: 1rem;
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
  font-size: 14px;
  font-weight: bold;
}

.progress-bar {
  background: transparent linear-gradient(179deg, #fffcfc 0%, #6b6967 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  height: 17px;
  border-radius: 10px;
  margin-top: 0.7rem;
  overflow: hidden;
}

.progress-bar .progress {
  background: #ff7f41;
  width: 3%;
  height: 100%;
}

.progress-percent {
  margin-top: -1.3rem;
}

.contents {
  background: url(../images/bg-2.png) no-repeat top right;
  background-size: 20%;
  height: 100vh;
  position: relative;
  padding: 2rem 3rem;
  overflow: auto;
}

@media (max-width: 991.98px) {
  .contents {
    height: auto;
    padding-bottom: 6rem;
  }
}

.faq-help {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 14px;
}

.faq-help a {
  color: #000;
  font-weight: bold;
  margin: 0 5px;
}

.faq-help a:hover {
  color: #ff7f41;
  text-decoration: none;
}

.welcome-bar {
  background: #fff;
  border-radius: 4px;
  padding: 0.8rem;
}

.back-btn {
  cursor: pointer;
}

.last-login-text {
  font-size: 14px;
}

.last-login-text a:hover {
  text-decoration: none;
  color: #000;
}

.phases {
  margin-top: 3rem;
}

.phase-title {
  font-size: 25px;
}

.phase-text {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.next-btn,
.my-next,
.my-next2,
.last-submit-btn {
  border: 0;
  outline: 0 !important;
  color: #fff;
  background: #a1978c 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 5px 25px;
  box-shadow: 0px 9px 27px #0000003b;
}

.last-submit-btn {
  background: #ff7f41;
}

.next-btn:hover {
  background: #ff7f41;
}

.border-top-muted {
  border-top: 1px solid #dcd8d4;
  margin: 0.5rem 0 1rem;
}

.font-14 {
  font-size: 14px;
}

.drag-drop-upload-area {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 16px #7c4c3438;
  border-radius: 10px;
  max-width: 320px;
  padding: 1rem 1rem 0.7rem;
}

.drag-drop-upload-area img {
  margin-right: 5px;
  width: 25px;
}

label:hover {
  cursor: pointer;
}

.hide-input-file {
  display: none;
}

.phase-1-trade-license-upload.on-overlay {
  position: relative;
  z-index: 1000 !important;
}

.phase-1-trade-license-upload.on-overlay p {
  color: #fff !important;
}

.phase-1-memorandum-association-upload.on-overlay {
  position: relative;
  z-index: 1000 !important;
}

.phase-1-memorandum-association-upload.on-overlay p {
  color: #fff !important;
}

.overlay {
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.skip-btn {
  background: #ff7f41 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 27px #0000000d;
  border-radius: 4px;
  color: #fff;
  border: 0;
  outline: 0 !important;
  padding: 0.2rem 1rem;
  position: absolute;
  bottom: 20%;
  left: 4rem;
}

.overlay-msg,
.overlay-msg2 {
  display: none;
}

.overlay-arrow-left,
.overlay-arrow-left2 {
  width: 150px;
  margin-top: -100px;
  display: none;
}

.scanning-area {
  background: #c4beb7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  max-width: 320px;
  padding: 0.5rem 1rem 0.5rem;
  position: relative;
  z-index: 1;
}

@keyframes scanning {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.scan-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 127, 65, 1);
  animation: scanning 4s ease-in-out;
}

.scanning1,
.scanning2 {
  display: none;
  max-width: 320px;
}

.scan-icon {
  width: 20px;
  margin-top: -5px;
  margin-right: 5px;
}

.upload-success-msg,
.upload-success-msg1 {
  width: 400px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 16px #0000000f;
  border-radius: 10px;
  opacity: 1;
  position: absolute;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upload-success-msg .bg {
  padding: 3rem;
  border-radius: 10px;
}

.upload-success-msg1 .bg {
  padding: 3rem;
  border-radius: 10px;
}

.fas.fa-check {
  color: #8b8075;
  font-size: 18px;
}

.sub-heading {
  font-size: 16px;
}

.edit-btn,
.save-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  opacity: 1;
  padding: 5px 15px;
  color: #ff7f41;
}

.save-btn {
  color: #fff;
  background: #ff7f41;
  display: none;
}

.doc-view {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 13px #0000001c;
  border-radius: 4px;
  opacity: 1;
  width: 97px;
  padding: 10px;
  cursor: pointer;
}

.doc-view a {
  font-size: 11px;
}

.doc-view a:hover {
  text-decoration: none;
  color: #ff7f41;
}

.label {
  font-size: 12px;
}

.editable {
  display: block;
  width: 100%;
}

.edit {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  pointer-events: none;
}

.upload-btn img {
  width: 15px;
}

.upload-btn {
  border-radius: 4px;
  padding: 5px 12px;
  border: 1px solid #ff7f41;
  margin-top: 6px;
}

.text-decoration-underline {
  text-decoration: underline;
}

.upload-file-name img {
  width: 20px;
}

.upload-file-name {
  display: none;
}

.trade-license-uploading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.trade-license-upload-progress {
  margin-top: 1rem;
  width: 100%;
  height: 13px;
  background: #d6d2cd 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 6px;
}

@keyframes width-increase {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.trade-license-upload-progress .progress {
  width: 100%;
  height: 100%;
  background: #ff7f41 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 6px;
  animation: width-increase 4s ease-in-out;
}

.overlay-2-front-id-emirate,
.overlay-2-back-id-emirate,
.overlay-2-passport,
.overlay-4,
.overlay-5,
.overlay-6 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.full-overlay-skip-btn {
  position: absolute;
  left: 20%;
}

.emirate-id-front-img {
  position: absolute;
  left: 28%;
  bottom: 12%;
}

.emirate-id-front-overlay-msg {
  position: absolute;
  bottom: 25%;
  left: 59%;
}

.emirate-passport {
  position: absolute;
  bottom: 15%;
  left: 40%;
}

.upload-btn-overlay {
  position: absolute;
  bottom: 19%;
  left: 50%;
}

.passport-overlay-msg {
  position: absolute;
  bottom: 30%;
  left: 60%;
}

.overlay-msg-4 {
  position: absolute;
  bottom: 20%;
  left: 40%;
}

.upload-btn-overlay-4 {
  position: absolute;
  bottom: 20%;
  left: 58%;
}

.overlay-arrow-4 {
  position: absolute;
  bottom: 26%;
  left: 47%;
  width: 200px;
}

.emirate-id-front-arrow-img {
  width: 200px;
  position: absolute;
  left: 41%;
  bottom: 32%;
}

.passport-overlay-arrow {
  width: 200px;
  position: absolute;
  left: 48%;
  bottom: 52%;
}

@media (max-width: 1500px) {
  .emirate-id-front-arrow-img {
    left: 40%;
    bottom: 34%;
  }
}

@media (max-width: 1051px) {
  .full-overlay-skip-btn {
    left: 5%;
  }

  .emirate-id-front-img {
    left: 20%;
    bottom: 8%;
  }

  .emirate-id-front-overlay-msg {
    position: absolute;
    bottom: 34%;
    left: 20%;
  }

  .upload-btn-overlay {
    position: absolute;
    bottom: 37%;
    left: 20%;
  }
  .emirate-id-front-arrow-img {
    display: none;
  }

  .passport-overlay-arrow {
    display: none;
  }

  .overlay-arrow-4 {
    display: none;
  }

  .emirate-passport {
    position: absolute;
    bottom: 5%;
    left: 20%;
  }

  .passport-overlay-msg {
    position: absolute;
    bottom: 45%;
    left: 21%;
  }

  .overlay-msg-4 {
    position: absolute;
    bottom: 25%;
    left: 30%;
  }

  .upload-btn-overlay-4 {
    position: absolute;
    bottom: 20%;
    left: 30%;
  }
}

@media (max-width: 991.98px) {
  .full-overlay-skip-btn {
    left: 5%;
  }

  .emirate-id-front-img {
    left: 20%;
    bottom: 8%;
  }

  .emirate-id-front-overlay-msg {
    bottom: 40%;
    left: 20%;
  }

  .upload-btn-overlay {
    bottom: 50%;
    left: 20%;
  }
}

@media (max-width: 768.98px) {
  .emirate-passport {
    bottom: 13%;
    left: 20%;
  }

  .passport-overlay-msg {
    bottom: 60%;
    left: 20%;
  }

  .skip-overly-passport {
    bottom: 3%;
    left: 20%;
  }

  .overlay-msg-4 {
    bottom: 35%;
    left: 20%;
  }

  .upload-btn-overlay-4 {
    bottom: 30%;
    left: 20%;
  }
}

@media (max-width: 576.98px) {
  .full-overlay-skip-btn {
    left: 5%;
    bottom: 5%;
  }

  .emirate-id-front-img {
    left: 5%;
    bottom: 15%;
  }

  .emirate-id-front-overlay-msg {
    position: absolute;
    bottom: 50%;
    left: 5%;
  }

  .upload-btn-overlay {
    position: absolute;
    bottom: 50%;
    left: 5%;
  }

  .emirate-passport {
    position: absolute;
    bottom: 13%;
    left: 5%;
  }

  .passport-overlay-msg {
    position: absolute;
    bottom: 60%;
    left: 5%;
  }

  .skip-overly-passport {
    bottom: 3%;
    left: 5%;
  }
  .overlay-msg-4 {
    left: 5%;
  }

  .upload-btn-overlay-4 {
    left: 5%;
  }
}

.view-btn {
  border: 1px solid #ff7f41;
  border-radius: 4px;
  padding: 3px 20px;
}

.table-tr tr td {
  padding: 0.5rem 0;
}

.phase2-overlays {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.phase-2-overlay-msg {
  position: absolute;
  top: 30%;
  left: 50%;
}

.overlay-next-btn {
  background: #ff7f41;
  position: absolute;
  top: 15%;
  left: 80%;
}

.phase2-overlay-arrow-up {
  width: 100px;
  position: absolute;
  top: 25%;
  left: 75%;
}

@media (max-width: 1280px) {
  .phase-2-overlay-msg {
    left: 40%;
  }
}

@media (max-width: 991px) {
  .phase-2-overlay-msg {
    left: 20%;
  }
}

@media (max-width: 576px) {
  .phase2-overlay-arrow-up {
    display: none;
  }
  .overlay-next-btn {
    top: 15%;
    left: 50%;
  }
  .phase-2-overlay-msg {
    left: 10%;
  }
}

.phase-2-overlay-msg-2 {
  position: absolute;
  top: 30%;
  left: 20%;
}

.phase2-overlay-arrow-up-2 {
  width: 60px;
  position: absolute;
  top: 38%;
  left: 40%;
}

.phase2-overlay-msg-2-1 {
  position: absolute;
  top: 52%;
  left: 43%;
}

@media (max-width: 1450px) {
  .phase2-overlay-arrow-up-2 {
    top: 47%;
    left: 40%;
  }

  .phase2-overlay-msg-2-1 {
    top: 65%;
    left: 43%;
  }
}

@media (max-width: 576px) {
  .phase2-overlay-arrow-up-2 {
    display: none;
  }

  .phase2-overlay-msg-2-1 {
    top: 60%;
    left: 10%;
  }

  .phase-2-overlay-msg-2 {
    left: 10%;
  }
}

.phase2-overlay-msg-3 {
  position: absolute;
  top: 30%;
  left: 40%;
}

.phase2-overlay-msg-4 {
  position: absolute;
  top: 38%;
  left: 45%;
}

.phase2-overlay-msg-4-1 {
  position: absolute;
  top: 60%;
  left: 63%;
}

.phase2-overlay-img-4 {
  width: 60px;
  position: absolute;
  top: 45%;
  left: 60%;
}

@media (max-width: 1400px) {
  .phase2-overlay-msg-4-1 {
    top: 70%;
    left: 63%;
  }

  .phase2-overlay-img-4 {
    top: 52%;
    left: 60%;
  }
}

@media (max-width: 768.98px) {
  .phase2-overlay-msg-4 {
    top: 20%;
    left: 20%;
  }

  .phase2-overlay-msg-4-1 {
    top: 40%;
    left: 20%;
  }

  .phase2-overlay-img-4 {
    display: none;
  }
}

@media (max-width: 576.98px) {
  .phase2-overlay-msg-4 {
    top: 20%;
    left: 5%;
  }

  .phase2-overlay-msg-4-1 {
    top: 40%;
    left: 5%;
  }
}

.phase2-overlay-msg-5 {
  position: absolute;
  top: 38%;
  left: 45%;
}

.phase2-overlay-msg-5-1 {
  position: absolute;
  top: 61%;
  left: 48%;
}

.phase2-overlay-img-5 {
  width: 80px;
  position: absolute;
  top: 48%;
  left: 45%;
}

.phase2-overlay-passport-img {
  width: 250px;
  position: absolute;
  top: 65%;
  left: 48%;
}

@media (max-width: 1400.98px) {
  .phase2-overlay-msg-5 {
    top: 30%;
    left: 45%;
  }

  .phase2-overlay-msg-5-1 {
    top: 55%;
    left: 48%;
  }

  .phase2-overlay-img-5 {
    top: 40%;
    left: 45%;
  }

  .phase2-overlay-passport-img {
    top: 60%;
    left: 48%;
  }
}

@media (max-width: 1200.98px) {
  .phase2-overlay-msg-5 {
    top: 20%;
    left: 45%;
  }

  .phase2-overlay-msg-5-1 {
    top: 45%;
    left: 48%;
  }

  .phase2-overlay-img-5 {
    top: 30%;
    left: 45%;
  }

  .phase2-overlay-passport-img {
    top: 50%;
    left: 48%;
  }
}

@media (max-width: 991.98px) {
  .phase2-overlay-msg-5 {
    top: 20%;
    left: 30%;
  }

  .phase2-overlay-msg-5-1 {
    top: 33%;
    left: 30%;
  }

  .phase2-overlay-img-5 {
    display: none;
  }

  .phase2-overlay-passport-img {
    top: 40%;
    left: 30%;
  }
}

@media (max-width: 576.98px) {
  .phase2-overlay-msg-5 {
    top: 10%;
    left: 5%;
  }

  .phase2-overlay-msg-5-1 {
    top: 25%;
    left: 5%;
  }

  .phase2-overlay-passport-img {
    top: 30%;
    left: 5%;
  }
}

.phase2-overlay-img-6 {
  width: 80px;
  position: absolute;
  top: 48%;
  left: 55%;
}

@media (max-width: 1400.98px) {
  .phase2-overlay-img-6 {
    top: 40%;
    left: 55%;
  }
}

@media (max-width: 1200.98px) {
  .phase2-overlay-img-6 {
    top: 30%;
    left: 55%;
  }
}

@media (max-width: 991.98px) {
  .phase2-overlay-img-6 {
    display: none;
  }
}

.board-member-info {
  display: none;
}

.phase2-overlay-msg-7 {
  position: absolute;
  top: 17%;
  left: 20%;
}

@media (max-width: 576.98px) {
  .phase2-overlay-msg-7 {
    top: 17%;
    left: 5%;
  }
}

.signatory-1,
.signatory-2 {
  display: none;
}

[data-toggle="collapse"]:hover {
  cursor: pointer;
  position: relative;
}

.collapse-arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #ff7f41;
}

.pdf-icon img {
  width: 15px;
  margin-right: 5px;
}

.outline-btn {
  border: 1px solid #ff7f41;
  background: transparent;
  padding: 3px 10px 1px;
  border-radius: 2px;
}

.br-btn,
.br-doc,
.tc-btn,
.tc-doc,
.cc-btn,
.cc-doc,
.pa-btn,
.pa-doc {
  display: none;
}

.upload-progress {
  width: 290px;
  height: 18px;
  background-color: #d6d2cd;
  border-radius: 15px;
  font-size: 12px;
  line-height: 20px;
  text-indent: 15px;
  position: relative;
  z-index: 1;
}

.upload-progress-bar {
  background: #ff7f41;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 2;
  animation: width-increase 4s ease-in-out;
}

.br-upload-progress,
.tc-upload-progress,
.cc-upload-progress,
.pa-upload-progress {
  display: none;
}

.myTab {
  font-family: "sharpsans-medium-fonts";
  color: #ada49a;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.myTab.active {
  color: #000;
  position: relative;
}

.myTab.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-top: 2px solid #ff7f41;
}

[data-accordion] [data-control] {
  position: relative;
  padding: 1rem;
  background: #dfdfdf;
  border-radius: 4px;
  font-family: "sharpsans-medium-fonts";
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  z-index: 1;
}

.accordion-button {
  margin-top: -3rem;
}

.accordion-button {
  margin-top: -3rem;
}

.accordion-button > button {
  border: none;
  background: transparent;
  position: relative;
  z-index: 3;
  margin-right: 2.5rem;
  outline: 0 !important;
  color: #a1978c;
  font-family: "sharpsans-medium-fonts";
  font-size: 12px;
}

[data-control],
[data-content] > * {
  border-bottom: none;
  padding: 0px;
}

[data-accordion] > [data-control]:after {
  right: 1rem;
  top: 1rem;
}

.accordion-save {
  display: none;
  color: #ff7f41 !important;
}

.editable1,
.editable2 {
  width: 100%;
  display: block;
  font-family: "sharpsans-medium-fonts";
  font-size: 14px;
  font-weight: bold;
}

.edit1,
.edit2 {
  border: none;
  background: transparent;
  outline: 0 !important;
  pointer-events: none;
}

.myaccordion {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.myaccordion [data-control],
.accordion-heading {
  background: #fff;
  font-size: 12px;
  padding-left: 1rem;
  position: relative;
}

.accordion-heading {
  width: 78%;
  z-index: 3;
  padding: 1rem 1rem;
}

@media (max-width: 1380px) {
  .accordion-heading {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .accordion-heading {
    width: 55%;
  }
}

.myaccordion [data-control] {
  text-align: right;
  padding-right: 6.5rem;
  z-index: 2;
  margin-top: -2.75rem;
}

.myaccordion [data-content] {
  border-top: 1px solid #d6d2cd;
  width: 100%;
}

.no {
  float: right;
  display: block;
  padding: 15px;
  margin-right: 35px;
  position: relative;
  z-index: 5;
  margin-top: -2.6rem;
  cursor: pointer;
  font-size: 12px;
  color: #d6d2cd;
}

.yes {
  position: relative;
  z-index: 3;
  color: #d6d2cd;
}

.font-12 {
  font-size: 12px;
}

.entity-type-select,
.us-tin-select {
  opacity: 0;
}

.border-radius-4 {
  border-radius: 4px;
}

.yes-no-container {
  font-size: 12px;
  background: #fffcfc;
  border: 1px solid #d6d2cd;
  text-align: center;
  padding: 0.5rem 0;
}

.yes-no-container span {
  padding: 1rem;
  cursor: pointer;
  color: #d6d2cd;
}

.have-gin-number,
.gin-number {
  opacity: 0;
}

.nav-tabs .nav-link {
  color: #fff;
  background: #c4beb7 0% 0% no-repeat padding-box;
  border-radius: 4px 4px 0px 0px;
  font-family: "sharpsans-medium-fonts";
  font-size: 14px;
  padding: 0.5rem 1rem;
}

@media (max-width: 1366px) {
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
  }
}

@media (max-width: 1260px) {
  .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.5rem 0.5rem;
  }
}

@media (max-width: 1200.98px) {
  .nav-tabs .nav-link {
    font-size: 10px;
    padding: 0.3rem 0.3rem;
  }
}

@media (max-width: 768.98px) {
  .nav-tabs .nav-link {
    font-size: 12px;
    margin: 0.2rem 0;
  }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  /* background: transparent linear-gradient(180deg, #a1978c00 0%, #5a4f43 100%) 0%
    0% no-repeat padding-box; */
  background: #8a7e70;
  border-radius: 4px 4px 0px 0px;
}

.nav-tabs .nav-item {
  margin-right: 5px;
}

.tabs-edit-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0.2rem 1rem;
}

.tab-edit-btn-wrapper {
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .tab-edit-btn-wrapper {
    margin-top: -2.5rem;
  }
}

.editable3,
.editable4,
.editable5,
.editable6,
.editable7,
.editable8,
.editable9,
.editable10,
.editable11,
.editable12,
.editable13,
.editable14,
.editable15,
.editable16,
.editable17,
.editable18,
.editable19,
.editable20 {
  display: block;
  width: 100%;
  pointer-events: none;
}

.edit3,
.edit4,
.edit5,
.edit6,
.edit7,
.edit8,
.edit9,
.edit10,
.edit11,
.edit12,
.edit13,
.edit14,
.edit15,
.edit16,
.edit17,
.edit18,
.edit19,
.edit20 {
  border: none;
  background: transparent;
}

#shareholder-01-save,
#shareholder-02-save,
#shareholder-03-save,
#shareholder-04-save,
#shareholder-05-save,
#shareholder-06-save,
#shareholder-07-save,
#shareholder-08-save,
.last-company-info-save {
  display: none;
}

.expain-form {
  opacity: 0;
}

.last-company-info-edit,
.last-company-info-save {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0.2rem 1rem;
  color: #ff7f41;
}

.second-nav-tab {
  border: none;
  border-bottom: 1px solid #dcd8d4;
}

.second-nav-tab .nav-item.nav-link {
  background: transparent;
  color: #ada49a;
  border: none;
  padding: 0;
  padding-right: 10px;
  margin-bottom: 0;
}

.second-nav-tab .nav-item.nav-link.active {
  color: #000;
  position: relative;
}

.second-nav-tab .nav-item.nav-link.active::before {
  content: "";
  width: 100%;
  border-top: 2px solid #ff7f41;
  position: absolute;
  bottom: 0;
  left: 0;
}

.number-tab-edit,
.number-tab-save,
.shareholder-number-tab-01-edit,
.shareholder-number-tab-01-save,
.shareholder-number-tab-02-edit,
.shareholder-number-tab-02-save,
.shareholder-number-tab-03-edit,
.shareholder-number-tab-03-save,
.shareholder-number-tab-04-edit,
.shareholder-number-tab-04-save {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  color: #ff7f41;
  padding: 0.2rem 1rem;
  font-size: 14px;
}

.number-tab-save,
.shareholder-number-tab-01-save,
.shareholder-number-tab-02-save,
.shareholder-number-tab-03-save,
.shareholder-number-tab-04-save {
  display: none;
}

@media (min-width: 320px) {
  .number-tab-edit-btn-wrapper {
    margin-top: -2rem;
  }
}

.font-15 {
  font-size: 15px;
}

.submition-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.confirmation-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 16px #0000000f;
  border-radius: 10px;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confirmation-box div {
  width: 100%;
  background: url(../images/pop-bg-2.png) no-repeat;
  background-size: contain;
  padding: 50px 0;
}

.confirmation-box .go-back-btn {
  width: 100px;
  height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 0px #0000006b;
  border: 1px solid #d6d2cd;
  border-radius: 4px;
}

.confirmation-box .yes-btn {
  width: 100px;
  height: 30px;
  background: #ff7f41 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 27px #0000000d;
  border-radius: 4px;
  border: none;
}

@media (min-width: 758px) {
  .border-l {
    border-left: 1px solid #707070;
  }
}

.last-download-btn {
  width: 120px;
  height: 35px;
  background: #fffcfc 0% 0% no-repeat padding-box;
  border: 1px solid #ff7f41;
  border-radius: 4px;
}

.finish-btn {
  width: 120px;
  height: 40px;
  background: #ff7f41 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: none;
}

/* information Page End */

/*  */
.height-100vh {
  height: 100vh;
}

.button {
  padding: 10px 30px;
  border-radius: 9px;
  border: 0;
}

.button:hover {
  text-decoration: none;
  cursor: pointer;
}

.table-icon {
  width: 25px;
}

.shareholder-display-edit {
  display: none;
}

.shareholder-display-edit th,
.shareholder-display-edit td {
  padding: 0.5rem 0;
}

.table-remove:hover {
  color: #ff7f41;
  text-decoration: none;
}

.select-design {
  width: 95%;
  display: block;
  margin: auto;
  border-color: #ff7f41;
  border-radius: 20px;
  color: #ff7f41;
  outline: 0;
}
.select2-selection.select2-selection--single {
  border-radius: 20px;
  border-color: #ff7f41;
  outline: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ff7f41 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ff7f41 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #ff7f41;
}

.modal-header {
  padding: 0.5rem 1rem 0;
  border-bottom: 1px solid transparent;
}

.add-board-member-click {
  display: none;
}

.add-big-btn {
  border: none;
  border-radius: 6px;
  padding: 1rem 1.8rem;
}

.signatory-from-ex,
.signatory-from-ex1 {
  display: none;
}

[data-target="#collapse-signatory"] {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 1rem 1rem;
  padding-left: 1rem !important;
}

[data-target="#collapse-signatory2"] {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 1rem 1rem;
  padding-left: 1rem !important;
  display: none;
}

.add-signatory-btn2,
.my-next,
.my-next2 {
  display: none;
}

.form-control {
  pointer-events: stroke !important;
}

.z-index-10 {
  position: relative;
  z-index: 10000;
}

.documents-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.doc-body {
  width: 120px;
  text-align: center;
  margin: 10px 3% 0 0;
}

.doc-view-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 13px #00000017;
  border-radius: 4px;
  width: 100%;
  height: 170px;
  padding: 1rem;
  position: relative;
}

.doc-view-wrap img {
  width: 100%;
}

.doc-view-wrap a {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0rem);
}

.doc-view-wrap a:hover {
  color: #ff7f41;
  text-decoration: none;
}

table.table {
  width: 850px !important;
  overflow: auto;
}

.table td,
.table th {
  border-top: none !important;
}
