.nav-tab-plan .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 15px;
}
.imgfor span {
  font-size: 12px;
}
.nav-tab-plan .nav-link.active {
  border: 1px solid transparent;
}
.nav-tab-plan .nav-tabs .nav-link:focus,
.nav-tab-plan .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}
.nav-tab-plan .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Quicksand", sans-serif;
}
.nav-tab-plan .nav-item::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  /* background: #b5c7fd; */
  border-radius: 50%;
  margin: 15px 15px 0 15px;
  text-align: center;
  background-image: url("../../assets/images/form/check.svg");
  background-size: cover;
  filter: grayscale(1);
}
.nestbtn {
  text-transform: capitalize;
}
.nav-tab-plan .widget {
  background: transparent !important ;
  border: none;
}
.nav-tab-plan .widget-content .input-group > .form-control,
.nav-tab-plan .widget-content .bootstrap-select.form-control > .dropdown-toggle,
.nav-tab-plan .filepreview .form-control[type="file"],
.filepreview .form-control[type="file" i] {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}
.filepreview .form-control[type="file" i] {
  border: 1px solid transparent;
}
.nav-tab-plan
  .widget-content
  .bootstrap-select.form-control
  > .dropdown-toggle {
  border: none;
}
.nav-tab-plan .fr-box.fr-basic.fr-top .fr-wrapper {
  background-color: #f7f7f7;
}
.nav-tab-plan .tag-editor {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
.setform-con .input-group > .form-control {
  background-color: #f7f7f7 !important;
}
.form-info .form-control:focus {
  box-shadow: none;
}
.form-info .filepreview .form-control[type="file"],
.form-info .filepreview .form-control[type="file" i],
.form-info .validate-input.has-val.filepreview .form-control[type="file" i] {
  padding: 6px 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  color: #555;
  opacity: 0.5;
  background: #fff;
  opacity: 1;
  padding: 5px 15px;
  border: 1px solid #bfc9d4;
}
a {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #007bff;
  margin: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

ul,
li {
  margin: 0;
  list-style-type: none;
}

input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #adadad;
}

input:-moz-placeholder {
  color: #adadad;
}

input::-moz-placeholder {
  color: #adadad;
}

input:-ms-input-placeholder {
  color: #adadad;
}

textarea::-webkit-input-placeholder {
  color: #adadad;
}

textarea:-moz-placeholder {
  color: #adadad;
}

textarea::-moz-placeholder {
  color: #adadad;
}

textarea:-ms-input-placeholder {
  color: #adadad;
}

button {
  outline: none !important;
  border: none;
  background: 0 0;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

.container {
  max-width: 1200px;
}

.bg0 {
  background-color: #f7f7f7;
}
.bg1 {
  background-color: #f7f7f7;
}

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* background: #e6e6e6; */
  border: 1px solid #eee;
}
.wrap-contact100 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.right-sidebar-content .form-info,
.right-sidebar-content .form-info-tags,
.right-sidebar-content .form-info-scheduler {
  padding: 0 50px;
}
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  /* border: 1px solid #e6e6e6; */
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}
.wrap-input100.set-colo-bo {
  padding: 10px 30px 9px 0px;
}
.set-paln {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 25px 15px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase;
}
.input100 {
  display: block;
  width: 100%;
  background: 0 0;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  padding-right: 15px;
}
input.input100 {
  height: 40px;
}

textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333;
  border-radius: 25px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #00ad5f;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 90px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px;
  }
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0;
  padding: 0 45px 0 22px;
  pointer-events: none;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0;
    width: 30px;
  }
}

.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.2;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.input-radio100:checked + .label-radio100::after {
  display: block;
}

.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px;
}

.contact100-form-range-value {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.contact100-form-range-value input {
  display: none;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}

#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}

#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

#filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0 57px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0 0;
  }
}
.set-right-bar#rightSidebar {
  width: 1000px !important;
}
.set-int {
  justify-content: end;
  margin-top: 20px;
}
.previous-page,
.previous1,
.reset {
  margin-right: 20px !important;
}
.nav-tab-plan .nav-item {
  text-align: center;
}
.nav-tab-plan ul:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background: #d0dee8;
  left: 37%;
  top: 27px;
  z-index: -1;
}
.nav-tab-plan ul {
  margin: 0 auto;
  display: table;
  position: relative;
}
.nav-item-pre.set-colo-add::before {
  filter: none;
  background-image: url(../../assets/images/form/check-blue.svg);
}
.nav-tab-plan .nav-item.nav-item-pl::before,
.nav-item-sc.set-colo-add::before {
  filter: none;
  background-image: url(../../assets/images/form/check-blue.svg);
}

