/* =======Added by TANVIR (Copy Paste full file)====== */

/* @font-face {
  font-family: gilroy-regular;
  src: url(../fonts/Gilroy-Regular.ttf);
}

@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/Gilroy-SemiBold.ttf);
} */

/* =========== option4-create-new-below-yellow-bar starts =========== */
.option4-create-new-below-yellow-bar {
  height: 120px;
  width: 100%;
  background-color: #fff500;
}

.below-yellow-bar-wrapper {
  margin: 0 8%;
}

.flex-display {
  height: 120px;
  align-items: center;
  justify-content: center;
}

/* custom select box starts */
.yellow-bar-custom-select {
  background: #e6e6e6;
  position: relative;
  width: 300px;
  height: 50px;
  z-index: 3;
  border-radius: 5px;
}

.yellow-bar-custom-select select {
  background: #ffffff;
  color: #2c2c2c;
  outline: 0;
  border: 1px solid grey;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-family: "gilroy-medium", sans-serif;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
  padding: 0 15px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.yellow-bar-custom-select select:hover,
.yellow-bar-custom-select select:focus {
  cursor: pointer;
  outline: 0;
}

.yellow-bar-custom-select:after {
  content: "\25bc";
  font-size: 16px;
  width: 28px;
  height: 28px;
  padding-top: 3px;
  text-align: center;
  position: absolute;
  background-color: #fff500;
  z-index: 2;
  right: 10px;
  top: 10px;
}

.yellow-bar-custom-select select option {
  background: #e6e6e6;
}

/* custom select box ends */

.o4yb-input-section {
  width: 250px;
  height: 50px;
}

.o4yb-input-section input {
  background: #ffffff;
  color: #2c2c2c;
  width: 100%;
  height: 100%;
  outline: 0;
  /* border: 0; */
  border: 1px solid grey;
  border-radius: 4px;
  font-size: 22px;
  font-family: "gilroy-medium", sans-serif;
  font-weight: 700;
  padding: 0px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o4yb-title-section {
  margin: auto 15px;
}

.o4yb-title-section-custom1 {
  margin: auto 15px auto 0px;
}

.o4yb-title-section-custom2 {
  margin: auto 0px auto 15px;
}

.o4yb-title-section p,
.o4yb-title-section-custom1 p,
.o4yb-title-section-custom2 p {
  /* margin-bottom: 0; */
  /* padding-top: 2px; */
  margin: 0;
  color: #2c2c2c;
  font-size: 20px;
  font-family: "gilroy-medium", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1850px) {
  .below-yellow-bar-wrapper {
    margin: 0 1%;
  }
}

@media screen and (max-width: 1580px) {
  .yellow-bar-custom-select {
    width: 260px;
  }

  .o4yb-input-section {
    width: 220px;
  }
}

@media screen and (max-width: 1450px) {
  .below-yellow-bar-wrapper {
    margin: 0;
  }

  /* custom select box starts */
  .yellow-bar-custom-select {
    width: 200px;
    height: 40px;
  }

  .yellow-bar-custom-select select {
    font-size: 18px;
  }

  .yellow-bar-custom-select:after {
    content: "\25bc";
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding-top: 0px;
  }

  /* custom select box ends */
  .o4yb-input-section {
    width: 200px;
    height: 40px;
  }

  .o4yb-input-section input {
    font-size: 18px;
  }

  .o4yb-title-section {
    margin: auto 15px;
  }

  .o4yb-title-section-custom1 {
    margin: auto 15px auto 0px;
  }

  .o4yb-title-section-custom2 {
    margin: auto 0px auto 15px;
  }

  .o4yb-title-section p,
  .o4yb-title-section-custom1 p,
  .o4yb-title-section-custom2 p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .yellow-bar-custom-select {
    width: 160px;
  }

  .y-bar-select-number {
    width: 140px;
  }

  .o4yb-input-section {
    width: 140px;
  }

  .yellow-bar-custom-select select {
    font-size: 16px;
  }

  .o4yb-input-section input {
    font-size: 16px;
  }

  .o4yb-title-section {
    margin: auto 10px;
  }

  .o4yb-title-section-custom1 {
    margin: auto 10px auto 0px;
  }

  .o4yb-title-section-custom2 {
    margin: auto 0px auto 10px;
  }

  .o4yb-title-section p,
  .o4yb-title-section-custom1 p,
  .o4yb-title-section-custom2 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .yellow-bar-custom-select {
    width: 140px;
    height: 30px;
  }

  .yellow-bar-custom-select:after {
    content: "";
    font-size: 8px;
    width: 12px;
    height: 12px;
    right: 8px;
    top: 9px;
  }

  .yellow-bar-custom-select:before {
    content: "\25bc";
    position: absolute;
    font-size: 8px;
    z-index: 100;
    right: 10px;
    top: 5px;
  }

  .y-bar-select-number {
    width: 80px;
    height: 30px;
  }

  .o4yb-input-section {
    width: 100px;
    height: 30px;
  }

  .o4yb-title-section {
    margin: auto 8px;
  }

  .o4yb-title-section-custom1 {
    margin: auto 8px auto 0px;
  }

  .o4yb-title-section-custom2 {
    margin: auto 0px auto 8px;
  }

  .o4yb-title-section p,
  .o4yb-title-section-custom1 p,
  .o4yb-title-section-custom2 p {
    font-size: 14px;
  }

  .yellow-bar-custom-select select {
    font-size: 14px;
  }

  .o4yb-input-section input {
    font-size: 14px;
  }
}

/* XXXXXXXX option4-create-new-below-yellow-bar style ends XXXXXXXX */

.multistep-container {
  /* max-width: 610px; */
  width: 100%;
  /* margin: 0 auto; */
  /* padding-bottom: 30px; */
}

.multistep-container .mutistep-form-area {
  background-color: #f8f8f8;
  margin-top: 20px;
  padding-top: 10px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
  position: relative;
  /* overflow: hidden;
    min-height: 544px;
    max-height: 544px; */
  width: 100%;
}

.multistep-container .mutistep-form-area .form-box .progressBar li {
  /* position: absolute;
    top: 25px;
    left: 25px; */
  margin: 20px 0px 0px 0px;
}

/* ======================================= */
/* progressbar and round-indicator starts  */
/* Code from different file  */
.progressBar li {
  list-style-type: none;
  float: left;
  width: 25%;
  height: 120px;
  position: relative;
  text-align: center;
}

.progressBar li div {
  margin-top: 60px;
  /* margin-left: 42px; */
  color: black;
  font-weight: 900;
  font-size: 28px;
}

.progressBar {
  counter-reset: step;
  margin: 0px 160px;
}

.progressBar li:before {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
  content: counter(step);
  counter-increment: step;
  /* display: block; */
  border-radius: 50%;
  border: 3px solid black;
  line-height: 44px;
  font-size: 28px;
  font-weight: 900;
  /* left: 43%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 22px;
  /* text-align: center; */
  /* margin: 0 auto 10px auto; */
  z-index: 5;
  /* left: 40%; */
}

.form-box .progressBar li .click-circle{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 44px;
  top: -38px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.form-box .progressBar li .click-circle:hover{
  cursor: pointer;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: black;
  top: 25px;
  left: -50%;
  /* z-index: -1; */
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: white;
  font-weight: 900;
}

.progressBar li.active:before {
  border-color: black;
  background-color: black;
}

/* .progressBar li.active + li:after {
    background-color: green;
  } */

@media screen and (max-width: 1600px) {
  .progressBar li:before {
    border: 2px solid black;
    font-size: 24px;
    line-height: 46px;
  }
  .progressBar {
    margin: 0px 140px;
  }
  .progressBar li div {
    font-size: 25px;
  }
}
@media screen and (max-width: 1450px) {
  .progressBar {
    margin: 0px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .progressBar {
    margin: 0px 80px;
  }
}
@media screen and (max-width: 1100px) {
  .progressBar li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 22px;
  }
  .form-box .progressBar li .click-circle{
    width: 45px;
    height: 45px;
    top: -28px;
  }
  .progressBar li div {
    margin-top: 50px;
    font-size: 22px;
  }
  .progressBar li:after {
    top: 22px;
  }
}
@media screen and (max-width: 900px) {
  .progressBar li {
    height: 100px;
  }
  .progressBar {
    margin: 0px 40px;
  }
}
/* @media screen and (max-width: 800px) {
    .progressBar li {
      height: 100px;
    }
    .progressBar {
      margin: 0px 40px;
    }
    #create_new_mn_temp .progressBar li:before{
      left: 38%;
    }
  } */
/* progressbar and round-indicator ends  */
/* ===============XXXXXXXXX============== */

.multistep-container .mutistep-form-area .form-box h4 {
  font-family: "montserrat";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.multistep-container .mutistep-form-area .form-box label {
  font-family: "roboto";
  font-weight: 500;
  font-size: 15px;
}

.multistep-container .mutistep-form-area .form-box:nth-child(2),
.multistep-container .mutistep-form-area .form-box:nth-child(3),
.multistep-container .mutistep-form-area .form-box:nth-child(4) {
  display: none;
}

.multistep-container .mutistep-form-area .form-box .button-row {
  /* display: table;
    margin: auto;
    margin-top: 20px; */

  /* display: inline-flex; */
  display: flex;
  /* width: 100%; */
  height: 110px;
  /* margin: 0px 30px 30px 30px; */
  margin: 0px 30px;
  padding: 0 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  /* margin: 60px 0px;
  padding: 0 60px; */
}

.multistep-container .mutistep-form-area .form-box .button-row .next,
.multistep-container .mutistep-form-area .form-box .button-row .previous,
.multistep-container .mutistep-form-area .form-box .button-row .prev-disable {
  box-shadow: none;
  /* padding: 7px 30px; */
  width: 300px;
  height: 100%;
  font-family: gilroy-medium, sans-serif;
  font-size: 36px;
  background: #e9e9e9;
  color: #7b7b7b;
  /* font-weight: bold; */
  transition: 150ms;
  outline: none;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.multistep-container .mutistep-form-area .form-box .button-row .next {
  background: #000000;
  color: #e6e6e6;
}

.multistep-container .mutistep-form-area .form-box .button-row .previous:hover,
.multistep-container
  .mutistep-form-area
  .form-box
  .button-row
  .prev-disable:hover {
  background: #000000;
  color: #e6e6e6;
}

.multistep-container .mutistep-form-area .form-box .button-row .next:hover,
.multistep-container .mutistep-form-area .form-box .button-row .next:focus {
  background: #e9e9e9;
  color: #7b7b7b;
}
.multistep-container .mutistep-form-area .form-box .btn-row-dualTable {
  margin-bottom: 30px;
}
/* =======text-edition-form starts======= */
.pop-up-yellow-button-wrap {
  align-self: center;
  /* justify-content: center; */
  width: 100%;
  text-align: center;
}

/* ===x===text-edition-form ends===x=== */

@media screen and (max-width: 1600px) {
  .multistep-container .mutistep-form-area .form-box .button-row {
    height: 80px;
  }

  .multistep-container .mutistep-form-area .form-box .button-row .next,
  .multistep-container .mutistep-form-area .form-box .button-row .previous,
  .multistep-container .mutistep-form-area .form-box .button-row .prev-disable {
    width: 180px;
    font-size: 22px;
  }
  .multistep-container .mutistep-form-area .form-box .button-row .next {
    margin-right: 60px;
  }
  .multistep-container .mutistep-form-area .form-box .button-row .previous,
  .multistep-container .mutistep-form-area .form-box .button-row .prev-disable {
    margin-left: 60px;
  }
  
}

@media screen and (max-width: 1200px) {
  .multistep-container .mutistep-form-area .form-box .button-row {
    height: 90px;
    /* padding: 0 40px; */
  }

  .multistep-container .mutistep-form-area .form-box .button-row .next,
  .multistep-container .mutistep-form-area .form-box .button-row .previous,
  .multistep-container .mutistep-form-area .form-box .button-row .prev-disable {
    width: 180px;
    font-size: 26px;
  }

}

@media screen and (max-width: 992px) {
  .multistep-container .mutistep-form-area .form-box .button-row {
    padding-right: 0;
    padding-left: 0;
  }

  .multistep-container .mutistep-form-area .form-box .button-row .next,
  .multistep-container .mutistep-form-area .form-box .button-row .previous,
  .multistep-container .mutistep-form-area .form-box .button-row .prev-disable {
    width: 160px;
    font-size: 24px;
    height: 50px;
    margin-top: 5px;
  }

}

/* ========== Manage Template Sample 1 style starts ========== */

/* ============ single yellow list style starts ============ */
.form-box form {
  padding-bottom: 30px;
}

.mn-temp-sample1-wrapper {
  padding-top: 140px;
  margin: 0 30px;
}
@media screen and (max-width: 1230px) {
  /* #create_new_option_four .mn-temp-sample1-wrapper {
    margin: 0 20px;
  } */
  #create_new_option_four .single-list-item-help {
    padding-left: 0px;
  }
  #create_new_option_four .box-input-text input {
    width: 80%;
  }
}
@media screen and (max-width: 780px) {
  #create_new_option_four .box-input-text input {
    width: 75%;
  }
}
.mn-temp-sample1-wrapper .create-manage {
  margin: 0px;
}

.single-list-item-wrapper {
  display: flex;
  height: 150px;
  background-color: #ffffff;
}

/* .single-list-item-wrapper:hover {
  background-color: #fff500;
} */

.single-list-item-name {
  width: 25%;
  align-self: center;
  margin-left: 40px;
}

.single-list-item-selection {
  width: 35%;
  align-self: center;
}

.green-tik-and-skip-link {
  width: 5%;
  align-self: center;
  padding-left: 30px;
}

.single-list-item-help {
  width: 25%;
  text-align: end;
  padding: 15px 15px;
}

.single-list-item-file {
  width: 10%;
  text-align: center;
}

.single-list-item-file-container {
  background-color: inherit;
  height: 100px;
  width: 100px;
  margin: 25px auto;
  cursor: pointer;
}

.single-list-item-file-container img {
  width: 60%;
  margin: 10px;
}
.single-list-item-file-container img:hover {
  cursor: pointer;
}

.single-list-item-wrapper .single-list-item-name p {
  font-family: "gilroy-bold", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.single-list-item-wrapper .single-list-item-name sup {
  color: #ff0005;
  font-family: "gilroy-regular", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.single-list-item-wrapper .single-list-item-selection p {
  font-family: "gilroy-bold", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.single-list-item-wrapper .single-list-item-selection p.selected-text-danger {
  margin: 0;
  margin-top: 8px;
  color: #ff0005;
  font-family: "gilroy-medium", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.single-list-item-wrapper .green-tik-and-skip-link .skip-link-container p {
  color: #ff0005;
  font-family: "gilroy-bold", sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-decoration: underline;
  /* padding-left: 10px; */
}
.single-list-item-wrapper .green-tik-and-skip-link .skip-link-container p:hover {
  cursor: pointer;
}
.single-list-item-wrapper .green-tik-and-skip-link .green-tik-container span {
  display: block;
  position: relative;
  height: 45px;
  width: 45px;
  background-color: green;
  border-radius: 50%;
}

.single-list-item-wrapper .green-tik-and-skip-link .green-tik-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
}

.text_container_textarea {
  padding: 10px 15px;
  height: 120px;
  width: 260px;
  background-color: #f7f7f7;
  color: #565656;
  font-family: "gilroy-regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  outline: 0;
  line-height: 20px;
}

@media screen and (max-width: 1450px) {
  .single-list-item-wrapper {
    height: 120px;
  }

  .single-list-item-help {
    padding: 10px;
  }

  .single-list-item-file-container {
    height: 80px;
    width: 80px;
    margin: 20px auto;
  }

  .single-list-item-file-container img {
    width: 55%;
  }

  .single-list-item-wrapper .single-list-item-name p {
    font-size: 24px;
  }

  .single-list-item-wrapper .single-list-item-selection p {
    font-size: 24px;
  }

  .single-list-item-wrapper .single-list-item-selection p.selected-text-danger {
    font-size: 18px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container span {
    height: 35px;
    width: 35px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container i {
    font-size: 18px;
  }

  .text_container_textarea {
    padding: 10px;
    height: 100px;
    width: 230px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1150px) {
  .single-list-item-name {
    width: 24%;
    margin-left: 20px;
  }
  .single-list-item-selection {
    width: 33%;
  }
  .single-list-item-help {
    width: 28%;
  }
  .single-list-item-wrapper .single-list-item-name p {
    font-size: 22px;
  }

  .single-list-item-wrapper .single-list-item-selection p {
    font-size: 22px;
  }

  .single-list-item-wrapper .single-list-item-selection p.selected-text-danger {
    font-size: 16px;
  }

  /* .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container span {
  height: 35px;
  width: 35px;
}

.single-list-item-wrapper .green-tik-and-skip-link .green-tik-container i {
  font-size: 18px;
} */

  .single-list-item-wrapper .single-list-item-name sup {
    font-size: 12px;
  }

  .text_container_textarea {
    width: 210px;
    line-height: 14px;
  }
}

@media screen and (max-width: 1030px) {
  .mn-temp-sample1-wrapper {
    margin: 0px;
  }

  .single-list-item-name {
    width: 25%;
    margin-left: 10px;
  }

  .single-list-item-selection {
    width: 35%;
  }
  .single-list-item-help {
    width: 25%;
    padding: 10px 10px 10px 0px;
  }
  .single-list-item-wrapper {
    height: 100px;
  }

  .single-list-item-file-container {
    height: 72px;
    width: 68px;
    margin: 15px auto;
  }

  .single-list-item-wrapper .single-list-item-name p {
    font-size: 20px;
  }

  .single-list-item-wrapper .single-list-item-selection p {
    font-size: 20px;
  }

  .single-list-item-wrapper .single-list-item-selection p.selected-text-danger {
    font-size: 14px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container span {
    height: 35px;
    width: 35px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container i {
    font-size: 18px;
  }

  .single-list-item-wrapper .single-list-item-name sup {
    color: #ff0005;
    font-size: 12px;
  }
  .text_container_textarea {
    padding: 5px;
    height: 80px;
    width: 180px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 870px) {
  .single-list-item-wrapper {
    height: 90px;
  }
  .single-list-item-name {
    width: 24%;
    margin-left: 10px;
  }

  .single-list-item-selection {
    width: 31%;
  }

  .green-tik-and-skip-link {
    width: 5%;
  }

  .single-list-item-help {
    width: 30%;
  }

  .single-list-item-file-container img {
    width: 50%;
  }

  .single-list-item-file-container {
    height: 58px;
    width: 54px;
  }

  .single-list-item-wrapper .single-list-item-name p {
    font-size: 16px;
  }

  .single-list-item-wrapper .single-list-item-selection p {
    font-size: 16px;
  }

  .single-list-item-wrapper .single-list-item-selection p.selected-text-danger {
    font-size: 12px;
    margin-top: 0px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container span {
    height: 30px;
    width: 30px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .green-tik-container i {
    font-size: 16px;
  }

  .single-list-item-wrapper .single-list-item-name sup {
    font-size: 10px;
  }

  .single-list-item-wrapper .green-tik-and-skip-link .skip-link-container p {
    font-size: 18px;
  }
  .text_container_textarea {
    padding: 5px;
    height: 70px;
    width: 170px;
    font-size: 10px;
    line-height: 14px;
  }
}
/* js controller starts */
.showListDiv {
  display: block;
}

.hideListDiv {
  /* visibility: hidden; */
  display: none;
}

.hideListTick {
  display: none;
}

/* .avoid-clicks{
  pointer-events: none;
} */
/* .elementss {
    pointer-events: none;
  } */
.imageVisibilityHide {
  visibility: hidden;
}

.fileContainerColor {
  background-color: #359f01;
}

.imageHoverYellowStyle{
  background-color: #fff500;
}

.imageClickBackground{
  background-color: #fff500;
}
/* XXXXXXXXXXXXXX single yellow list style ends XXXXXXXXXXXXXX */
/* ========== Manage Template Sample 1 style ends ========== */
/* sample 1 List Element style ends  */
/* ============XXXXXXXXXX=========== */

/* =================================== */
/* sample 2 Left-Side Right-Side style starts  */
.main-side-container {
  padding-top: 160px;
}

.op4-left-right-container {
  /* display: inline-flex;
  width: 100%; */
  display: flex;
  margin: 0 30px;
}

.op4-width-fifty-percent {
  width: 50%;
  background-color: white;
}

.op4-side-box {
  text-align: center;
  background-color: #fff500;
  padding: 30px 0px;
  color: #000000;
}
.op4-side-box h1 {
  font-family: gilroy-bold, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.op4-padding-remove {
  padding: 0;
}

.op4-margin-left {
  margin-left: 8px;
  margin-bottom: 50px;
}

.op4-margin-right {
  margin-right: 8px;
  margin-bottom: 50px;
}

.op4-side-bottom-box {
  background-color: #fffde2;
}

.op4-option-selection .width-5 {
  width: 3%;
  height: 60px;
  text-align: left;
  /* padding-top: 10px; */
}

.op4-option-selection .width-5 .threebar {
  padding-top: 7px;
  font-size: 20px;
  text-align: end;
}

.op4-option-selection .width-tooltip {
  width: 3%;
  height: 60px;
}

.op4-option-selection .width-tooltip .icon-container {
  padding-top: 10px;
  padding-left: 5px;
}
.op4-option-selection .width-tooltip .icon-container .fas {
  opacity: 0.2;
  font-size: 18px;
}

.op4-option-selection .width-12 {
  width: 13%;
  height: 60px;
}

.op4-option-selection .width-22 {
  width: 21%;
  height: 60px;
  padding-right: 5px;
  padding-left: 5px;
}

.op4-option-selection .width-22 .error-message p {
  font-size: 12px;
  color: red;
  padding-left: 2px;
}

.op4-option-selection .width-26 {
  width: 18%;
  height: 60px;
  text-align: left;
  padding-top: 6px;
}

/* ........................... */
/*  Select box styling Starts  */
.op4-option-selection .custome-select {
  background: white;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 3;
  border-radius: 6px;
}

.op4-option-selection .custome-select select {
  /* background: #ddd; */
  background: white;
  color: #2e2c2c;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  z-index: 2;
  padding: 0 10px;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
}

.op4-option-selection .custome-select select:hover,
.op4-option-selection .custome-select select:focus {
  cursor: pointer;
  outline: 0;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
}

.op4-option-selection .custome-select:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #f5f5f5;
  z-index: 2;
  right: 10px;
  top: 10px;
  border-radius: 2px;
}
.op4-option-selection .custome-select:before {
  content: "\25bc";
  position: absolute;
  font-size: 11px;
  color: #818181;
  z-index: 3;
  right: 14px;
  top: 9px;
}

.op4-option-selection .custome-select select option {
  background: #ffffff;
}

/*  Select box styling Ends  */
/* ........................... */

/* ........................... */
/*  Custom Input styling Starts  */
.op4-option-selection .custom-input-success {
  background: #e6e6e6;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 3;
  border-radius: 6px;
}

.op4-option-selection .custom-input-success input {
  /* background: #ddd; */
  background: #e6e6e6;
  color: #2e2c2c;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  padding: 5px 10px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #41e167 !important;
  border-radius: 4px;
  overflow: hidden;
}

.op4-option-selection .custom-input-success input:hover,
.op4-option-selection .custom-input-success input:focus {
  box-shadow: chartreuse;
  /* cursor: pointer;
      outline: 0;
      border: 0;
      border-radius: 0; */
}

.op4-option-selection .custom-input-success:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #e8ffed;
  z-index: 2;
  right: 10px;
  top: 10px;
  border-radius: 2px;
}
.op4-option-selection .custom-input-success:before {
  content: "\2714";
  position: absolute;
  font-size: 11px;
  color: green;
  z-index: 3;
  right: 15px;
  top: 9px;
}

.op4-option-selection .custom-input-success input {
  background: #ffffff;
}

/* Custom Input Danger */
.op4-option-selection .custom-input-danger {
  background: #e6e6e6;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 3;
  border-radius: 6px;
}

.op4-option-selection .custom-input-danger input {
  /* background: #ddd; */
  background: #e6e6e6;
  color: #2e2c2c;
  outline: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  z-index: 2;
  padding: 5px 10px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fe7e7e !important;
  border-radius: 4px;
}

.op4-option-selection .custom-input-danger input:hover,
.op4-option-selection .custom-input-danger input:focus {
  box-shadow: red;
  /* cursor: pointer;
      outline: 0;
      border: 0;
      border-radius: 0; */
}

.op4-option-selection .custom-input-danger:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #ffe9e9;
  z-index: 2;
  right: 10px;
  top: 10px;
  border-radius: 2px;
  /* opacity: 0.8; */
}
.op4-option-selection .custom-input-danger:before {
  content: "\2716";
  position: absolute;
  font-size: 11px;
  color: red;
  z-index: 3;
  right: 15px;
  top: 9px;
}

.op4-option-selection .custom-input-danger input {
  background: #ffffff;
}

/*  Custom Input styling Ends  */
/* ============================ */

/* ============================ */
/*  Custom Input styling Ends  */

/* ========================= */
/* Check box Styles Starts */
/* .page__toggle {
      margin: 0 10px;
  } */

.op4-option-selection .toggle {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}

/* this hides the main checkbox */
.op4-option-selection .toggle__input {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.op4-option-selection .toggle__label {
  display: inline-flex;
  min-height: 32px;
  font-size: 20px;
  padding-left: 35px;
}

.op4-option-selection .toggle__input:not(:disabled) ~ .toggle__label {
  cursor: pointer;
}

/* this is for box */
.op4-option-selection .toggle__label::after {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  font-size: 20px;

  /* background-color: #d0d0d0; */
  background-color: #ffffff;
  /* border: 2px solid #690e90; */

  position: absolute;
  left: 4px;
  top: 2px;
  z-index: 2;
}

.op4-option-selection .toggle__input:checked ~ .toggle__label::after {
  background-color: #25d34f;
  box-shadow: 5px 5px 5px 4px rgba(140, 245, 80, 0.2);
}

.op4-option-selection .toggle__text {
  color: #000000;
  font-family: "gilroy-regular", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-left: 5px;
  padding-top: 3px;
}

/* this is for tik sign*/
.op4-option-selection .toggle__label::before {
  content: "";
  width: 0;
  height: 0;
  font-size: 24px;

  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #fff;

  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 3;

  transform-origin: left top;
  transform: rotate(-40deg) skew(10deg);
}

.op4-option-selection .toggle__input:checked ~ .toggle__label::before {
  width: 14px;
  height: 7px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.op4-option-selection .toggle__label::after {
  border-radius: 4px;
}

.op4-option-selection .icon-container .fas {
  opacity: 0.2;
  font-size: 20px;
}

.op4-option-selection .icon-container .fas:hover {
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .op4-side-box {
    padding: 25px 0px;
  }

  .op4-option-selection .width-5 .threebar {
    padding-top: 4px;
    font-size: 16px;
  }

  .op4-option-selection .toggle__text {
    font-size: 15px;
    padding-top: 0;
  }

  .op4-option-selection .toggle__label {
    padding-left: 30px;
  }

  /* this is for box */
  .op4-option-selection .toggle__label::after {
    width: 20px;
    height: 20px;

    left: 5px;
    top: 0px;
  }

  /* this is for tik sign */
  .op4-option-selection .toggle__label::before {
    top: 11px;
    left: 7px;
  }

  .op4-option-selection .icon-container .fas {
    font-size: 16px;
  }

  .op4-option-selection .custome-select {
    height: 35px;
  }

  .op4-option-selection .custome-select select {
    font-size: 16px;
    padding: 0 8px;
  }

  .op4-option-selection .custome-select:after {
    width: 16px;
    height: 16px;
    font-size: 9px;
    right: 9px;
    top: 9px;
    border-radius: 3px;
  }
  .op4-option-selection .custome-select:before {
    font-size: 10px;
    right: 12px;
    top: 6px;
  }
  /*  Custom Input styling Starts  */
  .op4-option-selection .custom-input-success {
    height: 35px;
  }

  .op4-option-selection .custom-input-success input {
    font-size: 16px;
    padding: 5px 10px;
  }

  .op4-option-selection .custom-input-success:after {
    width: 16px;
    height: 16px;
    font-size: 9px;
    right: 8px;
    top: 9px;
    border-radius: 2px;
  }
  .op4-option-selection .custom-input-success:before {
    font-size: 10px;
    right: 12px;
    top: 6px;
  }
  .op4-option-selection .custom-input-danger {
    height: 35px;
  }

  .op4-option-selection .custom-input-danger input {
    font-size: 16px;
    padding: 5px 10px;
  }

  .op4-option-selection .custom-input-danger:after {
    width: 16px;
    height: 16px;
    font-size: 9px;
    right: 8px;
    top: 9px;
    border-radius: 2px;
  }

  .op4-option-selection .custom-input-danger:before {
    font-size: 10px;
    right: 12px;
    top: 6px;
  }
}

@media screen and (max-width: 1450px) {
  .op4-option-selection .width-5 {
    width: 3%;
    height: 52px;
  }

  .op4-option-selection .width-5 .threebar {
    padding-top: 4px;
    font-size: 16px;
  }

  .op4-option-selection .width-26 {
    width: 22%;
    height: 52px;
    padding-top: 6px;
  }

  .op4-option-selection .width-12 {
    width: 15%;
    height: 52px;
    padding-right: 2px;
  }

  .op4-option-selection .width-22 {
    width: 20%;
    height: 52px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .op4-option-selection .width-22 .error-message p {
    font-size: 9px;
  }

  /*  ........Select box styling Starts........  */
  .op4-option-selection .custome-select {
    height: 30px;
  }

  .op4-option-selection .custome-select select {
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
  }

  .op4-option-selection .custome-select:after {
    border-radius: 1px;
    font-size: 8px;
    width: 14px;
    height: 14px;
    right: 8px;
    top: 8px;
  }

  .op4-option-selection .custome-select:before {
    font-size: 9px;
    right: 11px;
    top: 4px;
  }

  /* xxxxxxxx Select box styling Ends xxxxxx  */

  /*  ======Custom Input styling Starts=======  */
  .op4-option-selection .custom-input-success {
    height: 30px;
  }

  .op4-option-selection .custom-input-success input {
    height: 30px;
    font-size: 14px;
  }

  .op4-option-selection .custom-input-success:after {
    border-radius: 1px;
    font-size: 8px;
    width: 14px;
    height: 14px;
    right: 8px;
    top: 8px;
  }

  .op4-option-selection .custom-input-success:before {
    font-size: 9px;
    right: 11px;
    top: 4px;
  }

  /* -------Custom Input Danger-------- */
  .op4-option-selection .custom-input-danger {
    height: 30px;
  }

  .op4-option-selection .custom-input-danger input {
    height: 30px;
    font-size: 14px;
  }

  .op4-option-selection .custom-input-danger:after {
    border-radius: 1px;
    font-size: 8px;
    width: 14px;
    height: 14px;
    right: 8px;
    top: 8px;
  }

  .op4-option-selection .custom-input-danger:before {
    font-size: 9px;
    right: 11px;
    top: 4px;
  }

  /* xxxxxxx Custom Input styling Ends xxxxxxxx  */

  /*======  Custom Input styling starts ====== */

  .page__toggle {
    margin-left: 4px;
  }

  .op4-option-selection .toggle__label {
    font-size: 20px;
    padding-left: 20px;
  }

  /* this is for box */
  .op4-option-selection .toggle__label::after {
    width: 18px;
    height: 18px;
    font-size: 20px;

    left: 0px;
    top: 1px;
  }
  
  .op4-option-selection .toggle__text {
    font-size: 13px;
  }
  /* .toggle__text {
      margin-top: auto;
      margin-bottom: auto;
    } */
  /* this is for tik sign */
  .op4-option-selection .toggle__label::before {
    font-size: 14px;
    top: 10px;
    left: 3px;
  }

  .op4-option-selection .toggle__input:checked ~ .toggle__label::before {
    width: 10px;
    height: 6px;
  }
}
@media screen and (max-width: 1359px) {
  .op4-option-selection .width-tooltip .icon-container {
    padding-top: 5px;
    padding-left: 2px;
  }
  .op4-option-selection .width-tooltip .icon-container .fas {
    font-size: 14px;
  }
}
@media screen and (min-width: 1360px) {
  .op4-option-selection .width-tooltip .icon-container {
    padding-top: 6px;
    padding-left: 4px;
  }
  .op4-option-selection .width-tooltip .icon-container .fas {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .op4-option-selection .width-tooltip .icon-container {
    padding-top: 10px;
    padding-left: 5px;
  }
  .op4-option-selection .width-tooltip .icon-container .fas {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .main-side-container {
    padding-top: 160px;
  }
  .op4-width-fifty-percent {
    width: 100%;
  }
  .op4-left-right-container {
    padding-top: 0px;
    display: block;
  }

  .op4-margin-right {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .op4-margin-left {
    margin-left: 0px;
    margin-bottom: 0;
  }
  /* .tab_2 .margin-right {
    margin-bottom: 0px !important;
  }
  .tab_2 .margin-left {
    margin-bottom: 0px !important;
  } */
  /* .mn-temp-option-selection {
    margin: 0 80px 0 65px;
  } */
}
@media screen and (max-width: 992px) {
  .op4-side-box {
    padding: 20px 0px;
  }

  .op4-margin-right {
    margin-right: 0;
  }

  .op4-margin-left {
    margin-left: 0;
  }
}

/* sample 2 Left-Side Right-Side style ends  */
/* ============XXXXXXXXXX=========== */

/* =================================== */
/* sample 3 Checkbox style starts  */
.checkbox-container {
  /* padding: 0px 15px;*/
  /* margin-left: 20px; */
  /* margin-right: 60px; */
  /* padding: 20px;
  display: inline-block; */
  padding-top: 140px;
  width: 100%;
}

.checkbox-container-inner {
  background-color: white;
  padding: 20px;
  margin: 30px 30px 0px 30px;
}

.field_set {
  /* padding: 20px 20px; */
  padding: 25px 30px 35px 30px;
  /* border: 2px solid #25d34f; */
  border: 2px solid #d0d0d0;
  border-radius: 2px;
}

.changeBorder {
  border: 2px solid #25d34f;
}

.field_set_dual {
  padding: 11px 30px 20px 30px;
  border: 2px solid #d0d0d0;
  border-radius: 2px;
}

legend {
  margin-bottom: 0;
  font-size: 0;
}

.borderGreen {
  border: 2px solid #25d34f !important;
}

/* Custom Check Box Starts  */
/* .page__toggle {
  margin: 0 8px;
} */
.checkbox-container .page__toggle {
  margin: 0 8px;
  margin-right: 35px;
}
.toggle {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}

/* this hides the main checkbox */
.toggle__input {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.toggle__label {
  display: inline-flex;
  min-height: 32px;
  /* height: 24px; */
  font-size: 16px;
  padding-left: 36px;
}

.toggle__input:not(:disabled) ~ .toggle__label {
  cursor: pointer;
}

/* this is for box */
.toggle__label::after {
  content: "";
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  /* font-size: 32px; */

  /* background-color: #d0d0d0; */
  border: 2px solid #d0d0d0;

  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 2;
}

.toggle__input:checked ~ .toggle__label::after {
  background-color: #25d34f;
  border: 0;
  box-shadow: 5px 5px 5px 4px rgba(140, 245, 80, 0.2);
}

.checkbox-container .toggle__text {
  /* margin-top: auto;
      margin-bottom: auto; */
  padding-top: 5px;
  font-size: 20px;
  font-family: "gilroy-medium", sans-serif;
  font-weight: 900;
  color: #080808;
}

/* this is for tik sign */
.toggle__label::before {
  content: "";
  width: 0;
  height: 0;
  /* font-size: 10px; */

  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #fff;

  position: absolute;
  top: 18px;
  left: 9px;
  z-index: 3;

  transform-origin: left top;
  transform: rotate(-40deg) skew(10deg);
}

.toggle__input:checked ~ .toggle__label::before {
  width: 12px;
  height: 6px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.toggle__label::after {
  border-radius: 4px;
}

/* .toggle__input:not(:disabled):checked ~ .toggle__label::before {
      opacity: 1;
    } */
/* .toggle__input:not(:disabled) ~ .toggle__label::after {
      will-change: background-color;
    } */
/* Custom Check Box Ends  */

.horizontal-input-group {
  display: flex;
}

.first-input-group {
  margin-bottom: 15px;
}

.title-section {
  width: 20%;
}

.input-section {
  width: 80%;
}

.width-100-box {
  width: 100%;
  display: flex;
}

.width-50-box {
  width: 50%;
  padding: 0 10px;
}

.custom-title-section {
  width: 35%;
}

.custom-input-section {
  width: 65%;
}

.input-section input {
  background: #f6f6f6;
  color: black;
  font-family: "gilroy-regular";
  font-weight: 600;
  width: 100%;
  height: 25px;
  outline: 0;
  border: 0;
  font-size: 14px;
  padding: 2px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.box-input-text input {
  width: 85%;
}
.box-input-text input span {
  width: 10px;
  height: 100%;
  color: black;
}
.percent-input input {
  width: 95%;
}
.percent-input input span {
  width: 10px;
  height: 100%;
  color: black;
}

.title-section p,
.custom-title-section p {
  margin-bottom: 0;
  padding-top: 2px;
  color: #a5a5a5;
  font-weight: 500;
  text-transform: uppercase;
}

.custom-title-section p.direction-to {
  text-align: center;
}

/* ============================= */
/* Custom Select Box code starts */

.custome-select {
  background: #e6e6e6;
  position: relative;
  width: 100%;
  height: 25px;
  z-index: 3;
}

.custome-select select {
  /* background: #ddd; */
  background: #f6f6f6;
  color: black;
  font-family: "gilroy-regular";
  font-weight: 600;
  outline: 0;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  z-index: 2;
  padding: 0 15px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custome-select select:hover,
.custome-select select:focus {
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.custome-select:after {
  content: "";
  /* font-size: 8px; */
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: white;
  color: #a5a5a5;
  z-index: 2;
  right: 6px;
  top: 7px;
  border-radius: 1px;
  /* opacity: 0.8; */
}
.custome-select::before {
  content: "\25bc";
  position: absolute;
  font-size: 8px;
  color: #a5a5a5;
  z-index: 3;
  right: 8px;
  top: 3px;
}

.custome-select select option {
  background: #f6f6f6;
  color: #a2a2a2;
  font-weight: 500;
}

/* Custom Select Box code ends */
/* =======xxxxxxxxxxxxxx========= */

/* ========================= */
/* custom date picker start */
input.date-pick-style {
  background: #f6f6f6;
  color: black;
  font-family: "gilroy-regular";
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 25px;
  outline: 0;
  border: 0;
  padding: 2px 15px;
}

input.date-pick-style:focus,
input.date-pick-style:hover {
  cursor: pointer;
  outline: 0;
  border-color: grey;
}

.icon {
  margin-left: -20px;
  margin-top: -20px;
  position: relative;
  /* color: #b5b5b5; */
  font-size: 14px;
}

/* custom date picker ends */
/* =========XXXXXXXX======== */
/* sample 3 Checkbox style ends  */
/* ============XXXXXXXXXX=========== */

/* =================================== */
/* sample 4 Various Element style starts  */

/* sample 4 Various Element style ends  */
/* ============XXXXXXXXXX=========== */

/* ========================= */
/* Pop Up Text Editor start */
.pop-up-button {
  height: 46px;
  width: 280px;
  margin: 0 auto;
  background-color: #fff011;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: black;
  transition: 150ms;

  outline: none;
  border: 0 none;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 2px;
  margin-left: 100px;
}

input.pop-up-button:focus,
input.pop-up-button:hover {
  cursor: pointer;
  outline: 0;
  opacity: 0.7;
}

.black-box-inside-icon {
  margin-left: 5px;
  margin-top: 5px;
  position: relative;
  color: white;
  font-size: 24px;
  transform: rotate(-45deg);
}

.pop-up-black-box {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 20px;
  color: #b5b5b5;
  background: #000000;
  margin-left: -46px;
  margin-right: 100px;
}

/* Pop Up Text Editor ends */
/* =========XXXXXXXX====== */

/* ==================================================== */
/* ========== Option 4 Sample 4 style starts ========== */
.sample-4-wrapper {
  padding-top: 140px;
  width: 100%;
}

.sample-4-wrapper-inner {
  background-color: white;
  padding: 20px;
  margin: 30px 30px 0px 30px;
}

/* .table-wrapper-sample4 {
  margin-top: 20px;
} */

.table-wrapper-sample4-inner {
  display: inline-flex;
  width: 100%;
  /* margin: 0 15%; */
  /* margin: 0 15% 0 20%; */
  /* align-items: center;
    justify-content: center; */
  /* text-align: center; */
  padding: 0 12%;
}

.left-side-table {
  width: 45%;
}

.center-direction-element {
  width: 10%;
  margin: auto 0px;
}

.center-direction-element .left-right-wrapper {
  text-align: center;
}

.right-side-table {
  width: 45%;
}

.right-table-container-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-up-down-button-section {
  padding-left: 20px;
}
#create_new_mn_temp .table-heading,
#create_new_option_four .table-heading {
  text-align: center;
  font-family: gilroy-bold, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #858581;
  /* padding-top: 50px; */
}

table#tem-sample4-first td,
table#sample4-first td,
table#tem-sample4-second td,
table#sample4-second td {
  word-wrap: break-word;
  padding: 6px 0px 6px 20px;
}

.section4-table-scroll {
  height: 200px;
  width: 400px;
  margin: 0px auto;
  border: 2px solid grey;
  border-radius: 4px;
  overflow-y: auto;
}

.section4-table-scroll#table2 {
  margin-left: 60px;
}

.section4-table-wrapper table {
  width: 100%;
}

.section4-table-wrapper table * {
  /* background: white; */
  color: black;
}

.section4-table-scroll tr:nth-child(even) {
  background-color: #ffffff;
}

.section4-table-scroll tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.section4-table-scroll tr:hover {
  cursor: pointer;
}

.section4-table-scroll .mark-table-data {
  background-color: yellow !important;
}

/* ........................... */
/* Custom ScrollBar  Start*/
.section4-table-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.section4-table-scroll::-webkit-scrollbar-track {
  box-shadow: transparent;
  border-radius: 10px;
}

/* Handle */
.section4-table-scroll::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

/* Handle on hover */
.section4-table-scroll::-webkit-scrollbar-thumb:hover {
  background: black;
}

/* Custom ScrollBar Ends  */
/* ........................... */
/* .up-button-wrapper {
    position: relative;
    height: 80px;
      width: 80px;
      border-radius: 50%;
      border: 2px solid black;
} */

.up-down-button-style,
.left-right-button-style {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: black;
  background-color: white;
  border: 2px solid black;
}

.up-down-button-style:hover {
  cursor: pointer;
  opacity: 0.6;
}

.left-right-button-style {
  border: 2px solid #9c9c9c;
  color: #9c9c9c;
}

.left-right-button-style:hover {
  border: 2px solid black;
  color: black;
  cursor: pointer;
}

.up-down-button-style i,
.left-right-button-style i {
  font-size: 24px;
}

.up-down-button-style i:hover,
.left-right-button-style i:hover {
  cursor: pointer;
}

/* =========================== */
/* input-wrapper design starts */
.input-wrapper {
  width: 100%;
  margin-top: 60px;
}

.input-wrapper-inner {
  margin: 0 5%;
}

.input-group-wrap-s4 {
  display: flex;
}

.width-option-15 {
  width: 10%;
}

.width-title-15 {
  width: 10%;
}

.width-input-group-35 {
  width: 40%;
}

.width-custom-range-70 {
  width: 80%;
}

.width-input-group-35 .right-side-input {
  margin-right: 20px;
}

.width-input-group-35 .left-side-input {
  margin-left: 20px;
}

.margin-bottom-for-group {
  margin-bottom: 40px;
}

.input-section-sample4 input {
  /* background: #f6f6f6; */
  background-color: white;
  /* color: #a5a5a5; */
  color: black;
  font-weight: 500;
  width: 100%;
  height: 28px;
  outline: 0;
  /* border: 0; */
  border: 2px solid #d0d0d0;
  border-radius: 2px;
  font-size: 16px;
  padding: 2px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.title-section-sample4 p {
  margin-bottom: 0;
  padding-top: 2px;
  /* color: #a5a5a5; */
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}

/* ============================= */
/* Custom Select Box code starts */

.custom-select-sample4 {
  background: #e6e6e6;
  position: relative;
  width: 100%;
  height: 28px;
  z-index: 3;
}

.custom-select-sample4 select {
  /* background: #ddd; */
  /* background: #f6f6f6; */
  background-color: white;
  /* color: #a5a5a5; */
  color: black;
  font-weight: 500;
  outline: 0;
  /* border: 0; */
  border: 2px solid #d0d0d0;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  z-index: 2;
  padding: 0 15px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select-sample4 select:hover,
.custom-select-sample4 select:focus {
  cursor: pointer;
  outline: 0;
  /* border: 0;
      border-radius: 0; */
}

.custom-select-sample4 select option {
  background: #f6f6f6;
  color: black;
  font-weight: 500;
}

.custom-select-sample4:before {
  content: "\25bc";
  position: absolute;
  font-size: 8px;
  right: 9px;
  top: 4px;
  color: #a5a5a5;
  z-index: 5;
}

.custom-select-sample4:after {
  content: "";
  font-size: 8px;
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #f1f1f1;
  color: #ffffff;
  z-index: 2;
  right: 7px;
  top: 9px;
  border-radius: 2px;
  opacity: 0.8;
}

/* Custom Select Box code ends */
/* =======xxxxxxxxxxxxxx========= */

/* ========================= */
/* custom date picker start */
input.date-pick-style-sample4 {
  /* background: #f6f6f6; */
  background-color: white;
  /* color: #a5a5a5; */
  color: black;
  font-weight: 500;
  width: 100%;
  height: 28px;
  outline: 0;
  /* border: 0; */
  border: 2px solid #d0d0d0;
  border-radius: 2px;
  font-size: 16px;
  padding: 2px 15px;
}

input.date-pick-style-sample4:focus,
input.date-pick-style-sample4:hover {
  cursor: pointer;
  outline: 0;
  /* border-color: grey; */
}

/* .icon-sample4 {
  margin-left: -20px;
  margin-top: -20px;
  position: relative;
  color: black;
  font-size: 14px;
} */
.icon-sample4 {
  margin-left: -20px;
  margin-top: 7px;
  position: absolute;
  color: black;
  font-size: 14px;
}
/* 
    .unstyled::-webkit-inner-spin-button,
    .unstyled::-webkit-calendar-picker-indicator {
      display: none;
      -webkit-appearance: none;
    } */

/* custom date picker ends */
/* =========XXXXXXXX======== */
.range-wrapper-sample-4 {
  width: 100%;
  padding-top: 10px;
}

span.min {
  height: 28px;
  width: 40px;
  text-align: left;
  line-height: 28px;
  color: black;
  font-size: 16px;
}

span.max {
  height: 28px;
  width: 50px;
  text-align: right;
  line-height: 28px;
  color: black;
  font-size: 16px;
}

element.style {
  left: 25%;
}
.asRange .asRange-pointer:hover {
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
  .table-wrapper-sample4-inner {
    /* margin: 0 10% 0 18%; */
    padding: 0 8%;
  }

  .section4-table-scroll {
    width: 380px;
  }

  .input-wrapper-inner {
    margin: 0 2%;
  }
}

@media screen and (max-width: 1450px) {
  .section4-table-scroll {
    width: 340px;
  }
}
@media screen and (max-width: 1200px) {
  .sample-4-wrapper {
    padding-top: 110px;
  }
  .up-down-button-style,
  .left-right-button-style {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .up-down-button-style i,
  .left-right-button-style i {
    font-size: 22px;
  }
}
@media screen and (max-width: 1030px) {
  .section4-table-scroll {
    width: 300px;
    height: 200px;
  }

  .right-up-down-button-section {
    padding-left: 15px;
  }

  .input-wrapper-inner {
    margin: 0 2%;
  }

  .width-title-15 {
    width: 14%;
  }

  .width-input-group-35 {
    width: 38%;
  }

  .width-custom-range-70 {
    width: 76%;
  }
}

@media screen and (max-width: 992px) {
  #sample4-mn-temp .table-heading {
    font-size: 13px;
  }
  .table-wrapper-sample4-inner {
    padding: 0 7% 0 0;
  }

  .section4-table-scroll {
    width: 240px;
    height: 170px;
  }

  .right-up-down-button-section {
    padding-left: 10px;
  }

  .input-wrapper-inner {
    margin: 0 2%;
  }

  .width-option-15 {
    width: 12%;
  }

  .width-title-15 {
    width: 16%;
  }

  .width-input-group-35 {
    width: 36%;
  }

  .width-custom-range-70 {
    width: 72%;
  }
}

/* XXXXXXXXXXXXX Option 4 Sample 4 style ends XXXXXXXXXXXXX */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* ======option4-below-input-button-control-section style starts====== */

.option4-below-control-section {
  margin: 0px 30px;
  height: 120px;
  /* padding-bottom: 30px; */
}

.option4-below-control-section .error-message{
  margin: 5px 0 0 10px;
}

.option4-below-control-section .error-message p{
  font-size: 20px;
  font-family: gilroy-bold, sans-serif;
  font-weight: 600;
  color: red;
}

.save-draft-wrapper {
  height: 80px;
  width: 15%;
  margin-left: 30px;
}

.save-start-wrapper {
  height: 80px;
  width: 15%;
  margin-left: 30px;
}

.option4-below-control-input {
  height: 80px;
  flex-grow: 1;
}

.option4-below-control-input.border-red {
  border: 2px solid red !important;
  border-radius: 4px !important;
}

.option4-below-control-input input {
  font-size: 28px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  /* padding: 0px 25px; */
  background: #c5c5c5;
  border: 0;
  outline: 0;
  color: #ffffff;
  border-radius: 3px;
  /* transition: border-color 0.25s ease, box-shadow 0.25s ease; */
}

/* .option4-below-control-input input:focus {
    outline: 0; 
      border-color: 1px solid #000000;
} */

/* .option4-below-control-input input:hover {} */

.save-draft-wrapper .option4-below-button,
.save-start-wrapper .option4-below-button {
  border: 0;
  outline: 0;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
  /* padding: 15px; */
  font-size: 28px;
  font-weight: 500;
  background: #fff001;
  color: black;
  transition: all.5s ease;
  -webkit-appearance: none;
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.34);
}

.save-start-wrapper .btn-save-start {
  background: #15b333;
  color: white;
}

.save-draft-wrapper .btn-save-draft:hover,
.save-draft-wrapper .btn-save-draft:focus {
  color: #212529;
  /* background-color: #e0a800; */
  background-color: #f5cf5d;
  /* border-color: #d39e00; */
}

.save-start-wrapper .btn-save-start:hover,
.save-start-wrapper .btn-save-start:focus {
  color: #fff;
  background-color: #218838;
  /* border-color: #1e7e34; */
}

@media screen and (max-width: 1500px) {
  /* .option4-below-control-section {
    margin: 60px 3% 0px 3%;
  } */

  .save-draft-wrapper {
    height: 60px;
  }

  .save-start-wrapper {
    height: 60px;
  }

  .option4-below-control-input {
    height: 60px;
  }

  .option4-below-control-input input {
    font-size: 24px;
  }

  .save-draft-wrapper .option4-below-button,
  .save-start-wrapper .option4-below-button {
    font-size: 22px;
    font-weight: 500;
  }
}


@media screen and (max-width: 1030px) {
  #create_new_option_four .mn-temp-sample1-wrapper .create-manage {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 992px) {
  /* .option4-below-control-section {
    margin: 60px 40px 0px 40px;
  } */

  .save-draft-wrapper {
    height: 45px;
    width: 15%;
    margin-left: 15px;
  }

  .save-start-wrapper {
    height: 45px;
    width: 15%;
    margin-left: 15px;
  }

  .option4-below-control-input {
    height: 45px;
  }

  .option4-below-control-input input {
    font-size: 18px;
  }

  .save-draft-wrapper .option4-below-button,
  .save-start-wrapper .option4-below-button {
    /* padding: 15px; */
    font-size: 16px;
    font-weight: 500;
  }

  #create_new_option_four .sample-4-wrapper-inner {
    margin: 30px 20px 0px 20px;
  }

  #create_new_option_four .checkbox-container-inner {
    margin: 30px 20px 0px 20px;
  }

  #create_new_option_four .op4-left-right-container {
    margin: 0 20px;
  }

  #create_new_option_four .multistep-container .mutistep-form-area .form-box .button-row {
    margin: 0px 20px;
  }
  #create_new_option_four .multistep-container .mutistep-form-area .form-box .btn-row-leftRight {
    margin: 0px 20px;
    margin-top: -10px;
  }

  #create_new_option_four .mn-temp-sample1-wrapper .create-manage {
    margin: 0px 20px;
  }
}

/* xxxxxx option4-below-input-button-control-section style ends xxxxxx */

@media screen and (max-width: 870px){
  #create_new_option_four .mn-temp-sample1-wrapper .create-manage {
      padding: 10px;
  }
  #create_new_option_four .single-list-item-wrapper .single-list-item-name sup {
    font-size: 8px;
  }
  #create_new_option_four .single-list-item-help {
    width: 28%;
  }
  #create_new_option_four .text_container_textarea {
    margin-left: -20px;
  }
  #create_new_option_four .field_set {
    padding: 10px 10px 15px 10px;
  }
   #create_new_option_four .field_set_dual {
    padding: 11px 30px 10px 30px;
  }
  /* #create_new_option_four .custom-date-input {
    width: 80%;
  } */
}

#create_new_option_four .mutistep-form-area .section-name span:hover{
  cursor: pointer;
  text-decoration: underline;
}
.fa-calendar-alt:hover{
  cursor: pointer;
}