/* ===/// TEMPLATE SLIDER START ///=== */
#load_temp_slider {
  width: 100%;
  background: #ffffff;
  position: relative;
}

/* box design */
.tab_3 #load_temp_slider .load_temp_row {
  margin: 36px 200px 62px;
}

.tab_3 .mycolmn {
  width: 25%;
  margin-top: 42px;
}

.tab_3 .template_box,
.tab_3 .create_new_temp {
  display: table;
  width: 200px;
  height: 250px;
  border-radius: 2px;
  background: #f9f9f9;
  border: 1px solid #959595;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  margin: auto;
  position: relative;
  z-index: 9;
}
.tab_3 .template_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

.content .tab_3 .mnTemp-box-loading-animation:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(to left, transparent, rgba(255,255,255,0.5), transparent);
  z-index: 2;

  animation: mnTemp-box-loading-animation 1s infinite;
}
.content .tab_3 .mnTemp-box-loading-animation:before {
  z-index: 1 !important;
  top: 0 !important;
  background: #d8d8d8 !important;
}
@keyframes mnTemp-box-loading-animation{
  100%{
      transform: translateX(100%);
  }
}


.tab_3 .template_box{
  position: relative;
}

.tab_3 .create_new_temp {
  background: #fff001;
  border: none;
}

.tab_3 .template_box .template-content-box,
.tab_3 .create_new_temp .create-new-content-box {
  display: table-cell;
  vertical-align: middle;
}

.tab_3 .template_box img,
.tab_3 .create_new_temp img {
  width: 65px;
}

.tab_3 .create_new_temp .plus_box {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background: #fff996;
  position: relative;
  margin: 0 auto;
}

.tab_3 .create_new_temp .plus_box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #868139;
  font-size: 36px;
}

.tab_3 .template_box .info_box,
.tab_3 .template_box .pen_box,
.tab_3 .template_box .minus_box {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #fff996;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.tab_3 .template_box .pen_box{
  right: 35px;
}
.tab_3 .template_box .info_box{
  right: 67px;
}

.tab_3 .template_box .info_box i,
.tab_3 .template_box .pen_box i,
.tab_3 .template_box .minus_box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #868139;
  font-size: 14px;
}

.tab_3 .template_box p,
.tab_3 .create_new_temp p {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: bold;
  font-family: gilroy-bold, sans-serif;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
}

.tab_3 .create_new_temp p {
  font-family: gilroy-regular, sans-serif;
  font-size: 22px;
  color: #000000;
}

.tab_3 .template_box .load-txt,
.tab_3 .create_new_temp .load-txt {
  padding: 10px 20px 0px 20px;
}
.tab_3 .template_box .load-txt:hover,
.tab_3 .create_new_temp .load-txt:hover {
  text-decoration: underline;
}

/* carousel control */
#load_temp_slider .slider_arrow_box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #474747;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#load_temp_slider .slider_arrow_box:hover {
  background: #000000;
}

#load_temp_slider .slider_arrow_box.left00a {
  left: 100px;
}

#load_temp_slider .slider_arrow_box.right00a {
  right: 50px;
}

#load_temp_slider .slider_arrow_box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 28px;
}

/* ===/// TEMPLATE SLIDER END ///=== */

/* ====-----==== SAMPLE SECTION START ====-----==== */
.dispaly_hide {
  display: none;
}

/* ====-----==== SAMPLE SECTION END ====-----==== */

/* =============Added By TANVIR============= (126-790 line) */
/* =================================== */
/* sample 2 Left-Side Right-Side style starts  */
.left-right-container {
  /* display: inline-flex;
  width: 100%; */
  display: flex;
  margin: 0 30px;
}

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

.side-box {
  text-align: center;
  background-color: #fff500;
  padding: 40px 0px;
  color: #000000;
}

.padding-remove {
  padding: 0;
}

.margin-left {
  margin-left: 8px;
}

.margin-right {
  margin-right: 8px;
}

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

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

.mn-temp-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;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
}

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

.mn-temp-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;
}