.price-col h3 b {
  font-size: 17px;
  font-weight: 700;
}
.price-row {
  margin: 0 auto;
}
.wrap-input100.set-colo-bo {
  border: none;
}
.price-col {
  background: transparent;
  padding: 15px;
  border-radius: 10px;
  color: #000;
  text-align: center;
  border: 1px solid #7bed78;
  box-shadow: inset 0px 10px 40px 1px rgb(183 186 183 / 15%);
}
.set-colo-bo .price-col:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.price-col p {
  font-size: 22px;
  color: #7bed78;
}
.price-col h3 {
  font-size: 27px;
  margin: 20px 0 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.price-col h3 span {
  font-size: 16px;
}
.price-col ul {
  padding: 0;
  padding-bottom: 10px;
}

.price-col button {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  color: rgb(255 0 0 / 65%);
  font-size: 16px;
  border: 1px solid rgb(255 0 0 / 65%);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.5s;
  font-weight: 600;
}
.price-col:hover {
  background-color: rgb(216 250 211 / 33%);
  border: 1px solid rgb(12 248 10 / 33%);
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}
.price-col:hover button {
  background-color: rgb(255 0 0 / 65%);
  color: #fff;
}
.setold-price {
  position: relative;
}
/* .setold-price::before {
    position: absolute;
    width: 3.5rem;
    content: '';
    border-top: 2px solid red;
    transform: rotate(346deg);
    left: 3px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
} */
.price-col h3 span.setold-price {
  font-size: 13px;
  text-decoration: line-through;
}
.price-col h3 span.setold-price b {
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
}
.set-paln .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid transparent;
}
.set-paln .form-group .form-control {
  border: 1px solid #eee;
}
.form-info-scheduler,
.form-info-tags {
  display: none;
}
.d-none-info {
  display: none;
}
.d-none-tag {
  display: block;
}
.set-right-bar .btn-primary:not(:disabled):not(.disabled):active:focus,
.set-right-bar .btn-primary:not(:disabled):not(.disabled) {
  box-shadow: none;
}
.next-page,
.previous-pg,
.next-pg,
.previous-page,
.reset,
.savepg {
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
  font-size: 15px;
}

/* .imgsizelbl2{
    position: absolute;
    top: 38px;
} */
.imgfor {
  position: relative;
}
.dis-set {
  display: block;
}

.select2Part .floating-label {
  opacity: 0;
}
.select2Part.focused .floating-label {
  opacity: 1;
}
.select2multiple .floating-label {
  opacity: 1;
}
.select2Part.focused
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 13px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #dfe3e7;
  height: 55px;
}
.select2-container--focus.select2-container--default
  .select2-selection--single {
  border: 1px solid #5a8dee;
  background-color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  padding-top: 7px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 53px;
  right: 15px;
  transition: 240ms;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(236 238 241);
  color: #4a494a;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #5a8dee;
  color: #fff;
}
.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0.267rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}
.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
  border-radius: 0px;
  border: none;
  top: -8px;
  border-radius: 6px;
  overflow: hidden;
}
.select2Part.w-100 > .select2-container {
  width: 100% !important;
}
.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
}
.select2-container--default .select2-search--dropdown:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  min-height: 50px;
  border-radius: 6px;
  position: relative;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #5a8dee;
  background-color: #fff;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  color: #757575;
  line-height: 55px;
  padding-right: 40px;
  display: block;
  height: 100%;
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
  transition: 240ms;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow {
  height: 48px;
  right: 15px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  line-height: initial;
  padding: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
  line-height: initial;
  padding: 5px;
  font-size: 14px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  cursor: default;
  float: left;
  color: #1f1f1f;
  margin-right: 5px;
  margin-top: 5px;
  width: initial !important;
  padding: 5px 10px;
  padding-right: 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.3px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  font-size: 16px;
  margin-top: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 27px;
  padding-top: 6px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  position: absolute;
  font-size: 17px;
  width: 20px;
  height: 20px;
  top: 3px;
  text-align: center;
  color: #e45555;
  right: 0px;
}
.floating-group.focused
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
}
.previous-pg {
  margin-right: 20px !important;
}
.set-paln .bootstrap-select.btn-group > .dropdown-toggle {
  border: none;
}
.form-info-scheduler .form-control.set-dt {
  border: none;
  /* border-bottom: 2px solid #8ca5ca; */
  background-color: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #555;
  opacity: 0.5;
  padding: 8px 0px;
}
.form-info-tags
  .bootstrap-select.form-control
  > .dropdown-toggle.bs-placeholder {
  color: #555 !important;
  border: none;
  background-color: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #555;
  opacity: 0.5;
  padding: 8px 0px;
}
.set-paln .bootstrap-select.show .dropdown-toggle,
.price-row .bootstrap-select.show .dropdown-toggle {
  border: none;
  box-shadow: none;
  border: none !important;
}
.set-paln .bootstrap-select.btn-group > .dropdown-toggle,
.price-row .bootstrap-select.btn-group > .dropdown-toggle {
  background-color: transparent;
}
.plan-summary-details .main-heading {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #191a1b;
  margin-bottom: 0px;
}

