.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.container {
  width: 100%;
}

.main_navbar {
  position: fixed;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  background-color: #fff;
}

.div-block {
  float: right;
}

.dropdown-toggle {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
}

.dropdown-toggle.create_dashboard {
  width: auto;
  height: 32px;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: transparent;
  line-height: 32px;
}

.dropdown-toggle.create_dashboard.w--open {
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 20px;
  background-color: transparent;
}

.brand {
  margin-right: 0px;
  margin-left: 0px;
  float: left;
}

.brand.w--current {
  margin-right: 0px;
  margin-left: 0px;
}

.text-block {
  float: left;
  font-family: 'DM Sans', sans-serif;
  line-height: 50px;
  font-weight: 700;
}

.div-block-2 {
  width: 100%;
  float: right;
  border-style: none;
  border-width: 1px;
  border-color: #e1e5ec;
}

.image {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 14px;
  float: left;
  border-radius: 20px;
}

.dropdown {
  width: auto;
  height: 50px;
  margin-top: 10px;
  margin-right: 35px;
  margin-left: 0px;
  float: right;
  background-color: transparent;
}

.dropdown.create_new_dashboard {
  width: auto;
  height: 32px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  border-radius: 5px;
  background-color: transparent;
}

.dropdown-list {
  margin-top: -7px;
}

.dropdown-list.w--open {
  z-index: -1;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(144, 164, 174, 0.15);
}

.dropdown-list.create_now {
  padding-top: 50px;
  padding-left: 0px;
}

.dropdown-link {
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: transparent;
  color: #050a19;
}

.dropdown-link.logout {
  color: #d7191f;
}

.dropdown-link-2 {
  padding-left: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #ff002b;
  font-weight: 700;
}

.dropdown-link-2:hover {
  background-color: transparent;
}

.text-block-2 {
  float: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
}

.main_container {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 80px;
  float: none;
  border-radius: 5px;
  background-clip: border-box;
}