.mn-temp-option-selection .custome-select:before {
  content: "\25bc";
  position: absolute;
  font-size: 11px;
  color: #818181;
  z-index: 3;
  right: 14px;
  top: 9px;
}

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

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

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

.mn-temp-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;
}

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

.mn-temp-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;
}

.mn-temp-option-selection .custom-input-success:before {
  content: "\2714";
  position: absolute;
  font-size: 11px;
  color: green;
  z-index: 3;
  right: 15px;
  top: 9px;
}

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

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

.mn-temp-option-selection .custom-input-danger 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 #fe7e7e !important;
  border-radius: 4px;
}

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

.mn-temp-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; */
}

.mn-temp-option-selection .custom-input-danger:before {
  content: "\2716";
  position: absolute;
  font-size: 11px;
  color: red;
  z-index: 3;
  right: 15px;
  top: 9px;
}

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

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

.mn-temp-option-selection .custom-input-only input,
.op4-option-selection .custom-input-only input {
  background: #ffffff;
  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 #d5d5d5;
  border-radius: 4px;
}

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

/* .mn-temp-option-selection .custom-input-only:after {
  content: "\2716";
  font-size: 11px;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #fffde2;
  color: red;
  z-index: 2;
  right: 8px;
  top: 13px;
  text-align: center;
  border-radius: 4px;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* this is for box */
.mn-temp-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;
}

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

