.container {
  width: 1140px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.rcl-table__not-header .rcl-table__cell:nth-child(1) {
  padding: 0 0 8px -0px;
}

.webx-main{
  width: 100%;
}


.rcl-table__cell {
  padding: 0;
}
.rcl-subtab-content h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px !important;
  line-height: 49px !important;

  margin-bottom: 23px !important;

  color: #000000 !important;
  width: 100%;
}

.rcl-subtab-content h1::first-letter {
  text-decoration: none;
}

.rcl-subtab-content #results-wrapper {
  padding-left: 0;
}

.rcl-subtab-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.rcl-subtab-content #results-wrapper, .rcl-subtab-content #pavlin  {
  width: 48%;
  flex: 1 0 48%;
}

.rcl-subtab-content #results-wrapper select{
  max-width: 50%;
  border: 1px solid #BDBDBD !important;
  border-radius: 5px;
}

.rcl-subtab-content #count-results {
  margin: 0;
}
.rcl-subtab-content #results-list {
  margin-top: 24px;
}
.rcl-table {
  margin-top: 0;
}
.rcl-table__row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

span.required {
  color: #5FBA57 !important;
}

#your-profile {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #828282;
}


#your-profile input {
  padding: 12px 16px;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
}

.rcl-table__row {
  position: relative;
}
.rcl-field-notice-wrapper {
  position: absolute;
  top: -24px;
  left: 78px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/notice.svg) no-repeat;
  cursor: pointer;
}
.rcl-field-notice {
  position: absolute;
  width: 150px;
  left: 20px;
  top: -14px;
  display: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 3px;
  background: #fff;
}

.rcl-field-notice i {
  display: none;
}

.rcl-field-input input:invalid {
  border-color: #bdbdbd !important;
}
.rcl-table__not-header .rcl-table__row {
  padding: 0;
  margin-bottom: 16px;
}
.rcl-field-core {
  position: relative;
}
.eye {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  background: url(/wp-content/uploads/eye-off.svg) no-repeat;
  background-size: contain;
}

.eye:hover {
  opacity: .8;
}

.eye.open {
  background: url(/wp-content/uploads/eye.svg) no-repeat;
  background-size: contain;
}

.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__text, .rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__ico-left {
  padding: 0;
}

#cpsubmit {
  font-family: 'Noto Sans';
  padding: 8px 24px;
}

.rcl-subtab-content p:empty {
  display: none;
}


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

  .rcl-table__not-header .rcl-table__row {
    background: none;
    border: 0;
  }

  #your-profile .d-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #your-profile .d-flex > span {
     width: 100%;
     margin-bottom: 40px;
  }
}
