.brand .brand-logo img {
  max-height: 41px;
}

.table th, .table td {
  vertical-align: middle;
}

.header-mobile__logo img {
  max-height: 35px;
}

.c-form__row {
  display: flex;
}
.c-form__row .c-form__group:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.c-form__row--4 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-form__row--4 .c-form__group {
  max-width: calc(25% - 5px) !important;
}
@media screen and (max-width: 1050px) {
  .c-form__row--4 .c-form__group {
    max-width: calc(50% - 5px) !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .c-form__row--4 .c-form__group {
    max-width: 100% !important;
  }
}
.c-form__row--3 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-form__row--3 .c-form__group {
  max-width: calc(33.333% - 5px);
}
@media screen and (max-width: 600px) {
  .c-form__row--3 .c-form__group {
    max-width: 100%;
  }
}
.c-form__row--context {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.c-form__row--context h4 {
  margin-bottom: 3px;
}
.c-form__group {
  width: 100%;
}
.c-form__iso {
  display: flex;
}
.c-form__iso input:nth-of-type(1) {
  width: 35%;
  margin-right: 5px;
}
.c-form__iso input:nth-of-type(2) {
  width: 40%;
  margin-right: 5px;
}
.c-form__iso input:nth-of-type(3) {
  width: 25%;
}

.c-subheader h5 {
  font-weight: 600 !important;
}
.c-subheader__buttons {
  display: flex;
}
.c-subheader__buttons a, .c-subheader__buttons button {
  margin-left: 5px;
}

.c-accordion .card {
  border-radius: 5px !important;
  margin-bottom: 10px;
}
.c-accordion .card .c-attach__single {
  background-color: #e2eaf3;
  border-radius: 5px;
}
.c-accordion .card .c-attach__single:last-of-type {
  margin-bottom: 0 !important;
}
.c-accordion .card-header {
  background-color: white !important;
  border-radius: 5px !important;
  padding: 0 !important;
}
.c-accordion .card-header .card-title {
  padding: 15px 20px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #EBEDF3 !important;
}
.c-accordion .card-header .card-title i {
  margin-left: 10px;
  color: #1BC5BD !important;
}
.c-accordion .card-header .collapsed {
  border-bottom: none !important;
}
.c-accordion .card-body {
  padding: 10px 20px 15px 20px !important;
}

.c-notification {
  margin-bottom: 25px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .c-notification {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-notification__wrap {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .c-notification__wrap button {
    margin-top: 10px;
  }
}
.c-notification__info span {
  margin-right: 10px;
  font-size: 14px !important;
  font-weight: 400;
}
.c-notification--border-success {
  border: 2px solid #1cc5bd !important;
}

.c-advanced-table {
  min-width: 1200px;
  width: 100%;
}
.c-advanced-table__header {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.c-advanced-table__header__single {
  padding-right: 10px;
}
.c-advanced-table__header__single span {
  font-weight: 500;
}
.c-advanced-table__header .single-small {
  width: 8%;
}
.c-advanced-table__header .single-large {
  width: 22%;
}
.c-advanced-table__body__single {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-top: 1px solid #dcdee2;
}
.c-advanced-table__body__single--odd {
  background-color: #f0f7ff;
}
.c-advanced-table__body__single__row {
  display: flex;
}
.c-advanced-table__body__single__row__single {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.c-advanced-table__body__single__row__single span {
  display: flex;
  align-items: center;
}
.c-advanced-table__body__single__row__single span span:last-of-type {
  margin-top: 3px;
}
.c-advanced-table__body__single__row .single-small {
  width: 8%;
}
.c-advanced-table__body__single__row .single-large {
  width: 22%;
}

.c-attach__single {
  margin-bottom: 10px;
  padding: 15px 20px;
}
.c-attach__single__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c3ceda;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.c-attach__single__header h5 {
  margin: 0;
}
.c-attach__single__header h5 i {
  margin-left: 10px;
  color: #0BB7AF !important;
}
.c-attach__single__form {
  border-top: 1px solid #c3ceda;
  padding-top: 10px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.c-attach__single__form__cta {
  border-top: 1px solid #c3ceda;
  padding-top: 10px;
  margin-top: 10px;
}
.c-attach__single__form__cta button {
  margin-right: 5px;
}
.c-attach__single__form__items .c-form__row {
  margin-bottom: 5px;
}
.c-attach__single__form__items .c-form__row:last-of-type {
  margin-bottom: 0;
}
.c-attach__single__form__items .c-form__row .c-form__group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-attach__single__form__items .c-form__row .c-form__group label, .c-attach__single__form__items .c-form__row .c-form__group span {
  margin: 0;
}
.c-attach__single__form__items .c-form__row .c-form__group label {
  margin-right: 5px;
}
.c-attach__single__form__items .c-form__row .c-form__group input {
  max-width: 80px;
  width: 80px;
}
.c-attach__single__form__items .c-form__row .c-form__group div {
  margin-left: 20px;
}

.s-content {
  padding: 0 25px;
}
@media screen and (max-width: 992px) {
  .s-content {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=overwrites.css.map */