.mn-temp-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 */
.mn-temp-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);
}

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

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

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

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

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

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

  /* .page__toggle {
            padding-top: 2px;
        } */

  .mn-temp-option-selection .toggle__text {
    font-size: 16px;
    padding-top: 0;
  }

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

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

    left: 5px;
    top: 0px;
  }

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

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

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

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

  .mn-temp-option-selection .custome-select:after {
    width: 16px;
    height: 16px;
    font-size: 9px;
    right: 9px;
    top: 9px;
    border-radius: 3px;
  }

  .mn-temp-option-selection .custome-select:before {
    font-size: 10px;
    right: 12px;
    top: 6px;
  }

  /*  Custom Input styling Starts  */
  .mn-temp-option-selection .custom-input-success {
    height: 35px;
  }

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

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

  .mn-temp-option-selection .custom-input-success:before {
    font-size: 10px;
    right: 12px;
    top: 6px;
  }

  .mn-temp-option-selection .custom-input-danger {
    height: 35px;
  }

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

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

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

  .mn-temp-option-selection .custom-input-only,
  .op4-option-selection .custom-input-only {
    height: 35px;
  }

  .mn-temp-option-selection .custom-input-only input,
  .op4-option-selection .custom-input-only input {
    font-size: 16px;
    padding: 5px 10px;
  }
  .mn-temp-option-selection .width-tooltip .icon-container {
    padding-top: 6px;
  }
  .mn-temp-option-selection .width-tooltip .icon-container .fas {
    font-size: 16px;
  }
}

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

  .mn-temp-option-selection .width-5 .threebar {
    padding-top: 4px;
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

  /* xxxxxxxx Select box styling Ends xxxxxx  */

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

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

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

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

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

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

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

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

  .mn-temp-option-selection .custom-input-only,
  .op4-option-selection .custom-input-only {
    height: 30px;
  }

  .mn-temp-option-selection .custom-input-only input,
  .op4-option-selection .custom-input-only input {
    height: 30px;
    font-size: 14px;
  }

  /* xxxxxxx Custom Input styling Ends xxxxxxxx  */

  /*======  Custom Input styling starts ====== */
  .mn-temp-option-selection .page__toggle {
    margin-left: 4px;
  }

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

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

    left: 0px;
    top: 1px;
  }

  .mn-temp-option-selection .toggle__text {
    font-size: 13px;
  }

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

  .mn-temp-option-selection .toggle__input:checked~.toggle__label::before {
    width: 10px;
    height: 6px;
  }
  .mn-temp-option-selection .width-tooltip .icon-container {
    padding-top: 6px;
  }
  .mn-temp-option-selection .width-tooltip .icon-container .fas {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .left-right-container {
    padding-top: 0px;
    display: block;
  }

  .width-fifty-persent {
    width: 100%;
  }

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

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

  .tab_3 .margin-right {
    margin-bottom: 0px !important;
  }

  .tab_3 .margin-left {
    margin-bottom: 0px !important;
  }

  .mn-temp-option-selection {
    margin: 0 80px 0 65px;
  }
  .op4-option-selection{
    margin: 0 65px 0 50px;
  }
  .multistep-container .mutistep-form-area .form-box .btn-row-leftRight {
    height: 110px;
    margin: 0px 30px;
    padding: 0 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-top: -10px;
  }

  .multistep-container .mutistep-form-area .form-box .btn-row-dualTable {
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width: 1350px) {
  .mn-temp-option-selection .width-tooltip .icon-container {
    padding-left: 3px;
  }
  .mn-temp-option-selection .width-tooltip .icon-container .fas {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .side-box {
    padding: 25px 0px;
  }

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

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

  .multistep-container .mutistep-form-area .form-box .btn-row-leftRight {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 820px) {
  .mn-temp-option-selection {
    margin: 0 40px 0 25px;
  }
  .op4-option-selection{
    margin: 0 35px 0 20px;
  }
}

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

.tab_3 .option4-below-control-section {
  margin: 0px 30px;
  height: 120px;
}

.tab_3 .margin-right {
  margin-bottom: 50px;
}

.tab_3 .margin-left {
  margin-bottom: 50px;
}

/* Manage Template Time Picker Icon styles  */
.input-time input.date-pick-style {
  width: 93%;
}

.time-pick-icon {
  /* margin-left: -20px;
  margin-top: -20px; */
  position: relative;
  color: black;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
}

.time-pick-icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

.op1-option-selection .threebar:hover,
.op4-option-selection .threebar:hover,
.mn-temp-option-selection .threebar:hover {
  cursor: grab;
}

.save-start-class-hide-show-mnTemp {
  display: none;
}

/* Manage Data Option 4 Hide Show control  */
.save-start-class-hide-show-op4 {
  display: none;
}

/* 
.updown-handler{
  position: absolute;
  display: block;
  height: 20px;
  width: 15px;
  background: #F5F5F5; 
  right: 2px;
  top: 8px;
  z-index: 10;
  text-align: center;
}
.updown-handler:before{
  
  content: "\25b2";
    position: absolute;
    height: 10px;
  width: 20px;
    font-size: 11px;
    color: #818181;
    z-index: 3;
    right: 0px;
    top: 0px;
}
.updown-handler:after{
  
  content: "\25bc";
    position: absolute;
    height: 10px;
  width: 20px;
    font-size: 11px;
    color: #818181;
    z-index: 3;
    right: 0px;
    top: 8px;
} */
@media screen and (max-width: 1200px) {
  .checkbox-container {
    padding-top: 110px;
  }

  .title-section {
    width: 25%;
  }

  .input-section {
    width: 75%;
  }

  .percent-input input {
    width: 93%;
  }

  .input-time input.date-pick-style {
    width: 91%;
  }

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

@media screen and (max-width: 992px) {
  .field_set {
    padding: 25px 25px 30px 25px;
  }

  .title-section {
    width: 30%;
  }

  .input-section {
    width: 70%;
  }

  .percent-input input {
    width: 90%;
  }

  .input-time input.date-pick-style {
    width: 88%;
  }

  .box-input-text input {
    width: 80%;
  }

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

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

  /* 
.custom-input-section .custome-select select {
padding: 0 5px;
} */
}

@media screen and (max-width: 992px) {
  .field_set {
    padding: 20px 20px 25px 20px;
  }

  .title-section {
    width: 35%;
  }

  .input-section {
    width: 65%;
  }

  .custom-title-section {
    font-size: 14px;
  }

  .percent-input input {
    width: 90%;
  }

  .custom-date-title {
    width: 25%;
  }

  .custom-date-input {
    width: 75%;
  }

  .input-section input.date-pick-style {
    /* width: 75%; */
    padding: 0px 0px 0px 5px;
  }

  .input-time input.date-pick-style {
    width: 85%;
  }

  .custom-input-section .custome-select select {
    padding: 0px 0px 0px 5px;
  }

  .box-input-text input {
    width: 75%;
  }

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



/* MADIA QUERY TEMP TAB */

@media screen and (max-width: 1250px) {

  /* ===/// TEMPLATE SLIDER START ///=== */
  .tab_3 #load_temp_slider .load_temp_row {
    margin: 36px 132px 62px;
  }

  .tab_3 .template_box,
  .tab_3 .create_new_temp {
    width: 180px;
    height: 230px;
  }

  .tab_3 .template_box img,
  .tab_3 .create_new_temp img {
    width: 60px;
  }

  .tab_3 .template_box p,
  .tab_3 .create_new_temp p {
    font-size: 20px;
    width: 180px;
  }

  /* carousel control */
  #load_temp_slider .slider_arrow_box {
    width: 50px;
    height: 50px;
  }

  #load_temp_slider .slider_arrow_box i {
    font-size: 26px;
  }

  /* ===/// TEMPLATE SLIDER END ///=== */
}
@media screen and (max-width: 991px) {

  /* ===/// TEMPLATE SLIDER START ///=== */
  .tab_3 #load_temp_slider .load_temp_row {
    margin: 36px 50px 62px;
  }

  .tab_3 .template_box,
  .tab_3 .create_new_temp {
    width: 150px;
    height: 200px;
  }

  .tab_3 .template_box img,
  .tab_3 .create_new_temp img {
    width: 50px;
  }

  .tab_3 .template_box p,
  .tab_3 .create_new_temp p {
    width: 150px;
    font-size: 18px;
  }

  .tab_3 .create_new_temp .plus_box {
    height: 50px;
    width: 50px;
  }

  .tab_3 .create_new_temp .plus_box i {
    font-size: 28px;
  }

  /* carousel control */
  #load_temp_slider .slider_arrow_box {
    width: 44px;
    height: 44px;
  }

  #load_temp_slider .slider_arrow_box.left00a {
    left: 50px;
  }

  #load_temp_slider .slider_arrow_box.right00a {
    right: 0px;
  }

  /* ===/// TEMPLATE SLIDER END ///=== */
}
@media screen and (max-width: 1030px) {
  #create_new_mn_temp .mn-temp-sample1-wrapper .create-manage {
    margin: 0px 30px;
  }
}


