body {
  font-family: "Myriad Pro";
  margin: 0px;
  padding: 0px;
  color: #000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px 0px 5px;
}

ul {
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.full-width {
  width: 100% !important;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn {
  border-radius: 5px;
  font-size: 16px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}

/***Login page css***/
.login-wrapper {
  background-image: url(../images/big-bg.jpg);
  min-height: calc(100vh - 50px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-page-inner {
  width: 410px;
  padding: 15px 0px;
}
.login-logo-wrap {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.login-form-wrapper {
  background: #fff;
  margin: 20px 0;
  padding: 60px;
  border-radius: 30px;
  color: hsl(208deg 47% 41%);
}

.login-heading {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}

.login-form-wrapper .form-control,
.login-form-wrapper .form-control:hover,
.login-form-wrapper .form-control:focus {
  background: hsl(206deg 64% 98%);
  border-radius: 6px;
  border: none;
  padding: 12px;
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
  outline: none;
  box-shadow: none;
}
.error_msg {
  color: #ff0000;
  font-size: 13px;
  text-align: center;
  background: #ffdfdf;
  padding: 8px;
  border-radius: 5px;
}
.sucess_msg {
  color: #008000;
  font-size: 13px;
  text-align: center;
  background: #dcffdc;
  padding: 8px;
  border-radius: 5px;
}

.login-footer {
  background: hsl(0deg 0% 100%);
  color: #a5a5a5ab;
  padding: 10px 30px;
  height: 50px;
  justify-content: space-between;
  font-size: 13px;
}
.login-footer a {
  color: #a5a5a5ab;
}
.login-footer p {
  margin: 0px;
}
.forgot_pass {
  margin-top: 10px;
  text-align: center;
}
.forgot_pass a {
  color: hsl(208deg 47% 41% / 54%);
  font-size: 13px;
  text-decoration: underline;
}
/***Login page css***/

/***Header css***/
.main-header {
  background: #004883;
  background-image: url(../images/big-bg.jpg);
  background-size: cover !important;
  padding: 30px 0px 0px;
}
.header-right-logo img {
  max-width: 200px;
}
.header-logo-wrapper {
  justify-content: space-between;
}

.header-logo-wrapper .logo-wrap {
  max-width: 196px;
}

.sponcers-tagline {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: right;
  display: block;
  margin-bottom: 2px;
}
.navigation {
  background: #2c3542c7;
  margin-top: 30px;
}
.nav-data-hold {
  justify-content: space-between;
}
.nav-list-ul {
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.nav-list-ul li {
  position: relative;
}

.nav-list-ul li.tab-link.current:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border-top: 9px solid #223950;
  width: 0;
  border-bottom: 0px solid #999;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.nav-list-ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 13px;
  text-decoration: none;
  outline: none;
  display: inherit;
  margin: 0px 0px;
}
.nav-list-ul li a:hover {
  background: #004883;
  color: #fff;
  text-decoration: none;
}

.nav-list-ul .nav-list-devide {
  color: #fff;
  display: inline-block;
  text-transform: lowercase;
  padding: 0px 3px;
  font-size: 13px;
}
.nav-right-sec select,
.nav-right-sec select:focus-visible {
  width: auto;
  padding: 2px 27px 1px 14px !important;
  background: #fff;
  margin-top: 0px;
  border-radius: 15px;
  background-image: url(../images/select_bg.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 0px;
  outline: none;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
  max-width: 100px;
}

/***Header css***/

/***Inbox page css****/
.tb_wi_bt a {
  border-radius: 2px;
  padding: 9px 6px 6px 6px;
  background: none;
  margin: 0 3px;
  cursor: pointer;
  font-size: 14px;
  color: #004883;
  border: 1px solid #004883;
  width: 90px;
  outline: 0;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  line-height: 15px;
  text-align: center;
}
.tb_wi_bt a:hover {
  background-color: #004883;
  border-color: #004883;
  color: #fff !important;
}
.tb_wi_bt .td-delete-btn:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff !important;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #002e83;
  border-color: #002e83;
}
.page-item.active .page-link:focus,
.page-link:focus {
  box-shadow: none;
  outline: none;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075) !important;
}
.td-user-name {
  color: #002e83;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.tb_wi_bt {
  display: flex;
  align-items: center;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.tb_wi button,
.tb_wi input[type="button"] {
  margin: 0px 0px 0px 10px !important;
  width: 21px;
  padding: 2px 5px;
  height: 21px;
  background: #fff;
  border: 1px solid #004883;
  border-radius: 3px;
  position: relative;
  top: 4px;
}
.set-select-status-filter {
  width: auto;
  position: absolute;
  left: 86px;
  top: 0px;
  z-index: 22;
}
.dataTables_info {
  float: left;
  font-size: 14px;
}
.dataTables_paginate a {
  background: #f2f2f2;
  color: #000;
  padding: 9px;
  border-radius: 3px;
  margin: 2px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.dataTables_paginate a.current {
  background: #002e83;
  color: #fff;
}
.dataTables_paginate {
  margin-top: 8px !important;
  float: right;
}
.table-responsive {
  overflow-x: visible;
}
.user-data-row-wrapper h4 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 2px;
  letter-spacing: 0.3px;
  font-weight: bold;
}
.user-data-row-wrapper .data {
  padding: 6px 0px;
  margin: 0px;
  font-size: 14px;
  border-bottom: 2px dotted #ccc;
}

.page-btn-wrap a,
.page-btn-wrap button {
  min-width: auto;
  text-align: center;
  padding: 0px 20px;
  margin-left: 0px;
  background: #fff;
  color: #002e83 !important;
  /*height: 35px;*/
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #002e83;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  /*overflow:hidden;*/
}
.page-btn-wrap button {
  display: block;
  margin: 10px 0 0;
  width: 100%;
}

.page-btn-wrap a:hover,
.page-btn-wrap button:hover {
  background: #002e83;
  color: #fff !important;
}
.doc_id_card a:hover,
.doc_id_card button:hover {
  background: #fff;
}

.page-btn-wrap {
  margin: 0 0 10px;
}

.doc_id_card {
  margin-bottom: 10px;
}

.login-agency-logo {
  display: table;
  margin: 5px auto;
  max-width: 150px;
}
/***Inbox page css****/

/***User Management css***/
.page-data-wrapper {
  padding: 40px 0 100px;
}

select,
select:focus-visible {
  width: 100%;
  padding: 2px 27px 1px 14px !important;
  background: #fff;
  margin-top: 0px;
  border-radius: 15px;
  background-image: url(../images/select_bg.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 0px;
  background-size: 9px !important;
  outline: none;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}

.page-data-wrapper .form-control,
.dataTables_filter input,
.page-data-wrapper .form-control:focus,
.dataTables_filter input:focus {
  border-radius: 3px !important;
  border: 1px solid #004883 !important;
  padding: 3px 10px 0 !important;
  height: 37px !important;
  line-height: 17px !important;
  font-size: 14px !important;
}

.page-data-wrapper .form-control:focus,
.dataTables_filter input:focus,
.dataTables_filter input:focus-visible {
  box-shadow: none;
  outline: none !important;
}

div.dataTables_wrapper div.dataTables_length select {
  border-radius: 3px;
  border: 1px solid #004883;
  padding: 3px 10px 0;
  height: 37px;
}

.page-data-wrapper table.dataTable {
  border-collapse: collapse !important;
}
.heading-title {
  font-size: 25px;
  text-align: center;
  font-weight: 100;
  color: #002e83;
  display: block;
  margin: 0px 0 18px;
}
.page-data-wrapper .btn {
  min-width: 140px;
  text-align: center;
  padding: 0 8px;
  margin-left: 0px;
  background: #002e83;
  color: #fff;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #002e83;
}
.page-data-wrapper .btn:hover {
  background-color: #004883;
  color: #fff;
}
.btn.reset-btn,
.page-data-wrapper .btn-secondary {
  width: auto;
  min-width: auto;
  margin-left: 9px;
  background: #fff;
  color: #002e83;
  border: 1px solid #002e83;
  padding: 0px 14px;
}

.usermamagement-side-bar {
  border: none;
  border-right: 1px solid #002e83;
  padding-right: 35px;
}
.form-group {
  margin-bottom: 10px;
}

table {
  width: 100% !important;
}
table th {
  color: #ccc;
  font-weight: 500 !important;
  border-top: 0px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 6px;
  font-size: 14px;
}
.super-admin-inbox-table tr td:last-child {
  text-align: center;
}

.dataTables_wrapper table th {
  border: 0px;
}
table tr td {
  padding: 7px 0px;
  font-size: 14px;
  color: #333;
  vertical-align: middle !important;
}

.super-admin-inbox-table .col-5 {
  width: 100% !important;
}

.super-admin-inbox-table .col-1 {
  min-width: 104px !important;
}

.super-admin-inbox-table .col-7,
.super-admin-inbox-table .col-6 {
  min-width: 40px !important;
}
.super-admin-inbox-table .col-9 {
  text-align: center;
  width: 62px !important;
}
.table-action a {
  color: #333;
  margin: 0px 4px;
}
.dataTables_length {
  float: left;
}
.dataTables_filter {
  float: right;
  margin-bottom: 10px;
}
/***User Management css***/

/*** Agencies css****/
.full-page-table table {
  border: 1px solid #f2f2f2;
}

.modal-title {
  color: #002e83;
}

.modal-content {
  border: 0px;
  border-radius: 0px;
}
button:focus {
  outline: none;
}
button.close {
  color: #002e83;
  opacity: 1;
}

.form-wrapper {
  width: 400px;
  margin: 0 auto;
}
/*** Agencies css****/

/***Bulk Import css****/
select.form-control:not([size]):not([multiple]) {
  height: 37px;
}
.import-btn-wrap {
  margin-top: 0px;
  display: inline-block;
  height: 37px;
  line-height: 35px;
  font-size: 14px;
  padding: 0px 14px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #495057;
  border: #004883;
  border: 1px solid #004883;
  position: relative;
  min-width: 140px;
  text-align: left;
}
.csv_form.csv-btn-wrapper.import-btn-repeat label {
  margin: 0 0 0 5px;
  font-size: 14px;
}
button.import-btn-wrap input {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0px;
}
.download-sample-csv {
  margin: 10px 0px;
}
.download-sample-csv a {
  font-size: 16px;
  color: #004883;
  text-decoration: none;
}
/***Bulk Import css****/

/***Footer css***/
.inner-page-footer {
  position: fixed;
  background: #002e83;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  bottom: 0;
  z-index: 555;
}
.inner-page-footer .container {
  justify-content: space-between;
}
.inner-page-footer .container .right-part a {
  color: #fff;
}
/***Footer css***/

/***New css***/
.swal-button--danger:not([disabled]):hover {
  background-color: #004883 !important;
}
.swal-button--cancel {
  color: #004883 !important;
  background-color: #fff !important;
  border: 1px solid #004883 !important;
  font-weight: normal;
  box-shadow: none !important;
}
.swal-button--danger {
  background-color: #004883 !important;
  font-weight: normal;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border-radius: 3px !important;
  border: 1px solid #004883 !important;
  padding: 3px 10px 0 !important;
  min-height: 37px !important;
  line-height: 17px !important;
  font-size: 14px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #002e83 !important;
  border: 1px solid #002e83 !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 14px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
  cursor: pointer;
  margin-right: 4px !important;
  font-size: 13px !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1e90ff !important;
  color: white;
}

.toast {
  opacity: 1 !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 6.5px !important;
}
.select2-results__option {
  padding: 3px 5px !important;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
}
.reject_msg2 textarea,
.reject_msg2 textarea:focus {
  width: 160px;
  resize: none;
  margin-top: 12px;
  padding: 6px;
  border: 1px solid #ddd;
  outline: none;
}
.reson-btn-wrapper-flex {
  display: flex;
  width: 140px;
}
.reson-btn-wrapper-flex button {
  margin: 0px 2px;
}
.radio_btn_class span {
  position: relative;
  display: inline-block;
  padding: 3px;
  width: auto;
  font-size: 13px;
  margin: 5px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #fff;
  color: #111047 !important;
  border: 1px solid #111047 !important;
  padding: 4px 8px 2px 7px;
}
.hidden.radio_btn_input {
  margin-left: 30px;
  margin-top: 20px;
}
.radio_btn_input:checked + span,
.radio_btn_class span:hover,
.radio_btn_class span:active {
  background: #111047 !important;
  color: white !important;
}

.checkbox-yesno:checked + label,
.checkbox-yesno:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 4px 8px 2px 7px;
  /* width: 48px; */
  font-size: 13px;
  margin: 1px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #fff;
  color: #002e83 !important;
  border: 1px solid #002e83;
}

.checkbox-yesno:checked + label:hover,
.checkbox-yesno:not(:checked) + label:hover {
  box-shadow: none;
  background-color: #002e83 !important;
  color: #fff !important;
  border: #002e83 !important;
  border: 1px solid #002e83 !important;
}

.checkbox-yesno:checked + label span,
.checkbox-yesno:not(:checked) + label span {
  position: relative;
  display: block;
}

.checkbox-yesno:checked,
.checkbox-yesno:not(:checked),
.checkbox-yesno:checked,
.checkbox-yesno:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox-yesno:checked + label:hover,
.checkbox-yesno:not(:checked) + label:hover {
  box-shadow: none;
  background-color: #002e83 !important;
  color: #fff !important;
  border: #002e83 !important;
  border: 1px solid #002e83 !important;
}
.checkbox-yesno:checked + label {
  box-shadow: none;
  background-color: #002e83 !important;
  color: #fff !important;
  border: #002e83 !important;
  border: 1px solid #002e83 !important;
}
label.custom-file-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 12px;
  padding-top: 10px;
}
.col-form-label {
  font-size: 13px;
}
.form-group.mt-4.page-btn-wrap.option-btn-wrap button {
  width: auto;
}

.row.user-data-row-wrapper.edit-user-row-wrap .data p {
  display: grid;
}
.row.user-data-row-wrapper.edit-user-row-wrap .data p input[type="date"] {
  margin: 5px 0px;
}

.row.user-data-row-wrapper.edit-user-row-wrap .data p input,
.row.user-data-row-wrapper.edit-user-row-wrap .data p input:focus {
  width: 270px;
  padding: 7px;
  margin: 4px 0;
  outline: none;
  border-radius: 3px !important;
  border: 1px solid #004883 !important;
  padding: 3px 10px 0 !important;
  height: 37px !important;
  line-height: 17px !important;
  font-size: 14px !important;
}
.row.user-data-row-wrapper.edit-user-row-wrap .data p select,
.row.user-data-row-wrapper.edit-user-row-wrap .data p select:focus {
  width: 270px !important;
  background: #fff;
}

.row.user-data-row-wrapper.edit-user-row-wrap input.sortcode_input,
.row.user-data-row-wrapper.edit-user-row-wrap input.account_input {
  width: 30px !important;
  margin-left: 10px !important;
  padding: 1px 0px 0px 8px !important;
}
.row.user-data-row-wrapper.edit-user-row-wrap input.sortcode_input:first-child,
.row.user-data-row-wrapper.edit-user-row-wrap input.account_input:first-child {
  margin-left: 0px !important;
}
.custom-file-label::after {
  padding-top: 10px;
}
a.edit-code-btn {
  color: #555;
  font-size: 13px;
}
button.update-sharae-code {
  border: 1px solid;
  cursor: pointer;
}

footer .export-btn-set {
  margin: 7px 0;
  padding: 0px 20px;
  line-height: 27px;
  background: none;
  font-weight: 700;
}

footer .export-btn-set a {
  min-width: auto;
  text-align: center;
  padding: 0px 20px;
  margin-left: 0px;
  background: #ffffff;
  color: #002e83 !important;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #002e83;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 170px !important;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f2f2f2;
}

.swal-modal {
  width: 328px !important;
}
.swal-icon {
  width: 50px !important;
  height: 50px !important;
}
.swal-text {
  font-size: 14px !important;
  text-align: center !important;
}
.swal-icon--warning__body {
  width: 4px !important;
  height: 20px !important;
}

body.modal-open .main {
  overflow: hidden !important;
  height: auto !important;
}

.terms-modal-wrap .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
}
.terms-modal-wrap .modal-body {
  max-height: initial !important;
  overflow-y: visible !important;
  background: #fff !important;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.term-modal-body-text {
  /*padding: 40px 100px 20px;*/
}

.terms-modal-wrap .modal-header {
  display: none;
}
.terms-modal-wrap .modal-dialog-centered {
  min-height: 100%;
  background: #fff;
  align-items: flex-start;
}

.terms-modal-wrap .modal-footer {
  justify-content: flex-start;
  border: 0px;
  padding: 0 0 0;
  margin-top: 25px;
}

.terms-logo-wrap {
  width: 240px;
  margin: 20px 0px 25px;
}
table.full-table-data tbody td {
  padding: 0 0px !important;
}
table.full-table-data tbody td table tr td {
  padding: 10px !important;
}

.ltr-head-footer {
  margin-top: 10px;
  text-align: left;
}
img.ltr-footer-img {
  width: 100%;
}
img.ltr-text-img {
  max-width: 52%;
  margin: 30px 0 25px 0px;
}
h3.underline-text {
  text-decoration: underline;
  font-size: 18px;
}
div#process_my_data_model ul {
  padding-left: 34px;
  margin-bottom: 20px;
}
div#process_my_data_model ul li {
  margin: 10px 0;
}
.full-table-data td,
.full-table-data th {
  padding: 0px !important;
  border: 0px !important;
}
.full-table-data td table tr td {
  color: #000 !important;
  vertical-align: middle !important;
  border: 1px solid #333 !important;
  padding: 9px 12px !important;
  width: 50% !important;
  font-size: 15px !important;
  line-height: 23px !important;
}

.full-table-data td table.inner-data-table tr td {
  width: auto !important;
  border: 0px !important;
  padding: 7px 0 !important;
  vertical-align: top !important;
}
.full-table-data td table.inner-data-table tr td:first-child {
  padding-right: 10px !important;
}
h4.small-heading {
  font-weight: bold;
  font-size: 19px;
}

.terms-condition-signature {
  font-size: 19px;
}
.full-table-data td table.inner-data-table tr td table tr td:last-child {
  width: 100% !important;
}

#OptOut_Agreement_model .modal-footer {
  min-height: calc(100vh - 553px);
  align-items: flex-start;
}
.modal-container {
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .modal-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .term-modal-body-text {
    padding: 15px;
    overflow-x: auto;
  }
  .term-modal-body-text li {
    margin: 18px 0 !important;
  }
  img.ltr-text-img {
    max-width: 90%;
    margin: 0 0 15px 0px;
  }
}
#site {
  border-radius: 3px !important;
  border: 1px solid #004883 !important;
  padding: 3px 10px 0 !important;
  height: 37px !important;
  line-height: 17px !important;
  font-size: 14px !important;
}

select#action-status {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 222;
}

select#action-status-inactive {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 222;
}

select#action-status-rejected {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 222;
}

select#action-status-non-verified {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 222;
}

select#action-status-verified {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 222;
}

.save_external_id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #248d11;
}
.save_external_id input {
  width: 75px;
  background: none;
  border: 1px solid #004883;
  padding: 0 0 0 5px;
  font-size: 14px;
}

.save_external_id {
  padding: 4px;
  border-radius: 3px;
  font-size: 12px;
  height: auto;
  margin: 0 0 0 2px;
}

.save_external_id button {
  padding: 4px;
  border-radius: 3px;
  font-size: 12px;
  height: auto;
  margin: 0 0 0 2px;
  width: 100%;
  background: #248d11;
  color: #fff;
  border: 1px solid #248d11;
  display: flex;
  align-items: center;
}

.change_branch_select {
  background: #fff;
  width: 100px;
  text-align: center;
  color: #006b28 !important;
  border: 1px solid #006b28;
  padding: 4px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 0 0 8px;
  position: relative;
  top: -2px;
  text-decoration: none !important;
}
table#example tbody tr td:nth-child(2) {
  text-wrap: nowrap;
}
