.s131 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  background-position: center center;
  padding: 15px;
}

.s131 form {
  width: 100%;
  max-width: 800px;
}

.s131 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
      margin-left: 50px;
}

.s131 form .inner-form .input-field {
  height: 60px;
}

.s131 form .inner-form .input-field input {
  height: 100%;
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  /* padding: 0px 32px; */
  font-size: 16px;
  color: #333;
  /* border: 1px solid #e5e5e5; */
  /* border-radius: 10px 0px 0px 10px; */
}

.s131 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s131 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}

.s131 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 16px;
}

.s131 form .inner-form .input-field input:hover, .s131 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s131 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
      display: flex;
}
.s131 form .inner-form .input-field.first-wrap.recore {
  background-color: #fff;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
}
.s131 form .inner-form .input-field.first-wrap input {
  border-right: 0;
}

.s131 form .inner-form .input-field.second-wrap {
  min-width: 260px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 100%;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #333;
  font-size: 20px;
}

.s131 form .inner-form .input-field.second-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  font-size: 20px;
}

.s131 form .inner-form .input-field.second-wrap .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #333;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown .choices__item {
  color: #333;
}

.s131 form .inner-form .input-field.second-wrap .choices__list--dropdown {
  margin-top: 0;
}

.s131 form .inner-form .input-field.third-wrap {
  width: 164px;
}

.s131 form .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 45%;
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4272d7;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
  border-radius: 0px 10px 10px 0px;
}

.s131 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #2d62d3;
}

.s131 form .inner-form .input-field.third-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s131 form .inner-form .choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0;
}

.s131 form .inner-form .choices[data-type*="select-one"]:after {
  border: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1;
  right: 15px;
  top: 50%;
  background-size: 18px 18px;
}

.s131 form .inner-form .choices[data-type*="select-one"].is-open:after {
}

@media screen and (max-width: 992px) {
  .s131 form .inner-form .input-field {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .s131 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s131 form .inner-form .input-field {
    margin-bottom: 20px;
  }
  .s131 form .inner-form .input-field input {
    padding: 10px 15px;
  }
  .s131 form .inner-form .input-field.first-wrap {
    width: 100%;
  }
  .s131 form .inner-form .input-field.first-wrap .choices__inner {
    padding: 10px 15px;
  }
  .s131 form .inner-form .input-field.second-wrap {
    width: 100%;
  }
  .s131 form .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .s131 form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}
.MuiTab-wrappe {
  font-family: SFProdisplay !important;
}
.MuiTab-root  {
  font-size : 1rem !important;
}
.breadcrumb {
  background-color: #F0F5F7;
  height: 50px;
  line-height: 45px;
  margin-top: -9px;
}
.ck.ck-editor {
  z-index: 0;
}
.icon-size {
  font-size: 16pt !important;
}
.ant-tree-switcher {
width: 0px !important;
}
.ant-tree .ant-tree-node-content-wrapper {
  font-size: 12pt !important;
  color: #0261b0 !important;
  line-height: 28px !important;
}
.ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon {
   margin-left: -10px !important;
   color: #0261b0 !important;
   font-size:12pt !important;
}

.sidebar .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #FFF !important;
  color: red !important;
}