#create_new_mn_temp .mutistep-form-area .section-name span:hover{
  cursor: pointer;
  text-decoration: underline;
}

fieldset legend.w-auto span.tooltip-container{
  position: absolute;
  color: black;
  display: block;
  font-size: 18px;
  top: 6px;
  left: 185px;
}

fieldset legend.w-auto span.span-180{
  left: 180px;
}
fieldset legend.w-auto span.span-190{
  left: 190px;
}
fieldset legend.w-auto span.diff-position{
  top: 88px;
}

fieldset legend.w-auto label.toggle i{
  padding-top: 9px;
  padding-left: 2px;
}

fieldset legend.w-auto label.toggle i:hover{
  cursor: pointer;
}

#plusBtnModal .modal-dialog,
#remaneAllLevelItem .modal-dialog,
#loadTemplateRename .modal-dialog{
  width: 342px;
}
#plusBtnModal .modal-dialog .modal-body,
#remaneAllLevelItem .modal-dialog .modal-body,
#loadTemplateRename .modal-dialog .modal-body{
  padding: 0px;
}

.listData-modal .managetemp-btn .mybtns-39 {
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: 900;
}
.listData-modal .managetemp-btn .mybtns-39.submit-btn {
  margin-left: auto;
  color: white;
}
.listData-modal .managetemp-btn .mybtns-39.reset-btn:hover {
  color: white;
}
.listData-modal .managetemp-btn .mybtns-39.submit-btn:hover {
  color: black;
  outline: none;
  border: 1px solid black;
}