.plan-summary-details .table thead th {
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #6a6a6a;
}
.plan-summary-details .table tbody tr {
  border-bottom: 1px solid #dfe0eb;
}
.plan-summary-details .totle-plan tbody th {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #191a1b;
}
.categorie-model-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #6a6a6a;
}
.addition-notes {
  padding: 10px 18px;
  border-left: 8px solid #ff5959;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.addition-notes p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #6a6a6a;
}
.addition-notes p .material-icons {
  color: #ff5959;
  transform: translateY(6px);
  margin: 0 5px;
}
.set-colp {
  margin-left: 15px;
}
#returnordersForm .uploadjewellerytabs {
    margin: 1rem 0;
}
.uploadjewellerytabs {
  width: 100;
  max-width: 40%;
}
.uploadjewellerytabs {
  /* justify-content: center; */
  margin: 0px 0;
  display: flex;
  justify-content: start !important;
  /* border-radius: 6px !important; */
  overflow: hidden;
  margin: 0;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff !important;
  font-size: 18px;
  /* border-radius: 30px !important; */
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-wrap: unset;
  padding: 0;
  /* margin-bottom: 2rem; */
  /* margin-top: 2rem; */
  list-style: none;
  background-color: #e9ecef;
  /* border-radius: 0.25rem; */
  /* margin-left: 0; */
}
.uploadjewellerytabs li.active {
  background-color: #162441;
  color: #ffffff;
}
.uploadjewellerytabs li {
    z-index: 2;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    text-decoration: none;
    height: 100%;
    color: #666;
    border-right: 1px solid #3a3939;
    padding: 7px 2rem;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.uploadjewellerytabs li b {
  position: absolute;
  left: 17px;
  border: 2px solid #dedede;
  padding: 0px 7px;
  top: 9px;
  border-radius: 100%;
  font-size: 13px;
}
.uploadjewellerytabs {
  width: 100%;
  max-width: 100%;
}
.uploadjewellerytabs li.active {
  background-color: #122140;
  color: #ffffff;
}

.uploadjewellerytabs li.active a:hover {
  background-color: #122140;
  color: #ffffff;
}

.uploadjewellerytabs li a:hover {
  color: #000000;
}
.uploadjewellerytabs li.disabled,
.uploadjewellerytabs li a.disabled {
  cursor: not-allowed;
}
.uploadjewellerytabs .nav-tabs .nav-item.show .nav-link,
.uploadjewellerytabs .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #122140 !important;
}

.uploadjewellerytabs li.active a {
  color: #fff;
  font-weight: 800;
}
.set-cre {
  background-color: transparent;
  border: none;
  font-family: "Quicksand", sans-serif;
  font-size: 27px;
  color: #555;
}
.form-control.set-cre:focus {
  box-shadow: none;
  border-color: transparent;
  color: transparent;
}