.heading-2 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  float: left;
  clear: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.html-embed {
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.table_wrapper {
  display: block;
  /*margin-top: 30px;*/
  padding: 5px;
  float: none;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.table_wrapper.center {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
}

.table_wrapper.app-setting {
  padding: 0px;
  border-width: 0px;
}

.secondary_btn {
  display: block;
  height: 32px;
  margin-top: 20px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: border 100ms ease;
  transition: border 100ms ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
  cursor: pointer;
}

.secondary_btn:hover {
  border-color: #d7191f;
}

.secondary_btn:active {
  border-style: solid;
  border-width: 1px;
  border-color: #d7191f;
  background-color: #fee;
  color: #fff;
}

.secondary_btn.secondary {
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7191f;
  background-color: transparent;
  color: #d7191f;
}

.secondary_btn.secondary:active {
  background-color: #fee;
}

.secondary_btn.nooutline {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.secondary_btn.nooutline:hover {
  background-color: #fee;
}

.secondary_btn.nooutline.cancel-btn {
  height: 36px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-input {
  width: 150px;
  height: 32px;
  margin-bottom: 0px;
  padding-left: 40px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
}

.search {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 50px;
  float: left;
  clear: right;
}

.search-button {
  height: 32px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #d7191f;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.image-2 {
  position: absolute;
  margin-top: 6px;
  margin-right: 0px;
  margin-left: -140px;
}

.section {
  position: absolute;
}

.field-label {
  float: left;
  font-family: 'DM Sans', sans-serif;
}

.select-field {
  display: block;
  float: left;
  font-family: 'DM Sans', sans-serif;
}

.def_dim_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 390px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 220px;
  border-radius: 6px;
  background-color: #fff;
}

.submit-button {
  width: 140px;
  border-radius: 5px;
  background-color: #0400ff;
  font-family: 'DM Sans', sans-serif;
}

.button-2 {
  margin-left: 10px;
  border-radius: 5px;
  background-color: #f2f5ff;
  font-family: 'DM Sans', sans-serif;
  color: #000;
}

.heading-3 {
  font-family: 'DM Sans', sans-serif;
}

.field-label-2 {
  font-family: 'DM Sans', sans-serif;
}

.text-field {
  margin-bottom: 25px;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
}

.def_menu-current {
  margin-right: 30px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  line-height: 50px;
  text-decoration: none;
}

.def_menu {
  margin-right: 30px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  line-height: 50px;
  text-decoration: none;
}

.def_menu.current {
  color: #0400ff;
  font-weight: 700;
}

.section_left {
  float: none;
}

.section_right {
  width: 100%;
  margin-left: 0px;
  float: left;
}

.field-label-3 {
  float: none;
  font-family: 'DM Sans', sans-serif;
}

.text-field-2 {
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
}

.field-label-4 {
  margin-top: 20px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'DM Sans', sans-serif;
}

.field-label-4.title {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border: 1px none #000;
  font-size: 23px;
}

.text-field-3 {
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
}

.submit-button-2 {
  width: 100%;
  margin-top: 50px;
  border-radius: 5px;
  background-color: #0400ff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.form {
  width: 100%;
  margin-left: 0px;
}

.div-block-5 {
  margin-top: 30px;
}

.apple {
  width: 150px;
  height: auto;
  padding-top: 30px;
  float: left;
  border: 1px solid #000;
  text-align: center;
}

.apple.select {
  width: 130px;
  border-color: #0400ff;
  border-radius: 7px;
  background-color: rgba(4, 0, 255, 0.05);
}

.android {
  width: 150px;
  height: auto;
  margin-left: 20px;
  padding-top: 30px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  text-align: center;
}

.webpush {
  width: 150px;
  height: auto;
  margin-left: 20px;
  padding-top: 30px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  text-align: center;
}

.heading-4 {
  margin-top: 50px;
  margin-bottom: 0px;
  float: none;
  clear: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.email {
  width: 150px;
  height: auto;
  padding-top: 30px;
  float: left;
  border: 1px solid #000;
  text-align: center;
}

.app {
  width: 150px;
  height: auto;
  margin-left: 20px;
  padding-top: 30px;
  float: left;
  border: 1px solid #000;
  text-align: center;
}

.app.windows {
  width: 130px;
  border-color: #d8d8d8;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.app.windows:hover {
  border-color: #868686;
}

.app.email {
  width: 130px;
  margin-left: 0px;
  border-color: #d8d8d8;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.app.email:hover {
  border-color: #868686;
}

.app.android {
  width: 130px;
  border-color: #d8d8d8;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.app.android:hover {
  border-color: #868686;
}

.app.webpush {
  width: 130px;
  border-color: #d8d8d8;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.app.webpush:hover {
  border-color: #868686;
}

.app.macos {
  width: 130px;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
}

.app.macos:hover {
  border-color: #868686;
}

.macos {
  width: 150px;
  height: auto;
  margin-left: 20px;
  padding-top: 30px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  text-align: center;
}

.text-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}

.text-block-3.focus {
  color: #0400ff;
  font-weight: 700;
}

.image-3 {
  width: 48px;
  height: 48px;
}

.image-4 {
  width: 48px;
  height: 48px;
}

.image-5 {
  width: 48px;
  height: 48px;
}

.image-6 {
  width: 48px;
  height: 48px;
}

.image-7 {
  width: 48px;
  height: 48px;
}

.image-8 {
  width: 48px;
  height: 48px;
}

.html-embed-2 {
  font-family: 'DM Sans', sans-serif;
}

.form-block {
  font-family: 'DM Sans', sans-serif;
}

.text-field-4 {
  width: 143px;
  margin-right: 0px;
  padding-right: 0px;
  float: left;
  border-radius: 5px;
}

.text-field-5 {
  float: left;
  border-radius: 5px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-4 {
  margin-bottom: 10px;
}

.text-block-5 {
  margin-bottom: 10px;
}

.text-block-6 {
  margin-bottom: 10px;
  opacity: 0;
}

.header_combo_setting {
  width: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 30px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 7px;
  background-color: #fff;
}

.header_combo_setting.password_rst {
  margin-right: auto;
  margin-left: 10px;
}

.text-field-6 {
  width: 160px;
  margin-right: 10px;
  float: left;
}

.form-block-2 {
  font-family: 'DM Sans', sans-serif;
}

.text-field-7 {
  width: auto;
}

.text-block-7 {
  margin-bottom: 10px;
  opacity: 0;
  font-weight: 700;
}

.submit-button-3 {
  width: 100%;
  height: 36px;
  margin-top: 0px;
  border-radius: 5px;
  background-color: #d7191f;
  line-height: 18px;
  font-weight: 700;
}

.field-label-5 {
  margin-bottom: 10px;
  border-radius: 0px;
  opacity: 0;
  color: #868686;
}

.text-block-8 {
  margin-bottom: 15px;
  font-size: 18px;
}

.text-block-9 {
  font-size: 18px;
}

.text-block-10 {
  font-size: 18px;
}

.text-block-11 {
  font-size: 18px;
}

.text-block-12 {
  font-size: 18px;
}

.text-block-13 {
  font-size: 18px;
}

.columns {
  border-bottom: 1px none #fff;
}

.field-label-6 {
  color: #868686;
}

.field-label-7 {
  color: #868686;
}

.field-label-8 {
  color: #868686;
}

.field-label-9 {
  color: #868686;
}

.field-label-10 {
  color: #868686;
}

.select-field-2 {
  padding-right: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.text-field-8 {
  border-radius: 5px;
}

.text-field-9 {
  border-radius: 5px;
}

.text-field-10 {
  border-radius: 5px;
}

.text-field-11 {
  height: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-11:focus {
  border-color: #90a4ae;
}

.text-field-12 {
  height: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-12:focus {
  border-color: #90a4ae;
}

.field-label-11 {
  opacity: 0;
}

.field-label-12 {
  opacity: 0;
}

.icon {
  margin-top: 0px;
  line-height: 50px;
}

.image-9 {
  width: 16px;
  height: 24px;
  margin-top: 8px;
  margin-right: 11px;
  margin-left: 10px;
  float: left;
}

.image-9.create_pop_ico {
  width: 16px;
}

.dim_bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup_module {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 720px;
  height: 500px;
  margin: auto;
  padding: 30px 30px 20px;
  border-radius: 5px;
  background-color: #fff;
}

.popup_module.popapp {
  overflow: auto;
  height: 80%;
}

.popup_module.platform {
  height: 640px;
  padding-bottom: 20px;
}

.popup_module.platform.android {
  height: 420px;
  text-align: left;
}

.popup_module.platform.web {
  height: 380px;
}

.form-block-3 {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
}

.text-field-13 {
  width: 100%;
  height: 34px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-13::-webkit-input-placeholder {
  color: #cfd8dc;
}

.text-field-13:-ms-input-placeholder {
  color: #cfd8dc;
}

.text-field-13::-ms-input-placeholder {
  color: #cfd8dc;
}

.text-field-13::placeholder {
  color: #cfd8dc;
}

.text-field-13.search_user_txt {
  width: 630px;
  margin-bottom: 0px;
}

.submit-button-4 {
  width: 86px;
  height: 36px;
  margin-top: 20px;
  margin-left: 10px;
  float: right;
  border-radius: 5px;
  background-color: #d7191f;
  line-height: 18px;
  font-weight: 700;
  background-clip: border-box;
}

.submit-button-4.save_btn {
  width: 84px;
}

.submit-button-4.complete {
  padding-right: 0px;
  padding-left: 0px;
}

.button-3 {
  display: block;
  width: 10%;
  height: 36px;
  margin-top: 20px;
  float: right;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  background-color: #e1e5ec;
}

.button-3.cancel_btn {
  width: 84px;
  color: #d7191f;
}

.button-3.cancel_btn:hover {
  background-color: #fee;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: none;
  border-bottom: 1px solid #e1e5ec;
  font-size: 31px;
  line-height: 39px;
}

.button-4 {
  float: left;
  border-radius: 5px;
  background-color: #e6e6ff;
  color: #0400ff;
  font-weight: 700;
}

.text-field-14 {
  width: 280px;
  margin-left: 10px;
  float: left;
  border-radius: 5px;
  background-color: #f2f5ff;
}

.text-block-14 {
  margin-bottom: 0px;
  clear: left;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.image-10 {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 5px;
  float: none;
}

.field-label-13 {
  clear: left;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

.column-2 {
  padding-left: 0px;
}

.image-11 {
  display: none;
  width: 160px;
  height: 32px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
}

.pagination_page {
  margin-right: 0px;
  float: left;
  font-family: 'DM Sans', sans-serif;
  text-align: left;
}

.pagination_page.page {
  float: left;
}

.select-field-3 {
  width: 200px;
  height: 34px;
  margin-right: 10px;
  padding-right: 0px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
  line-height: 18px;
}

.select-field-3.pgn {
  width: 70px;
  height: 32px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  line-height: 16px;
}

.main_pagination {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin: 50px auto 0px;
}

.field-label-14 {
  opacity: 0;
}

.link-block {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #0400ff;
}

.text-block-15 {
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.page {
  color: #d7191f;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.page.def {
  border-radius: 5px;
}

.page.focus {
  color: #fff;
}

.page.disabled {
  color: #cfd8dc;
}

.pgn.focus {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #0400ff;
}

.pgn.def {
  width: 38px;
  height: 38px;
  background-color: #d8d8d8;
}

.pagination_num {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d7191f;
  border-radius: 5px;
  background-color: transparent;
  line-height: 18px;
  text-decoration: none;
}

.pagination_num:active {
  background-color: #fee;
}

.pagination_num.focus {
  height: 36px;
  border-style: none;
  background-color: #d7191f;
  color: #fff;
}

.pagination_num.focus:active {
  background-color: #8b0304;
}

.pagination_num.previous {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.pagination_num.previous:active {
  background-color: #fee;
}

.pagination_num.previous.disabled {
  border-color: #cfd8dc;
  color: #cfd8dc;
}

.pagination_num.previous.disabled:active {
  background-color: transparent;
}

.pagination_num.next {
  width: auto;
  float: left;
}

.pagination_num.first {
  width: auto;
}

.pagination_num.disabled {
  width: auto;
  border-color: #cfd8dc;
}

.pagination_num.disabled:active {
  background-color: transparent;
}

.form-2 {
  margin-right: auto;
  margin-left: 20px;
  float: none;
  text-align: center;
}

.div-block-6 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.text-field-15 {
  border-radius: 5px;
}

.text-field-16 {
  border-radius: 5px;
}

.text-field-17 {
  border-radius: 5px;
}

.text-field-18 {
  border-radius: 5px;
}

.text-field-19 {
  border-radius: 5px;
}

.text-field-20 {
  border-radius: 5px;
}

.column-3 {
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
}

.column-5 {
  padding-right: 0px;
}

.columns-2 {
  margin-top: 0px;
}

.column-6 {
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
}

.image-12 {
  margin-bottom: 50px;
}

.column-8 {
  padding-right: 0px;
}

.button-5 {
  width: 100%;
  border-radius: 5px;
  background-color: #0400ff;
  font-weight: 700;
  text-align: center;
}

.image-13 {
  width: 48px;
  height: 48px;
  margin-top: 50px;
  margin-right: 20px;
  float: left;
  clear: none;
  opacity: 0.8;
  color: #050a19;
}

.text-field-21 {
  border-radius: 5px;
}

.text-field-22 {
  border-radius: 5px;
}

.text-field-23 {
  border-radius: 5px;
}

.text-field-24 {
  border-radius: 5px;
}

.text-field-25 {
  border-radius: 5px;
}

.text-field-26 {
  border-radius: 5px;
}

.body {
  background-color: #f5f5f5;
}

.body-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  background-color: #fff;
  font-family: 'DM Sans', sans-serif;
}

.body-2.app_setting_body {
  padding-bottom: 20px;
}

.body-3 {
  background-color: #f5f5f5;
}

.body-4 {
  background-color: #f5f5f5;
}

.body-5 {
  background-color: #f5f5f5;
}

.body-6 {
  background-color: #f5f5f5;
}

.div-block-7 {
  width: 50%;
  height: 100vh;
  padding-top: 150px;
  padding-right: 100px;
  padding-left: 100px;
  float: left;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  height: 100vh;
  float: left;
  background-image: url('../images/Mask-Group-1.svg');
  background-position: 0% 50%;
  background-size: cover;
}

.body-7 {
  overflow: hidden;
  background-color: #f5f7fc;
  font-family: 'DM Sans', sans-serif;
}

.columns-3 {
  margin-top: 30px;
}

.text-block-16 {
  text-align: right;
}

.column-9 {
  padding-left: 0px;
}

.link {
  color: #d7191f;
  font-weight: 700;
  text-decoration: none;
}

.link-2 {
  color: #d7191f;
  font-weight: 700;
  text-decoration: none;
}

.column-10 {
  padding-right: 0px;
}

.div-block-9 {
  width: 400px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.text-span {
  font-size: 13px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e5ec;
  font-size: 28px;
}

.image-14 {
  float: none;
  text-align: center;
}

.image-15 {
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 10px;
  float: left;
}

.field-label-15 {
  margin-bottom: 10px;
}

.field-label-16 {
  margin-bottom: 10px;
}

.field-label-17 {
  margin-bottom: 10px;
}

.field-label-18 {
  margin-bottom: 10px;
  opacity: 1;
}

.field-label-19 {
  margin-bottom: 10px;
}

.columns-4 {
  margin-bottom: 15px;
}

.field-label-20 {
  margin-bottom: 10px;
  opacity: 0;
}

.heading-7 {
  margin-top: 0px;
  padding-left: 33px;
  color: #0400ff;
  font-size: 18px;
  line-height: 21px;
}

.image-16 {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}

.div-block-10 {
  width: 49%;
  float: left;
}

.div-block-11 {
  width: 49%;
  float: left;
}

.div-block-12 {
  width: 10px;
  float: left;
}

.div-block-13 {
  width: 510px;
  margin-right: 10px;
  float: left;
}

.div-block-14 {
  width: 510px;
  margin-left: 10px;
  float: left;
}

.div-block-15 {
  padding: 20px 20px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
}

.field-label-21 {
  font-family: 'DM Sans', sans-serif;
}

.field-label-22 {
  font-family: 'DM Sans', sans-serif;
}

.field-label-23 {
  font-family: 'DM Sans', sans-serif;
}

.heading-8 {
  margin-bottom: 0px;
  clear: left;
  font-size: 21px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
}

.text-block-17 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.text-block-18 {
  margin-bottom: 21px;
  font-family: 'DM Sans', sans-serif;
}

.default_popup_module {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 700px;
  margin: auto;
  padding: 30px 30px 20px;
  border-radius: 8px;
  background-color: #fff;
}

.default_popup_module.create_notice {
  width: 900px;
  padding-bottom: 20px;
}

.default_popup_module.create_faq {
  width: 900px;
  padding-bottom: 20px;
}

.div-block-16 {
  width: 50%;
  padding-right: 10px;
  padding-left: 0px;
  float: left;
}

.div-block-17 {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.field-label-24 {
  clear: left;
}

.checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  background-color: transparent;
  color: #e1e5ec;
}

.checkbox-field {
  margin-top: 30px;
}

.div-block-18 {
  margin-top: 30px;
  clear: left;
}

.div-block-19 {
  margin-top: 30px;
  clear: left;
}

.div-block-20 {
  margin-top: 30px;
  float: none;
  clear: left;
}

.div-block-21 {
  clear: left;
}

.div-block-22 {
  margin-top: 30px;
  clear: left;
}

.div-block-23 {
  clear: left;
}

.field-label-25 {
  clear: left;
  font-family: 'DM Sans', sans-serif;
}

.user_list_table_wrap {
  overflow: scroll;
  height: 180px;
  margin-bottom: 20px;
  padding: 0px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.suggestion_popup {
  position: absolute;
  left: 240px;
  top: 158px;
  display: block;
  overflow: visible;
  width: 630px;
  height: auto;
  padding: 5px 0px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 15px 2px rgba(144, 164, 174, 0.2);
}

.text-block-19 {
  padding: 15px;
  float: left;
  color: #263238;
  font-weight: 500;
}

.link-3 {
  float: right;
  color: #d7191f;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.text-span-2 {
  clear: left;
  color: #90a4ae;
}

.suggest_list_wrap {
  padding: 10px 15px;
  line-height: 20px;
}

.suggest_list_wrap:hover {
  background-color: #f5f7fc;
}

.link-4 {
  margin-top: 0px;
  padding: 5px 10px;
  float: right;
  border-radius: 20px;
  background-color: transparent;
  color: #d7191f;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  background-color: transparent;
  color: #d7191f;
}

.text-block-20 {
  margin-top: 5px;
  float: left;
  font-weight: 700;
}

.text-span-3 {
  float: none;
  clear: none;
  color: #90a4ae;
  line-height: 0px;
  font-weight: 400;
}

.side_nav {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 230px;
  padding-top: 20px;
  float: left;
  clear: left;
  border-right: 1px solid #e1e5ec;
  background-color: #f7f9fc;
  font-family: 'DM Sans', sans-serif;
}

.dashboard_content {
  margin-left: 250px;
  float: left;
}

.side_nav_ico {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  float: left;
  opacity: 1;
}

.side_nav_ico.focus {
  opacity: 1;
}

.link-5 {
  display: block;
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  color: #050a19;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-5:hover {
  color: #050a19;
}

.link-5.active {
  color: #050a19;
  font-weight: 700;
}

.section-2 {
  padding-left: 200px;
  float: none;
}

.side_nav_list_wrap {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 5px 0px 5px 10px;
  border-radius: 5px;
  opacity: 0.3;
  line-height: 25px;
  cursor: pointer;
}

.side_nav_list_wrap:hover {
  background-color: rgba(225, 229, 236, 0.5);
  opacity: 1;
  color: #050a19;
}

.side_nav_list_wrap.active {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  clear: left;
  border-radius: 5px;
  background-color: rgba(225, 229, 236, 0.5);
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  color: #d7191f;
  font-weight: 700;
  cursor: pointer;
}

.side_nav_list_wrap.logout {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-3 {
  padding-left: 200px;
}

.section-4 {
  padding-left: 200px;
}

.section-5 {
  padding-left: 200px;
}

.section-6 {
  padding-left: 200px;
}

.section-7 {
  padding-top: 50px;
  padding-left: 200px;
}

.create_btn {
  float: right;
}

.text-block-21 {
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.text-block-21.second {
  display: block;
  margin-top: 4px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d7191f;
}

.text-block-21.second.third {
  margin-top: 0px;
}

.text-block-21.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  color: #d7191f;
  font-size: 14px;
  font-style: normal;
  text-align: right;
}

.image-17 {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 10px;
  margin-left: -10px;
  float: left;
  clear: none;
  color: #e63a3a;
}

.image-17.menuimg {
  margin-right: 6px;
}

.primary_btn {
  display: block;
  width: auto;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 15px;
  float: right;
  border-radius: 5px;
  background-color: #12497d;
  font-family: 'DM Sans', sans-serif;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.primary_btn:active {
  background-color: #12497d;
}

.primary_btn.login_btn {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 10px;
  float: none;
  text-align: center;
}

.primary_btn.change_password {
  margin-top: 0px;
  margin-bottom: 22px;
  margin-left: 0px;
}

.primary_btn.edit_profile {
  margin-left: 0px;
}

.primary_btn.menu {
  display: block;
  margin-top: 6px;
}

.primary_btn.excel {
  background-color: #3b8a63;
}

.text-span-4 {
  color: #90a4ae;
  font-weight: 400;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.text-block-22 {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #90a4ae;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
}

.text-block-22.login {
  text-align: center;
}

.image-18 {
  width: 24px;
  height: 24px;
  float: left;
}

.text-block-23 {
  margin-top: 2px;
  margin-left: 5px;
  float: left;
  color: #00796b;
}

.text-block-23.error {
  color: #d7191f;
}

.text-block-23.error {
  color: #d7191f;
}

.pop_date_ico {
  width: 16px;
  margin-top: 2px;
  float: left;
  opacity: 0.5;
}

.pop_date_txt {
  margin-left: 5px;
  float: left;
  color: #90a4ae;
  font-size: 11px;
}

.columns-5 {
  margin-bottom: 10px;
}

.pop_edit_btn {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  line-height: 32px;
}

.pop_edit_btn:active {
  background-color: #f5f7fc;
}

.pop_edit_btn_ico {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}

.pop_edit_btn_txt {
  float: left;
  color: #050a19;
  font-weight: 700;
}

.text-block-24 {
  margin-bottom: 20px;
  clear: left;
}

.pagination_btn {
  height: 32px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #12497d;
  border-radius: 5px;
  color: #050a19;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.pagination_btn:active {
  background-color: rgba(18, 73, 125, 0.5);
}

.pagination_btn.number {
  display: block;
  width: 32px;
  border-color: #12497d;
  white-space: normal;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.pagination_btn.number:active {
  background-color: rgba(18, 73, 125, 0.5);
}

.pagination_btn.number.focus {
  width: 32px;
  border-color: #12497d;
  background-color: #12497d;
  color: #fff;
}

.pagination_btn.disabled {
  border-color: #e1e5ec;
  background-color: #f5f7fc;
}

.image-19 {
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
}

.heading-10 {
  margin-top: 0px;
  clear: left;
  font-size: 14px;
}

.text-block-25 {
  margin-bottom: 10px;
  float: left;
  clear: left;
  color: #655c4f;
  font-weight: 700;
}

.ver_num {
  margin-top: 9px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  border-radius: 20px;
  background-color: #fee;
  color: #12497d;
  font-size: 11px;
  font-weight: 700;
}

.footer_copyright_wrap {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #e1e5ec;
}

.footer_copyright {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  opacity: 1;
  color: #90a4ae;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}

.copyright_wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px 17px;
  border-style: none;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: rgba(225, 229, 236, 0.7);
  opacity: 0.4;
  color: #fff;
}

.image-20 {
  margin-top: 1px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  opacity: 1;
}

.text-block-26 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  float: left;
  clear: left;
  border-bottom: 1px solid rgba(144, 164, 174, 0.2);
  border-left: 3px none #304ffe;
  opacity: 1;
  color: #90a4ae;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}

.text-span-5 {
  font-weight: 700;
}

.form-3 {
  float: none;
}

.text-block-27 {
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-radius: 20px;
  background-color: #f5f7fc;
  color: #050a19;
  line-height: 32px;
}

.text-span-6 {
  color: #90a4ae;
  font-weight: 700;
}

.dropdown_list {
  padding-left: 0px;
}

.dropdown_list:hover {
  background-color: #f5f7fc;
}

.login_txt {
  color: #fff;
  line-height: 32px;
}

.pgn_last.disabled {
  color: #cfd8dc;
}

.text-block-28 {
  color: #12497d;
}

.text-block-29 {
  color: #12497d;
}

.text-block-30 {
  color: #d7191f;
}

.text-block-30.enabled {
  color: #12497d;
}

.text-block-31 {
  color: #d7191f;
}

.text-block-31.enabled {
  color: #12497d;
}

.text-block-32 {
  float: left;
}

.create_now {
  color: #d7191f;
  font-weight: 700;
}

.div-block-25 {
  width: 19.2%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-25:hover {
  box-shadow: 0 6px 20px 0 rgba(5, 10, 25, 0.05);
}

.div-block-26 {
  width: 19.2%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-27 {
  width: 19.2%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-28 {
  width: 19.2%;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-29 {
  width: 19.2%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  clear: left;
  color: #050a19;
}

.image-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
}

.text-block-33 {
  margin-bottom: 10px;
  float: right;
  clear: left;
  color: #90a4ae;
}

.text-block-34 {
  margin-bottom: 10px;
}

.text-block-35 {
  margin-bottom: 10px;
}

.text-block-36 {
  margin-bottom: 10px;
}

.text-block-37 {
  margin-bottom: 10px;
}

.div-block-30 {
  width: 19.2%;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.link-block-2 {
  width: 19.2%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  -webkit-transition: box-shadow 175ms ease;
  transition: box-shadow 175ms ease;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #fff;
  box-shadow: 0 6px 13px 0 rgba(5, 10, 25, 0.05);
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: -5px;
  clear: left;
  color: #12497d;
  text-align: left;
}

.text-block-38 {
  margin-bottom: 10px;
  color: #90a4ae;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px none #e1e5ec;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 21px;
  margin-bottom: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-22 {
  display: block;
  width: 140px;
  height: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px 50px 0px 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 2px none #e1e5ec;
}

.div-block-33 {
  display: block;
  width: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 21px;
  margin-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 21px;
  margin-bottom: 97px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d7191f;
}

.text-span-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.field-label-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field-27 {
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-block-37 {
  margin-right: 40px;
}

.form-4 {
  display: block;
  color: #90a4ae;
}

.field-label-27 {
  margin-top: 10px;
  margin-bottom: 28px;
}

.field-label-28 {
  margin-bottom: 28px;
}

.field-label-29 {
  margin-bottom: 28px;
}

.field-label-30 {
  margin-bottom: 28px;
}

.field-label-31 {
  margin-bottom: 28px;
}

.field-label-32 {
  margin-bottom: 28px;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 0px;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d7191f;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-39 {
  margin-right: 21px;
}

.text-field-28 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.user-profile-field {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-29 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-30 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-31 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-32 {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-size: 18px;
  line-height: 39px;
}

.button-8 {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.button-8:hover {
  background-color: #d8d8d8;
}

.submit-button-5 {
  display: block;
  width: auto;
  height: 32px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #d7191f;
  font-weight: 700;
}

.text-field-33 {
  width: 100%;
  border-radius: 5px;
}

.heading-14 {
  display: block;
  width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 18px;
}

.div-block-40 {
  width: 25%;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.div-block-42 {
  width: 7%;
  margin-right: 10px;
}

.div-block-43 {
  width: 20%;
  margin-right: 10px;
}

.div-block-52 {
  width: 7%;
  margin-right: 10px;
}

.div-block-52.delete-btn {
  width: 3%;
  margin-right: 0px;
  margin-left: 10px;
}

.div-block-45 {
  width: 7%;
  margin-right: 10px;
}

.div-block-46 {
  width: 26%;
  margin-right: 10px;
}

.div-block-47 {
  width: 10%;
  margin-right: 10px;
}

.div-block-48 {
  width: 20%;
  margin-right: 10px;
}

.button-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 6px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d7191f;
}

.div-block-49 {
  display: block;
  margin-top: 21px;
  margin-bottom: 16px;
  border-top: 0px solid #e1e5ec;
  border-bottom: 1px solid #e1e5ec;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #d7191f;
  font-weight: 700;
}

.image-23 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 6px;
  margin-left: -10px;
}

.heading-15 {
  font-family: 'DM Sans', sans-serif;
}

.text-field-34 {
  font-family: 'DM Sans', sans-serif;
}

.text-field-35 {
  font-family: 'DM Sans', sans-serif;
}

.text-field-36 {
  font-family: 'DM Sans', sans-serif;
}

.link-block-4 {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #d7191f;
}

.app_setting_content {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  padding: 0px;
  clear: both;
  border-style: solid;
  border-width: 0px;
  border-color: #e1e5ec;
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
}

.app_setting_trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  cursor: pointer;
}

.down_arrow {
  position: static;
  display: block;
  width: 100px;
  float: right;
  clear: left;
}

.field-label-33 {
  margin-top: 0px;
}

.div-block-50.qu01 {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(144, 164, 174, 0.12);
}

.dropdown-8 {
  position: static;
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 8px;
}

.dropdown-toggle-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.dropdown-toggle-11.w--open {
  border: 0px none #000;
}

.text-block-63 {
  display: inline-block;
  font-size: 15px;
}

.image-24 {
  width: 40px;
}

.dropdown-list-4.w--open {
  position: relative;
  margin-bottom: 0px;
  padding: 30px;
  clear: left;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e1e5ec #000 #000;
  background-color: transparent;
}

.text-block-62 {
  border: 1px none #000;
  color: #263238;
  line-height: 20px;
  font-weight: 400;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop_down_icon {
  width: 24px;
}

.image-25 {
  position: absolute;
  display: inline-block;
  margin-top: 6px;
  margin-left: -145px;
  cursor: pointer;
}

.html-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-4 {
  margin-bottom: 0px;
}

.div-block-53 {
  min-height: 5px;
  color: #d8d8d8;
}

.submit-button-6 {
  width: 86px;
  height: 36px;
  margin-top: 20px;
  margin-left: 10px;
  float: right;
  border-radius: 5px;
  background-color: #12497d;
  font-family: 'DM Sans', sans-serif;
  line-height: 18px;
  font-weight: 700;
  background-clip: border-box;
}

.grid {
  margin-left: -9px;
  padding-left: 0px;
  -ms-grid-rows: 29px 25px;
  grid-template-rows: 29px 25px;
}

.columns-6 {
  margin-bottom: 0px;
}

.columns-7 {
  margin-bottom: 0px;
  border: 1px none #000;
}

.columns-7.line {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: none;
  border-bottom: 1px solid #e1e5ec;
  font-family: 'DM Sans', sans-serif;
  font-size: 31px;
  line-height: 39px;
  text-align: left;
}

.textarea {
  height: 0px;
  min-height: 100px;
  margin-top: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
  font-style: italic;
}

.heading-17 {
  border-top: 1px none #e1e5ec;
  border-bottom: 0px solid #e1e5ec;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 39px;
}

.heading-17.top-border {
  margin-bottom: 5px;
  border-top-style: none;
  text-align: left;
}

.secondary_btn-2 {
  display: block;
  height: 32px;
  margin-top: 20px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: border 100ms ease;
  transition: border 100ms ease;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
  cursor: pointer;
}

.secondary_btn-2:hover {
  border-color: #d7191f;
}

.secondary_btn-2:active {
  border-style: solid;
  border-width: 1px;
  border-color: #d7191f;
  background-color: #fee;
  color: #fff;
}

.secondary_btn-2.nooutline {
  width: 86px;
  height: 36px;
  border-style: none;
}

.secondary_btn-2.nooutline:hover {
  background-color: #fee;
}

.div-block-54 {
  min-height: 25px;
}

.paragraph {
  margin-bottom: 0px;
}

.column-11 {
  padding-bottom: 0px;
}

.form-block-5 {
  margin-top: 13px;
  margin-left: 30px;
  float: left;
}

.text-field-37 {
  width: 150px;
  height: 32px;
  float: left;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  text-indent: 23px;
}

.text-field-38 {
  width: 100px;
  float: left;
}

.submit-button-7 {
  height: 32px;
  margin-left: 10px;
  float: left;
  border-radius: 5px;
  background-color: #d7191f;
  line-height: 10px;
}

.text-block-64 {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}

.form-5 {
  margin-top: 5px;
}

.text-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 32px;
  max-width: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.div-block-55 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 21px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-66 {
  margin-left: 10px;
  float: left;
  font-size: 20px;
  font-weight: 700;
}

.image-26 {
  float: left;
}

.div-block-56 {
  width: 700px;
  margin-top: 10px;
}

.secondary_text {
  color: #d7191f;
}

.div-block-57 {
  display: block;
  float: left;
}

.div-block-58 {
  display: inline-block;
}

.div-block-59 {
  float: right;
}

.text-field-39 {
  float: left;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-34 {
  display: block;
  width: 150px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field-40 {
  display: block;
  width: 522px;
  max-height: none;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
}

.form-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-left: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-61.delivery-status {
  width: 25%;
  margin-left: 120px;
}

.form-block-6 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-35.ds {
  width: 200px;
  max-width: 300px;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle-12 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
}

.submit-button-8 {
  position: static;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  padding: 8px 20px;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #12497d;
  font-weight: 700;
}

.submit-button-8.history {
  padding-right: 40px;
  padding-left: 40px;
}

.submit-button-8.search-btn {
  margin-left: 17px;
}

.div-block-62 {
  /*margin-top: 20px;*/
  margin-bottom: 0px;
  padding-top: 20px;
  background-color: transparent;
}

.div-block-63 {
  clear: none;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.field-label-36 {
  display: block;
  width: 150px;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field-41 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 40px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
}

.div-block-65 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field-42 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 40px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
}

.text-block-67 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  margin-right: 5px;
  margin-left: 5px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

.div-block-66 {
  position: static;
  display: block;
  width: 20px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 25px;
  margin-left: 10px;
  float: right;
  clear: right;
  border-style: solid;
  border-width: 1px;
  border-color: #7093eb;
}

.div-block-67 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
  padding: 3px 10px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  cursor: pointer;
}

.select-field-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

.select-field-4.dsi {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 522px;
  margin-right: auto;
  margin-left: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-28 {
  position: absolute;
  display: block;
  margin-left: 10px;
  cursor: pointer;
}

.image-29 {
  position: absolute;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-69.second {
  margin-right: 0px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-43 {
  margin-bottom: 20px;
  border-radius: 5px;
}

.text-field-44 {
  border-radius: 5px;
}

.select-field-5 {
  width: 250px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

.textarea-2 {
  border-radius: 5px;
}

.textarea-3 {
  margin-bottom: 5px;
  border-radius: 5px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-30 {
  width: 20px;
  height: 20px;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.text-block-68 {
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.field-label-37 {
  margin-bottom: 0px;
}

.div-block-73 {
  width: 700px;
}

.text-block-69 {
  margin-bottom: 20px;
}

.heading-18 {
  font-size: 28px;
}

.text-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d7191f;
}

.text-block-71 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

.html-embed-5 {
  padding-left: 10px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 5px;
}

.button-10 {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 5px;
  background-color: #12497d;
}

.select-field-6 {
  border-radius: 5px;
  background-color: transparent;
}

.sms-status {
  /*margin-top: 30px;*/
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.field-label-38 {
  text-align: left;
}

.div-block-75 {
  position: static;
  display: block;
  width: 155px;
  min-width: 155px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 673px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 336px;
  margin-right: 0px;
  margin-left: 50px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-6 {
  color: #d7191f;
  font-weight: 700;
  text-decoration: none;
}

.text-field-45 {
  height: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
}

.text-field-45:focus {
  border-color: #90a4ae;
}

.primary_btn-2 {
  display: block;
  width: auto;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 15px;
  float: right;
  border-radius: 5px;
  background-color: #12497d;
  font-family: 'DM Sans', sans-serif;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.primary_btn-2:active {
  background-color: #8b0304;
}

.primary_btn-2.login_btn {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 10px;
  float: none;
  background-color: #12497d;
  text-align: center;
}

.primary_btn-2.edit_profile {
  margin-left: 0px;
  background-color: #12497d;
}

.primary_btn-2.change_password {
  margin-top: 0px;
  margin-bottom: 22px;
  margin-left: 0px;
  background-color: #12497d;
}

.div-block-79 {
  width: 400px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5ec;
  border-radius: 5px;
  background-color: #fff;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e5ec;
  font-size: 28px;
}

.text-block-72 {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #90a4ae;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
}

.text-block-72.login {
  text-align: center;
}

.heading-20 {
  margin-bottom: -10px;
  color: #12497d;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .div-block-64 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-67 {
    margin-left: 5px;
  }

  .div-block-68 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 479px) {
  .div-block-50 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e5ec;
    border-radius: 8px;
    background-color: transparent;
  }

  .div-block-50.qu01 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-8 {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #eef5f8;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(144, 164, 174, 0.12);
  }

  .dropdown-toggle-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px none #000;
    border-radius: 0px 0px 8px 8px;
  }

  .dropdown-toggle-11.w--open {
    border-bottom-style: solid;
    border-bottom-color: #eef5f8;
    border-radius: 8px 8px 0px 2px;
    background-color: #fff;
    box-shadow: none;
  }

  .text-block-63 {
    position: relative;
    display: block;
    width: auto;
    float: none;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    white-space: pre-wrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-24 {
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    padding-right: 0px;
    float: none;
    line-height: 34px;
  }

  .dropdown-list-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .dropdown-list-4.w--open {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    border-radius: 0px;
    background-color: transparent;
  }

  .text-block-62 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Rubik, sans-serif;
    font-size: 15px;
  }
}

