@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic);html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
}

body,
html {
  font-family: Roboto,sans-serif!important;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #4d4d4d;
  font-size: 14px;
  background: #f8f8f8;
}

body.noScroll,
html.noScroll {
  overflow: hidden;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.dynamicColorWraper .dynamicBGColor {
  background: #1976d2!important;
  border: 1px solid #1976d2!important;
}

.dynamicColorWraper .dynamicColor {
  color: #1976d2!important;
}

.dynamicColorWraper .dynamicBeforeBgColor:before {
  background: #1976d2!important;
  border-color: #1976d2!important;
}

.dynamicColorWraper .dynamicBtnBgColor {
  border-color: #1976d2!important;
  color: #1976d2!important;
}

@media screen and (max-width:993px) {
  div.js-mainMenu {
    position: fixed;
    top: 0;
    transition: all .2s ease 0s;
    z-index: 2;
    height: auto;
    bottom: 0;
    overflow: auto;
    left: -300px;
    width: 300px;
  }
}

@media screen and (max-width:993px) {
  div.js-mainMenu.show {
    left: 0;
  }
}

input[type=checkbox],
input[type=radio] {
  max-width: 15px;
}

.pageTitle {
  margin: 0 0 30px;
}

.fullBox {
  width: 100%;
  background-color: #fff;
  font-family: Roboto,sans-serif!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width:993px) {
  .fullBox {
    position: relative;
  }
}

.fullBox:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.contentBox {
  width: calc(100% - 250px);
  overflow-x: auto;
}

@media screen and (max-width:993px) {
  .contentBox {
    width: 100%;
  }
}

.grayBox {
  background: #f8fafb;
  padding: 15px;
}

.previewBox {
  width: 365px;
  right: -365px;
  z-index: 2;
  transition: all .3s ease 0s;
  overflow: auto;
  border: 1px solid #3e8a62;
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
}

@media screen and (max-width:993px) {
  .previewBox {
    width: 320px;
    right: -320px;
  }
}

.previewBox.showBox {
  right: 0;
}

.whiteBox {
  background: #fff;
  padding: 15px;
  margin: 0 0 15px;
}

.pageContent {
  padding: 0 15px;
}

li.active {
  color: #008345!important;
  padding-bottom: 5px;
  border-bottom: 3px solid currentColor;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

button,
table thead tr {
  font-family: Roboto,sans-serif!important;
}

table thead tr {
  text-align: center;
  font-weight: 600;
}

.radio {
  display: inline-block;
}

.table-search {
  border: 1px solid #ddd;
  font-family: Roboto,sans-serif!important;
}

.table-search td,
.table-search th {
  border: 1px solid #ddd;
  min-width: 135px;
  height: 40px;
}

.table-search .th110 {
  border: 1px solid #ddd;
  max-width: 110px!important;
  font-family: Roboto,sans-serif!important;
}

.table-search .th85 {
  border: 1px solid #ddd;
  max-width: 85px!important;
}

.table-search .th90 {
  border: 1px solid #ddd;
}

.table-search .th73 {
  border: 1px solid #ddd;
  width: 73px!important;
}

.table-search .th50 {
  border: 1px solid #ddd;
  width: 50px!important;
}

.table-inside {
  border: 1px solid #ddd;
  font-family: Roboto,sans-serif!important;
  overflow-x: scroll;
}

.table-inside td,
.table-inside th {
  border: 1px solid #ddd;
  height: 40px;
}

.table-inside .th110 {
  border: 1px solid #ddd;
  max-width: 110px!important;
  font-family: Roboto,sans-serif!important;
}

.table-inside .th85 {
  border: 1px solid #ddd;
  max-width: 85px!important;
}

.table-inside .th90 {
  border: 1px solid #ddd;
}

.table-inside .th73 {
  border: 1px solid #ddd;
  width: 73px!important;
}

.table-inside .th50 {
  border: 1px solid #ddd;
  width: 50px!important;
}

.dropdown.has-error .Select-control {
  background: #fff;
  border-bottom: 1px solid #fff;
  font-family: Roboto,sans-serif!important;
}

.col-xs-3-3 {
  width: 33%;
  float: left;
}

.col-md-2-3 {
  width: 19%;
  float: left;
  padding-left: 20px;
}

.heightAuto {
  height: auto!important;
}

.Select--multi .Select-control,
.Select--single .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 32px;
  height: auto!important;
  border-radius: 5px;
  margin-top: -6px;
  width: 200px;
  cursor: pointer;
}

.Select--multi.is-focused .Select-control,
.Select--multi.is-pseudo-focused .Select-control,
.Select--multi .Select-control .Select-input:focus,
.Select--single.is-focused .Select-control,
.Select--single.is-pseudo-focused .Select-control,
.Select--single .Select-control .Select-input:focus {
  outline: none;
}

.Select--multi:hover,
.Select--single:hover {
  box-shadow: none;
}

.month .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  border-radius: 5px;
  margin-top: -6px;
  width: 55px;
  cursor: pointer;
  right: -14px;
}

.month .Select-control .Select-input:focus {
  outline: none;
}

.month .Select-menu-outer {
  margin-left: 12px;
  z-index: 200;
}

.day .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  border-radius: 5px;
  margin-top: -6px;
  width: 55px;
  cursor: pointer;
  right: -14px;
}

.day .Select-control .Select-input:focus {
  outline: none;
}

.day .Select-menu-outer {
  margin-left: 15px;
  z-index: 200;
}

.calendarYear .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  border-radius: 5px;
  margin-top: -6px;
  width: 80px;
  cursor: pointer;
}

.calendarYear .Select-control .Select-input:focus {
  outline: none;
}

.searchOption .Select-control {
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.searchOption .Select-control .Select-input {
  height: 32px;
}

.searchOption .Select-control .Select-input:focus {
  outline: none;
}

.searchOption .Select-control .Select-clear {
  font-weight: 400;
}

.searchOption .Select-menu-outer {
  min-width: 250px!important;
  z-index: 200;
}

.searchBarOption .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  border-radius: 5px;
  margin-top: 0;
  width: 120px;
  cursor: pointer;
  margin-right: -85px;
}

.searchBarOption .Select-control .Select-input:focus {
  outline: none;
}

.searchBarOption .Select-menu-outer {
  min-width: 250px!important;
  z-index: 200;
}

.createMerchantSelect .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  border-radius: 5px;
  margin-top: 0;
  width: 100%;
  cursor: pointer;
  margin-right: -85px;
}

.createMerchantSelect .Select-control .Select-input:focus {
  outline: none;
}

.createMerchantSelect .Select-menu-outer {
  min-width: 250px!important;
  z-index: 200;
}

.hour .Select-control {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  border-radius: 5px;
  margin-top: -6px;
  width: 100px;
  cursor: pointer;
}

.hour .Select-control .Select-input:focus {
  outline: none;
}

.hour .Select-menu-outer {
  margin-left: 12px;
  z-index: 200;
}

.fieldContainer {
  width: 63%;
}

.fieldContainer,
.fieldContainerOther {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fieldContainerOther {
  width: 43%;
}

.fieldContainerAdd {
  -ms-flex-direction: column;
  flex-direction: column;
}

.fieldContainerAdd,
.fieldContainerFlex {
  display: -ms-flexbox;
  display: flex;
}

.fieldContainerFlexColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
}

.padLeft43 {
  padding-left: 43px;
}

.padLeft110 {
  padding-left: 110px;
}

.padLeft10 {
  padding-left: 10px;
}

.mt8 {
  margin-top: 8px;
}

.mtm16 {
  margin-top: -16px;
}

.top10px {
  padding-top: 10px;
}

.top20px {
  padding-top: 20px;
}

.top50px {
  margin-top: 50px;
}

.db {
  display: block;
}

.mgtop30px {
  margin-top: 30px;
}

.form-control,
.Select {
  border: 0!important;
  box-shadow: 0 0 0 0!important;
}

.form-control {
  padding: 0!important;
}

.form-group label {
  font-size: 16px;
  line-height: 1.42857143;
  color: #7a7a7a;
  font-weight: 400;
}

.dateSearch {
  font-size: 11px!important;
  height: 25px;
}

.calendarError {
  display: none;
}

.wrapBothCalendar.left {
  float: left;
}

.wrapBothCalendar.showError .calendarError {
  display: block;
  color: red;
  font-size: 15px;
  padding-top: 10px;
}

.nav-tabs>li>a {
  border-color: #eee #eee #ddd;
}

.paginationCol-input {
  width: 50px;
  height: 18px;
}

.jarvisPagination {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  color: #4d4d4d;
  -ms-flex-pack: center;
  justify-content: center;
}

.jarvisPagination,
.jarvisPagination .paginationCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.jarvisPagination .paginationCol {
  padding: 0 15px;
}

.jarvisPagination .paginationLeft {
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc((100% - 100px) / 2);
}

@media screen and (max-width:530px) {
  .jarvisPagination .paginationLeft {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.jarvisPagination .paginationCenter {
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  padding: 0 5px;
}

.jarvisPagination .paginationRight {
  width: calc((100% - 100px) / 2);
}

@media screen and (max-width:530px) {
  .jarvisPagination .paginationRight {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.jarvisPagination .btnArrow {
  overflow: hidden;
  outline: none;
}

.jarvisPagination .btnFL {
  width: 13px;
  height: 19px;
  text-indent: -999em;
}

.jarvisPagination .btnNext {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+REI5Njc2QTgtN0YzMi00RjdDLTk2RkEtOTczQzJBQTBCRDcwPC90aXRsZT48ZyBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjNEQ0RDREIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDcuNWgxNk0xMCAxNGw2LjI2LTYuNUwxMCAxIi8+PC9nPjwvc3ZnPg==) 100% no-repeat;
  padding-right: 25px;
}

@media screen and (max-width:769px) {
  .jarvisPagination .btnNext {
    width: 13px;
    height: 19px;
    text-indent: -999em;
    padding-left: 20px;
  }
}

.jarvisPagination .btnPrev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+QzlDNUJDMkMtQzcxMy00REJELUEyOTAtNEI1REVDRTAzQ0Q1PC90aXRsZT48ZyBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS40IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xOCA3LjVIMk04IDE0TDEuNzQgNy41IDggMSIvPjwvZz48L3N2Zz4=) 0 no-repeat;
  padding-left: 33px;
}

@media screen and (max-width:769px) {
  .jarvisPagination .btnPrev {
    width: 13px;
    height: 19px;
    text-indent: -999em;
    padding-left: 20px;
  }
}

.jarvisPagination .btnFirst {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Q0RFQzJBOTktNzU0OC00NzVBLThFRTEtNEUwNDhBNEE4QjRGPC90aXRsZT48ZyBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNCAxNEw3Ljc0IDcuNSAxNCAxIi8+PHBhdGggZD0iTTggMTRMMS43NCA3LjUgOCAxIi8+PC9nPjwvc3ZnPg==) 50% no-repeat;
  margin-right: 7px;
}

.jarvisPagination .btnLast {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+MUJEMkY4NzctMjQyMS00QkE3LUIxQTItQzE5NkUwRkJFNDczPC90aXRsZT48ZyBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjNEQ0RDREIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xIDE0bDYuMjYtNi41TDEgMSIvPjxwYXRoIGQ9Ik03IDE0bDYuMjYtNi41TDcgMSIvPjwvZz48L3N2Zz4=) 50% no-repeat;
  margin-left: 7px;
}

.paginationBlock {
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  background-color: transparent;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d4d4d;
  display: block;
}

.paginationBlock .btnArrow {
  overflow: hidden;
  outline: none;
}

.paginationBlock .btnFL {
  width: 13px;
  height: 19px;
  text-indent: -999em;
}

.paginationBlock .btnNext {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+REI5Njc2QTgtN0YzMi00RjdDLTk2RkEtOTczQzJBQTBCRDcwPC90aXRsZT48ZyBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjNEQ0RDREIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDcuNWgxNk0xMCAxNGw2LjI2LTYuNUwxMCAxIi8+PC9nPjwvc3ZnPg==) 100% no-repeat;
  padding-right: 33px;
}

.paginationBlock .btnPrev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+QzlDNUJDMkMtQzcxMy00REJELUEyOTAtNEI1REVDRTAzQ0Q1PC90aXRsZT48ZyBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS40IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xOCA3LjVIMk04IDE0TDEuNzQgNy41IDggMSIvPjwvZz48L3N2Zz4=) 0 no-repeat;
  padding-left: 33px;
}

.paginationBlock .btnFirst {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Q0RFQzJBOTktNzU0OC00NzVBLThFRTEtNEUwNDhBNEE4QjRGPC90aXRsZT48ZyBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNCAxNEw3Ljc0IDcuNSAxNCAxIi8+PHBhdGggZD0iTTggMTRMMS43NCA3LjUgOCAxIi8+PC9nPjwvc3ZnPg==) 50% no-repeat;
  margin-right: 7px;
}

.paginationBlock .btnLast {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+MUJEMkY4NzctMjQyMS00QkE3LUIxQTItQzE5NkUwRkJFNDczPC90aXRsZT48ZyBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjNEQ0RDREIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xIDE0bDYuMjYtNi41TDEgMSIvPjxwYXRoIGQ9Ik03IDE0bDYuMjYtNi41TDcgMSIvPjwvZz48L3N2Zz4=) 50% no-repeat;
  margin-left: 7px;
}

@media only screen and (max-width:769px) {
  table.tableResponsive {
    width: 100%!important;
    min-width: 0!important;
    max-width: none!important;
    overflow: initial;
  }

  table.tableResponsive table,
  table.tableResponsive tbody,
  table.tableResponsive td,
  table.tableResponsive th,
  table.tableResponsive thead,
  table.tableResponsive tr {
    display: block;
  }

  table.tableResponsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.tableResponsive tr:nth-child(odd) {
    background: #ccc;
  }

  table.tableResponsive tr:nth-child(odd) td {
    background: #ccc!important;
  }

  table.tableResponsive td {
    border: none;
    position: relative;
    padding-left: 50%!important;
    max-width: none;
    word-break: normal;
    min-height: 32px;
    padding-right: 16px!important;
  }

  table.tableResponsive td:before {
    position: absolute;
    top: 0;
    left: 22px;
    width: 100px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(title) ": ";
    min-height: 32px;
    line-height: 32px;
  }
}

.quickActionItem {
  font-size: 14px;
  color: #717171;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.quickActionItem img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.quickActionItem a,
.quickActionItem button {
  color: #717171;
  text-decoration: none;
}

.quickActionItem a:active,
.quickActionItem a:focus,
.quickActionItem a:visited,
.quickActionItem button:active,
.quickActionItem button:focus,
.quickActionItem button:visited {
  outline: 0;
}

.jquery-fixedPositionBox {
  background: #fff;
}

@media screen and (max-width:768px) {
  .jquery-fixedPositionBox .modal-dialog {
    width: auto!important;
  }
}

.jquery-dynamicPositionBox {
  background: #fff;
}

@media screen and (min-width:768px) {
  .jquery-dynamicPositionBox.sticked {
    position: fixed;
    top: 0;
    right: 15px;
    max-height: 100vh;
    overflow: auto;
  }
}

.dialogKyc {
  width: 60vw;
}

.dialogKyc .modal-dialog {
  width: 90vw;
}

.autoDisburmentDialog .modal-content {
  width: 450px;
}

.Notification__notificationContainer___3k8_d {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1055;
}

.Notification__notificationContainer___3k8_d .Notification__alert___1HO0b,
.Notification__notificationContainer___3k8_d .Notification__error___3nujf,
.Notification__notificationContainer___3k8_d .Notification__info___qAV-3,
.Notification__notificationContainer___3k8_d .Notification__success___gdIpz {
  padding: 15px 40px 15px 20px;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.Notification__notificationContainer___3k8_d .Notification__alert___1HO0b .Notification__closeNotification___2O-tz,
.Notification__notificationContainer___3k8_d .Notification__error___3nujf .Notification__closeNotification___2O-tz,
.Notification__notificationContainer___3k8_d .Notification__info___qAV-3 .Notification__closeNotification___2O-tz,
.Notification__notificationContainer___3k8_d .Notification__success___gdIpz .Notification__closeNotification___2O-tz {
  position: absolute;
  right: 10px;
  top: 50%;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  font-size: 25px;
  transform: translateY(-50%);
}

.Notification__notificationContainer___3k8_d .Notification__info___qAV-3 {
  background-color: #d9edf7;
}

.Notification__notificationContainer___3k8_d .Notification__success___gdIpz {
  background-color: #dff0d8;
}

.Notification__notificationContainer___3k8_d .Notification__error___3nujf {
  background-color: #f2dede;
}

.layout__loaderContainer___18xoL {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  opacity: .7;
  background-color: hsla(0,0%,100%,.74);
}

.layout__loaderContainer___18xoL .layout__loader___2gEIl,
.layout__loaderContainer___18xoL .layout__loader___2gEIl:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.layout__loaderContainer___18xoL .layout__loader___2gEIl {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(86,86,86,.2);
  border-right: 1.1em solid rgba(86,86,86,.2);
  border-bottom: 1.1em solid rgba(86,86,86,.2);
  border-left: 1.1em solid #028547;
  transform: translateZ(0);
  animation: layout__load8___2YYiZ 1.1s infinite linear;
}

@keyframes layout__load8___2YYiZ {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.layout__cardContainer___12lO7 {
  padding-bottom: 30px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background-color: #fff;
  text-align: center;
}

.layout__cardContainer___12lO7 .layout__top___RDP0h {
  height: 50px;
  background-color: #f5f5f5;
  position: relative;
}

.layout__cardContainer___12lO7 .layout__top___RDP0h .layout__icon___1Udn1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 55px;
  padding: 10px;
  background-color: #028547;
  transform: translateX(-50%) translateY(50%);
}

.layout__cardContainer___12lO7 .layout__title___8V4vJ {
  padding-top: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #7a7a7a;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng,
.layout__cardContainer___12lO7 .layout__title___8V4vJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng a {
  margin: 10px;
  height: 50px;
  border-radius: 25px;
  width: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng a:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng a.layout__disabled___3tGTh,
.layout__cardContainer___12lO7 .layout__itemList___3B0ng a:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng a:active,
.layout__cardContainer___12lO7 .layout__itemList___3B0ng a:focus,
.layout__cardContainer___12lO7 .layout__itemList___3B0ng a:visited {
  outline: 0;
}

.layout__cardContainer___12lO7 .layout__itemList___3B0ng a img {
  height: 25px;
  padding-right: 10px;
}

@media print {
  .layout__headerContainer___22fu5 {
    display: none;
  }
}

.layout__headerContainer___22fu5 {
  background-color: #f7f7f7;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
  font-size: 14px;
  width: 250px;
  min-height: 100vh;
  position: relative;
}

.layout__headerContainer___22fu5 .layout__titleBar___3FUSZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  height: 120px;
  background-color: #028547;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
}

.layout__headerContainer___22fu5 .layout__titleBar___3FUSZ .layout__logo___1gmTQ {
  height: 25px;
}

.layout__headerContainer___22fu5 .layout__titleBar___3FUSZ .layout__logoutBtn___2yVG1 {
  padding-left: 5px;
  vertical-align: top;
}

.layout__headerContainer___22fu5 .layout__titleBarNoneTab___1U98m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  height: 120px;
  background-color: #028547;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.layout__headerContainer___22fu5 .layout__titleBarNoneTab___1U98m .layout__logo___1gmTQ {
  height: 25px;
}

.layout__headerContainer___22fu5 .layout__titleBarNoneTab___1U98m .layout__logoutBtn___2yVG1 {
  padding-left: 5px;
  vertical-align: top;
}

.layout__headerContainer___22fu5 .layout__newApplication___1K3X1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  border-bottom: 1px dotted #008345;
}

.layout__headerContainer___22fu5 .layout__newApplication___1K3X1 a {
  color: #008345;
}

.layout__headerContainer___22fu5 .layout__newApplication___1K3X1 .layout__logo___1gmTQ {
  width: 24px;
  height: 25px;
  object-fit: contain;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #008345;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_>div {
  color: #4a4a4a;
  padding: 22px 20px;
  cursor: pointer;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_>div:nth-child(2) {
  position: relative;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_>div:nth-child(2):before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 0;
  background: #028547;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_>div:nth-child(3) {
  position: relative;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_>div:nth-child(3):before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 0;
  background: #028547;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_ .layout__active___yIP3y {
  color: #028547;
  font-weight: 700;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_ .layout__activeOD___OENXk {
  opacity: 1;
  color: #a460e8;
  font-weight: 700;
}

.layout__headerContainer___22fu5 .layout__changeProductTypeBox___1KyK_ .layout__activeTD___3ToDM {
  opacity: 1;
  color: #0cc3be;
  font-weight: 700;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn>ul li {
  position: relative;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn>ul li:before {
  content: "";
  display: block;
  background: #008345;
  border: 1px solid #008345;
  width: 5px;
  height: 5px;
  top: 19px;
  left: -7px;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn>ul li li:before {
  display: none;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn>ul ul {
  padding-left: 10px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__greenCircle___1zamq:before {
  content: attr(data-number);
  border-radius: 50%;
  background: #008345;
  color: #fff;
  width: 15px;
  height: 15px;
  top: 13px;
  left: -12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__greenCircle___1zamq>label {
  position: static;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__greenCircle___1zamq>label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #028547;
  top: 0;
  bottom: 0;
  left: -5px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__greenCircleCardBundle___lfUir:before {
  content: attr(data-number);
  border-radius: 50%;
  background: #008345;
  color: #fff;
  top: 13px;
  left: -12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__greenCircleCardBundle___lfUir>label {
  position: static;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__greenCircleCardBundle___lfUir>label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #028547;
  top: 0;
  bottom: 0;
  left: -5px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__beginProcessSection___h6zfd:after {
  content: "";
  display: block;
  border-top: 1px dotted #008345;
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__beginProcessSection___h6zfd>label:before {
  top: 18px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__endProcessSection___1levR:after {
  content: "";
  display: block;
  border-top: 1px dotted #008345;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__endProcessSection___1levR>label:before {
  bottom: 18px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__endProcessSectionBundle___11W8K:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNav___2MDNn .layout__endProcessSectionBundle___11W8K>label:before {
  bottom: 18px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d>ul li {
  position: relative;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d>ul li:before {
  content: "";
  display: block;
  background: #1976d2;
  border: 1px solid #1976d2;
  width: 5px;
  height: 5px;
  top: 19px;
  left: -7px;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d>ul li li:before {
  display: none;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d>ul ul {
  padding-left: 10px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__greenCircle___1zamq:before {
  content: attr(data-number);
  border-radius: 50%;
  background: #1976d2;
  color: #fff;
  width: 15px;
  height: 15px;
  top: 13px;
  left: -12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__greenCircle___1zamq>label {
  position: static;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__greenCircle___1zamq>label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #1976d2;
  top: 0;
  bottom: 0;
  left: -5px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__greenCircleBundle___2J3Bj:before {
  content: attr(data-number);
  background: #1976d2;
  color: #fff;
  top: 13px;
  left: -12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__greenCircleBundle___2J3Bj>label {
  position: static;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__greenCircleBundle___2J3Bj>label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #1976d2;
  top: 0;
  bottom: 0;
  left: -5px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__beginProcessSection___h6zfd:after {
  content: "";
  display: block;
  border-top: 1px dotted #1976d2;
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__beginProcessSection___h6zfd>label:before {
  top: 18px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__endProcessSection___1levR:after {
  content: "";
  display: block;
  border-top: 1px dotted #1976d2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNavUpl___1sf6d .layout__endProcessSection___1levR>label:before {
  bottom: 18px;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr>ul li {
  position: relative;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr>ul li:before {
  content: "";
  display: block;
  background: #a460e8;
  border: 1px solid #a460e8;
  width: 5px;
  height: 5px;
  top: 19px;
  left: -7px;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr>ul li li:before {
  display: none;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr>ul ul {
  padding-left: 10px;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__greenCircle___1zamq:before {
  content: attr(data-number);
  border-radius: 50%;
  background: #a460e8;
  color: #fff;
  width: 15px;
  height: 15px;
  top: 13px;
  left: -12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__greenCircle___1zamq>label {
  position: static;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__greenCircle___1zamq>label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #a460e8;
  top: 0;
  bottom: 0;
  left: -5px;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__beginProcessSection___h6zfd:after {
  content: "";
  display: block;
  border-top: 1px dotted #a460e8;
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__beginProcessSection___h6zfd>label:before {
  top: 18px;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__endProcessSection___1levR:after {
  content: "";
  display: block;
  border-top: 1px dotted #a460e8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___22fu5 .layout__mainNavOD___cjKjr .layout__endProcessSection___1levR>label:before {
  bottom: 18px;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .layout__nav___3JJ5q a.layout__active___yIP3y {
  opacity: 1;
  color: #008345;
  font-weight: 700;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .layout__nav___3JJ5q a.layout__activeOD___OENXk {
  opacity: 1;
  color: #a460e8;
  font-weight: 700;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb ul {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #4a4a4a;
  text-transform: uppercase;
  padding-left: 20px;
  margin: 0;
  list-style: none;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb label {
  font-weight: 400!important;
  font-style: normal!important;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav a,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav label {
  display: block;
  padding: .85rem;
  color: #4a4a4a;
  transition: all .25s ease-in;
  text-align: left;
  margin: 0;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav a:focus,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav a:hover,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav label:focus,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav label:hover {
  color: #008345;
  text-decoration: none;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav label {
  cursor: pointer;
  text-align: left;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .group-list a,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .group-list label {
  text-align: left;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .sub-group-list a,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .sub-group-list label {
  padding-left: 4rem;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .sub-sub-group-list a,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .sub-sub-group-list label {
  padding-left: 6rem;
  box-shadow: inset 0 -1px #575757;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .group-list,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .sub-group-list,
.layout__headerContainer___22fu5 .layout__menubar___1OOfb .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav__list input[type=checkbox]:checked+label+ul {
  max-height: 1000px;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb label>span {
  transition: transform .65s ease;
}

.layout__headerContainer___22fu5 .layout__menubar___1OOfb .nav__list input[type=checkbox]:checked+label>span {
  transform: rotate(90deg);
}

.layout__buttonChoicemenu___1Q0Nm {
  height: 38px;
  background-color: #fff;
  color: #028547;
  border-radius: 4px 4px 0 0;
  width: 47%;
  text-transform: uppercase;
}

.layout__layoutChoiceMenu___2APPI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  gap: 8px;
}

.layout__mainNavTD___3Chk_>ul li {
  position: relative;
}

.layout__mainNavTD___3Chk_>ul li:before {
  content: "";
  display: block;
  background: #0cc3be;
  border: 1px solid #0cc3be;
  width: 5px;
  height: 5px;
  top: 19px;
  left: -7px;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.layout__mainNavTD___3Chk_>ul li li:before {
  display: none;
}

.layout__mainNavTD___3Chk_>ul ul {
  padding-left: 10px;
}

.layout__mainNavTD___3Chk_ .layout__greenCircle___1zamq:before {
  content: attr(data-number);
  border-radius: 50%;
  background: #0cc3be;
  color: #fff;
  width: 15px;
  height: 15px;
  top: 13px;
  left: -12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__mainNavTD___3Chk_ .layout__greenCircle___1zamq>label {
  position: static;
}

.layout__mainNavTD___3Chk_ .layout__greenCircle___1zamq>label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #0cc3be;
  top: 18px;
  bottom: 18px;
  left: -5px;
}

.layout__mainNavTD___3Chk_ .layout__beginProcessSection___h6zfd:after {
  content: "";
  display: block;
  border-top: 1px dotted #0cc3be;
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
}

.layout__mainNavTD___3Chk_ .layout__beginProcessSection___h6zfd>label:before {
  top: 18px;
}

.layout__mainNavTD___3Chk_ .layout__onlyProcessSection___gPPOm:after {
  content: "";
  display: block;
  border-top: 1px dotted #0cc3be;
  border-bottom: 1px dotted #0cc3be;
  position: absolute;
  top: 0;
  right: 18px;
  left: -20px;
}

.layout__mainNavTD___3Chk_ .layout__onlyProcessSection___gPPOm>label:before {
  top: 18px;
  bottom: 18px;
}

.layout__mainNavTD___3Chk_ .layout__endProcessSection___1levR:after {
  content: "";
  display: block;
  border-bottom: 1px dotted #0cc3be;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
}

.layout__mainNavTD___3Chk_ .layout__endProcessSection___1levR>label:before {
  bottom: 18px;
}

.layout__changeJourney___1hF9q {
  text-transform: uppercase;
  font-weight: 700;
  width: 225px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  position: relative;
}

.layout__changeJourney___1hF9q .layout__journeyText___TmJSV {
  border-radius: 50px;
  background: none;
  height: 28px;
  border: 1px solid #cacaca;
  transition: all .3s ease 0s;
}

.layout__changeJourney___1hF9q .layout__journeyText___TmJSV:hover {
  background-color: #028547;
  color: #fff;
}

.layout__journeyTooltip___3QdZE {
  position: absolute;
  width: 200px;
  border-radius: 5px;
  z-index: 2;
  background: #fff;
  color: #4d4d4d;
  padding: 10px;
  right: 115%;
  top: 0;
  line-height: 1.5;
}

.layout__journeyTooltip___3QdZE:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
}

.layout__journeyBoxShadow___2NvbZ {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 1;
}

.layout__wrapLogo___AOOGG {
  display: none;
}

@media screen and (max-width:992px) {
  .layout__wrapLogo___AOOGG {
    display: block;
  }
}

@media screen and (max-width:992px) {
  .layout__wrapLogo___AOOGG img {
    width: 100px;
  }
}

.layout__wrapNavbar___8yZK_ {
  background-color: #f7f7f7;
}

@media screen and (max-width:992px) {
  .layout__wrapNavbar___8yZK_ {
    background: #028547;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 10px;
    position: relative;
  }
}

.layout__userInfoWrap___1xuUc {
  display: none;
}

@media screen and (max-width:993px) {
  .layout__userInfoWrap___1xuUc {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.layout__userInfo___1OOkC {
  font-weight: 700;
  padding: 0 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.layout__userInfo___1OOkC img {
  width: 20px;
  margin: 0 5px 0 0;
}

.layout__toggleMainMenu___2yWp5>span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
}

.layout__toggleMainMenu___2yWp5>span~span {
  margin: 3px 0 0;
}

.layout__navbarContainer___1E0bb {
  list-style: none;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width:993px) {
  .layout__navbarContainer___1E0bb.layout__show___1_YD- {
    display: block!important;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    background-color: #f7f7f7;
    height: auto;
    z-index: 2;
    text-align: left;
    padding: 10px 5px;
  }
}

@media screen and (max-width:993px) {
  .layout__navbarContainer___1E0bb {
    display: none!important;
  }
}

.layout__navbarContainer___1E0bb li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media screen and (max-width:993px) {
  .layout__navbarContainer___1E0bb li {
    padding: 5px 10px;
  }
}

.layout__navbarContainer___1E0bb a {
  color: #4c4c4c;
}

@media screen and (max-width:1201px) {
  .layout__navbarContainer___1E0bb b {
    display: block;
    line-height: 1.2;
  }
}

@media screen and (max-width:993px) {
  .layout__navbarContainer___1E0bb b {
    display: inline-block;
  }
}

.layout__navbarContainer___1E0bb img {
  width: 25px;
  margin-right: 5px;
}

@media screen and (max-width:1201px) {
  .layout__navbarContainer___1E0bb img {
    width: 20px;
  }
}

@media screen and (max-width:993px) {
  .layout__navbarContainer___1E0bb img {
    display: none;
  }
}

.layout__mlAuto___Dp3F_ {
  margin-left: auto;
}

.layout__logoutBtn___2bDx9 {
  cursor: pointer;
}

.layout__checkboxWrapLang___qdBIi {
  border-radius: 100px;
  border: 1px solid #cacaca;
  display: inline-block;
  appearance: none;
  width: 109px;
  height: 28px;
  background: #fff;
  position: relative;
  margin-left: auto;
}

@media screen and (max-width:1201px) {
  .layout__checkboxWrapLang___qdBIi {
    height: 23px;
    width: 80px;
  }
}

@media screen and (max-width:993px) {
  .layout__checkboxWrapLang___qdBIi {
    margin-left: 0;
  }
}

.layout__checkboxWrapLang___qdBIi span {
  border-radius: 100px;
  text-align: center;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 28px;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  margin-top: -1px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width:1201px) {
  .layout__checkboxWrapLang___qdBIi span {
    font-size: 13px;
    line-height: 23px;
  }
}

.layout__checkboxWrapLang___qdBIi span.layout__active___1hqM3 {
  border-radius: 100px;
  background-color: #028547;
  color: #fff;
}

.layout__downloadUploadContainer___3Exw0 .layout__uploadPageContainer___1hQeI {
  padding: 50px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__group___3geLA {
  position: relative;
}

.layout__group___3geLA input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
}

.layout__group___3geLA input.layout__invalid___TCGN6 {
  border-bottom: 1px solid #dd621d;
}

.layout__group___3geLA input:focus {
  outline: none;
}

.layout__group___3geLA label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___3geLA input.layout__hasValue___KhDFL~label,
.layout__group___3geLA input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___3geLA .layout__bar___1CugO {
  position: relative;
  display: block;
}

.layout__group___3geLA .layout__bar___1CugO:after,
.layout__group___3geLA .layout__bar___1CugO:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___3geLA .layout__bar___1CugO:before {
  left: 50%;
}

.layout__group___3geLA .layout__bar___1CugO:after {
  right: 50%;
}

.layout__group___3geLA .layout__errorStyle___qzxNm {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___3geLA input:focus~.layout__bar___1CugO:after,
.layout__group___3geLA input:focus~.layout__bar___1CugO:before {
  width: 50%;
}

.layout__withLabel___3spMf {
  margin-top: 45px;
}

.layout__styledV2___1ar2u {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___1ar2u.layout__isValid___2WHuh>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___1ar2u.layout__isValid___2WHuh.layout__uplStyle___2SyYl>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___1ar2u.layout__isValid___2WHuh.layout__odStyle___1aUyQ>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___1ar2u.layout__isInvalid___2ExRL>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___1ar2u>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.layout__styledV2___1ar2u>input:disabled {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__loginContainer___2hMeI {
  background-color: #f8f8f8;
  height: 100%;
}

.layout__loginContainer___2hMeI .layout__top___1KkGl {
  background-color: #028547;
  height: 350px;
  position: relative;
}

.layout__loginContainer___2hMeI .layout__top___1KkGl .layout__logo___1y2G1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
}

@media screen and (max-width:759px) {
  .layout__loginContainer___2hMeI .layout__top___1KkGl .layout__logo___1y2G1 {
    width: 150px;
  }
}

.layout__loginContainer___2hMeI .layout__top___1KkGl .layout__loginForm___283pw {
  position: absolute;
  width: 482px;
  height: 416px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,.14);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  text-align: center;
  padding: 0 50px;
  max-width: 100%;
}

@media screen and (max-width:769px) {
  .layout__loginContainer___2hMeI .layout__top___1KkGl .layout__loginForm___283pw {
    padding: 0 20px;
  }
}

.layout__loginContainer___2hMeI .layout__top___1KkGl .layout__loginForm___283pw .layout__formName___3e9Vg {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px;
}

.layout__loginContainer___2hMeI .layout__top___1KkGl .layout__loginForm___283pw .layout__loginBtn___3ctNU {
  width: 288px;
  height: 50px;
  border-radius: 100px;
  background-color: #028547;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  transition: background-color .5s;
}

@media screen and (max-width:769px) {
  .layout__loginContainer___2hMeI .layout__top___1KkGl .layout__loginForm___283pw .layout__loginBtn___3ctNU {
    max-width: 100%;
    font-size: 13px;
    height: 40px;
    margin-top: 30px;
  }
}

.layout__loginContainer___2hMeI .layout__top___1KkGl .layout__loginForm___283pw .layout__loginBtn___3ctNU:disabled {
  background-color: #d8dbdb;
}

.layout__loginContainer___2hMeI .layout__forgetPwd___1kJQl {
  font-size: 15px;
  line-height: 17px;
  color: #dd621d;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
}

.buttonGroup {
  text-align: right;
}

.btnDefault {
  padding: 0 30px;
  height: 40px;
  border-radius: 100px;
  background-color: #028547;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .5s;
  margin: 20px 0 20px 10px;
}

@media screen and (max-width:769px) {
  .btnDefault {
    font-size: 13px;
    height: 30px;
  }
}

.btnDefault:hover {
  color: #fff;
}

.btnDefault.btnDisabled {
  background-color: #d8dbdb;
  color: #337ab7;
}

.btnDefault.btnDisabled:hover {
  color: #23527c;
}

.modal-email,
.successEmail .forgetPwdForm,
.successEmail .modal-title,
.successEmailText {
  display: none;
}

.successEmail .modal-email,
.successEmail .successEmailText {
  display: block;
}

.loginInput .adInput {
  text-align: left;
}

.loginInput .adInput input::-webkit-input-placeholder {
  font-size: 14px;
}

.loginInput .adInput input::-moz-placeholder {
  font-size: 14px;
}

.loginInput .adInput input:-ms-input-placeholder {
  font-size: 14px;
}

.loginInput .adInput input:-moz-placeholder {
  font-size: 14px;
}

.loginInput .adInput input.hasValue~label,
.loginInput .adInput input~label {
  top: -30px;
  font-size: 18px;
}

.loginInput .adInput input.hasValue~label,
.loginInput .adInput input:focus~label {
  top: -20px;
  font-size: 18px;
}

.layout__container___2KwZK {
  width: 50em;
  background-color: #fff;
  padding: 4em 2em;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 100%;
  left: 50%;
  border-radius: .8em;
  box-shadow: 0 45px 60px rgba(30,22,1,.3);
}

.layout__inputfield___1A_Xr {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__input___r0QYE {
  height: 3em;
  width: 3em;
  border: 2px solid #dad9df;
  text-align: center;
  font-size: 1.5em;
  border-radius: .3em;
  background-color: #fff;
  outline: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#layout__submit___MPQUv {
  background-color: #044ecf;
  border: none;
  outline: none;
  font-size: 1.2em;
  padding: .8em 2em;
  color: #fff;
  border-radius: .1em;
  margin: 1em auto 0;
  cursor: pointer;
}

.layout__show___VrlFv {
  display: block;
}

.layout__hide___3tRBJ {
  display: none;
}

.layout__input___r0QYE:disabled {
  color: #89888b;
}

.layout__input___r0QYE:focus {
  border: 3px solid #028547;
}

.layout__splitter___2ENm5 {
  padding: 0 5px;
  font-size: 24px;
}

.layout__loginContainerOTP___ouMW2 {
  background-color: #f8f8f8;
  height: 100%;
}

.layout__loginContainerOTP___ouMW2 .layout__top___1KkGl {
  background-color: #028547;
  height: 350px;
  position: relative;
}

.layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__logo___1y2G1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
}

@media screen and (max-width:759px) {
  .layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__logo___1y2G1 {
    width: 150px;
  }
}

.layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__loginForm___283pw {
  position: absolute;
  width: 482px;
  height: 416px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,.14);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  text-align: center;
  padding: 0 50px;
  max-width: 100%;
}

@media screen and (max-width:769px) {
  .layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__loginForm___283pw {
    padding: 0 20px;
  }
}

.layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__loginForm___283pw .layout__formName___3e9Vg {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px;
}

.layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__loginForm___283pw .layout__loginBtn___3ctNU {
  width: 288px;
  height: 50px;
  border-radius: 100px;
  background-color: #028547;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  transition: background-color .5s;
}

@media screen and (max-width:769px) {
  .layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__loginForm___283pw .layout__loginBtn___3ctNU {
    max-width: 100%;
    font-size: 13px;
    height: 40px;
    margin-top: 30px;
  }
}

.layout__loginContainerOTP___ouMW2 .layout__top___1KkGl .layout__loginForm___283pw .layout__loginBtn___3ctNU:disabled {
  background-color: #d8dbdb;
}

.layout__loginContainerOTP___ouMW2 .layout__forgetPwd___1kJQl {
  font-size: 15px;
  line-height: 17px;
  color: #dd621d;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
}

.layout__textOTP___1CqRe {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
}

.layout__otNotify___1hN_-,
.layout__textOTP___1CqRe {
  width: 100%;
  font-weight: 600;
}

.layout__otNotify___1hN_- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  font-style: italic;
  color: blue;
}

.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker__tether-element-attached-top .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element{margin-top:-20px}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker__navigation{line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;border:.45rem solid transparent;z-index:1}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{display:inline;float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__day-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:700}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__month-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:inline-block;height:0;outline:0;padding:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\D7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:7px;text-align:center;top:50%}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__tether-element{z-index:2147483647}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.layout__calendarContainer___3I-Zq {
  position: relative;
  border-bottom: 1px solid #cacaca;
}

.layout__invalid___3eznL {
  border-color: red;
}

.layout__flexSection___fleo- {
  background: #fff;
  z-index: 99;
  overflow: auto;
  top: 200px;
  right: 50px;
  bottom: 50px;
  left: 150px;
}

.layout__flexSection___fleo-.layout__isExtended___Agb2R {
  transition: all .3s ease 0s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}

.layout__isExtended___Agb2R .layout__flexSectionControl___3WVtc {
  font-size: 34px;
}

.layout__flexSectionControl___3WVtc {
  font-size: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  padding: 8px;
}

@media screen and (max-width:769px) {
  .layout__flexSectionControl___3WVtc {
    display: none;
  }
}

.layout__flexSectionControl___3WVtc img {
  max-width: 100%;
}

.layout__flexSectionControl___3WVtc>span {
  width: 16px;
  cursor: pointer;
  margin: 0 20px 0 0;
  position: relative;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__flexSectionControl___3WVtc>span:before {
  content: attr(data-hover);
  position: absolute;
  border-radius: 5px;
  top: calc(100% + 10px);
  color: #fff;
  background: #000;
  font-size: 12px;
  padding: 5px;
  display: block;
  left: 0;
  min-width: 100px;
  opacity: 0;
  transition: all .3s ease 0s;
  pointer-events: none;
}

.layout__flexSectionControl___3WVtc>span:hover:before {
  opacity: 1;
  top: 100%;
}

.layout__fullBox___2n9aO {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___fYu08 {
  min-width: calc(100% - 300px);
}

.layout__box___1rCnn {
  padding: 0 10px;
}

.layout__searchbox___1h734 {
  margin-top: 15px;
}

.layout__searchType___2WIJk {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchType___2WIJk,
.layout__statusBox___3nG2A {
  margin: 0 0 15px;
}

.layout__searchInput___1-Dbn {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___1OBQz {
  margin-top: 20px;
}

.layout__contentcontainer___2ezye {
  font-size: 10px!important;
  width: 100%;
}

.layout__searchBtn___3yivR {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtn___3yivR:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___3yivR.layout__disabled___22yI1,
.layout__searchBtn___3yivR:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___3yivR:active,
.layout__searchBtn___3yivR:focus,
.layout__searchBtn___3yivR:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___3yivR {
    margin-top: 15px;
  }
}

.layout__searchBtnOD___esxmX {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtnOD___esxmX:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtnOD___esxmX.layout__disabled___22yI1,
.layout__searchBtnOD___esxmX:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtnOD___esxmX:active,
.layout__searchBtnOD___esxmX:focus,
.layout__searchBtnOD___esxmX:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtnOD___esxmX {
    margin-top: 15px;
  }
}

.layout__calendarBox___2O6Yf .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___2O6Yf .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___YKvSc {
  overflow: auto;
}

.layout__tableWrapper___YKvSc>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___3KV4Y input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___3hZAs {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___2gecy,
.layout__modalcontainer___3hZAs {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___2gecy {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___39LSc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___1nzPV {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___3D-ib {
  width: 100%;
}

.layout__mailContainer___68Pr4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___2YwCE {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___11x0G {
  float: right;
  right: 0;
}

.layout__linkpopup___J_ylO {
  cursor: pointer;
}

.layout__list___1hvQ8 {
  padding: 0 15px;
}

.layout__list___1hvQ8 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1hvQ8 .layout__curPointer___HccJx {
  cursor: pointer;
}

.layout__list___1hvQ8 .layout__count___2e3TW {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___1hvQ8 .layout__countNumber___2XT9I {
  color: #028547;
}

.layout__list___1hvQ8 .layout__tableHeader___3J76e {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___1hvQ8 .layout__decreaseIcon___3aB7G,
.layout__list___1hvQ8 .layout__increaseIcon___1qtRX {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___1hvQ8 .layout__decreaseIcon___3aB7G {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1hvQ8 .layout__downloadIcon___g3PP_ {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1hvQ8 .layout__applicationLink___1AFMY {
  color: #000;
}

.layout__list___1hvQ8 .layout__approved___kZFnr,
.layout__list___1hvQ8 .layout__carddeliver___2BnhM,
.layout__list___1hvQ8 .layout__cardship___2ipFd,
.layout__list___1hvQ8 .layout__draft___3J3S4,
.layout__list___1hvQ8 .layout__inprocess___1Op9w,
.layout__list___1hvQ8 .layout__status___3K2a7,
.layout__list___1hvQ8 .layout__submitteddoc___1KIhB,
.layout__list___1hvQ8 .layout__sumittedapp___2i-Y5 {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1hvQ8 .layout__draft___3J3S4 {
  color: #9c27b0;
}

.layout__list___1hvQ8 .layout__sumittedapp___2i-Y5 {
  color: #e91e63;
}

.layout__list___1hvQ8 .layout__submitteddoc___1KIhB {
  color: #4caf50;
}

.layout__list___1hvQ8 .layout__inprocess___1Op9w {
  color: #f76045;
}

.layout__list___1hvQ8 .layout__approved___kZFnr {
  color: #f4bf75;
}

.layout__list___1hvQ8 .layout__cardship___2ipFd {
  color: #795548;
}

.layout__list___1hvQ8 .layout__carddeliver___2BnhM {
  color: #1976d2;
}

.layout__list___1hvQ8 .layout__border___3LGMQ,
.layout__list___1hvQ8 .layout__carddeliverBorder___3fiJO,
.layout__list___1hvQ8 .layout__cardshipBorder___VVYgJ,
.layout__list___1hvQ8 .layout__savedBorder___1-BTQ,
.layout__list___1hvQ8 .layout__submitteddocBorder___3nWsu,
.layout__list___1hvQ8 .layout__sumittedappBorder___24280,
.layout__list___1hvQ8 .layout__verificationBorder___1hmzd {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1hvQ8 .layout__savedBorder___1-BTQ {
  border-left-color: #9c27b0;
}

.layout__list___1hvQ8 .layout__submitteddocBorder___3nWsu {
  border-left-color: #4caf50;
}

.layout__list___1hvQ8 .layout__cardshipBorder___VVYgJ {
  border-left-color: #795548;
}

.layout__list___1hvQ8 .layout__carddeliverBorder___3fiJO {
  border-left-color: #1976d2;
}

.layout__list___1hvQ8 .layout__sumittedappBorder___24280,
.layout__list___1hvQ8 .layout__verificationBorder___1hmzd {
  border-left-color: #e91e63;
}

.layout__list___1hvQ8 .layout__statusBox___3nG2A {
  margin: 0;
}

.layout__searchBoxWrapper___1qKVl {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___1qKVl {
    max-width: 500px;
  }
}

.layout__triangleBtn___OGqUd {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___OGqUd {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___OGqUd:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___OGqUd.layout__isOpening___3bZxe:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___1zXjD td:not(.layout__wrapTriAngle___3SjHG) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__exportContainer___3UfR5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___3ypI2 {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___3ypI2:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3ypI2.layout__disabled___22yI1,
.layout__btnExport___3ypI2:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3ypI2:active,
.layout__btnExport___3ypI2:focus,
.layout__btnExport___3ypI2:visited {
  outline: 0;
}

.layout__coverBoxExport___1tNvn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBoxExport___1tNvn input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.Select{position:relative}.Select,.Select div,.Select input,.Select span{box-sizing:border-box}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:none}.is-searchable.is-open>.Select-control{cursor:text}.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1)}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,.has-value.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:none;text-decoration:underline}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:14px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{animation:Select-animation-spin .4s infinite linear;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.is-open .Select-arrow,.Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}.layout__selectContainer___aSon0 {
  position: relative;
}

.layout__selectContainer___aSon0 label {
  position: absolute;
  top: 0;
  left: 10px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transition: all .2s ease;
}

.layout__selectContainer___aSon0 .Select.Select--multi.has-value~label,
.layout__selectContainer___aSon0 .Select.Select--single.has-value~label {
  position: absolute;
  top: -30px;
  font-size: 14px;
}

.layout__selectContainer___aSon0 .Select.Select--single.is-loading .Select-placeholder {
  display: none;
}

.layout__selectContainer___aSon0 .Select-value-label {
  font-size: 18px;
}

.layout__selectContainer___aSon0 .Select-value {
  top: -4px;
}

.layout__removeClearValueIcon___1yhxL .Select-clear {
  display: none!important;
}

.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__uplStyle___tyubc .Select--multi .Select-control,
.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__uplStyle___tyubc .Select--single .Select-control {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__uplStyle___tyubc .Select--multi.is-disabled .Select-control,
.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__uplStyle___tyubc .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__odStyle___2ydxa .Select--multi .Select-control,
.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__odStyle___2ydxa .Select--single .Select-control {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__odStyle___2ydxa .Select--multi.is-disabled .Select-control,
.layout__styledV2___1iKZR.layout__isValid___2s7YP.layout__odStyle___2ydxa .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___1iKZR.layout__isValid___2s7YP .Select--multi .Select-control,
.layout__styledV2___1iKZR.layout__isValid___2s7YP .Select--single .Select-control {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___1iKZR.layout__isValid___2s7YP .Select--multi.is-disabled .Select-control,
.layout__styledV2___1iKZR.layout__isValid___2s7YP .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___1iKZR.layout__isInvalid___APFAn .Select--multi .Select-control,
.layout__styledV2___1iKZR.layout__isInvalid___APFAn .Select--single .Select-control {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___1iKZR .Select--multi .Select-control,
.layout__styledV2___1iKZR .Select--single .Select-control {
  width: 100%;
  margin: 0;
  border-radius: 7px;
  border: 1px solid #cacaca;
  box-shadow: none!important;
}

.layout__styledV2___1iKZR .Select-input {
  height: 32px;
}

.layout__styledV2___1iKZR .Select-clear-zone {
  line-height: 1;
}

.layout__styledV2___1iKZR .Select--single>.Select-control .Select-value,
.layout__styledV2___1iKZR .Select-placeholder {
  padding: 0 0 0 5px;
}

.layout__errorStyle___sMnq9 {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__invalid___2ouh9 .Select--multi .Select-control,
.layout__invalid___2ouh9 .Select--single .Select-control {
  border-color: #dd621d;
}

.layout__hidden___3k9O5 {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border: none;
}

.layout__group___1jKiA {
  position: relative;
}

.layout__group___1jKiA textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  resize: vertical;
}

.layout__group___1jKiA textarea.layout__invalid___1KdRv {
  border-bottom: 1px solid #dd621d;
}

.layout__group___1jKiA textarea:focus {
  outline: none;
}

.layout__group___1jKiA label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all .2s ease;
}

.layout__group___1jKiA textarea.layout__hasValue___3r1wa~label,
.layout__group___1jKiA textarea:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___1jKiA .layout__bar___1RPHC {
  position: relative;
  display: block;
}

.layout__group___1jKiA .layout__bar___1RPHC:after,
.layout__group___1jKiA .layout__bar___1RPHC:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___1jKiA .layout__bar___1RPHC:before {
  left: 50%;
}

.layout__group___1jKiA .layout__bar___1RPHC:after {
  right: 50%;
}

.layout__group___1jKiA textarea:focus~.layout__bar___1RPHC:after,
.layout__group___1jKiA textarea:focus~.layout__bar___1RPHC:before {
  width: 50%;
}

.layout__withLabel___1WE5C {
  margin-top: 45px;
  width: 100%;
}

.layout__styledV2___1but6,
.layout__styledV2___1but6>textarea {
  width: 100%!important;
}

.layout__styledV2___1but6>textarea {
  min-height: 100px;
  border-radius: 0;
}

.layout__application_printable___RP0RK {
  background-color: #fff;
  padding: 0 15px;
  width: 965px;
  margin: 0 auto;
}

.layout__application_printable___RP0RK textarea {
  height: 105px;
}

.layout__application_printable___RP0RK .layout__formTable___1fvZo {
  margin: 10px 0;
  width: 100%;
}

.layout__application_printable___RP0RK .layout__formTable___1fvZo td {
  border: 1px solid #333;
  padding: 15px;
}

.layout__application_printable___RP0RK .layout__columnCenter___2HuUp {
  width: 50%;
  vertical-align: middle;
}

.layout__application_printable___RP0RK .layout__columnCenter___2HuUp input {
  margin-right: 10px!important;
}

.layout__application_printable___RP0RK .layout__wrapCheckbox___VTFWB {
  position: relative;
  cursor: pointer;
  min-width: 15px;
  font-weight: 400;
}

.layout__application_printable___RP0RK .layout__wrapCheckbox___VTFWB~.layout__wrapCheckbox___VTFWB {
  margin-left: 20px;
}

.layout__application_printable___RP0RK .layout__wrapCheckbox___VTFWB input {
  opacity: 0;
  visibility: hidden;
}

.layout__application_printable___RP0RK .layout__checkboxIcon___ILvbZ:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  left: 0;
  top: 5px;
  background: #fff;
  z-index: 1;
}

.layout__application_printable___RP0RK input[type=checkbox]:checked+.layout__checkboxIcon___ILvbZ:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  left: 5px;
  top: 7px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 2;
}

.layout__application_printable___RP0RK .layout__formCheckbox___2KWZ_ {
  border: 1px solid #333;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.layout__application_printable___RP0RK .layout__formCheckbox___2KWZ_ input {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.layout__application_printable___RP0RK .layout__vpbank___3-SSD {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.layout__application_printable___RP0RK .layout__vpbank___3-SSD div:first-child {
  padding-left: 15px;
  background: #fff;
  width: 20%;
}

.layout__application_printable___RP0RK .layout__action___1g9Pq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__application_printable___RP0RK .layout__pNormal___h28-N p {
  margin: 0 0 2px;
}

.layout__application_printable___RP0RK .layout__fieldName___nRpK2 {
  white-space: nowrap;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.layout__application_printable___RP0RK .layout__data___1CT0A {
  display: table-cell;
  width: 99%;
  padding-left: 4px;
  text-align: left;
}

.layout__application_printable___RP0RK .layout__toprange___3L2Gu,
.layout__application_printable___RP0RK .layout__toprange2___3yXJw {
  margin-top: 10px!important;
}

.layout__application_printable___RP0RK .layout__bold___1phoE {
  font-size: 13px;
  font-weight: 600;
}

.layout__application_printable___RP0RK .layout__checkbox___3H4WD {
  margin-right: 10px;
}

.layout__application_printable___RP0RK .layout__header___397Hp {
  padding-bottom: 10px;
  padding-top: 1px;
  margin-bottom: 0;
  margin-top: 1px;
  text-align: center;
  margin-right: 0;
  color: green;
  -webkit-print-color-adjust: exact;
  line-height: 24px;
}

.layout__application_printable___RP0RK .layout__header___397Hp div.layout__container___3xc6p {
  max-width: 100%!important;
}

.layout__application_printable___RP0RK .layout__header___397Hp h1 {
  color: "#fff";
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

.layout__application_printable___RP0RK .layout__header___397Hp p {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0;
}

.layout__application_printable___RP0RK .layout__header___397Hp h2 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

.layout__application_printable___RP0RK .layout__header___397Hp h3 {
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  font-style: italic;
  color: #0b8344;
}

.layout__application_printable___RP0RK .layout__header___397Hp .layout__note___1rC4V {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  color: #0b8344;
}

.layout__application_printable___RP0RK .layout__signatureBox___1OJxm {
  background: #f3f3f3!important;
  height: 100px;
  -webkit-print-color-adjust: exact;
}

.layout__application_printable___RP0RK .layout__alignLeft___12l1E {
  text-align: left;
}

.layout__application_printable___RP0RK .layout__alignRight___1KZoB {
  text-align: right;
}

.layout__application_printable___RP0RK .layout__titleHeading___2b_mc {
  background-color: #13a04c!important;
  margin: 0 0 10px;
  padding: 4px 15px;
}

.layout__application_printable___RP0RK .layout__titleHeading___2b_mc .layout__textEngHeader___1fd6F {
  color: #fff;
  font-size: 14px;
}

.layout__application_printable___RP0RK .layout__titleHeading___2b_mc .layout__textVNHeader___1B60W {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.layout__application_printable___RP0RK .layout__noted___1vA2U {
  color: #ed1c24!important;
  margin-right: 7px;
  vertical-align: middle;
  padding-top: 4px;
  display: inline-block;
}

.layout__application_printable___RP0RK ul.layout__signvpbank___25Cye {
  list-style: none;
}

.layout__application_printable___RP0RK .layout__paddingBottomSmall___3Nnhf {
  padding-bottom: 10px!important;
}

.layout__application_printable___RP0RK .layout__marginBottom10___3VKa5 {
  margin-bottom: 10px!important;
}

.layout__application_printable___RP0RK .layout__ulNoMarginBottom___2zPkb {
  margin-bottom: 0;
}

.layout__application_printable___RP0RK .layout__ulNoMarginBottom___2zPkb li {
  margin-bottom: 10px!important;
}

.layout__application_printable___RP0RK .layout__textUnderline___17-Eq {
  text-decoration: underline;
}

.layout__application_printable___RP0RK .layout__textItalic___3MkEV {
  font-style: italic;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh {
  background-color: #fff;
  padding: 10px 15px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__formRow___2PlsY {
  padding-bottom: 15px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__formRow___2PlsY.layout__alignBottom___3keBn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__formRow___2PlsY.layout__alignBottom___3keBn .layout__formRow___2PlsY {
  padding-bottom: 0;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__formRow___2PlsY.layout__padding___1DK_H {
  padding: 0 10px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textVN___2AMLd {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textVNLight___2awMl {
  color: #333;
  font-size: 14px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textNormal___2dDXl {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textPading___25QuO {
  padding-left: 5px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__nghieng___2mo24 {
  font-style: italic!important;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textEng___1aeY_ {
  color: #969696;
  font-size: 14px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh {
  min-height: 23px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh>span {
  display: block;
  float: left;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh div {
  overflow: hidden;
  padding-left: 10px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh .layout__wrapCheckbox___VTFWB {
  position: relative;
  cursor: pointer;
  min-width: 15px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh .layout__wrapCheckbox___VTFWB~.layout__wrapCheckbox___VTFWB {
  margin-left: 20px;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh .layout__wrapCheckbox___VTFWB input {
  opacity: 0;
  visibility: hidden;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh div[contenteditable=true],
.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh div[contenteditable=true] div {
  padding: 0;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh .layout__checkboxIcon___ILvbZ:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  left: 0;
  top: 5px;
  background: #fff;
  z-index: 1;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh input[type=checkbox]:checked+.layout__checkboxIcon___ILvbZ:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  left: 5px;
  top: 7px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 2;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__boxFlex___F58Hh .layout__wrapInputNumber___3u6Cb input {
  width: 15px;
  height: 15px;
  margin: 0 3.5px;
  box-shadow: none;
  border: 1px solid #d2d2d2;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBox___3Wv1E,
.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxFull___j1Tdn,
.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxMedium___1Lk9v,
.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxSmall___kvjzN {
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  background-image: none;
  border: none;
  margin-left: 5px;
  border-bottom: 1px dotted #d2d2d2;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxSmall___kvjzN {
  width: 50px;
  margin-left: 0;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxMedium___1Lk9v {
  width: 400px;
  margin-left: 0;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxFull___j1Tdn {
  width: 100%;
  margin-left: 0;
}

.layout__application_printable___RP0RK .layout__btnStats___URuQC {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__application_printable___RP0RK .layout__btnStats___URuQC:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__application_printable___RP0RK .layout__btnStats___URuQC.layout__disabled___r6VEW,
.layout__application_printable___RP0RK .layout__btnStats___URuQC:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__application_printable___RP0RK .layout__btnStats___URuQC:active,
.layout__application_printable___RP0RK .layout__btnStats___URuQC:focus,
.layout__application_printable___RP0RK .layout__btnStats___URuQC:visited {
  outline: 0;
}

.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxFull___j1Tdn,
.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxMedium___1Lk9v,
.layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxSmall___kvjzN,
.layout__application_printable___RP0RK .layout__inputBox___3Wv1E,
.layout__application_printable___RP0RK .layout__inputBoxFull___j1Tdn,
.layout__application_printable___RP0RK .layout__inputBoxMedium___1Lk9v,
.layout__application_printable___RP0RK .layout__inputBoxSmall___kvjzN {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  background-image: none;
  border: none;
  margin-left: 5px;
  border-bottom: 1px dotted #d2d2d2;
}

.layout__application_printable___RP0RK .layout__inputBoxSmall___kvjzN {
  width: 50px;
  margin-left: 0;
}

.layout__application_printable___RP0RK .layout__inputBoxMedium___1Lk9v {
  width: 400px;
  margin-left: 0;
}

.layout__application_printable___RP0RK .layout__inputBoxFull___j1Tdn {
  width: 100%;
  margin-left: 0;
}

.layout__application_printable___RP0RK .layout__biggerSpace___3AKxZ {
  padding-top: 70px;
}

.layout__application_printable___RP0RK .layout__space___2D3DJ {
  padding-top: 15px;
}

.layout__application_printable___RP0RK .layout__borderless___2fWsA td,
.layout__application_printable___RP0RK .layout__borderless___2fWsA th {
  border: 0!important;
}

.layout__application_printable___RP0RK .layout__borderless___2fWsA .layout__haveBorder___3SVrT td,
.layout__application_printable___RP0RK .layout__borderless___2fWsA .layout__haveBorder___3SVrT th {
  border: 1px solid #ddd!important;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 {
  background: none!important;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 h1,
.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 h2,
.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 h3 {
  color: #333;
  font-weight: 700;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 h3 {
  margin-top: 6px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 h1 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 5px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 h5 {
  color: #333;
  margin: 0!important;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__loanPurposeHeader___103v3 .layout__title___2EEVU {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 30px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__midTitle___iwJ3n {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__midTitle___iwJ3n span {
  text-transform: none;
  font-weight: 400;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__middle___2GPKr ul li {
  list-style-type: none;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__vT___1LY93 td {
  vertical-align: top;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__table___1WR_Z {
  width: 100%;
  margin-bottom: 30px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__table___1WR_Z td {
  border: 1px solid #eee;
  padding: 8px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__phan3Editable___2m0nt {
  margin: 5px;
  min-height: 70px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__note___1rC4V {
  font-size: 13px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__staffVerification___1tx0V {
  text-align: center;
  margin-top: 70px;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__staffVerification___1tx0V .layout__title___2EEVU {
  text-align: center;
  font-weight: 700;
}

.layout__application_printable___RP0RK .layout__loanPurpose___1SO9N .layout__staffVerification___1tx0V .layout__canboTindung___1jiPm {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 170px;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .layout__loanPurposeHeader___103v3 .layout__container___3xc6p.layout__loanPurposeHeadingTitle___1bDDS .layout__titleDescription___2PxIC,
  .layout__loanPurposeHeader___103v3 .layout__container___3xc6p.layout__loanPurposeHeadingTitle___1bDDS h2,
  .layout__loanPurposeHeader___103v3 .layout__container___3xc6p.layout__loanPurposeHeadingTitle___1bDDS h3 {
    color: #333!important;
  }

  .layout__loanPurposeHeader___103v3 .layout__container___3xc6p.layout__loanPurposeHeadingTitle___1bDDS h1 {
    margin-top: 25px!important;
  }

  .layout__breakPage___1NZBy {
    page-break-after: always;
  }

  .layout__application_printable___RP0RK {
    padding: 0!important;
    min-height: inherit!important;
    top: 0!important;
    left: 0!important;
    position: relative!important;
    width: 100%!important;
  }

  .layout__application_printable___RP0RK textarea {
    height: 105px;
  }

  .layout__application_printable___RP0RK .layout__fieldName___nRpK2 {
    white-space: nowrap!important;
    display: table-cell!important;
    text-align: left!important;
    vertical-align: top!important;
  }

  .layout__application_printable___RP0RK .layout__data___1CT0A {
    display: table-cell!important;
    width: 99%!important;
    padding-left: 4px!important;
    text-align: left!important;
  }

  .layout__application_printable___RP0RK .layout__pNormal___h28-N p {
    margin: 0 0 5px!important;
  }

  .layout__application_printable___RP0RK .layout__titleHeading___2b_mc {
    background-color: #13a04c!important;
    margin: 0 0 10px!important;
    padding: 4px 15px!important;
  }

  .layout__application_printable___RP0RK .layout__titleHeading___2b_mc .layout__textEngHeader___1fd6F {
    color: #fff!important;
    font-size: 14px!important;
  }

  .layout__application_printable___RP0RK .layout__titleHeading___2b_mc .layout__textVNHeader___1B60W {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

  .layout__application_printable___RP0RK .layout__noted___1vA2U {
    color: #ed1c24!important;
    margin-right: 7px!important;
    vertical-align: middle!important;
    padding-top: 4px!important;
    display: inline-block!important;
  }

  .layout__application_printable___RP0RK .layout__toprange___3L2Gu {
    margin-top: 10px!important;
  }

  .layout__application_printable___RP0RK .layout__toprange2___3yXJw {
    margin-top: 5px!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textVN___2AMLd {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textNormal___2dDXl {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 400!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textPading___25QuO {
    padding-left: 5px!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__nghieng___2mo24 {
    font-style: italic!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__textEng___1aeY_ {
    color: #969696!important;
    font-size: 14px!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBox___3Wv1E,
  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxFull___j1Tdn,
  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxMedium___1Lk9v,
  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxSmall___kvjzN {
    font-weight: 700!important;
    text-align: left!important;
    font-size: 14px!important;
    background-image: none!important;
    border: none!important;
    margin-left: 5px!important;
    border-bottom: 1px dotted #d2d2d2!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxSmall___kvjzN {
    width: 50px!important;
    margin-left: 0!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__inputBoxFull___j1Tdn {
    font-weight: 700!important;
    text-align: left!important;
    font-size: 14px!important;
    background-image: none!important;
    border: none!important;
    margin-left: 5px!important;
    border-bottom: 1px dotted #d2d2d2!important;
    width: 100%!important;
    margin-left: 0!important;
  }

  .layout__application_printable___RP0RK .layout__formBox___ZenJh .layout__cccdInput___3dR6w {
    font-size: 12px!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp {
    padding-bottom: 10px!important;
    padding-top: 1px!important;
    margin-bottom: 0!important;
    margin-top: 1px;
    background: url(data:image/png;base64,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) no-repeat!important;
    background-color: #fff!important;
    text-align: center!important;
    margin-right: 0!important;
    color: #fff!important;
    -webkit-print-color-adjust: exact!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp div.layout__container___3xc6p {
    max-width: 100%!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp h1 {
    font-weight: 700!important;
    margin-top: 5px!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp h1,
  .layout__application_printable___RP0RK .layout__header___397Hp p {
    color: #fff!important;
    font-size: 14px!important;
    margin-bottom: 0!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp p {
    font-style: italic!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp h2 {
    color: #fff!important;
    font-size: 14px!important;
    margin-top: 5px!important;
    margin-bottom: 0!important;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp h3 {
    font-weight: 700!important;
    margin-top: 15px;
  }

  .layout__application_printable___RP0RK .layout__header___397Hp .layout__note___1rC4V,
  .layout__application_printable___RP0RK .layout__header___397Hp h3 {
    font-size: 14px!important;
    margin-bottom: 0!important;
    font-style: italic!important;
    color: #0b8344!important;
  }

  .layout__application_printable___RP0RK .layout__btnStats___URuQC {
    display: none;
  }

  .layout__vpbank___3-SSD div:first-child {
    width: 40%!important;
  }
}

@media print {
  body,
  html {
    width: 21cm;
    height: 29.7cm;
    margin: auto;
  }

  .layout__noPrint___2KGIn,
  .layout__noPrint___2KGIn * {
    display: none!important;
  }

  .layout__breakPage___20otU {
    page-break-after: always;
  }
}

@media screen {
  .layout__noPrint___2KGIn,
  .layout__noPrint___2KGIn * {
    display: inline-block;
    height: 30px;
    background: #028547;
    width: 80px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.layout__application_printable___1wIWz {
  background-color: #fff;
  padding: 0 15px;
  width: 965px;
  margin: 0 auto;
}

.layout__application_printable___1wIWz .layout__AppFormPopUp___Qu-l8 {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.layout__application_printable___1wIWz ol,
.layout__application_printable___1wIWz ul {
  list-style: none;
  padding: 0;
}

.layout__application_printable___1wIWz .layout__wrapBtn___1miHq {
  width: 340px;
  text-align: center;
}

.layout__application_printable___1wIWz .layout__btnStats___7G-Au {
  min-height: 35px;
  width: 100%;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 5px 0;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__application_printable___1wIWz .layout__btnStats___7G-Au:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__application_printable___1wIWz .layout__btnStats___7G-Au.layout__disabled___1nBAq,
.layout__application_printable___1wIWz .layout__btnStats___7G-Au:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__application_printable___1wIWz .layout__btnStats___7G-Au:active,
.layout__application_printable___1wIWz .layout__btnStats___7G-Au:focus,
.layout__application_printable___1wIWz .layout__btnStats___7G-Au:visited {
  outline: 0;
}

.layout__application_printable___1wIWz textarea {
  height: 105px;
}

.layout__application_printable___1wIWz .layout__small___2YvJg {
  height: 60px;
}

.layout__application_printable___1wIWz .layout__require___23vXb {
  color: red;
}

.layout__application_printable___1wIWz .layout__vpbank___3TDNt {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.layout__application_printable___1wIWz .layout__vpbank___3TDNt div:first-child {
  padding-left: 15px;
  background: #fff;
  width: 20%;
}

.layout__application_printable___1wIWz .layout__action___2ElBq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__application_printable___1wIWz .layout__loanRoles___1lAnr>li {
  margin: 0 0 10px!important;
}

.layout__application_printable___1wIWz .layout__pNormal___1EcTm p {
  margin: 0!important;
}

.layout__application_printable___1wIWz .layout__pNormal___1EcTm p+p {
  margin: 10px 0 0;
}

.layout__application_printable___1wIWz .layout__fieldName___2l1Py {
  white-space: nowrap;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.layout__application_printable___1wIWz .layout__data___224Ej {
  display: table-cell;
  width: 99%;
  padding-left: 4px;
  text-align: left;
}

.layout__application_printable___1wIWz .layout__toprange___3LC9d,
.layout__application_printable___1wIWz .layout__toprange2___100VQ {
  margin-top: 10px!important;
}

.layout__application_printable___1wIWz .layout__bold___11vde {
  font-size: 13px;
  font-weight: 600;
}

.layout__application_printable___1wIWz .layout__checkbox___fpu_I,
.layout__application_printable___1wIWz .layout__radioBox___3Ih3p {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.layout__application_printable___1wIWz .layout__borderless___2dgu- td,
.layout__application_printable___1wIWz .layout__borderless___2dgu- th,
.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeTable___qLqWq.layout__removeInputBorder___7Rlk8 div[contentEditable=true],
.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeTable___qLqWq.layout__removeInputBorder___7Rlk8 input {
  border: 0!important;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh {
  background: none!important;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh h1,
.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh h2,
.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh h3 {
  color: #333;
  font-weight: 700;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh h3 {
  margin-top: 6px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh h1 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 5px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh h5 {
  color: #333;
  margin: 0!important;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__loanPurposeHeader___1nLJh .layout__title___QXuz7 {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 30px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__midTitle___2utNr {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__middle___7Qyto ul li {
  list-style-type: none;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__vT___2BCmI td {
  vertical-align: top;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__table___2XJeD {
  width: 100%;
  margin-bottom: 30px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__table___2XJeD td {
  border: 1px solid #eee;
  padding: 8px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__phan3Editable___12P99 {
  margin: 5px;
  min-height: 70px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__note___30Y9J {
  font-size: 13px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__staffVerification___z9TRl {
  text-align: center;
  margin-top: 70px;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__staffVerification___z9TRl .layout__title___QXuz7 {
  text-align: center;
  font-weight: 700;
}

.layout__application_printable___1wIWz .layout__loanPurpose___1qquv .layout__staffVerification___z9TRl .layout__canboTindung___3YGlG {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 170px;
}

.layout__application_printable___1wIWz .layout__insuranceForm___34-vS {
  position: relative;
  padding-bottom: 110px;
}

.layout__application_printable___1wIWz .layout__insuranceForm___34-vS tbody tr>td,
.layout__application_printable___1wIWz .layout__insuranceForm___34-vS tbody tr>th {
  padding-left: 15px;
  padding-right: 15px;
}

.layout__application_printable___1wIWz .layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV {
  background: none!important;
}

.layout__application_printable___1wIWz .layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV h1 {
  line-height: 1.4;
}

.layout__application_printable___1wIWz .layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV h1,
.layout__application_printable___1wIWz .layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV h3 {
  color: #000!important;
}

.layout__application_printable___1wIWz .layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV .layout__titleDescription___1W7bs {
  margin: 10px 0 20px;
  color: #000;
  font-style: normal;
}

.layout__application_printable___1wIWz .layout__companyInfo___1lHcV .layout__circle___1Avfa,
.layout__application_printable___1wIWz .layout__companyInfo___1lHcV p,
.layout__application_printable___1wIWz .layout__companyInfo___1lHcV strong {
  font-size: 11px;
  color: #004e9c!important;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 {
  padding: 10px 10px 0;
  margin-bottom: 0;
  margin-top: 1px;
  background: url(data:image/png;base64,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) no-repeat!important;
  background-color: #fff;
  text-align: center;
  margin-right: 0;
  color: #fff!important;
  -webkit-print-color-adjust: exact;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__inputBoxFull___2Ru3x,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__inputBoxMedium___3Krzf,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__inputBoxSmall___2SoVY,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__formBox___3oOfG .layout__inputBoxFull___2Ru3x,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__formBox___3oOfG .layout__inputBoxMedium___3Krzf,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__formBox___3oOfG .layout__inputBoxSmall___2SoVY,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__headerDescription___1-zbZ .layout__inputBox___1DH2z {
  width: 60px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__header___2EAC4 .layout__inputBoxFull___2Ru3x,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__header___2EAC4 .layout__inputBoxMedium___3Krzf,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__header___2EAC4 .layout__inputBoxSmall___2SoVY,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__formBox___3oOfG .layout__inputBoxFull___2Ru3x,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__formBox___3oOfG .layout__inputBoxMedium___3Krzf,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__formBox___3oOfG .layout__inputBoxSmall___2SoVY,
.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__inputBox___1DH2z {
  background: none;
  border: none;
  border-bottom: 1px dotted #d2d2d2;
  margin: 0 5px;
  width: 100px;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__constractNumber___3eaGZ i {
  color: #fff!important;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__headerDescription___1-zbZ {
  color: #4a4a4a;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 div.layout__container___2tRu8 {
  max-width: 100%!important;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__haveAccountInVpBank___1yjhE {
  line-height: 1.5;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 h1 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 p {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 h2 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 h3 {
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  font-style: italic;
  color: #0b8344;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__titleDescription___1W7bs {
  margin: 15px 0;
}

.layout__application_printable___1wIWz .layout__header___2EAC4 .layout__note___30Y9J {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  color: #0b8344;
}

.layout__application_printable___1wIWz .layout__mrl0___4clQJ {
  margin-left: 0!important;
}

.layout__application_printable___1wIWz .layout__listStyle1___1Qf1A {
  margin: 0 0 10px;
}

.layout__application_printable___1wIWz .layout__listStyle1___1Qf1A li {
  padding-left: 20px;
  position: relative;
}

.layout__application_printable___1wIWz .layout__listStyle1___1Qf1A li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 2px;
}

.layout__application_printable___1wIWz .layout__listStyle2___cx3j8 li {
  padding-left: 20px;
}

.layout__application_printable___1wIWz .layout__wrapCheckbox___y1Ko8 {
  font-weight: 400!important;
}

.layout__application_printable___1wIWz .layout__signatureBox___1MQ50 {
  background: #fff!important;
  border: 1px solid #ddd;
  height: 130px;
  -webkit-print-color-adjust: exact;
}

.layout__application_printable___1wIWz .layout__rmbdl___rTxHQ {
  position: relative;
  left: -1px;
}

.layout__application_printable___1wIWz .layout__space___hu751 {
  padding-top: 15px;
}

.layout__application_printable___1wIWz .layout__biggerSpace___3cGBP {
  padding-top: 150px;
}

.layout__application_printable___1wIWz .layout__alignLeft___Ch6Sv {
  text-align: left;
}

.layout__application_printable___1wIWz .layout__alignRight___1ZG3I {
  text-align: right;
}

.layout__application_printable___1wIWz .layout__titleHeading___ZSeF7 {
  background-color: #13a04c!important;
  margin: 0 0 20px;
  padding: 4px 15px;
}

.layout__application_printable___1wIWz .layout__titleHeading___ZSeF7 .layout__textEngHeader___AU7H7 {
  color: #fff;
  font-size: 14px;
}

.layout__application_printable___1wIWz .layout__titleHeading___ZSeF7 .layout__textVNHeader___3JW7X {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.layout__application_printable___1wIWz .layout__noted___39Fsb {
  color: #ed1c24!important;
  margin-right: 7px;
  vertical-align: middle;
  padding-top: 4px;
  display: inline-block;
}

.layout__application_printable___1wIWz ul.layout__signvpbank___Shnh8 {
  list-style: none;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG {
  background-color: #fff;
  padding: 10px 15px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__formRow___vmwJu {
  padding-bottom: 15px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__formRow___vmwJu.layout__alignBottom___113KC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__formRow___vmwJu.layout__alignBottom___113KC .layout__formRow___vmwJu {
  padding-bottom: 0;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textVN___3osD3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textVNLight___2jROZ {
  color: #333;
  font-size: 14px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textNormal___3TIJ6 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textDescription___shx_S {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textPading___UCj-I {
  padding-left: 5px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__nghieng___3qUs9 {
  font-style: italic!important;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__pdr0___3BcAi {
  padding-right: 0!important;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__pdl0___2pf6y {
  padding-left: 0!important;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textEng___1ZznT {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS {
  min-height: 23px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS>span {
  display: block;
  float: left;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS div {
  overflow: hidden;
  padding-left: 10px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS .layout__wrapCheckbox___y1Ko8 {
  position: relative;
  cursor: pointer;
  min-width: 15px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS .layout__wrapCheckbox___y1Ko8~.layout__wrapCheckbox___y1Ko8 {
  margin-left: 20px;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS .layout__wrapCheckbox___y1Ko8 input {
  opacity: 0;
  visibility: hidden;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS div[contenteditable=true],
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS div[contenteditable=true] div {
  padding: 0;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS .layout__checkboxIcon___3xuvw:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  left: 0;
  top: 5px;
  background: #fff;
  z-index: 1;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS input[type=checkbox]:checked+.layout__checkboxIcon___3xuvw:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  left: 5px;
  top: 7px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 2;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__boxFlex___1t8dS .layout__wrapInputNumber___3OTl7 input {
  width: 15px;
  height: 15px;
  margin: 0 3.5px;
  box-shadow: none;
  border: 1px solid #d2d2d2;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBox___1DH2z,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxFull___2Ru3x,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxMedium___3Krzf,
.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxSmall___2SoVY {
  text-align: left;
  font-size: 14px;
  color: #333;
  background-image: none;
  border: none;
  margin-left: 5px;
  border-bottom: 1px dotted #d2d2d2;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxSmall___2SoVY {
  width: 50px;
  margin-left: 0;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxMedium___3Krzf {
  width: 100px;
  margin-left: 0;
}

.layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxFull___2Ru3x {
  width: 100%;
  margin-left: 0;
}

.layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV {
  background: none!important;
  padding-top: 60px;
}

.layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV h1 {
  color: #000;
}

.layout__insuranceForm___34-vS .layout__insuranceFormHeader___2Q2vV .layout__titleDescription___1W7bs {
  margin: 15px 0 30px;
  color: #000;
  font-style: normal;
}

.layout__insuranceForm___34-vS .layout__formBox___3oOfG {
  background: none;
}

.layout__insuranceFormTable___23c4j {
  word-break: break-word;
}

.layout__insuranceFormTable___23c4j+.layout__insuranceFormTable___23c4j {
  margin-top: -21px;
}

.layout__insuranceFormTable___23c4j th {
  background: #9b9b9b!important;
  color: #fff!important;
}

.layout__insuranceFormTable___23c4j .layout__radioBoxWrap___1nXqY {
  width: 100px;
}

.layout__companyInfo___1lHcV p {
  font-size: 12px;
  color: #004e9c;
  margin: 0 0 5px;
}

.layout__circle___1Avfa {
  padding: 0 10px;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .layout__AppFormPopUp___Qu-l8 {
    display: none!important;
  }

  .layout__loanPurposeHeader___1nLJh .layout__container___2tRu8.layout__loanPurposeHeadingTitle___2R2Ji .layout__titleDescription___1W7bs,
  .layout__loanPurposeHeader___1nLJh .layout__container___2tRu8.layout__loanPurposeHeadingTitle___2R2Ji h2,
  .layout__loanPurposeHeader___1nLJh .layout__container___2tRu8.layout__loanPurposeHeadingTitle___2R2Ji h3 {
    color: #333!important;
  }

  .layout__loanPurposeHeader___1nLJh .layout__container___2tRu8.layout__loanPurposeHeadingTitle___2R2Ji h1 {
    margin-top: 25px!important;
  }

  .layout__application_printable___1wIWz {
    padding: 0!important;
    min-height: inherit!important;
    top: 0!important;
    left: 0!important;
    position: relative!important;
    width: 100%!important;
  }

  .layout__application_printable___1wIWz textarea {
    height: 105px;
  }

  .layout__application_printable___1wIWz .layout__fieldName___2l1Py {
    white-space: nowrap!important;
    display: table-cell!important;
    text-align: left!important;
    vertical-align: top!important;
  }

  .layout__application_printable___1wIWz .layout__data___224Ej {
    display: table-cell!important;
    width: 99%!important;
    padding-left: 4px!important;
    text-align: left!important;
  }

  .layout__application_printable___1wIWz .layout__pNormal___1EcTm p {
    margin: 0!important;
  }

  .layout__application_printable___1wIWz .layout__pNormal___1EcTm p+p {
    margin: 10px 0 0!important;
  }

  .layout__application_printable___1wIWz .layout__titleHeading___ZSeF7 {
    background-color: #13a04c!important;
    margin: 0 0 10px!important;
    padding: 4px 15px!important;
  }

  .layout__application_printable___1wIWz .layout__titleHeading___ZSeF7 .layout__textEngHeader___AU7H7 {
    color: #fff!important;
    font-size: 14px!important;
  }

  .layout__application_printable___1wIWz .layout__titleHeading___ZSeF7 .layout__textVNHeader___3JW7X {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

  .layout__application_printable___1wIWz .layout__noted___39Fsb {
    color: #ed1c24!important;
    margin-right: 7px!important;
    vertical-align: middle!important;
    padding-top: 4px!important;
    display: inline-block!important;
  }

  .layout__application_printable___1wIWz .layout__toprange___3LC9d {
    margin-top: 10px!important;
  }

  .layout__application_printable___1wIWz .layout__toprange2___100VQ {
    margin-top: 5px!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textVN___3osD3 {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textDescription___shx_S {
    font-style: italic;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textDescription___shx_S,
  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textNormal___3TIJ6 {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 400!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textPading___UCj-I {
    padding-left: 5px!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__nghieng___3qUs9 {
    font-style: italic!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__textEng___1ZznT {
    color: #333!important;
    font-size: 14px!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBox___1DH2z,
  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxFull___2Ru3x,
  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxMedium___3Krzf,
  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxSmall___2SoVY {
    font-weight: 400!important;
    text-align: left!important;
    font-size: 14px!important;
    background-image: none!important;
    border: none!important;
    margin-left: 5px!important;
    border-bottom: 1px dotted #d2d2d2!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxSmall___2SoVY {
    width: 50px!important;
    margin-left: 0!important;
  }

  .layout__application_printable___1wIWz .layout__formBox___3oOfG .layout__inputBoxFull___2Ru3x {
    font-weight: 400!important;
    text-align: left!important;
    font-size: 14px!important;
    background-image: none!important;
    border: none!important;
    margin-left: 5px!important;
    border-bottom: 1px dotted #d2d2d2!important;
    width: 100%!important;
    margin-left: 0!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 {
    padding-bottom: 10px!important;
    margin-bottom: 0!important;
    margin-top: 1px;
    background: url(data:image/png;base64,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) no-repeat!important;
    background-color: #fff!important;
    text-align: center!important;
    margin-right: 0!important;
    color: #fff!important;
    -webkit-print-color-adjust: exact!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 div.layout__container___2tRu8 {
    max-width: 100%!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 h1 {
    font-weight: 700!important;
    margin-top: 5px!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 h1,
  .layout__application_printable___1wIWz .layout__header___2EAC4 p {
    color: #fff!important;
    font-size: 14px!important;
    margin-bottom: 0!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 p {
    font-style: italic!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 h2 {
    color: #fff!important;
    font-size: 14px!important;
    margin-top: 5px!important;
    margin-bottom: 0!important;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 h3 {
    font-weight: 700!important;
    margin-top: 15px;
  }

  .layout__application_printable___1wIWz .layout__header___2EAC4 .layout__note___30Y9J,
  .layout__application_printable___1wIWz .layout__header___2EAC4 h3 {
    font-size: 14px!important;
    margin-bottom: 0!important;
    font-style: italic!important;
    color: #0b8344!important;
  }

  .layout__application_printable___1wIWz .layout__btnStats___7G-Au {
    display: none;
  }

  .layout__vpbank___3TDNt {
    margin-bottom: 5px;
  }

  .layout__vpbank___3TDNt div:first-child {
    width: 40%!important;
  }
}

.layout__fileInputContainer___1214e {
  margin-top: 23px;
  position: relative;
}

.layout__fileInputContainer___1214e .layout__inputTag___3YJ0e {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
}

.layout__fileInputContainer___1214e .layout__title___3QpaI {
  color: #7a7a7a;
  font-size: 18px;
  pointer-events: none;
  display: block;
}

.layout__fileInputContainer___1214e .layout__inputFileWrap___WrJFX {
  vertical-align: middle;
  margin-right: 40px;
  display: inline-block;
}

.layout__fileInputContainer___1214e .layout__selectFileBtn___3fAwR {
  height: 36px;
  width: 155px;
  line-height: 34px;
  font-weight: 500;
  border-radius: 18px;
  background-color: #ececec;
  border: 1px solid #ececec;
}

.layout__fileInputContainer___1214e .layout__selectFileBtn___3fAwR.layout__invalid___235D3 {
  border-color: #dd621d;
}

.layout__fileInputContainer___1214e .layout__thumbnail___2M5k7 {
  max-height: inherit;
  max-width: 100px;
  max-height: 100px;
}

.layout__fileInputContainer___1214e .layout__closeButton___e9-p1 {
  margin-top: 20px;
}

.layout__fileInputContainer___1214e .layout__closeButton___e9-p1 i {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
}

.layout__fileInputContainer___1214e .layout__closeButton___e9-p1 i:after,
.layout__fileInputContainer___1214e .layout__closeButton___e9-p1 i:before {
  content: "";
  position: absolute;
  background-color: #696969;
}

.layout__fileInputContainer___1214e .layout__closeButton___e9-p1 i:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  margin-left: -1px;
}

.layout__fileInputContainer___1214e .layout__closeButton___e9-p1 i:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.layout__fileInputContainer___1214e .layout__error___Lk9T5 {
  color: #dd621d;
  margin-top: 10px;
}

.layout__invalid___23iTK .Select--single .Select-control {
  border-color: #dd621d;
}

.layout__hidden____1WOT {
  height: 0;
  width: 0;
  border: none;
}

.layout__createMerchantContainer___REOTV {
  width: 100%;
  margin: 0 auto;
}

.layout__createMerchantContainer___REOTV .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___REOTV .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___REOTV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___REOTV .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___REOTV .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___REOTV .content .actionContainer .actionButton,
.layout__createMerchantContainer___REOTV .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___REOTV .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___REOTV .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___S4hAb {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__merchantsContainer___31nki {
  padding: 0 15px;
}

.layout__merchantsContainer___31nki .layout__toolBar___kqO_u {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__merchantsContainer___31nki .layout__toolBar___kqO_u .layout__title___2qx_o {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__merchantsContainer___31nki .layout__toolBar___kqO_u .layout__searchContainer___1Wafk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__merchantsContainer___31nki .layout__content___15Mo_ {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__merchantsContainer___31nki .layout__content___15Mo_,
.layout__merchantsContainer___31nki .layout__content___15Mo_ .layout__createNewMerchant___18PZk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__merchantsContainer___31nki .layout__content___15Mo_ .layout__createNewMerchant___18PZk {
  text-decoration: none;
  width: 200px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__merchantsContainer___31nki .layout__content___15Mo_ .layout__createNewMerchant___18PZk .layout__plusIcon___3sfzO {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__merchantsContainer___31nki .layout__content___15Mo_ .layout__createNewMerchant___18PZk .layout__plusIcon___3sfzO span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__merchantsContainer___31nki .layout__merchantListContainer___1zePb {
  background-color: #fff;
}

.layout__merchantsContainer___31nki .layout__merchantLogo___2QDFe {
  max-height: 50px;
  max-width: 50px;
}

.layout__merchantsContainer___31nki .layout__featuredDot___1LxFl,
.layout__merchantsContainer___31nki .layout__notFeaturedDot___1OJE3 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__merchantsContainer___31nki .layout__notFeaturedDot___1OJE3 {
  background-color: red;
}

.layout__merchantsContainer___31nki .layout__edit___xwLud {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__merchantsContainer___31nki .layout__delete___3q3Hx,
.layout__merchantsContainer___31nki .layout__edit___xwLud {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__merchantsContainer___31nki .layout__delete___3q3Hx {
  padding-right: 6px;
}

.layout__contentBox___1YVIu {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__applicationStatisticsContainer___1Ov8k {
  height: 100%;
  width: 100%;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__selectTimeContainer___2Bf5v {
  height: calc(100% - 6rem);
  padding-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__selectTimeBlock___3KwXm {
  width: 610px;
  height: 396px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__selectTimeTitle___P06sG {
  height: 60px;
  line-height: 60px;
  background: #028547;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__selectTimeContent___3tZ7h {
  padding: 30px 0 60px;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__selectTimeContent___3tZ7h form {
  width: 318px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__labelText___29JId {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__typeWidth___36Aa9 {
  width: 140px;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__coverBox___2O2Np {
  width: 140px;
  display: inline-block;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__coverBox___2O2Np input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__lineBetween___2s20g {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___1Ov8k .layout__marTopPeriod___yLTpO {
  margin-top: 40px;
}

.layout__contentBox___3aZs4 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___2WIcl,
.layout__disableBtn___1CZ_8,
.layout__enableBtn___wss6C {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___2WIcl:hover,
.layout__disableBtn___1CZ_8:hover,
.layout__enableBtn___wss6C:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2WIcl.layout__disabled___26LUS,
.layout__btnStats___2WIcl:disabled,
.layout__disableBtn___1CZ_8:disabled,
.layout__disabled___26LUS.layout__disableBtn___1CZ_8,
.layout__disabled___26LUS.layout__enableBtn___wss6C,
.layout__enableBtn___wss6C:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2WIcl:active,
.layout__btnStats___2WIcl:focus,
.layout__btnStats___2WIcl:visited,
.layout__disableBtn___1CZ_8:active,
.layout__disableBtn___1CZ_8:focus,
.layout__disableBtn___1CZ_8:visited,
.layout__enableBtn___wss6C:active,
.layout__enableBtn___wss6C:focus,
.layout__enableBtn___wss6C:visited {
  outline: 0;
}

.layout__disableBtn___1CZ_8 {
  background-color: #ececec;
}

.layout__enableBtn___wss6C {
  background-color: #028547;
  color: #fff;
}

.layout__errorStyle___3NJAp {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.layout__actionArea___2aKDd {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}

.layout__actionArea___2aKDd,
.layout__createNew___3mr36 {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___3mr36 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___3mr36:hover {
  background: rgba(2,133,71,.74902);
}

.layout__createNew___3mr36.layout__disabled___eOntU,
.layout__createNew___3mr36:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___3mr36:active,
.layout__createNew___3mr36:focus,
.layout__createNew___3mr36:visited {
  outline: 0;
}

.layout__createNew___3mr36:hover {
  text-decoration: none;
  color: #fff;
}

.layout__createNew___3mr36 .layout__plusIcon___1hlFj {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__defaultValueMappingForm___1H1pU {
  padding: 30px 0;
}

.layout__show___3GYdx {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___2QdNI {
  color: #838383;
}

.layout__buttonWrapper___3LNpR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__btn___1yOK5 {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___1yOK5 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__tableList___2HwZK {
  word-break: break-word;
}

.layout__tableList___2HwZK th input {
  width: 100%;
}

.layout__inputItem___2Qxef {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__cancelBtn___1Xvrn {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___8oXk4 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___8oXk4:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___8oXk4.layout__disabled___eOntU,
.layout__submitBtn___8oXk4:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___8oXk4:active,
.layout__submitBtn___8oXk4:focus,
.layout__submitBtn___8oXk4:visited {
  outline: 0;
}

.layout__listActionBtn___2Of1d {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__paginationWrapper___19Pxz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__paginationWrapper___19Pxz .layout__selectNumberOfDisplay___2_YOe {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

@media screen and (max-width:769px) {
  .layout__paginationWrapper___19Pxz .pagination {
    width: 100%;
    margin-top: 0;
  }
}

.layout__paginationWrapper___19Pxz .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___19Pxz .pagination a {
  color: #008345;
}

.layout__triangleBtn____4SOz {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn____4SOz {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn____4SOz:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn____4SOz.layout__isOpening___NrOwS:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___ckKpk td:not(.layout__wrapTriAngle___2aldg) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___3NDPZ {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__actionArea___3kASt {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}

.layout__actionArea___3kASt,
.layout__createNew___1GiOO {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___1GiOO {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___1GiOO:hover {
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1GiOO.layout__disabled___3zgpB,
.layout__createNew___1GiOO:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1GiOO:active,
.layout__createNew___1GiOO:focus,
.layout__createNew___1GiOO:visited {
  outline: 0;
}

.layout__createNew___1GiOO:hover {
  text-decoration: none;
  color: #fff;
}

.layout__createNew___1GiOO .layout__plusIcon___xWTxn {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__systemConfigurationForm___bouZ_ {
  padding: 30px 0;
}

.layout__show___3UDik {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___48Vxv {
  color: #838383;
}

.layout__buttonWrapper___2b1qD {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__btn___3xwc- {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___3xwc- {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__tableList___30eHY {
  word-break: break-word;
}

.layout__tableList___30eHY th input {
  width: 100%;
}

.layout__cancelBtn___1buSP {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___3gJGx {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___3gJGx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___3gJGx.layout__disabled___3zgpB,
.layout__submitBtn___3gJGx:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___3gJGx:active,
.layout__submitBtn___3gJGx:focus,
.layout__submitBtn___3gJGx:visited {
  outline: 0;
}

.layout__listActionBtn___3iF1i {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__paginationWrapper___3awPi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__paginationWrapper___3awPi .layout__selectNumberOfDisplay___1vAax {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

@media screen and (max-width:769px) {
  .layout__paginationWrapper___3awPi .pagination {
    width: 100%;
    margin-top: 0;
  }
}

.layout__paginationWrapper___3awPi .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___3awPi .pagination a {
  color: #008345;
}

.layout__triangleBtn___2Qrh2 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2Qrh2 {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___2Qrh2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2Qrh2.layout__isOpening___30qs5:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3aQSu td:not(.layout__wrapTriAngle___39Ank) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___OY5kq {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__inputItem___379H1 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__editConfirmModal___3hA67 {
  position: fixed;
  width: 400px;
  max-width: calc(100% - 30px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background: #fff;
  padding: 15px;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #028547;
}

.layout__editConfirmModal___3hA67 h3 {
  font-size: 17px;
}

.layout__statisticsPage___2QUei {
  height: 100%;
}

.layout__statisticsPage___2QUei .layout__statisticsContainer___1Z_FP {
  padding: 0 20px 30px;
}

.layout__statisticsPage___2QUei h2 {
  width: 20%;
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 0;
}

.layout__statisticsPage___2QUei .layout__selectTimeContent___3hNaO {
  padding: 0;
  float: right;
}

.layout__statisticsPage___2QUei .layout__labelPeriodText___3ib1G {
  float: left;
  font-size: 18px;
  color: #4c4c4c;
  margin: 4px 15px 0 45px;
}

.layout__statisticsPage___2QUei .layout__typeWidth___1RQJJ {
  width: 140px;
  float: left;
}

.layout__statisticsPage___2QUei .layout__marTopPeriod___2shhc {
  float: left;
  margin-top: 55px;
}

.layout__statisticsPage___2QUei .layout__coverBox___3rOoS {
  width: 140px;
  display: inline-block;
}

.layout__statisticsPage___2QUei .layout__coverBox___3rOoS input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__statisticsPage___2QUei .layout__lineBetween___WOMpF {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__statisticsPage___2QUei .layout__contentStatistics___mMS3h {
  margin: 0 auto;
  width: 85%;
}

.layout__statisticsPage___2QUei .layout__contentStatistics___mMS3h h3 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 40px 0 20px;
}

.layout__statisticsPage___2QUei .layout__blockTotalReport___t750E .layout__block___2Mz7Y {
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  width: 17.2%;
  height: 108px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 2%;
  position: relative;
}

.layout__statisticsPage___2QUei .layout__blockTotalReport___t750E .layout__block___2Mz7Y.layout__applicationsSubmitted___31eJQ {
  width: 23%;
  margin-left: 0;
}

.layout__statisticsPage___2QUei .layout__blockTotalReport___t750E .layout__block___2Mz7Y .layout__content___1eI7B {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.layout__statisticsPage___2QUei .layout__blockTotalReport___t750E .layout__block___2Mz7Y .layout__title___2eayo {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #a4a4a4;
  margin: 0;
}

.layout__statisticsPage___2QUei .layout__blockTotalReport___t750E .layout__block___2Mz7Y .layout__number___1Wbb3 {
  font-size: 32px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD {
  position: relative;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD .layout__wrapStatisticsChart___YGwo3 {
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  width: 100%;
  padding-bottom: 15px;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD .layout__textDescription___2gOVl {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD .layout__textDescription___2gOVl .layout__lineBetween___WOMpF {
  margin: 0 6px;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD .layout__statisticsChart___WCByP {
  width: 100%;
  height: 368px;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD .layout__detailsDownload___1s8Em {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -6px;
  width: 160px;
  height: 34px;
  line-height: 34px;
  border-radius: 100px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMjIgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MiAoMzY3ODEpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjRGMUFBMzNFLUUzMzktNDRCMi04NTUxLTc4NzcxQTA1NDUzQTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iV2ViLWFkbWluLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIzYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDUuMDAwMDAwLCAtMzg2LjAwMDAwMCkiIGZpbGw9IiM0RDRENEQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTYtQ29weS05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5OTguMDAwMDAwLCAzNzkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iYm9vay1kb3dubG9hZC0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuNjM0NDI1NiwwLjEwMTg0MTUxOCBDNC44ODgxMTkyMiwwLjEwMTg0MTUxOCAwLjIxNDI4NTcxNCw0LjY3MjU5NTc5IDAuMjE0Mjg1NzE0LDEwLjI5MDQyMjcgQzAuMjE0Mjg1NzE0LDE1LjkwODI0OTYgNC44ODgxMTkyMiwyMC40NzkwMDM5IDEwLjYzNDQyNTYsMjAuNDc5MDAzOSBDMTYuMzc5OTMwNCwyMC40NzkwMDM5IDIxLjA1NDU2NTQsMTUuOTA5MDMzNCAyMS4wNTQ1NjU0LDEwLjI5MDQyMjcgQzIxLjA1NDU2NTQsNC42NzE4MTIwNSAxNi4zNzk5MzA0LDAuMTAxODQxNTE4IDEwLjYzNDQyNTYsMC4xMDE4NDE1MTggWiBNMTAuNjM0NDI1NiwxOC45MTE1Mjk5IEM1Ljc3MzAyOTU1LDE4LjkxMTUyOTkgMS44MTczODQxNSwxNS4wNDM3ODc3IDEuODE3Mzg0MTUsMTAuMjkwNDIyNyBDMS44MTczODQxNSw1LjUzNzA1NzcyIDUuNzczMDI5NTUsMS42NjkzMTU1NSAxMC42MzQ0MjU2LDEuNjY5MzE1NTUgQzE1LjQ5NTgyMTYsMS42NjkzMTU1NSAxOS40NTE0NjcsNS41MzcwNTc3MiAxOS40NTE0NjcsMTAuMjkwNDIyNyBDMTkuNDUxNDY3LDE1LjA0Mzc4NzcgMTUuNDk1ODIxNiwxOC45MTE1Mjk5IDEwLjYzNDQyNTYsMTguOTExNTI5OSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy4yNzM5MjcyLDEwLjUyMDA1NzcgTDExLjQzNTk3NDgsMTIuMzE3MTY2NiBMMTEuNDM1OTc0OCw2LjM3MTczNzY0IEMxMS40MzU5NzQ4LDUuOTM5MTE0ODEgMTEuMDc2ODgwNyw1LjU4ODAwMDYyIDEwLjYzNDQyNTYsNS41ODgwMDA2MiBDMTAuMTkxOTcwNCw1LjU4ODAwMDYyIDkuODMyODc2MzUsNS45MzkxMTQ4MSA5LjgzMjg3NjM1LDYuMzcxNzM3NjQgTDkuODMyODc2MzUsMTIuMzE3MTY2NiBMNy45OTQ5MjM5OSwxMC41MjAwNTc3IEM3LjY4MTUxODI1LDEwLjIxMzYxNjUgNy4xNzQ5MzkxNCwxMC4yMTM2MTY1IDYuODYxNTMzMzksMTAuNTIwMDU3NyBDNi41NDgxMjc2NSwxMC44MjY0OTg4IDYuNTQ4MTI3NjUsMTEuMzIxODIwNiA2Ljg2MTUzMzM5LDExLjYyODI2MTggTDEwLjA2NzczMDMsMTQuNzYzMjA5OSBDMTAuMTQxNDcyOCwxNC44MzUzMTM3IDEwLjIzMDQ0NDgsMTQuODkyNTI2NSAxMC4zMjgyMzM4LDE0LjkzMjQ5NzEgQzEwLjQyNjAyMjgsMTQuOTcxNjgzOSAxMC41MzAyMjQyLDE0Ljk5Mjg0NDggMTAuNjM0NDI1NiwxNC45OTI4NDQ4IEMxMC43Mzg2MjcsMTQuOTkyODQ0OCAxMC44NDI4Mjg0LDE0Ljk3MTY4MzkgMTAuOTQwNjE3NCwxNC45MzI0OTcxIEMxMS4wMzg0MDY0LDE0Ljg5MjUyNjUgMTEuMTI3Mzc4MywxNC44MzUzMTM3IDExLjIwMTEyMDksMTQuNzYzMjA5OSBMMTQuNDA3MzE3NywxMS42MjgyNjE4IEMxNC43MjA3MjM1LDExLjMyMTgyMDYgMTQuNzIwNzIzNSwxMC44MjY0OTg4IDE0LjQwNzMxNzcsMTAuNTIwMDU3NyBDMTQuMDkzOTEyLDEwLjIxMzYxNjUgMTMuNTg3MzMyOSwxMC4yMTM2MTY1IDEzLjI3MzkyNzIsMTAuNTIwMDU3NyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 8px 7px #ececec;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  display: inline-block;
  padding: 0 0 0 36px;
}

.layout__statisticsPage___2QUei .layout__blockAverageTurnaround___8XxmD .layout__detailsDownload___1s8Em:hover {
  text-decoration: none;
}

.layout__btnStats___3tEmR,
.layout__disableBtn___2Bu3Q,
.layout__enableBtn___2zJqb {
  height: 34px;
  width: 80px;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 55px 0 0 35px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3tEmR:hover,
.layout__disableBtn___2Bu3Q:hover,
.layout__enableBtn___2zJqb:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3tEmR.layout__disabled___3GqwC,
.layout__btnStats___3tEmR:disabled,
.layout__disableBtn___2Bu3Q:disabled,
.layout__disabled___3GqwC.layout__disableBtn___2Bu3Q,
.layout__disabled___3GqwC.layout__enableBtn___2zJqb,
.layout__enableBtn___2zJqb:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3tEmR:active,
.layout__btnStats___3tEmR:focus,
.layout__btnStats___3tEmR:visited,
.layout__disableBtn___2Bu3Q:active,
.layout__disableBtn___2Bu3Q:focus,
.layout__disableBtn___2Bu3Q:visited,
.layout__enableBtn___2zJqb:active,
.layout__enableBtn___2zJqb:focus,
.layout__enableBtn___2zJqb:visited {
  outline: 0;
}

.layout__enableBtn___2zJqb {
  background-color: #028547;
  color: #fff;
}

.layout__disableBtn___2Bu3Q {
  background-color: #ececec;
}

.layout__statisticsPage___2ePTj {
  padding: 30px;
}

.layout__itemRow___20w97 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
}

.layout__wrapItem___38FaN {
  width: 100%;
  max-width: 387px;
  border-radius: 6px;
  border: 1px solid rgba(81,86,99,.24);
  background-color: #fff;
  margin: 0 0 30px 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapItem___38FaN {
    margin-left: 0;
  }
}

.layout__wrapItem___38FaN:first-child {
  margin-left: 0;
}

.layout__smallBoxContainer___3ZChX {
  width: 30%;
  height: 150px;
  margin: 10px 20px 5px;
  background-color: #ccc;
}

.layout__container___1YJ_I {
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

.layout__textDate____NTj6,
.layout__textTitle___2qj_H {
  margin: 15px;
  text-transform: uppercase;
  font-weight: 700;
  height: 18px;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: .6px;
  color: #4a4a4a;
}

@media screen and (max-width:769px) {
  .layout__textDate____NTj6,
  .layout__textTitle___2qj_H {
    margin: 15px 10px;
  }
}

.layout__textDate____NTj6 {
  color: #9b9b9b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:769px) {
  .layout__textDate____NTj6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}

.layout__textDate____NTj6 button {
  width: 50px;
  height: 30px;
  border-radius: 6px;
  font-size: 12px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__textDate____NTj6 button:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__textDate____NTj6 button.layout__disabled___16-bg,
.layout__textDate____NTj6 button:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__textDate____NTj6 button:active,
.layout__textDate____NTj6 button:focus,
.layout__textDate____NTj6 button:visited {
  outline: 0;
}

.layout__textTotal___2rTy_ {
  height: 48px;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #00955c;
  margin-top: 10px;
}

@media screen and (max-width:769px) {
  .layout__textTotal___2rTy_ {
    font-size: 15px;
  }
}

.layout__headerLine___1-kME {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__headerLine___1-kME,
.layout__totalApp___C1e4i {
  display: -ms-flexbox;
  display: flex;
}

.layout__totalApp___C1e4i {
  width: 30%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__greenText___3djX7 {
  color: #00955c!important;
}

.layout__redText___pdki4 {
  color: #ff6260!important;
}

.layout__anotherinfo___1ysIW {
  width: 114px;
  height: 67px;
  border-radius: 1.9px;
  border: 1px solid #d8d8d8;
}

@media screen and (max-width:769px) {
  .layout__anotherinfo___1ysIW {
    width: 90px;
  }
}

.layout__smallContainer___2NU7X {
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

.layout__smallContainer___2NU7X .layout__info___P8azR {
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: center;
  color: #4a4a4a;
  margin-top: 5px;
}

@media screen and (max-width:769px) {
  .layout__smallContainer___2NU7X .layout__info___P8azR {
    font-size: 18px;
  }
}

.layout__smallContainer___2NU7X .layout__notContacted___mQ_O7 {
  color: #ff6260!important;
}

.layout__smallContainer___2NU7X .layout__notAllocate___327iA {
  color: #f77c27!important;
}

.layout__smallContainer___2NU7X p {
  font-size: 11px;
  color: #4a4a4a;
  font-weight: 400;
  font-style: normal;
}

.layout__footContainerRed___JgoAT,
.layout__footerContainerGreen___1UH1N {
  width: 387px;
  height: 43px;
  background-color: #00955c;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 6px 6px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-top: 15px;
  max-width: 100%;
}

.layout__footContainerRed___JgoAT {
  background-color: #ff6260;
}

.layout__smallInfo___2DstS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.layout__infoText___3Uqb4 {
  margin: 5px;
}

.layout__inputDay___2PodR {
  display: none;
}

.layout__coverBox___1O6bh {
  width: 145px;
  display: inline-block;
}

@media screen and (max-width:769px) {
  .layout__coverBox___1O6bh {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    padding: 0;
  }
}

.layout__coverBox___1O6bh .react-datepicker__input-container {
  width: 100%;
}

.layout__coverBox___1O6bh input {
  cursor: pointer;
  width: 114px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:769px) {
  .layout__coverBox___1O6bh input {
    width: 100%;
  }
}

.layout__customInputMultiContainer___2pwrF {
  margin-top: 45px;
  position: relative;
}

.layout__customInputMultiContainer___2pwrF label {
  color: #7a7a7a;
  position: absolute;
  top: -20px;
  left: 5px;
  font-size: 14px;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk {
  position: relative;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  padding-right: 25px;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk textarea.layout__invalid___3MW2q {
  border-bottom: 1px solid #dd621d;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk textarea:focus {
  outline: none;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__bar___2yAtH {
  position: relative;
  display: block;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__bar___2yAtH:after,
.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__bar___2yAtH:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__bar___2yAtH:before {
  left: 50%;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__bar___2yAtH:after {
  right: 50%;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk textarea:focus~.layout__bar___2yAtH:after,
.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk textarea:focus~.layout__bar___2yAtH:before {
  width: 50%;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__plusIcon___2kobk {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
  bottom: 10px;
  right: 0;
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk .layout__plusIcon___2kobk span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__customInputMultiContainer___2pwrF .layout__group___1OPBk textarea.layout__multi___U4y0f {
  padding-right: 25px;
}

.layout__customInputMultiContainer___2pwrF .layout__rotate___1xzun {
  transform: rotate(45deg);
}

.layout__createMerchantContainer___1hdp- {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.layout__createMerchantContainer___1hdp- .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1hdp- .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1hdp- .content {
  padding: 10px;
}

.layout__createMerchantContainer___1hdp- .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1hdp- .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1hdp- .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1hdp- .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1hdp- .content .actionContainer .actionButton,
.layout__createMerchantContainer___1hdp- .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1hdp- .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1hdp- .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3awBf {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___rKtID {
  padding: 30px 15px;
}

.layout__cardContainer___rKtID .layout__toolBar___22jJp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___rKtID .layout__toolBar___22jJp .layout__title___ry3KB {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___rKtID .layout__toolBar___22jJp .layout__searchContainer___3GU3G {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___rKtID .layout__content___2EwxT {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___rKtID .layout__content___2EwxT,
.layout__cardContainer___rKtID .layout__content___2EwxT .layout__createNewCard___1OUb_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___rKtID .layout__content___2EwxT .layout__createNewCard___1OUb_ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___rKtID .layout__content___2EwxT .layout__createNewCard___1OUb_ .layout__plusIcon___15v1O {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___rKtID .layout__content___2EwxT .layout__createNewCard___1OUb_ .layout__plusIcon___15v1O span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___rKtID .layout__cardListContainer___1oG7n {
  background-color: #fff;
}

.layout__cardContainer___rKtID .layout__cardsLogo___3W6c4 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___rKtID .layout__featuredDot___3PBcw,
.layout__cardContainer___rKtID .layout__notFeaturedDot___3WGV1 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___rKtID .layout__notFeaturedDot___3WGV1 {
  background-color: red;
}

.layout__cardContainer___rKtID .layout__edit___hpFxw {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___rKtID .layout__delete___2Nw8N,
.layout__cardContainer___rKtID .layout__edit___hpFxw {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___rKtID .layout__delete___2Nw8N {
  padding-right: 6px;
}

.layout__contentBox___1M377 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___2USsO {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___5b01M {
  margin: auto;
  margin-top: 50px;
  width: 900px;
  margin-bottom: 30px;
}

.layout__contentWrapper___5b01M .layout__label___1GFQ1 {
  font-size: 14px;
  text-align: left;
  margin-top: 25px;
  color: #838383;
  margin-bottom: 15px;
}

.layout__contentWrapper___5b01M .layout__bigTitle___BbpDY {
  font-family: Roboto,Arial;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
}

.layout__contentWrapper___5b01M .layout__title___Rw0NI {
  font-family: Roboto,Arial;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
  text-transform: uppercase;
}

.layout__contentWrapper___5b01M .layout__formInput___1vHUe {
  width: 300px;
  margin-bottom: 5px;
}

.layout__contentWrapper___5b01M .layout__errorText___2JU6S {
  color: red;
  font-style: italic;
}

.layout__contentWrapper___5b01M .layout__roleInput___1R2O_ {
  width: 300px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR {
  margin-top: 30px;
  padding-bottom: 30px;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__title___Rw0NI {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__cbb___7kcmX {
  width: 300px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowButton___3zUM-,
.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowLeftButton___3cEDL,
.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowRightButton___2jeTG {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowButton___3zUM-:hover,
.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowLeftButton___3cEDL:hover,
.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowRightButton___2jeTG:hover {
  opacity: .8;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowRightButton___2jeTG {
  border: 1px solid #008345;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__arrowLeftButton___3cEDL {
  margin-top: 10px;
  border: 1px solid #9b9b9b;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__channelPanel___2cLBh {
  padding: 0;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__channelPanel___2cLBh .layout__assignLocation___4WAn3 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-top: 60px;
  width: 300px;
  margin-bottom: 16px;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__locationPanel___3pF_U {
  margin-top: 40px;
  padding: 0;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__locationPanel___3pF_U .layout__assignLocation___4WAn3 {
  width: 300px;
}

.layout__contentWrapper___5b01M .layout__panelPhiaDuoiWrapper___3G_dR .layout__locationPanel___3pF_U .layout__assignLocation___4WAn3,
.layout__contentWrapper___5b01M .layout__selectedLocs___2Y0sd {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__contentWrapper___5b01M .layout__selectedLocs___2Y0sd {
  font-family: Roboto;
}

.layout__contentWrapper___5b01M .layout__rightTable___1YVrM {
  width: 100%;
}

.layout__contentWrapper___5b01M .layout__rightTable___1YVrM .layout__child___Z069v {
  border: 1px solid #cacaca;
  height: 450px;
  overflow-y: scroll;
}

.layout__contentWrapper___5b01M .layout__buttonSave___2OXAm {
  background-color: #008345;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.layout__contentWrapper___5b01M .layout__buttonCancel___2Zhx1,
.layout__contentWrapper___5b01M .layout__buttonSave___2OXAm {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.layout__contentWrapper___5b01M .layout__buttonCancel___2Zhx1 {
  background-color: #d8d8d8;
  margin-left: 30px;
}

.layout__contentWrapper___5b01M .layout__mt50px___1E5gx {
  margin-top: 50px;
}

.layout__contentWrapper___5b01M .layout__mt30px___Yg2lU {
  margin-top: 30px;
}

.layout__contentWrapper___5b01M input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___5b01M .layout__content___32fwr {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF {
  padding: 3rem 0;
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__actionButton___WA-sU,
.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__cancelBtn___2J2kW,
.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52 {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__cancelBtn___2J2kW {
  background-color: #ececec;
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52.layout__disabled___1-C3Z,
.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52:active,
.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52:focus,
.layout__contentWrapper___5b01M .layout__content___32fwr .layout__actionContainer___2ivtF .layout__createBtn___3GO52:visited {
  outline: 0;
}

.layout__contentWrapper___5b01M .layout__collapsibleInTable___3vBf6 {
  width: 110%;
  margin-left: -10px;
  background: #d3d3d3;
  color: #000;
  overflow-y: scroll;
  z-index: 1;
  padding-left: 10px;
  font-size: 11px;
  line-height: 30px;
  min-height: 30px;
}

.DatePicker__datePickerContainer___194ZD {
  position: relative;
  padding-bottom: 5px;
}

.DatePicker__datePickerContainer___194ZD input.DatePicker__hidden___35ux2 {
  height: 0;
  width: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.DatePicker__selectWraper___34wmj {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.DatePicker__selectWraper___34wmj>div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.DatePicker__selectWraper___34wmj>div .Select--multi .Select-control,
.DatePicker__selectWraper___34wmj>div .Select--single .Select-control {
  width: 100%;
}

.DatePicker__styledV2___YqnnX {
  position: relative;
}

.DatePicker__styledV2___YqnnX.DatePicker__isValid___3EUW6 .Select--multi .Select-control,
.DatePicker__styledV2___YqnnX.DatePicker__isValid___3EUW6 .Select--single .Select-control {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.DatePicker__styledV2___YqnnX.DatePicker__isInvalid___22A02 .Select--multi .Select-control,
.DatePicker__styledV2___YqnnX.DatePicker__isInvalid___22A02 .Select--single .Select-control {
  border-color: red!important;
  background: #ffeded;
}

.DatePicker__styledV2___YqnnX .Select--multi .Select-control,
.DatePicker__styledV2___YqnnX .Select--single .Select-control {
  width: 100%;
  margin: 0;
  border-radius: 7px;
  border: 0;
  border: 1px solid #cacaca;
  box-shadow: none!important;
}

.DatePicker__styledV2___YqnnX .Select--single>.Select-control .Select-value,
.DatePicker__styledV2___YqnnX .Select-placeholder {
  padding: 0 0 0 5px;
}

@media screen and (min-width:768px) {
  .DatePicker__styledV2___YqnnX .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}

@media (min-width:768px) {
  .DatePicker__styledV2___YqnnX .col-sm-4 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.DatePicker__Select--single___1uGQ6 .DatePicker__Select-control___2E2Gm {
  width: 50px!important;
}

.DatePicker__errorStyle___3x0DQ {
  color: red;
  font-style: italic;
  font-size: 12px;
  margin-top: 10px;
}

.layout__contentBox___aomTZ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2e-gk {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2e-gk .layout__mt50px___3ZlOi {
  margin-top: 50px;
}

.layout__contentWrapper___2e-gk .layout__mt30px___39aNE {
  margin-top: 30px;
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN {
  padding: 3rem 0;
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__actionButton___ioWnd,
.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__cancelBtn___W1oGo,
.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__cancelBtn___W1oGo {
  background-color: #ececec;
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh.layout__disabled___AQDsG,
.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh:active,
.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh:focus,
.layout__contentWrapper___2e-gk .layout__content___3_hJa .layout__actionContainer___3StzN .layout__createBtn___AzRxh:visited {
  outline: 0;
}

.layout__btn___3SxdH {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___3SxdH {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___W1oGo {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___1dKN_ {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___1dKN_:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___1dKN_.layout__disabled___AQDsG,
.layout__submitBtn___1dKN_:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___1dKN_:active,
.layout__submitBtn___1dKN_:focus,
.layout__submitBtn___1dKN_:visited {
  outline: 0;
}

.layout__show___ou7VW {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3j0Mt {
  color: #838383;
}

.layout__buttonWrapper___1LD97 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___2njns {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__contentBox___I4RKX {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2icxr {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2icxr .layout__mt50px___2KUSj {
  margin-top: 50px;
}

.layout__contentWrapper___2icxr .layout__mt30px___2HFEx {
  margin-top: 30px;
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 {
  padding: 3rem 0;
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__actionButton___nIC2e,
.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__cancelBtn___1i9co,
.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__cancelBtn___1i9co {
  background-color: #ececec;
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx.layout__disabled___3svJx,
.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx:active,
.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx:focus,
.layout__contentWrapper___2icxr .layout__content___29GGW .layout__actionContainer___1aVP5 .layout__createBtn___1U8Hx:visited {
  outline: 0;
}

.layout__btn___3uNl_ {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___3uNl_ {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___1i9co {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___1pSN3 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___1pSN3:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___1pSN3.layout__disabled___3svJx,
.layout__submitBtn___1pSN3:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___1pSN3:active,
.layout__submitBtn___1pSN3:focus,
.layout__submitBtn___1pSN3:visited {
  outline: 0;
}

.layout__submitBtn___1pSN3:disabled {
  background: #838383;
  cursor: not-allowed;
}

.layout__show___sPhwQ {
  display: block;
  margin-bottom: 20px;
}

.layout__buttonWrapper___2HdLm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___3Cfkf {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__notifyText___JXDDO {
  color: red;
  border: 1px solid red;
  padding: 15px 10px;
  margin: 30px 0 10px;
}

.layout__titleField___1Gz1A {
  color: #838383;
}

.layout__titleField___1Gz1A label {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__titleField___1Gz1A input[type=checkbox] {
  margin: 0 5px 0 0;
}

.layout__contentBox___32vG0 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper____9RZV {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper____9RZV .layout__mt50px___amCnK {
  margin-top: 50px;
}

.layout__contentWrapper____9RZV .layout__mt30px___1JZsc {
  margin-top: 30px;
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf {
  padding: 3rem 0;
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__actionButton___3hZ2n,
.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__cancelBtn___My4Th,
.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__cancelBtn___My4Th {
  background-color: #ececec;
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct.layout__disabled___1ustQ,
.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct:active,
.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct:focus,
.layout__contentWrapper____9RZV .layout__content___3FdE2 .layout__actionContainer___3NETf .layout__createBtn___3RJct:visited {
  outline: 0;
}

.layout__btn___BUtdZ {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___BUtdZ {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___My4Th {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___1XUlq {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___1XUlq:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___1XUlq.layout__disabled___1ustQ,
.layout__submitBtn___1XUlq:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___1XUlq:active,
.layout__submitBtn___1XUlq:focus,
.layout__submitBtn___1XUlq:visited {
  outline: 0;
}

.layout__show___2AppH {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3cJB9 {
  color: #838383;
}

.layout__buttonWrapper___snEvw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___3RK_t {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__contentWrapper___1oixS {
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A {
  padding: 3rem 0;
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__actionButton___rix4n,
.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__cancelBtn___1qIX0,
.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__cancelBtn___1qIX0 {
  background-color: #ececec;
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR.layout__disabled___k2s_0,
.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR:active,
.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR:focus,
.layout__contentWrapper___1oixS .layout__content___3p3X6 .layout__actionContainer___3hZ2A .layout__createBtn___2MJWR:visited {
  outline: 0;
}

.layout__contentWrapper___1oixS .layout__hide___2NsE7 {
  display: none;
}

.layout__btn___2IHCl {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___2IHCl {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___1qIX0 {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___1IRaN {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___1IRaN:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___1IRaN.layout__disabled___k2s_0,
.layout__submitBtn___1IRaN:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___1IRaN:active,
.layout__submitBtn___1IRaN:focus,
.layout__submitBtn___1IRaN:visited {
  outline: 0;
}

.layout__show___13YbC {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___yaNo3 {
  color: #838383;
}

.layout__buttonWrapper___1PxLe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___3Ll4_ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__rednote___3ILFK {
  color: red;
  font-style: italic;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__noteBlock___2D1Kc {
  text-align: left;
}

.layout__contentBox___Zv9Fe {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2ReBi {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___2ReBi .layout__mt50px___2hN-n {
  margin-top: 50px;
}

.layout__contentWrapper___2ReBi .layout__mt30px___1ML-k {
  margin-top: 30px;
}

.layout__contentWrapper___2ReBi input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp {
  padding: 3rem 0;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__actionButton___2mRYj,
.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__cancelBtn___UG4Yi,
.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__cancelBtn___UG4Yi {
  background-color: #ececec;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi.layout__disabled___szFFJ,
.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi:active,
.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi:focus,
.layout__contentWrapper___2ReBi .layout__content___1f4Yd .layout__actionContainer___1hkEp .layout__createBtn___RvpLi:visited {
  outline: 0;
}

.layout__role___qWmyl {
  width: 100%;
  margin-top: 45px;
}

.layout__role___qWmyl .layout__Select___35da1 .layout__Select-control___4Ez4K {
  width: 100%!important;
}

.layout__contentBox___1-RhS {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___8_c5T {
  margin: auto;
  margin-top: 50px;
  width: 900px;
  margin-bottom: 30px;
}

.layout__contentWrapper___8_c5T .layout__label___hdGIt {
  font-size: 14px;
  text-align: left;
  margin-top: 25px;
  color: #838383;
}

.layout__contentWrapper___8_c5T .layout__bigTitle___3WCog {
  font-family: Roboto,Arial;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
}

.layout__contentWrapper___8_c5T .layout__title___FYpyW {
  font-family: Roboto,Arial;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
  text-transform: uppercase;
}

.layout__contentWrapper___8_c5T .layout__formInput___rwONE {
  width: 300px;
  margin-bottom: 5px;
}

.layout__contentWrapper___8_c5T .layout__errorText___3HVUY {
  color: red;
  font-style: italic;
}

.layout__contentWrapper___8_c5T .layout__roleInput___1xGOW {
  width: 300px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg {
  margin-top: 30px;
  padding-bottom: 30px;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__title___FYpyW {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__cbb___30ZCG {
  width: 300px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowButton___10AaW,
.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowLeftButton___sPkL5,
.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowRightButton___1B31X {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowButton___10AaW:hover,
.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowLeftButton___sPkL5:hover,
.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowRightButton___1B31X:hover {
  opacity: .8;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowRightButton___1B31X {
  border: 1px solid #008345;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__arrowLeftButton___sPkL5 {
  margin-top: 10px;
  border: 1px solid #9b9b9b;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__channelPanel___29Onr {
  padding: 0;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__channelPanel___29Onr .layout__assignLocation___3SJSw {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-top: 60px;
  width: 300px;
  margin-bottom: 16px;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__locationPanel___1y-u1 {
  margin-top: 40px;
  padding: 0;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__locationPanel___1y-u1 .layout__assignLocation___3SJSw {
  width: 300px;
}

.layout__contentWrapper___8_c5T .layout__panelPhiaDuoiWrapper___fWfTg .layout__locationPanel___1y-u1 .layout__assignLocation___3SJSw,
.layout__contentWrapper___8_c5T .layout__selectedLocs___9tneA {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__contentWrapper___8_c5T .layout__selectedLocs___9tneA {
  font-family: Roboto;
}

.layout__contentWrapper___8_c5T .layout__rightTable___2ERGO {
  width: 100%;
}

.layout__contentWrapper___8_c5T .layout__rightTable___2ERGO .layout__child___1jLsd {
  border: 1px solid #cacaca;
  height: 450px;
  overflow-y: scroll;
}

.layout__contentWrapper___8_c5T .layout__buttonSave___2Xzh8 {
  background-color: #008345;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.layout__contentWrapper___8_c5T .layout__buttonCancel___2MViJ,
.layout__contentWrapper___8_c5T .layout__buttonSave___2Xzh8 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.layout__contentWrapper___8_c5T .layout__buttonCancel___2MViJ {
  background-color: #d8d8d8;
  margin-left: 30px;
}

.layout__contentWrapper___8_c5T .layout__mt50px___38sow {
  margin-top: 50px;
}

.layout__contentWrapper___8_c5T .layout__mt30px___oagT- {
  margin-top: 30px;
}

.layout__contentWrapper___8_c5T input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd {
  padding: 3rem 0;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__actionButton___WPGfi,
.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__cancelBtn___1_JYl,
.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__cancelBtn___1_JYl {
  background-color: #ececec;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv.layout__disabled___2-GVh,
.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv:active,
.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv:focus,
.layout__contentWrapper___8_c5T .layout__content___nmo1w .layout__actionContainer___1Zydd .layout__createBtn___16bGv:visited {
  outline: 0;
}

.layout__contentWrapper___8_c5T .layout__collapsibleInTable___1Y5WF {
  width: 110%;
  margin-left: -10px;
  min-height: 30px;
  background: #d3d3d3;
  color: #000;
  overflow-y: scroll;
  z-index: 1;
  padding-left: 10px;
  font-size: 11px;
  line-height: 30px;
}

.layout__contentBox___3jKVD {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___3ADJs {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___3ADJs .layout__mt50px___2yRmd {
  margin-top: 50px;
}

.layout__contentWrapper___3ADJs .layout__mt30px___11k2r {
  margin-top: 30px;
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I {
  padding: 3rem 0;
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__actionButton___2z2NJ,
.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__cancelBtn___1UojG,
.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__cancelBtn___1UojG {
  background-color: #ececec;
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP.layout__disabled___3zq9c,
.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP:active,
.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP:focus,
.layout__contentWrapper___3ADJs .layout__content___2Kjeh .layout__actionContainer___UVG2I .layout__createBtn___2oKbP:visited {
  outline: 0;
}

.layout__btn___3pWrV {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___3pWrV {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___1UojG {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___2ZriX {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___2ZriX:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___2ZriX.layout__disabled___3zq9c,
.layout__submitBtn___2ZriX:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___2ZriX:active,
.layout__submitBtn___2ZriX:focus,
.layout__submitBtn___2ZriX:visited {
  outline: 0;
}

.layout__submitBtn___2ZriX:disabled {
  background: #838383;
  cursor: not-allowed;
}

.layout__show___2Wv9B {
  display: block;
  margin-bottom: 20px;
}

.layout__buttonWrapper___V6ZU4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___Jbn52 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__notifyText___mXwIP {
  color: red;
  border: 1px solid red;
  padding: 15px 10px;
  margin: 30px 0 10px;
}

.layout__titleField___1frU8 {
  color: #838383;
}

.layout__titleField___1frU8 label {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__titleField___1frU8 input[type=checkbox] {
  margin: 0 5px 0 0;
}

.layout__contentWrapper___2i1-N {
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy {
  padding: 10px;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__langSwitchContainer___VoM38 {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__langSwitchContainer___VoM38 button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__langSwitchContainer___VoM38 button.layout__active___2A78E {
  background-color: #028547;
  color: #fff;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND {
  padding: 3rem 0;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__actionButton___Le7bz,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__cancelBtn___2OTM9,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__cancelBtn___2OTM9 {
  background-color: #ececec;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv.layout__disabled___3HecE,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv:active,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv:focus,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__actionContainer___1YfND .layout__createBtn____NSPv:visited {
  outline: 0;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__filterOption___1CMe0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 0 0 20px;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__filterOption___1CMe0:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__filterOption___1CMe0 {
    width: 100%!important;
  }
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__filterOption___1CMe0 b {
  display: block;
  width: 100%;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchArea___19cSZ {
  width: 374px;
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchArea___19cSZ input,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchArea___19cSZ select {
  border: none;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchArea___19cSZ input,
.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchArea___19cSZ select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchArea___19cSZ select {
    width: 100%;
  }
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__searchAreaHide___wsBfG {
  display: none;
}

.layout__contentWrapper___2i1-N .layout__content___3tvmy .layout__show___2HuC6 {
  display: block;
  margin-top: 40px;
}

.layout__contentWrapper___2i1-N .layout__hide___2Qmqr {
  display: none;
}

.layout__btn___1twf5 {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___1twf5 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___2OTM9 {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___27Foj {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___27Foj:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___27Foj.layout__disabled___3HecE,
.layout__submitBtn___27Foj:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___27Foj:active,
.layout__submitBtn___27Foj:focus,
.layout__submitBtn___27Foj:visited {
  outline: 0;
}

.layout__show___2HuC6 {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3PuFi {
  color: #838383;
}

.layout__buttonWrapper___1zZ6o {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___2rzNr {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__rednote___3IH3K {
  color: red;
  font-style: italic;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__noteBlock___1eWmg {
  text-align: left;
}

.layout__contentField___1SJuN {
  padding: 5px 0;
}

.layout__contentField___1SJuN.layout__listOfIdWrap___2i_TW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___1SJuN.layout__listOfIdWrap___2i_TW .layout__listOfId___h9_TW {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___1SJuN.layout__listOfIdWrap___2i_TW .layout__listOfId___h9_TW .form-inline .form-control {
  width: 100%;
}

.layout__contentField___1SJuN.layout__listOfIdWrap___2i_TW .layout__passportNumber___2apL2 {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___1SJuN.layout__radio___2L_7Q {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___1SJuN.layout__radio___2L_7Q,
.layout__contentField___1SJuN.layout__radio___2L_7Q>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___1SJuN.layout__radio___2L_7Q>div {
  margin-right: 15px;
}

.layout__contentField___1SJuN.layout__radio___2L_7Q>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___1SJuN.layout__numberWithExt___1fjk6 {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___1SJuN.layout__numberWithExt___1fjk6>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___1SJuN.layout__numberWithExt___1fjk6>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__contentWrapper___4sD9h {
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE {
  padding: 3rem 0;
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__actionButton___1x2Yq,
.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__cancelBtn___1Jtqy,
.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__cancelBtn___1Jtqy {
  background-color: #ececec;
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb.layout__disabled___3vYL-,
.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb:active,
.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb:focus,
.layout__contentWrapper___4sD9h .layout__content___2CihQ .layout__actionContainer___2BIeE .layout__createBtn___3i6Lb:visited {
  outline: 0;
}

.layout__contentWrapper___4sD9h .layout__hide___1ef53 {
  display: none;
}

.layout__btn___3rHWp {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___3rHWp {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___1Jtqy {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___3ed6t {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___3ed6t:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___3ed6t.layout__disabled___3vYL-,
.layout__submitBtn___3ed6t:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___3ed6t:active,
.layout__submitBtn___3ed6t:focus,
.layout__submitBtn___3ed6t:visited {
  outline: 0;
}

.layout__btnExport___3ZDMi {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___3ZDMi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3ZDMi.layout__disabled___3vYL-,
.layout__btnExport___3ZDMi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3ZDMi:active,
.layout__btnExport___3ZDMi:focus,
.layout__btnExport___3ZDMi:visited {
  outline: 0;
}

.layout__show___3o09I {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3smOe {
  color: #838383;
}

.layout__buttonWrapper___1L8A7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___1zrV_ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__rednote___DcIva {
  color: red;
  font-style: italic;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__noteBlock___OWlGv {
  text-align: left;
}

.layout__listActionBtn___c78CT {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___3mGQl {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___1rdiI {
  margin-top: 32px;
}

.layout__listCheckApprove___1rdiI ul li {
  margin-bottom: 40px;
}

.layout__box___zCq-A {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoArea___1QqU2 {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___1QqU2 {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___27bgC,
.layout__filterDiv___26YX5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___26YX5 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___1yHmZ {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___14Ctp {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___14Ctp {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___14Ctp:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___14Ctp.layout__isOpening___36NG8:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3UN2r td:not(.layout__wrapTriAngle___aYsOi) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__filterOption___1vDW0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 0 0 20px;
}

.layout__filterOption___1vDW0:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___1vDW0 {
    width: 100%!important;
  }
}

.layout__filterOption___1vDW0 b {
  display: block;
  width: 100%;
}

.layout__searchArea___2MNTv {
  width: 374px;
  max-width: 100%;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__searchArea___2MNTv input,
.layout__searchArea___2MNTv select {
  border: none;
}

.layout__searchArea___2MNTv input,
.layout__searchArea___2MNTv select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___2MNTv select {
    width: 100%;
  }
}

.layout__searchSelect___1kW8w {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___1kW8w,
.layout__searchSelect___1kW8w select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___1kW8w select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___1kW8w select:active,
.layout__searchSelect___1kW8w select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___1kW8w option {
  color: #000;
}

.layout__createNew___38jeR {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___38jeR:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___38jeR.layout__disabled___3vMxN,
.layout__createNew___38jeR:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___38jeR:active,
.layout__createNew___38jeR:focus,
.layout__createNew___38jeR:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___38jeR {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___38jeR a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___38jeR a:hover {
  text-decoration: none;
}

.layout__createNew___38jeR .layout__plusIcon___3BlJS {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___1fsGQ {
  padding: 20px 0;
}

.layout__content___1fsGQ .layout__Rectangle___1ClpG {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___1fsGQ .layout__createNewMerchant___2nmry {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___1fsGQ .layout__createNewMerchant___2nmry .layout__plusIcon___3BlJS {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___1fsGQ .layout__createNewMerchant___2nmry .layout__plusIcon___3BlJS span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___1fsGQ .layout__assignButton___1JDwN {
  text-decoration: none;
  width: 220px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
}

.layout__content___1fsGQ .layout__textAccount___257k0 {
  padding-top: 20px;
  display: block;
}

.layout__email___2gW1w {
  word-break: break-all;
}

.layout__containerBox___2-JCE {
  width: 100%;
}

.layout__actionButton___3XJCN,
.layout__deleteButton___3AZNW,
.layout__unlockButton___3k7Rw {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___3AZNW {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___3k7Rw {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__contentBox___15XCp {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___3xgB_ {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___3nD9x {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___vsSFK {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___vsSFK,
.layout__titleSelect___2lVVm {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___2lVVm {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___1YmsJ {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___3yEa7,
.layout__doneBtn___1YmsJ {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___3yEa7 {
  background-color: #82a393;
}

.layout__footerModal___1wn0x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___1JsWs,
.layout__saleManagerText___3F5pC {
  width: 418px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #008345;
}

.layout__linkText___1JsWs a:hover {
  text-decoration: none;
}

.layout__saleSupport___2kwpP {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___2kwpP select[multiple]:focus option:checked,
.layout__saleSupport___2kwpP select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___2kwpP select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___2kwpP option {
  width: 300px;
  height: 30px;
  text-align: left;
  vertical-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.layout__saleSupport___2kwpP option:active,
.layout__saleSupport___2kwpP option:checked,
.layout__saleSupport___2kwpP option:focus,
.layout__saleSupport___2kwpP option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___1pDCm {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___wXZUa,
.layout__nokyc___1pDCm {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___wXZUa {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___1Fm11 {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___1DvOR,
.layout__kycHistory___1JZgT {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___1JZgT img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___2NRjo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___38iL4 {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___2iSOc {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___2iSOc img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___qLtPQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___qLtPQ img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___H-4mM {
  color: red;
  font-style: italic;
}

.layout__inputStyle___3FOSI {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___1uIwS {
  margin-left: 16px;
}

.layout__approvedCC___2p3k6,
.layout__checkCC___1uIwS {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___2p3k6 {
  margin-left: 25px;
}

.layout__checkUPL___qYRtM {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___1Hf3U,
.layout__checkUPL___qYRtM {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___1Hf3U {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___2-2F0 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__approveNew___1aibN {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__approveNew___1aibN:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__approveNew___1aibN.layout__disabled___3vMxN,
.layout__approveNew___1aibN:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__approveNew___1aibN:active,
.layout__approveNew___1aibN:focus,
.layout__approveNew___1aibN:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__approveNew___1aibN {
    margin: 0 20px 10px 0;
  }
}

.layout__approveNew___1aibN a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__approveNew___1aibN a:hover {
  text-decoration: none;
}

.layout__approveNew___1aibN .layout__plusIcon___3BlJS {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__containerTable___3m5Fz {
  margin-top: 24px;
}

.layout__cardListContainer___1LmwB td,
.layout__cardListContainer___1LmwB th {
  border: 1px solid #d8d8d8;
}

.layout__cardListContainer___1LmwB .layout__levelName___2sjPH,
.layout__cardListContainer___1LmwB td,
.layout__cardListContainer___1LmwB th,
.layout__cardListContainer___1LmwB tr,
.layout__colCheck___1A8MS {
  text-align: center;
}

.layout__colCheck___1A8MS {
  background: #008345;
  color: #fff;
}

.layout__colLable___1A6CL {
  width: 197px;
  height: 35px;
}

.layout__rowName___3u9SG {
  padding-left: 32px;
}

.layout__applicationStatisticsContainer___1cZGu .layout__selectTimeContainer___3uoeD {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___1cZGu .layout__selectTimeBlock___3o2I5 {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___1cZGu .layout__selectTimeTitle___-SMD1 {
  height: 60px;
  line-height: 60px;
  background: #028547;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___1cZGu .layout__selectTimeTitle___-SMD1 {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___1cZGu .layout__selectTimeContent___-IA8q {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___1cZGu .layout__selectTimeContent___-IA8q form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___1cZGu .layout__labelText___2gw9I {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1cZGu .layout__labelText___2gw9I {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___1cZGu .layout__typeWidth___3gVsm {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___1cZGu .layout__coverBox___3d7Lk {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1cZGu .layout__coverBox___3d7Lk {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1cZGu .layout__coverBox___3d7Lk .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___1cZGu .layout__coverBox___3d7Lk input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1cZGu .layout__coverBox___3d7Lk input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___1cZGu .layout__lineBetween___2P55w {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___1cZGu .layout__marTopPeriod___3IYXB {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1cZGu .layout__marTopPeriod___3IYXB {
    margin-top: 30px;
  }
}

.layout__btnStats___22tGX,
.layout__disableBtn___22gNl,
.layout__enableBtn___kKbOp {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___22tGX:hover,
.layout__disableBtn___22gNl:hover,
.layout__enableBtn___kKbOp:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___22tGX.layout__disabled___3VcCY,
.layout__btnStats___22tGX:disabled,
.layout__disableBtn___22gNl:disabled,
.layout__disabled___3VcCY.layout__disableBtn___22gNl,
.layout__disabled___3VcCY.layout__enableBtn___kKbOp,
.layout__enableBtn___kKbOp:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___22tGX:active,
.layout__btnStats___22tGX:focus,
.layout__btnStats___22tGX:visited,
.layout__disableBtn___22gNl:active,
.layout__disableBtn___22gNl:focus,
.layout__disableBtn___22gNl:visited,
.layout__enableBtn___kKbOp:active,
.layout__enableBtn___kKbOp:focus,
.layout__enableBtn___kKbOp:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___22tGX,
  .layout__disableBtn___22gNl,
  .layout__enableBtn___kKbOp {
    height: 35px;
  }
}

.layout__disableBtn___22gNl {
  background-color: #ececec;
}

.layout__contentBox___2rBC8 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___kKbOp {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___qCwNP {
  width: 90%;
  margin: auto;
}

.layout__tableList___2Vcvy td {
  padding-left: 6px;
}

.layout__btnExport___2VjvV {
  height: 32px;
  width: 120px;
  border-radius: 25px;
  margin: 8px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___2VjvV:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___2VjvV.layout__disabled___3VcCY,
.layout__btnExport___2VjvV:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___2VjvV:active,
.layout__btnExport___2VjvV:focus,
.layout__btnExport___2VjvV:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___2VjvV {
    height: 35px;
  }
}

.layout__statisticsPage___1jLj- {
  height: 222px;
}

.layout__statisticsPage___1jLj- .layout__statisticsContainer___3o-m6 {
  padding: 0 20px 30px;
}

.layout__statisticsPage___1jLj- h2 {
  width: 20%;
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 70px 0 0;
}

.layout__statisticsPage___1jLj- .layout__selectTimeContent___1kK5f {
  padding: 0;
  float: right;
}

.layout__statisticsPage___1jLj- .layout__labelPeriodText___1R5zE {
  float: left;
  font-size: 18px;
  color: #4c4c4c;
  margin: 4px 15px 0 45px;
}

.layout__statisticsPage___1jLj- .layout__groupButton___1R2lz {
  display: block;
}

.layout__statisticsPage___1jLj- .layout__buttonGet___12kCg {
  background-color: #008345;
  color: #fff;
}

.layout__statisticsPage___1jLj- .layout__buttonCan___3li0t,
.layout__statisticsPage___1jLj- .layout__buttonGet___12kCg,
.layout__statisticsPage___1jLj- .layout__buttonGetDisabled___1x4wP {
  float: right!important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid;
  border-radius: 20px;
}

.layout__statisticsPage___1jLj- .layout__buttonCan___3li0t {
  margin-left: 10px!important;
  margin-right: 10px!important;
  background-color: #008345;
  color: #fff;
}

.layout__statisticsPage___1jLj- .layout__typeWidth___1WhdY {
  width: 140px;
  float: left;
  margin-top: -5px;
}

.layout__statisticsPage___1jLj- .layout__marTopPeriod___24n1L {
  float: left;
  margin-top: 55px;
  margin-bottom: 50px;
  width: 100%;
}

.layout__statisticsPage___1jLj- .layout__modal-footer___135Ql {
  border: none!important;
}

.layout__statisticsPage___1jLj- .layout__topName___52Fnm {
  border: none;
  margin-top: 50px;
}

.layout__statisticsPage___1jLj- .layout__formContent___1YcRn {
  height: 300px;
}

.layout__statisticsPage___1jLj- .layout__coverBox___1HAHN {
  width: 140px;
  display: inline-block;
  margin-left: 10px;
}

.layout__statisticsPage___1jLj- .layout__coverBox___1HAHN input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__statisticsPage___1jLj- .layout__lineBetween___2RHzN {
  display: inline-block;
  margin: 0 28px;
  font-size: 22px;
}

.layout__statisticsPage___1jLj- .layout__contentStatistics___dhxbj {
  margin: 0 auto;
  width: 85%;
}

.layout__statisticsPage___1jLj- .layout__contentStatistics___dhxbj h3 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 40px 0 20px;
}

.layout__box___3NIAa {
  padding: 30px 0 20px;
}

.layout__contentBox___1xNoK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__searchBox___KfRSf {
  width: 100%;
  max-width: 400px;
  padding: 20px 0 0;
  margin: 0 auto;
}

.layout__btnStats___2fhwI,
.layout__disableBtn___2kJK8,
.layout__enableBtn___CK5qI {
  height: 34px;
  width: 80px;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 55px 0 0 35px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___2fhwI:hover,
.layout__disableBtn___2kJK8:hover,
.layout__enableBtn___CK5qI:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2fhwI.layout__disabled___8TzwN,
.layout__btnStats___2fhwI:disabled,
.layout__disableBtn___2kJK8:disabled,
.layout__disabled___8TzwN.layout__disableBtn___2kJK8,
.layout__disabled___8TzwN.layout__enableBtn___CK5qI,
.layout__enableBtn___CK5qI:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2fhwI:active,
.layout__btnStats___2fhwI:focus,
.layout__btnStats___2fhwI:visited,
.layout__disableBtn___2kJK8:active,
.layout__disableBtn___2kJK8:focus,
.layout__disableBtn___2kJK8:visited,
.layout__enableBtn___CK5qI:active,
.layout__enableBtn___CK5qI:focus,
.layout__enableBtn___CK5qI:visited {
  outline: 0;
}

.layout__enableBtn___CK5qI {
  background-color: #028547;
  color: #fff;
}

.layout__disableBtn___2kJK8 {
  background-color: #ececec;
}

.layout__getButtonWrapper___1HQq_ {
  margin: 0 0 30px -10px;
}

.layout__getButton___1IP9u {
  margin-left: 10px;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid;
  border-radius: 4px;
}

.layout__searchInput___AYMe2 {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__list___3Jajz {
  padding: 0 15px;
}

.layout__list___3Jajz td {
  max-width: 200px;
  word-break: break-all;
}

.layout__list___3Jajz .layout__curPointer___2W4Eh {
  cursor: pointer;
}

.layout__list___3Jajz .layout__count___AwiH1 {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___3Jajz .layout__countNumber___37RJv {
  color: #028547;
}

.layout__list___3Jajz .layout__tableHeader___2MnmA {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__list___3Jajz .layout__decreaseIcon___NmlAX,
.layout__list___3Jajz .layout__increaseIcon___22LRN {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___3Jajz .layout__decreaseIcon___NmlAX {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___3Jajz .layout__downloadIcon___2k3nm {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___3Jajz .layout__applicationLink___30Jzn {
  color: #000;
}

.layout__list___3Jajz .layout__approved___2eTZn,
.layout__list___3Jajz .layout__carddeliver___3gC4m,
.layout__list___3Jajz .layout__cardship___35a2a,
.layout__list___3Jajz .layout__draft___4ARnG,
.layout__list___3Jajz .layout__inprocess___2rFv1,
.layout__list___3Jajz .layout__status___19t7X,
.layout__list___3Jajz .layout__submitteddoc___3uIe3,
.layout__list___3Jajz .layout__sumittedapp___1OuhA {
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___3Jajz .layout__draft___4ARnG {
  color: #9c27b0;
}

.layout__list___3Jajz .layout__sumittedapp___1OuhA {
  color: #e91e63;
}

.layout__list___3Jajz .layout__submitteddoc___3uIe3 {
  color: #4caf50;
}

.layout__list___3Jajz .layout__inprocess___2rFv1 {
  color: #f76045;
}

.layout__list___3Jajz .layout__approved___2eTZn {
  color: #f4bf75;
}

.layout__list___3Jajz .layout__cardship___35a2a {
  color: #795548;
}

.layout__list___3Jajz .layout__carddeliver___3gC4m {
  color: #1976d2;
}

.layout__list___3Jajz .layout__border___3OXem,
.layout__list___3Jajz .layout__carddeliverBorder___8eTQj,
.layout__list___3Jajz .layout__cardshipBorder___3gObA,
.layout__list___3Jajz .layout__savedBorder___2_B51,
.layout__list___3Jajz .layout__submitteddocBorder___30bIl,
.layout__list___3Jajz .layout__sumittedappBorder___Bwq-o,
.layout__list___3Jajz .layout__verificationBorder___CGIn_ {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___3Jajz .layout__savedBorder___2_B51 {
  border-left-color: #9c27b0;
}

.layout__list___3Jajz .layout__submitteddocBorder___30bIl {
  border-left-color: #4caf50;
}

.layout__list___3Jajz .layout__cardshipBorder___3gObA {
  border-left-color: #795548;
}

.layout__list___3Jajz .layout__carddeliverBorder___8eTQj {
  border-left-color: #1976d2;
}

.layout__list___3Jajz .layout__sumittedappBorder___Bwq-o,
.layout__list___3Jajz .layout__verificationBorder___CGIn_ {
  border-left-color: #e91e63;
}

.layout__list___3Jajz .layout__statusBox___3XoJ3 {
  margin: 0;
}

.layout__triangleBtn___N-UuH {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___N-UuH {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___N-UuH:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___N-UuH.layout__isOpening___1eIq3:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3SHv_ td:not(.layout__wrapTriAngle___2itWW) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___2MnmA {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__btnAction___1_M28 {
  width: auto;
  min-width: 146px;
  height: auto;
  background-color: #028547;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 50px;
}

.layout__remove___zvdHl {
  float: right;
}

.layout__content___Ub5y_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__popuphieght___XPPiJ {
  height: 168px!important;
}

.layout__listFile___3yS-v {
  cursor: pointer;
  color: #028547;
}

.layout__listFile___3yS-v div {
  margin-top: 8px;
}

.layout__createMerchantContainer___RiFUZ select {
  border: 1px solid #ddd!important;
}

.layout__createMerchantContainer___RiFUZ .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___RiFUZ .error {
  color: red;
  margin-top: 10px;
  font-style: italic;
  margin-right: 10px;
}

.layout__createMerchantContainer___RiFUZ .imageUploadButton {
  height: 36px;
  width: 155px;
  line-height: 34px;
  font-weight: 500;
  border-radius: 18px;
  background-color: #ececec;
  border: 1px solid #ececec;
  margin-right: 10px;
  color: #000!important;
}

.layout__createMerchantContainer___RiFUZ .inputFileWrap {
  vertical-align: middle;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__createMerchantContainer___RiFUZ .content {
  width: 100%;
  padding: 20px;
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer {
  padding: 30px 0;
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer .actionButton,
.layout__createMerchantContainer___RiFUZ .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn {
  width: auto;
  min-width: 146px;
  height: auto;
  background-color: #028547;
  padding: 10px;
  margin: 0 20px 10px 0;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___RiFUZ .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__createMerchantContainer___RiFUZ .layout__typeupload___2BpAL {
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}

@media screen and (max-width:769px) {
  .layout__createMerchantContainer___RiFUZ .layout__typeupload___2BpAL {
    margin: 0 0 10px;
  }
}

.layout__contentBox___19rOH {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print {
  .layout__contentBox___3_QxJ {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

@media screen {
  .layout__externalClass___Shlbo {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___Shlbo {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___2jVpI {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___3faUI {
  width: 100%;
}

.layout__contentBox___3_QxJ,
.layout__workform___3faUI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___3_QxJ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
}

.layout__titleSupplementary___1Su6U {
  margin-left: 1px;
  font-weight: 700;
}

.layout__titleField___4_RYn {
  display: block;
  min-height: 18px;
}

.layout__show___3qJ4p {
  display: block;
  margin-bottom: 10px;
}

.layout__show___3qJ4p .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___3qJ4p div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__supplementCardContainer___QC3oe {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___13L29 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
}

.layout__statusBox___3l1cr {
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  height: 100%;
  min-width: 60%;
}

.layout__iconBox___1gqiG {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___2hjGT {
  cursor: pointer;
  width: 100px;
}

.layout__rednote___2uZRP {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___1PgtD {
  color: blue;
}

.layout__noticeNote___1PgtD,
.layout__noticeNoteAddress___vv2s0 {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___vv2s0 {
  color: red;
}

.layout__titleBox___2ltc- {
  text-align: center;
}

.layout__titleBox___2ltc- b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___2ltc- p {
  color: #949494;
}

.layout__noTouch___2gOt2>label {
  pointer-events: none;
}

.layout__signatureExampPopup___3VOz1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: hsla(0,0%,75%,.69);
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__signatureExampPopupInner___2uA7L {
  position: relative;
  width: 530px;
  height: auto;
  border: 2px solid #4c4c4c;
}

.layout__signatureExampPopupInner___2uA7L>span {
  display: block;
  padding: 10px;
  background: #fff;
  font-weight: 700;
}

.layout__signatureExampPopupInner___2uA7L .layout__closePopup___1bPDS {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 2;
}

.layout__signatureExampPopupInner___2uA7L img {
  max-width: 100%;
  height: auto;
}

.layout__applicationBox___Cp-NE {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___3eUfu {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___1k634,
.layout__modalcontainer___3eUfu {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___1k634 {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__boxField___3qsQi {
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
}

.layout__selectBox___11Knm {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___F2Kow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__btnStats___3NNdg {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3NNdg:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3NNdg.layout__disabled___1-nl4,
.layout__btnStats___3NNdg:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3NNdg:active,
.layout__btnStats___3NNdg:focus,
.layout__btnStats___3NNdg:visited {
  outline: 0;
}

.layout__btnLink___3Guzg {
  height: 35px;
  line-height: 35px;
  text-align: center;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #028547;
  color: #fff;
}

.layout__btnLink___3Guzg:active,
.layout__btnLink___3Guzg:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___1rb9d {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___1rb9d,
.layout__btnDisable___19NOn,
.layout__btnDisableAia___3bSyt {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___19NOn,
.layout__btnDisableAia___3bSyt {
  width: 165px;
  background-color: grey;
  color: #fff;
}

.layout__btnDisableAia___3bSyt {
  width: 150px;
}

.layout__applicationForm___nPYIm {
  border-radius: 0 10px 10px 10px;
  border-left: 1px solid #ddd;
  margin: 0 15px;
}

.layout__applicationForm___nPYIm,
.layout__applicationFormSup___3YNPy {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___3YNPy {
  margin: 0;
}

.layout__idtype___32HxK {
  width: 100px;
}

.layout__itemRow___1guOa {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___3Kb37,
.layout__itemRow___1guOa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__inputItem___3OTkA {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__integrationsHistoryList___3sfbC {
  overflow: auto;
}

.layout__integrationsHistoryList___3sfbC table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___3sfbC td,
.layout__integrationsHistoryList___3sfbC th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___zw8MJ {
  width: 60px!important;
}

.layout__inputItemExt___zw8MJ,
.layout__inputItemPhone___LeeU- {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___LeeU- {
  width: 140px!important;
}

.layout__inputItemBizPhone___2oW6H {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___27_Xw input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__top20px___28rdC {
  padding-top: 20px;
}

.layout__mtm6___t_2bs {
  margin-top: -6px;
}

.layout__width180___1Jr55 {
  width: 180px!important;
}

.layout__mgl40px___VZBnp {
  margin-left: 40px;
}

.layout__mgl10px___3qhY8 {
  margin-left: 10px;
}

.layout__tab___2vC-z {
  padding: 0 15px;
  border: none;
}

.layout__tab___2vC-z li {
  width: 340px;
  text-align: center;
}

.layout__tab___2vC-z a,
.layout__tab___2vC-z li {
  cursor: pointer;
}

.layout__mailContainer___3y9ms input,
.layout__mailContainer___3y9ms textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___28G4G {
  width: 97%!important;
}

.layout__detailReminder___1VHFR,
.layout__fulltext___28G4G {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___1VHFR {
  width: 100%!important;
}

.layout__removeIcon___29aQU {
  display: none;
}

.layout__closeIcon___3uOPf,
.layout__removeIcon___29aQU {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___3cF9e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___1ZhB4 {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___1ZhB4:hover .layout__removeIcon___29aQU {
  display: block;
}

.layout__imgBoxAdd___2yQgr {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__deleteAll___3iwk1,
.layout__titleGroup___1b2UW {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___3iwk1 {
  cursor: pointer;
}

.layout__deleteTitle___2WIIS {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___KtL-Z {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___KtL-Z,
.layout__actionRow___Nis7V {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___Nis7V {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__titlePopup___mA2UF {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.layout__cancelBtn___VtFSv {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #82a393;
  color: #fff;
}

.layout__footerModal___14WcN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___1a5aq {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___1a5aq:disabled {
  background-color: #82a393;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___XW-fv {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__notificationContainer___3qdKh {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1055;
}

.layout__notificationContainer___3qdKh .layout__alert___2w_Z-,
.layout__notificationContainer___3qdKh .layout__info___2LN98 {
  padding: 15px 40px 15px 20px;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.layout__notificationContainer___3qdKh .layout__alert___2w_Z- .layout__closeNotification___2kfHk,
.layout__notificationContainer___3qdKh .layout__info___2LN98 .layout__closeNotification___2kfHk {
  position: absolute;
  right: 10px;
  top: 50%;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  font-size: 25px;
  transform: translateY(-50%);
}

.layout__notificationContainer___3qdKh .layout__info___2LN98 {
  background-color: #d9edf7;
}

.layout__contentField___25x0e {
  padding: 5px 0;
}

.layout__contentField___25x0e.layout__listOfIdWrap___1I70f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___25x0e.layout__listOfIdWrap___1I70f .layout__listOfId___3iKkY {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___25x0e.layout__listOfIdWrap___1I70f .layout__listOfId___3iKkY .form-control {
  width: 100%;
}

.layout__contentField___25x0e.layout__listOfIdWrap___1I70f .layout__passportNumber___2WEe4 {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___25x0e.layout__radio___1kPVr {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___25x0e.layout__radio___1kPVr,
.layout__contentField___25x0e.layout__radio___1kPVr>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___25x0e.layout__radio___1kPVr>div {
  margin-right: 15px;
}

.layout__contentField___25x0e.layout__radio___1kPVr>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___25x0e.layout__numberWithExt___1_7HU {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___25x0e.layout__numberWithExt___1_7HU>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___25x0e.layout__numberWithExt___1_7HU>div:nth-child(2)>input {
  padding-right: 10px;
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a1a1a;
  position: absolute;
  top: -6px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: -41px;
  left: 0;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: .75em;
  height: 35px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}

[data-tip]:not([data-tip=""]):hover:after,
[data-tip]:not([data-tip=""]):hover:before {
  display: block;
}

.layout__wFull___2H4Fp {
  width: 100%!important;
}

.layout__group___1sPQL {
  position: relative;
}

.layout__group___1sPQL input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
}

.layout__group___1sPQL input.layout__invalid___2onUA {
  border-bottom: 1px solid #dd621d;
}

.layout__group___1sPQL input:focus {
  outline: none;
}

.layout__group___1sPQL label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___1sPQL input.layout__hasValue___1wdCV~label,
.layout__group___1sPQL input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___1sPQL .layout__bar___fSTeA {
  position: relative;
  display: block;
}

.layout__group___1sPQL .layout__bar___fSTeA:after,
.layout__group___1sPQL .layout__bar___fSTeA:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___1sPQL .layout__bar___fSTeA:before {
  left: 50%;
}

.layout__group___1sPQL .layout__bar___fSTeA:after {
  right: 50%;
}

.layout__group___1sPQL .layout__errorStyle___DhBXS {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___1sPQL input:focus~.layout__bar___fSTeA:after,
.layout__group___1sPQL input:focus~.layout__bar___fSTeA:before {
  width: 50%;
}

.layout__withLabel___2HlNX {
  margin-top: 45px;
}

.layout__styledV2___ZqJ2F {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___ZqJ2F.layout__isValid___33UiP>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___ZqJ2F.layout__uplStyle___an0Kk>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___ZqJ2F.layout__odStyle___WMRoA>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___ZqJ2F.layout__isInvalid___3WIDx>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___ZqJ2F>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.SelectField__invalid___1jd1W .Select--single .Select-control {
  border-color: #dd621d;
}

.SelectField__styledV2___iJlbf .Select--multi .Select-control,
.SelectField__styledV2___iJlbf .Select--single .Select-control {
  width: 100%;
  margin: 0;
  border-radius: 7px;
  border: 1px solid #cacaca;
  box-shadow: none!important;
}

.SelectField__styledV2___iJlbf .Select-input {
  height: 32px;
}

.SelectField__styledV2___iJlbf .Select-clear-zone {
  line-height: 1;
}

.SelectField__styledV2___iJlbf .Select--single>.Select-control .Select-value,
.SelectField__styledV2___iJlbf .Select-placeholder {
  padding: 0 5px;
}

.SelectField__errorStyle___3rwky {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__styledV2___3Wn9E,
input.layout__inputField___2RFQa {
  width: 100%!important;
}

.layout__styledV2___3Wn9E {
  position: relative;
}

.layout__styledV2___3Wn9E.layout__isValid___34C8V>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___3Wn9E.layout__isValid___34C8V.layout__uplStyle___3CE9B>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___3Wn9E.layout__isValid___34C8V.layout__odStyle___3dkoN>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___3Wn9E.layout__isInvalid___3hO5B>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___3Wn9E>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.styles__full___3mIuo,
.styles__full___3mIuo div {
  width: 100%;
}

.styles__select_box___l7i0J>div .styles__Select-control___MWNhb {
  gap: 20px;
}

.styles__select_box___l7i0J>div .styles__Select-control___MWNhb,
span:first-child .styles__select_box___l7i0J>div.styles__Select--multi___125_o .styles__select_box___l7i0J>div.styles__Select-multi-value-wrapper___3TEfn {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: "5px 0";
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

span:first-child .styles__select_box___l7i0J>div.styles__Select--multi___125_o .styles__select_box___l7i0J>div.styles__Select-multi-value-wrapper___3TEfn {
  gap: 10px;
}

.styles__checkbox___2u29E input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  max-width: none!important;
  border-radius: .15em;
  margin-right: 10px;
  border: .15em solid #028547;
  outline: none;
  cursor: pointer;
}

.styles__checkbox___2u29E input:checked {
  background-color: #028547;
  position: relative;
}

.styles__checkbox___2u29E input:checked:before {
  content: "";
  width: 7px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: 3px;
}

.styles__btnStats___2iuGk {
  height: 35px;
  min-width: 100px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.styles__btnStats___2iuGk:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.styles__btnStats___2iuGk.styles__disabled___1oQQp,
.styles__btnStats___2iuGk:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.styles__btnStats___2iuGk:active,
.styles__btnStats___2iuGk:focus,
.styles__btnStats___2iuGk:visited {
  outline: 0;
}

.styles__btnStats___2iuGk.styles__disabled___1oQQp {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.styles__line_clamp___3OLfg {
  -webkit-line-clamp: 3;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.styles__group___16eWJ {
  position: relative;
}

.styles__group___16eWJ input {
  font-size: 16px;
  padding: 15px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
  border-radius: 5px;
}

.styles__group___16eWJ input.styles__invalid___2Q-7v {
  border-bottom: 1px solid #dd621d;
}

.styles__group___16eWJ input:focus {
  outline: none;
  border: 1px solid #028547;
}

.styles__group___16eWJ label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.styles__group___16eWJ input.styles__hasValue___1gLUs~label,
.styles__group___16eWJ input:focus~label {
  top: -20px;
  font-size: 14px;
}

.styles__group___16eWJ .styles__bar___3PkR- {
  position: relative;
  display: block;
}

.styles__group___16eWJ .styles__bar___3PkR-:after,
.styles__group___16eWJ .styles__bar___3PkR-:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.styles__group___16eWJ .styles__bar___3PkR-:before {
  left: 50%;
}

.styles__group___16eWJ .styles__bar___3PkR-:after {
  right: 50%;
}

.styles__group___16eWJ .styles__errorStyle___2M4y7 {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.styles__group___16eWJ input:focus~.styles__bar___3PkR-:after,
.styles__group___16eWJ input:focus~.styles__bar___3PkR-:before {
  width: 50%;
}

.styles__loader___mPMmc {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #028547;
  width: 60px;
  height: 60px;
  animation: styles__spin___2e9t4 2s linear infinite;
}

@keyframes styles__spin___2e9t4 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.style__Select-control___2iUN9>span>.style__Select-multi-value-wrapper___3T_0W{display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:row;flex-direction:row;gap:10px;width:100%;padding:"5px 0";-ms-flex-wrap:wrap;flex-wrap:wrap}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:none}.iu-button-container{display:inline-block;width:100%;text-align:center}.iu-button-container .iu-button-button{box-sizing:content-box;padding:0;width:100%;height:100%;outline:none;border:none;background:transparent;box-shadow:none;color:currentColor;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .3s,width .3s,border-width .3s,border-color .3s,border-radius .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.iu-button-container .iu-button-button span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.iu-button-container .iu-button-button>span{display:inherit;font-weight:100;font-size:2em;transition:opacity .3s .1s}.iu-button-container .iu-button-button>svg{position:absolute;width:54px;height:54px;transform:translate(-50%,-50%);pointer-events:none}.iu-button-container .iu-button-button>svg path{opacity:0;fill:none}.iu-button-container .iu-button-button svg.iu-button-progress-circle{animation:a .9s infinite cubic-bezier(.085,.26,.935,.71)}.iu-button-container .iu-button-button svg.iu-button-progress-circle path{stroke:currentColor;stroke-width:5}.iu-button-container .iu-button-button svg.iu-button-checkmark path,.iu-button-container .iu-button-button svg.iu-button-cross path{stroke:#fff;stroke-linecap:round;stroke-width:4}.iu-button-container.disabled .iu-button-button{cursor:not-allowed}.iu-button-container.loading .iu-button-button{padding:0;width:54px;border-width:6.5px;border-color:#ddd;background-color:transparent;color:currentColor;cursor:wait}.iu-button-container.loading .iu-button-button span{display:none;opacity:0;transition:all .15s}.iu-button-container.loading .iu-button-button .iu-button-progress-circle>path{opacity:1;transition:opacity .15s .3s}.iu-button-container.success .iu-button-button{border-color:#a0d468;background-color:#a0d468}.iu-button-container.success .iu-button-button span{display:none;opacity:0;transition:all .15s}.iu-button-container.success .iu-button-button .iu-button-checkmark>path{opacity:1}.iu-button-container.error .iu-button-button{border-color:#ed5565;background-color:#ed5565}.iu-button-container.error .iu-button-button span{display:none;opacity:0;transition:all .15s}.iu-button-container.error .iu-button-button .iu-button-cross>path{opacity:1}.iu-button-container.error,.iu-button-container.loading,.iu-button-container.success{width:100%!important;height:100%!important}@keyframes a{0%{transform:translate(-50%,-50%) rotate(0deg);transform-origin:center center}to{transform:translate(-50%,-50%) rotate(1turn);transform-origin:center center}}.iu-container,.iu-container *{box-sizing:border-box}.iu-container *{outline:none}.iu-container.disabled .iu-loadContainer{cursor:not-allowed}.iu-container.disabled .iu-loadContainer .iu-dropzone{background:transparent!important}.iu-container.disabled .iu-deletePreview,.iu-container.disabled .iu-label,.iu-container.disabled .iu-loadContainer .iu-pseudobutton *{cursor:not-allowed}.iu-imgPreview{position:relative;display:inline-block;margin:5px 10px 5px 0;width:100px;height:100px;border:1px solid #bec3c7;border-radius:10px;background-position:50%;background-size:cover;background-repeat:no-repeat;vertical-align:bottom}.iu-deletePreview{position:absolute;top:2px;right:2px;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:4px;border:1px solid #bec3c7;border-radius:50%;background:#fff;font-size:medium;cursor:pointer}.iu-fileInput{display:inline-block}.iu-filesInputContainer{display:inline-block;margin:5px 10px 5px 0;vertical-align:bottom}.iu-loadContainer{position:relative;overflow:hidden;width:100px;height:100px;border-radius:10px;cursor:pointer}.iu-pseudobutton span{height:100%}.iu-pseudobutton span .iu-imgPreview{margin:0}.iu-dropzone{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%!important;height:100%!important;border-width:1px!important;border-style:solid!important;border-radius:10px!important}.iu-dropzone:hover{background-color:#eee}.iu-label{display:block;padding-bottom:5px;font-size:16px;cursor:pointer}.iu-pseudobutton{margin-top:0;width:100px;height:100px}.iu-pseudobuttonContent{line-height:1!important}.iu-notification{position:absolute;bottom:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.iu-container,.iu-container *{font-family:Bad Script,cursive}.DayPicker{display:inline-block;font-size:1rem}.DayPicker-wrapper{position:relative;-ms-flex-direction:row;flex-direction:row;padding-bottom:1em;-webkit-user-select:none;-ms-user-select:none;user-select:none}.DayPicker-Months{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.DayPicker-Month{display:table;margin:0 1em;margin-top:1em;border-spacing:0;border-collapse:collapse;-webkit-user-select:none;-ms-user-select:none;user-select:none}.DayPicker-NavButton{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;width:1.25em;height:1.25em;background-position:50%;background-size:50%;background-repeat:no-repeat;color:#8b9898;cursor:pointer}.DayPicker-NavButton:hover{opacity:.8}.DayPicker-NavButton--prev{margin-right:1.5em;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC")}.DayPicker-NavButton--next{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==")}.DayPicker-NavButton--interactionDisabled{display:none}.DayPicker-Caption{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}.DayPicker-Caption>div{font-weight:500;font-size:1.15em}.DayPicker-Weekdays{display:table-header-group;margin-top:1em}.DayPicker-WeekdaysRow{display:table-row}.DayPicker-Weekday{display:table-cell;padding:.5em;color:#8b9898;text-align:center;font-size:.875em}.DayPicker-Weekday abbr[title]{border-bottom:none;text-decoration:none}.DayPicker-Body{display:table-row-group}.DayPicker-Week{display:table-row}.DayPicker-Day{border-radius:50%;text-align:center}.DayPicker-Day,.DayPicker-WeekNumber{display:table-cell;padding:.5em;vertical-align:middle;cursor:pointer}.DayPicker-WeekNumber{min-width:1em;border-right:1px solid #eaecec;color:#8b9898;text-align:right;font-size:.75em}.DayPicker--interactionDisabled .DayPicker-Day{cursor:default}.DayPicker-Footer{padding-top:.5em}.DayPicker-TodayButton{border:none;background-color:transparent;background-image:none;box-shadow:none;color:#4a90e2;font-size:.875em;cursor:pointer}.DayPicker-Day--today{color:#d0021b;font-weight:700}.DayPicker-Day--outside{color:#8b9898;cursor:default}.DayPicker-Day--disabled{color:#dce0e0;cursor:default}.DayPicker-Day--sunday{background-color:#f7f8f8}.DayPicker-Day--sunday:not(.DayPicker-Day--today){color:#dce0e0}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){position:relative;background-color:#4a90e2;color:#f0f8ff}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover{background-color:#51a0fa}.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#f0f8ff}.DayPickerInput{display:inline-block}.DayPickerInput-OverlayWrapper{position:relative}.DayPickerInput-Overlay{position:absolute;left:0;z-index:1;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15)}.SelectTime__datePickerContainer___3Apwq {
  position: relative;
  padding-bottom: 5px;
}

.SelectTime__datePickerContainer___3Apwq input.SelectTime__hidden___2JxBg {
  height: 0;
  width: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.SelectTime__Select--single___2If72 .SelectTime__Select-control___zoK5C {
  width: 50px!important;
}

.SelectTime__invalid___gZag1 .Select--single .Select-control {
  border-color: #dd621d;
}

@media print {
  .layout__contentBox___1KGpP {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

@media screen {
  .layout__externalClass___1fieg {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___1fieg {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___31B7t {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___2apUV {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__navTab___2AoPQ,
.layout__workform___2apUV {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___2AoPQ {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 600px;
}

.layout__navTab___2AoPQ button {
  border: 1px solid #3e8a62;
  width: 100%;
  max-width: 180px;
  text-align: center;
  color: #3e8a62;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 5px;
  padding: 5px 10px;
}

@media screen and (max-width:769px) {
  .layout__navTab___2AoPQ button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___2AoPQ button {
    width: 100%;
  }
}

.layout__navTab___2AoPQ button:active,
.layout__navTab___2AoPQ button:focus,
.layout__navTab___2AoPQ button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
  background-color: #3e8a62;
  color: #fff;
}

.layout__navTab___2AoPQ button.layout__tabActive___A_-RF {
  font-weight: 700;
  background-color: #3e8a62;
  color: #fff;
}

.layout__tabContent___1UzTo {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___1UzTo {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___EwKZ7 {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___2tAHC {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___IzS3Z {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___IzS3Z .layout__closeBox___2n0ln {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___IzS3Z .layout__flexItem___cCVgv {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___IzS3Z .layout__flexItem___cCVgv,
.layout__flowTitle___1gQ02 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flowTitle___1gQ02 {
  color: #008345;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__flowTitle___1gQ02 .layout__changeFlowbtn___3RiiJ {
  margin-left: 30px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #008345;
  background-color: #fff;
}

.layout__contentBox___1KGpP {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__show___mtxdz {
  display: block;
  margin-bottom: 10px;
}

.layout__show___mtxdz .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___mtxdz div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___C4leT {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__contentField___16l7Y {
  padding: 5px 0;
}

.layout__contentField___16l7Y.layout__listOfIdWrap___fptgz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___16l7Y.layout__listOfIdWrap___fptgz .layout__listOfId___2FoaU {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___16l7Y.layout__listOfIdWrap___fptgz .layout__listOfId___2FoaU .form-inline .form-control {
  width: 100%;
}

.layout__contentField___16l7Y.layout__listOfIdWrap___fptgz .layout__passportNumber___1fz7r {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___16l7Y.layout__radio___2qp6U {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___16l7Y.layout__radio___2qp6U,
.layout__contentField___16l7Y.layout__radio___2qp6U>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___16l7Y.layout__radio___2qp6U>div {
  margin-right: 15px;
}

.layout__contentField___16l7Y.layout__radio___2qp6U>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___16l7Y.layout__numberWithExt___2cFVM {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___16l7Y.layout__numberWithExt___2cFVM>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___16l7Y.layout__numberWithExt___2cFVM>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__inputRow___ljqb4 {
  margin-bottom: 20px;
}

.layout__deleteInsurance___2KNOS {
  margin-right: 50px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ff777c;
  background-color: #fff;
  line-height: 1.07;
  text-align: center;
  color: #ff777c;
}

.layout__deleteInsurance___2KNOS,
.layout__insuranceTitle___1nyBL {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.layout__insuranceTitle___1nyBL {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  color: #008345;
}

.layout__deleteContainer___e9tpM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__addInsurance___31e6g {
  width: 264px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #008345;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  color: #008345;
  margin-left: 15px;
}

.layout__groupTitle___3IqyX {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width:769px) {
  .layout__groupTitle___3IqyX {
    padding: 0 15px;
  }
}

.layout__statusBar___2Vyz1 {
  position: relative;
  margin: 10px 0 30px;
}

.layout__statusBar___2Vyz1,
.layout__statusBar___2Vyz1>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___2Vyz1 .layout__completed___KnyJx .layout__textWrap___1l3X_ .layout__circle___1MWrx:after {
  background: #008345;
  height: 3px;
  top: 14px;
}

.layout__statusBar___2Vyz1 .layout__active___1htDV .layout__circle___1MWrx,
.layout__statusBar___2Vyz1 .layout__completed___KnyJx .layout__circle___1MWrx {
  background: #008345;
  color: #fff;
}

.layout__statusBar___2Vyz1 .layout__active___1htDV .layout__text___PcHjX,
.layout__statusBar___2Vyz1 .layout__completed___KnyJx .layout__text___PcHjX {
  font-weight: 700;
  color: #008345;
}

.layout__statusBar___2Vyz1 .layout__active___1htDV .layout__rectangle___3bVxc>div,
.layout__statusBar___2Vyz1 .layout__active___1htDV .layout__rectangleUPL___zpC7g>div,
.layout__statusBar___2Vyz1 .layout__completed___KnyJx .layout__rectangle___3bVxc>div,
.layout__statusBar___2Vyz1 .layout__completed___KnyJx .layout__rectangleUPL___zpC7g>div {
  display: block;
}

.layout__statusBar___2Vyz1 .layout__statusItem___1asSw {
  width: 130px;
}

.layout__statusBar___2Vyz1 .layout__statusItem___1asSw.layout__last___2zJuF .layout__circle___1MWrx:after {
  display: none;
}

.layout__statusBar___2Vyz1 .layout__text___PcHjX {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___2Vyz1 .layout__textWrap___1l3X_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___2Vyz1 .layout__rectangle___3bVxc {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___2Vyz1 .layout__rectangle___3bVxc>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #008345;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___2Vyz1 .layout__rectangle___3bVxc:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___2Vyz1 .layout__rectangle___3bVxc:after,
.layout__statusBar___2Vyz1 .layout__rectangle___3bVxc:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___2Vyz1 .layout__rectangle___3bVxc:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___2Vyz1 .layout__rectangleUPL___zpC7g {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___2Vyz1 .layout__rectangleUPL___zpC7g>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #1976d2;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___2Vyz1 .layout__rectangleUPL___zpC7g:before {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___2Vyz1 .layout__rectangleUPL___zpC7g:after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background: #979797;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___2Vyz1 .layout__circle___1MWrx {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  color: #4a4a4a;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #008345;
  position: relative;
}

.layout__statusBar___2Vyz1 .layout__circle___1MWrx:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__dataWrapper___2oE2F {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__dataWrapper___2oE2F .layout__titleField___JtM3z {
  color: #838383;
}

.layout__dataWrapper___2oE2F .layout__textField___vFZCT {
  margin-left: 15px;
}

.layout__dataWrapper___2oE2F .layout__selectField___1Y92j {
  margin-top: 15px;
}

.layout__titlePage___3tSJF {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
  margin-top: 20px;
}

.layout__titleSupplementary___2TwDo {
  margin-left: 1px;
  font-weight: 700;
}

.layout__buttonChoose___GUCDd {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #008345;
  margin-bottom: 10px;
}

.layout__buttonChoose___GUCDd,
.layout__buttonContainer___2rOOo {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonContainer___2rOOo {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 220px;
  cursor: pointer;
  color: #008345;
  font-size: 13px;
  font-weight: 700;
  margin: 8px;
  height: 110px;
}

.layout__round2ButtonContainer___1kaRJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.layout__supplementCardContainer___1FhU7 {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___2ceRx {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__modalContent___3Sf93,
.layout__workformRow___2ceRx {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.layout__modalContent___3Sf93 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__selectNote___1slsg {
  width: 250px;
  padding: 5px!important;
  height: 40px;
  border: 1px solid gray!important;
}

.layout__statusBox___28ou1 {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease 0s;
}

.layout__statusBox___28ou1.layout__showStatusBox___b4Ak9 {
  max-height: 800px;
}

.layout__topBox___3vaJ6 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.layout__rightBoxItem___20HNc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8fafb;
}

.layout__statusBtnWrap___2CjMt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.layout__statusBtnWrap___2CjMt .layout__btnLink___hPAAr,
.layout__statusBtnWrap___2CjMt .layout__btnStats___P0TCr {
  width: 50%;
  max-width: 150px;
  min-width: 0;
  margin: 0 5px;
}

.layout__iconBox___3btSG {
  padding-right: 3px;
}

.layout__clickArea___1rCMh {
  cursor: pointer;
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.layout__rednote___1Ovpy {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___3TV3D {
  color: blue;
}

.layout__noticeNote___3TV3D,
.layout__noticeNoteAddress___3aOOq {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___3aOOq {
  color: red;
}

.layout__titleBox___GIlsS {
  text-align: center;
  margin: 0 0 10px;
}

.layout__titleBox___GIlsS b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___GIlsS p {
  color: #949494;
}

.layout__applicationBox___23k7z {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___3xmHp {
  padding: 15px;
}

.layout__selectBox___39Z5F {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___DqJ9q {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.layout__btnStats___P0TCr {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___P0TCr:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___P0TCr.layout__disabled___YbH4N,
.layout__btnStats___P0TCr:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___P0TCr:active,
.layout__btnStats___P0TCr:focus,
.layout__btnStats___P0TCr:visited {
  outline: 0;
}

.layout__btnLink___hPAAr {
  height: 35px;
  line-height: 35px;
  text-align: center;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #028547;
  color: #fff;
}

.layout__btnLink___hPAAr:active,
.layout__btnLink___hPAAr:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___vP6Ts {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___vP6Ts,
.layout__btnDisable___2qZsY,
.layout__btnDisableAia___12X8b {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___2qZsY,
.layout__btnDisableAia___12X8b {
  width: 165px;
  background-color: #9b9b9b;
  color: #fff;
}

.layout__btnDisableAia___12X8b {
  width: 150px;
}

.layout__applicationForm___27U6m {
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
}

.layout__applicationForm___27U6m,
.layout__applicationFormSup___UaymM {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___UaymM {
  margin: 0;
}

.layout__idtype___24x4_ {
  width: 93 px;
}

.layout__itemRow___3B9ul {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___1NAj8,
.layout__itemRow___3B9ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__inputItem___3dkUy {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__tabTitle___urgeq {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #008345;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tabTitle___urgeq a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: center;
}

.layout__tabTitle___urgeq .layout__pannelHedge___20VV8 {
  width: 226px;
  height: 1px;
  opacity: .3;
  border: 1px solid #3e8a62;
}

.layout__tabTitle___urgeq img {
  margin-left: 10px;
}

.layout__integrationsHistoryList___wJoC- {
  overflow: auto;
}

.layout__integrationsHistoryList___wJoC- table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___wJoC- td,
.layout__integrationsHistoryList___wJoC- th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___2xprG {
  width: 60px!important;
}

.layout__inputItemExt___2xprG,
.layout__inputItemPhone___3qPd1 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___3qPd1 {
  width: 140px!important;
}

.layout__inputItemBizPhone___1nsLR {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___3cH6X input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__top20px___uME5B {
  padding-top: 20px;
}

.layout__mtm6___2WJx6 {
  margin-top: -6px;
}

.layout__width180___2Qe22 {
  width: 180px!important;
}

.layout__mgl40px___1dcj9 {
  margin-left: 40px;
}

.layout__mgl10px___29HKF {
  margin-left: 10px;
}

.layout__tab___LwUZ0 {
  padding: 0 15px;
  border: none;
}

.layout__tab___LwUZ0 li {
  width: 340px;
  text-align: center;
}

.layout__tab___LwUZ0 a,
.layout__tab___LwUZ0 li {
  cursor: pointer;
}

.layout__mailContainer___248RK input,
.layout__mailContainer___248RK textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___2Eud7 {
  width: 97%!important;
}

.layout__detailReminder___1SyGK,
.layout__fulltext___2Eud7 {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___1SyGK {
  width: 100%!important;
}

.layout__removeIcon___3qwwM {
  display: none;
}

.layout__closeIcon___2ancG,
.layout__removeIcon___3qwwM {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___24CjG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___1JTo2 {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___1JTo2:hover .layout__removeIcon___3qwwM {
  display: block;
}

.layout__imgBoxAdd___3TD6k {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBoxAddCPC___3MBv6 {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  color: #fff;
}

.layout__deleteAll___3pOgE,
.layout__titleGroup___22c18 {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___3pOgE {
  cursor: pointer;
}

.layout__deleteTitle___pvV1X {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___1-HeW {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___1-HeW,
.layout__actionRow___39U82 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___39U82 {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__programBox___Bvn40 {
  border: 2px dashed #008345;
  margin: 10px;
  padding: 10px;
}

.layout__programBoxUPL___3MmDR {
  border: 2px dashed #1976d2;
  margin: 10px;
  padding: 10px;
}

.layout__programRejectBox___2owaf {
  border: 2px dashed red;
  margin: 10px;
  padding: 10px;
}

.layout__closePreviewBox___2RM7j {
  width: 30px;
  height: 30px;
  background: #3e8a62;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.layout__previewBoxContent___-wEpF {
  padding: 15px;
}

.layout__previewBoxTitle___3edrC {
  margin: 0 0 10px;
}

.layout__previewBoxFields___1JT_v {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.layout__previewBoxFields___1JT_v li {
  margin: 0 0 5px;
  counter-increment: my-awesome-counter;
}

.layout__previewBoxFields___1JT_v li:before {
  content: counter(my-awesome-counter) ". ";
  color: #969696;
  float: left;
  margin-right: 5px;
}

.layout__previewBoxFields___1JT_v li:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}

.layout__previewBoxSmallTitle___2tTk8 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.layout__fieldName___1qA9f {
  color: #969696;
  display: block;
  margin: 0 5px 0 0;
}

.layout__fieldName___1qA9f:after {
  content: ":";
}

.layout__fieldContent___1Xinu {
  color: #000;
}

.layout__btnChangeFlow___3gPJd {
  margin-left: 20px;
  margin-top: 20px;
}

.layout__insuranceWarning___fvsAd {
  color: #ffc107!important;
  margin-top: 20px;
}

.layout__insuranceError___4NzzJ {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.layout__wrapBtnArea___2fqWi {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___2fqWi {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___2fqWi .layout__wrapBtn___26uHh {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___2fqWi .layout__wrapBtn___26uHh {
    width: 50%;
  }
}

.layout__wrapBtnArea___2fqWi .layout__wrapBtn___26uHh a,
.layout__wrapBtnArea___2fqWi .layout__wrapBtn___26uHh button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__wrapBtnArea___2fqWi .layout__submitSM___2PBTn {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 260px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___2fqWi .layout__submitSM___2PBTn {
    width: 50%;
  }
}

.layout__wrapBtnArea___2fqWi .layout__submitSM___2PBTn a,
.layout__wrapBtnArea___2fqWi .layout__submitSM___2PBTn button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___2qpaG {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___3byMU {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___3byMU span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___2ElD3 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___1kjVU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___uS8ds {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___uS8ds:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___3PkFw {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___3bmxk {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___31YBJ {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.layout__detailRequest___1PajU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
}

.layout__btnCopy___3JZ6y {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCopy___3JZ6y:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCopy___3JZ6y.layout__disabled___YbH4N,
.layout__btnCopy___3JZ6y:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCopy___3JZ6y:active,
.layout__btnCopy___3JZ6y:focus,
.layout__btnCopy___3JZ6y:visited {
  outline: 0;
}

.layout__btnUpdate___1sTy6 {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnUpdate___1sTy6:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnUpdate___1sTy6.layout__disabled___YbH4N,
.layout__btnUpdate___1sTy6:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnUpdate___1sTy6:active,
.layout__btnUpdate___1sTy6:focus,
.layout__btnUpdate___1sTy6:visited {
  outline: 0;
}

.layout__integrationLink___1UYyK {
  cursor: pointer;
}

.layout__kycbox___ZYDcT {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___ZYDcT img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycbox___ZYDcT button {
  height: 48px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
}

.layout__kycContainer___21pmz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___ttJlr {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___3qOpl,
.layout__kycTitle___ttJlr {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___3qOpl {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___15UiJ {
  max-width: 580px;
}

.layout__kycHistoryTitle___RATxp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.layout__kycHistoryTitle___RATxp a {
  text-decoration: none;
  cursor: pointer;
}

.layout__btnAreaPopup___16ql2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__voiceGreen___FMKUH {
  color: #069e4e;
}

.layout__voiceRed___3lcgX {
  color: red;
}

.layout__kycGreen___1KyId {
  color: #069e4e;
  font-size: 16px;
  font-weight: 700;
}

.layout__quickActionItemColumn___2xrjs {
  font-size: 14px;
  color: #717171;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.layout__quickActionItemColumn___2xrjs img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.layout__quickActionItemColumn___2xrjs a,
.layout__quickActionItemColumn___2xrjs button {
  color: #fff;
  text-decoration: none;
}

.layout__quickActionItemColumn___2xrjs a:active,
.layout__quickActionItemColumn___2xrjs a:focus,
.layout__quickActionItemColumn___2xrjs a:visited,
.layout__quickActionItemColumn___2xrjs button:active,
.layout__quickActionItemColumn___2xrjs button:focus,
.layout__quickActionItemColumn___2xrjs button:visited {
  outline: 0;
}

.layout__autoDisburment___3fG9J {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnCheckAD___33MY9 {
  height: 35px;
  min-width: 110px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCheckAD___33MY9:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCheckAD___33MY9.layout__disabled___YbH4N,
.layout__btnCheckAD___33MY9:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCheckAD___33MY9:active,
.layout__btnCheckAD___33MY9:focus,
.layout__btnCheckAD___33MY9:visited {
  outline: 0;
}

.layout__autoDisburmentBusy___2ErgS {
  width: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 24px;
}

.layout__btnCheckADCancel___dProC {
  height: 35px;
  min-width: 110px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #028547;
  color: #028547;
}

.layout__autoDisburmentSmallTitle___WVPzY {
  font-size: 12px;
  color: #717171;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.layout__autoDisburmentFlow___3C3Sl {
  font-size: 16px;
  color: #028547;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__autoDisburmentLink___1FIJ7,
.layout__autoDisburmentNoti___stp2v {
  width: 380px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 24px;
}

.layout__autoDisburmentLink___1FIJ7 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__radioForm___p8kNY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
}

.layout__method___h6B9W {
  font-weight: 700;
  min-width: max-content;
}

.layout__method___h6B9W,
.layout__methoddes___3XsAQ {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

.layout__methoddes___3XsAQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__noticeem___3xA6T {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #e10600;
  margin-top: 16px;
}

.layout__noticeem___3xA6T span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.layout__genlink___1tm67 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-left: 40px;
}

.layout__groupCheckBox___XZl7C {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnStatsCPC___11kzi {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: #fff!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStatsCPC___11kzi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStatsCPC___11kzi.layout__disabled___YbH4N,
.layout__btnStatsCPC___11kzi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStatsCPC___11kzi:active,
.layout__btnStatsCPC___11kzi:focus,
.layout__btnStatsCPC___11kzi:visited {
  outline: 0;
}

.layout__CPCContainer___2_qln {
  width: 100%;
}

.layout__titleFieldCPC___1msJa {
  width: 120px;
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a1a1a;
  position: absolute;
  top: -6px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: -41px;
  left: 0;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: .75em;
  height: 35px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}

[data-tip]:not([data-tip=""]):hover:after,
[data-tip]:not([data-tip=""]):hover:before {
  display: block;
}

.layout__titleGroupOpes___33qjk {
  margin-left: 20px;
  font-weight: 700;
  color: red;
}

.layout__constentField___14aOl {
  width: unset!important;
}

@supports (-moz-appearance:none) {
  .layout__constentField___14aOl {
    width: auto!important;
  }
}

.layout__group___3dA6m {
  position: relative;
}

.layout__group___3dA6m input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
}

.layout__group___3dA6m input.layout__invalid___3P_zk {
  border-bottom: 1px solid #dd621d;
}

.layout__group___3dA6m input:focus {
  outline: none;
}

.layout__group___3dA6m label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___3dA6m input.layout__hasValue___lBC5Z~label,
.layout__group___3dA6m input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___3dA6m .layout__bar___371ct {
  position: relative;
  display: block;
}

.layout__group___3dA6m .layout__bar___371ct:after,
.layout__group___3dA6m .layout__bar___371ct:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___3dA6m .layout__bar___371ct:before {
  left: 50%;
}

.layout__group___3dA6m .layout__bar___371ct:after {
  right: 50%;
}

.layout__group___3dA6m .layout__errorStyle___eqOdq {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___3dA6m input:focus~.layout__bar___371ct:after,
.layout__group___3dA6m input:focus~.layout__bar___371ct:before {
  width: 50%;
}

.layout__withLabel___SDGAm {
  margin-top: 45px;
}

.layout__styledV2___114eU {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___114eU.layout__isValid___3lXBy>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___114eU.layout__uplStyle___1l6La>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___114eU.layout__odStyle___1rbe9>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___114eU.layout__isInvalid___3z2rN>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___114eU>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.layout__styledV3___1ApY5 {
  width: 100%!important;
  position: relative;
}

.layout__styledV3___1ApY5.layout__isValid___3lXBy>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV3___1ApY5.layout__odStyle___1rbe9>input,
.layout__styledV3___1ApY5.layout__uplStyle___1l6La>input {
  border: 1px solid #ced4da!important;
  background: #c4d7ea;
}

.layout__styledV3___1ApY5.layout__isInvalid___3z2rN>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV3___1ApY5>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.layout__styledV4___2Dw0- {
  width: 100%!important;
  position: relative;
}

.layout__styledV4___2Dw0-.layout__isValid___3lXBy>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV4___2Dw0-.layout__odStyle___1rbe9>input,
.layout__styledV4___2Dw0-.layout__uplStyle___1l6La>input {
  border: 1px solid #ced4da!important;
  background: #c4d7ea;
}

.layout__styledV4___2Dw0-.layout__isInvalid___3z2rN>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV4___2Dw0->input {
  width: 100%!important;
  font-size: 14px!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
  border-radius: 8px;
}

.layout__styledV4___2Dw0->input:disabled {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__group___2znbD {
  position: relative;
}

.layout__group___2znbD input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
}

.layout__group___2znbD input.layout__invalid___2taYQ {
  border-bottom: 1px solid #dd621d;
}

.layout__group___2znbD input:focus {
  outline: none;
}

.layout__group___2znbD label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___2znbD input.layout__hasValue___27GLM~label,
.layout__group___2znbD input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___2znbD .layout__bar___2N4RS {
  position: relative;
  display: block;
}

.layout__group___2znbD .layout__bar___2N4RS:after,
.layout__group___2znbD .layout__bar___2N4RS:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___2znbD .layout__bar___2N4RS:before {
  left: 50%;
}

.layout__group___2znbD .layout__bar___2N4RS:after {
  right: 50%;
}

.layout__group___2znbD .layout__errorStyle___1ng5j {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___2znbD input:focus~.layout__bar___2N4RS:after,
.layout__group___2znbD input:focus~.layout__bar___2N4RS:before {
  width: 50%;
}

.layout__withLabel___8Vn8R {
  margin-top: 45px;
}

.layout__styledV2___1wZ0e {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___1wZ0e.layout__isValid___2CfHE>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___1wZ0e.layout__uplStyle___KoWOM>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___1wZ0e.layout__odStyle___1XaOp>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___1wZ0e.layout__isInvalid___3oG51>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___1wZ0e>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

@media screen {
  .layout__externalClass___11sMH {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___11sMH {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___3Sc1N {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___XOqci {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__navTab___hS1YG,
.layout__workform___XOqci {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___hS1YG {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 600px;
}

.layout__navTab___hS1YG button {
  border: 1px solid #3e8a62;
  width: 100%;
  max-width: 180px;
  text-align: center;
  color: #3e8a62;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 5px;
  padding: 5px 10px;
}

@media screen and (max-width:769px) {
  .layout__navTab___hS1YG button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___hS1YG button {
    width: 100%;
  }
}

.layout__navTab___hS1YG button:active,
.layout__navTab___hS1YG button:focus,
.layout__navTab___hS1YG button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
  background-color: #3e8a62;
  color: #fff;
}

.layout__navTab___hS1YG button.layout__tabActive___3m1JA {
  font-weight: 700;
  background-color: #3e8a62;
  color: #fff;
}

.layout__tabContent___S42qN {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___S42qN {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___2dd-h {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___2UqO0 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___10j1o {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___10j1o .layout__closeBox___1T5Vf {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___10j1o .layout__flexItem___2ijYJ {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___10j1o .layout__flexItem___2ijYJ,
.layout__flowTitle___1K743 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flowTitle___1K743 {
  color: #008345;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__flowTitle___1K743 .layout__changeFlowbtn___QI985 {
  margin-left: 30px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #008345;
  background-color: #fff;
}

.layout__contentBox___1XVQx {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__show___iUk9- {
  display: block;
  margin-bottom: 10px;
}

.layout__show___iUk9- .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___iUk9- div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___1tZLy {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__contentField___3Rb9j {
  padding: 5px 0;
}

.layout__contentField___3Rb9j.layout__listOfIdWrap___3Evz8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3Rb9j.layout__listOfIdWrap___3Evz8 .layout__listOfId___bWQzl {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___3Rb9j.layout__listOfIdWrap___3Evz8 .layout__listOfId___bWQzl .form-inline .form-control {
  width: 100%;
}

.layout__contentField___3Rb9j.layout__listOfIdWrap___3Evz8 .layout__passportNumber___qKTwi {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___3Rb9j.layout__radio___B4yq3 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___3Rb9j.layout__radio___B4yq3,
.layout__contentField___3Rb9j.layout__radio___B4yq3>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3Rb9j.layout__radio___B4yq3>div {
  margin-right: 15px;
}

.layout__contentField___3Rb9j.layout__radio___B4yq3>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___3Rb9j.layout__numberWithExt___vPl2l {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___3Rb9j.layout__numberWithExt___vPl2l>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___3Rb9j.layout__numberWithExt___vPl2l>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__inputRow___3qsl7 {
  margin-bottom: 20px;
}

.layout__deleteInsurance___CzbUk {
  margin-right: 50px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ff777c;
  background-color: #fff;
  line-height: 1.07;
  text-align: center;
  color: #ff777c;
}

.layout__deleteInsurance___CzbUk,
.layout__insuranceTitle___2_llx {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.layout__insuranceTitle___2_llx {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  color: #008345;
}

.layout__deleteContainer___1uPnZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__addInsurance___3Rhgm {
  width: 264px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #008345;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  color: #008345;
  margin-left: 15px;
}

.layout__groupTitle___2g-UQ {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width:769px) {
  .layout__groupTitle___2g-UQ {
    padding: 0 15px;
  }
}

.layout__statusBar___8OINU {
  position: relative;
  margin: 10px 0 30px;
}

.layout__statusBar___8OINU,
.layout__statusBar___8OINU>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___8OINU .layout__completed___25ilO .layout__textWrap___36P8I .layout__circle___-jYET:after {
  background: #008345;
  height: 3px;
  top: 14px;
}

.layout__statusBar___8OINU .layout__active___2kwYI .layout__circle___-jYET,
.layout__statusBar___8OINU .layout__completed___25ilO .layout__circle___-jYET {
  background: #008345;
  color: #fff;
}

.layout__statusBar___8OINU .layout__active___2kwYI .layout__text___37vce,
.layout__statusBar___8OINU .layout__completed___25ilO .layout__text___37vce {
  font-weight: 700;
  color: #008345;
}

.layout__statusBar___8OINU .layout__active___2kwYI .layout__rectangle___2TCqq>div,
.layout__statusBar___8OINU .layout__active___2kwYI .layout__rectangleUPL___2SrkW>div,
.layout__statusBar___8OINU .layout__completed___25ilO .layout__rectangle___2TCqq>div,
.layout__statusBar___8OINU .layout__completed___25ilO .layout__rectangleUPL___2SrkW>div {
  display: block;
}

.layout__statusBar___8OINU .layout__statusItem___kDFJj {
  width: 130px;
}

.layout__statusBar___8OINU .layout__statusItem___kDFJj.layout__last___3ILeq .layout__circle___-jYET:after {
  display: none;
}

.layout__statusBar___8OINU .layout__text___37vce {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___8OINU .layout__textWrap___36P8I {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___8OINU .layout__rectangle___2TCqq {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___8OINU .layout__rectangle___2TCqq>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #008345;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___8OINU .layout__rectangle___2TCqq:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___8OINU .layout__rectangle___2TCqq:after,
.layout__statusBar___8OINU .layout__rectangle___2TCqq:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___8OINU .layout__rectangle___2TCqq:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___8OINU .layout__rectangleUPL___2SrkW {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___8OINU .layout__rectangleUPL___2SrkW>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #1976d2;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___8OINU .layout__rectangleUPL___2SrkW:before {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___8OINU .layout__rectangleUPL___2SrkW:after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background: #979797;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___8OINU .layout__circle___-jYET {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  color: #4a4a4a;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #008345;
  position: relative;
}

.layout__statusBar___8OINU .layout__circle___-jYET:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__dataWrapper___330H8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__dataWrapper___330H8 .layout__titleField___1cMj- {
  color: #838383;
}

.layout__dataWrapper___330H8 .layout__textField___2SyE_ {
  margin-left: 15px;
}

.layout__dataWrapper___330H8 .layout__selectField___1Fvir {
  margin-top: 15px;
}

.layout__titlePage___yd-6z {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
  margin-top: 20px;
}

.layout__titleSupplementary___3Q_oc {
  margin-left: 1px;
  font-weight: 700;
}

.layout__buttonChoose___1htvP {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #008345;
  margin-bottom: 10px;
}

.layout__buttonChoose___1htvP,
.layout__buttonContainer___1glG1 {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonContainer___1glG1 {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 220px;
  cursor: pointer;
  color: #008345;
  font-size: 13px;
  font-weight: 700;
  margin: 8px;
  height: 110px;
}

.layout__round2ButtonContainer___19mT9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.layout__supplementCardContainer___Z4Fc9 {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___1bnzc {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__modalContent___-dtPJ,
.layout__workformRow___1bnzc {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.layout__modalContent___-dtPJ {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__selectNote___2X6DO {
  width: 250px;
  padding: 5px!important;
  height: 40px;
  border: 1px solid gray!important;
}

.layout__statusBox___27C99 {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease 0s;
}

.layout__statusBox___27C99.layout__showStatusBox___2jDWv {
  max-height: 800px;
}

.layout__topBox___1Hqd0 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.layout__rightBoxItem___38-8A {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8fafb;
}

.layout__statusBtnWrap___iBl44 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.layout__statusBtnWrap___iBl44 .layout__btnLink___1fDm4,
.layout__statusBtnWrap___iBl44 .layout__btnStats___3Cfoy {
  width: 50%;
  max-width: 150px;
  min-width: 0;
  margin: 0 5px;
}

.layout__iconBox___A8BcS {
  padding-right: 3px;
}

.layout__clickArea___3AwRz {
  cursor: pointer;
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.layout__rednote___1QjCI {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___1Gpk4 {
  color: blue;
}

.layout__noticeNote___1Gpk4,
.layout__noticeNoteAddress___3QpbN {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___3QpbN {
  color: red;
}

.layout__titleBox___3ZVb_ {
  text-align: center;
  margin: 0 0 10px;
}

.layout__titleBox___3ZVb_ b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___3ZVb_ p {
  color: #949494;
}

.layout__applicationBox___1B0Wz {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___29lCS {
  padding: 15px;
}

.layout__selectBox___2NVmZ {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___3KUTF {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.layout__btnStats___3Cfoy {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3Cfoy:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3Cfoy.layout__disabled___1JUNZ,
.layout__btnStats___3Cfoy:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3Cfoy:active,
.layout__btnStats___3Cfoy:focus,
.layout__btnStats___3Cfoy:visited {
  outline: 0;
}

.layout__btnLink___1fDm4 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #028547;
  color: #fff;
}

.layout__btnLink___1fDm4:active,
.layout__btnLink___1fDm4:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___3Z_qz {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___3Z_qz,
.layout__btnDisable___3Y4n1,
.layout__btnDisableAia___zd0Xa {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___3Y4n1,
.layout__btnDisableAia___zd0Xa {
  width: 165px;
  background-color: #9b9b9b;
  color: #fff;
}

.layout__btnDisableAia___zd0Xa {
  width: 150px;
}

.layout__applicationForm___2TqCU {
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
}

.layout__applicationForm___2TqCU,
.layout__applicationFormSup___2Vtg9 {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___2Vtg9 {
  margin: 0;
}

.layout__idtype___1i7mu {
  width: 93 px;
}

.layout__itemRow___2dI_x {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___nxcvx,
.layout__itemRow___2dI_x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__inputItem___2055y {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__tabTitle___2uJ90 {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #008345;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tabTitle___2uJ90 a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: center;
}

.layout__tabTitle___2uJ90 .layout__pannelHedge___AmQdH {
  width: 226px;
  height: 1px;
  opacity: .3;
  border: 1px solid #3e8a62;
}

.layout__tabTitle___2uJ90 img {
  margin-left: 10px;
}

.layout__integrationsHistoryList___27hww {
  overflow: auto;
}

.layout__integrationsHistoryList___27hww table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___27hww td,
.layout__integrationsHistoryList___27hww th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___1weE_ {
  width: 60px!important;
}

.layout__inputItemExt___1weE_,
.layout__inputItemPhone___6vuYt {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___6vuYt {
  width: 140px!important;
}

.layout__inputItemBizPhone___3eyrQ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___1hKLC input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__top20px___1qEJa {
  padding-top: 20px;
}

.layout__mtm6___ymNXQ {
  margin-top: -6px;
}

.layout__width180___eqja4 {
  width: 180px!important;
}

.layout__mgl40px___1YN2n {
  margin-left: 40px;
}

.layout__mgl10px___FlA0X {
  margin-left: 10px;
}

.layout__tab___19Sha {
  padding: 0 15px;
  border: none;
}

.layout__tab___19Sha li {
  width: 340px;
  text-align: center;
}

.layout__tab___19Sha a,
.layout__tab___19Sha li {
  cursor: pointer;
}

.layout__mailContainer___l_6qN input,
.layout__mailContainer___l_6qN textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___2YUym {
  width: 97%!important;
}

.layout__detailReminder___1eQTo,
.layout__fulltext___2YUym {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___1eQTo {
  width: 100%!important;
}

.layout__removeIcon___3e_Zj {
  display: none;
}

.layout__closeIcon___2vMEk,
.layout__removeIcon___3e_Zj {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___1GqmM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___3nXQW {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___3nXQW:hover .layout__removeIcon___3e_Zj {
  display: block;
}

.layout__imgBoxAdd___1k0nY {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__deleteAll___1y_La,
.layout__titleGroup___T4NkD {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___1y_La {
  cursor: pointer;
}

.layout__deleteTitle____1Ul1 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___1DGGR {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___1DGGR,
.layout__actionRow___Rf3p4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___Rf3p4 {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__programBox___1z2bV {
  border: 2px dashed #008345;
  margin: 10px;
  padding: 10px;
}

.layout__programBoxUPL___1_lTV {
  border: 2px dashed #1976d2;
  margin: 10px;
  padding: 10px;
}

.layout__programRejectBox___1dWqm {
  border: 2px dashed red;
  margin: 10px;
  padding: 10px;
}

.layout__closePreviewBox___39Zjw {
  width: 30px;
  height: 30px;
  background: #3e8a62;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.layout__previewBoxContent___27BSe {
  padding: 15px;
}

.layout__previewBoxTitle___Q1k8H {
  margin: 0 0 10px;
}

.layout__previewBoxFields___2m2wb {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.layout__previewBoxFields___2m2wb li {
  margin: 0 0 5px;
  counter-increment: my-awesome-counter;
}

.layout__previewBoxFields___2m2wb li:before {
  content: counter(my-awesome-counter) ". ";
  color: #969696;
  float: left;
  margin-right: 5px;
}

.layout__previewBoxFields___2m2wb li:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}

.layout__previewBoxSmallTitle___3gCdE {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.layout__fieldName___3r_FY {
  color: #969696;
  display: block;
  margin: 0 5px 0 0;
}

.layout__fieldName___3r_FY:after {
  content: ":";
}

.layout__fieldContent___1v154 {
  color: #000;
}

.layout__btnChangeFlow___33MUK {
  margin-left: 20px;
  margin-top: 20px;
}

.layout__insuranceWarning___3izSy {
  color: #ffc107!important;
  margin-top: 20px;
}

.layout__insuranceError___3lP18 {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.layout__wrapBtnArea___14VTn {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___14VTn {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___14VTn .layout__wrapBtn___1MdOk {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___14VTn .layout__wrapBtn___1MdOk {
    width: 50%;
  }
}

.layout__wrapBtnArea___14VTn .layout__wrapBtn___1MdOk a,
.layout__wrapBtnArea___14VTn .layout__wrapBtn___1MdOk button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___2lLxQ {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___159tK {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___159tK span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___1lFs4 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___3pATk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___3d6LH {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___3d6LH:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___2fo7j {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___3LJV7 {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___3z8uz {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.layout__detailRequest___1Pk7a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
}

.layout__btnCopy___2iAT0 {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCopy___2iAT0:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCopy___2iAT0.layout__disabled___1JUNZ,
.layout__btnCopy___2iAT0:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCopy___2iAT0:active,
.layout__btnCopy___2iAT0:focus,
.layout__btnCopy___2iAT0:visited {
  outline: 0;
}

.layout__btnUpdate___3i801 {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnUpdate___3i801:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnUpdate___3i801.layout__disabled___1JUNZ,
.layout__btnUpdate___3i801:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnUpdate___3i801:active,
.layout__btnUpdate___3i801:focus,
.layout__btnUpdate___3i801:visited {
  outline: 0;
}

.layout__integrationLink___1U3AW {
  cursor: pointer;
}

.layout__kycbox___3RiTG {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___3RiTG img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___2kNeP {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___3-QNb {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___1saVG,
.layout__kycTitle___3-QNb {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___1saVG {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___dgRdS {
  max-width: 300px;
}

.layout__kycHistoryTitle___304_R {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.layout__kycHistoryTitle___304_R a {
  text-decoration: none;
  cursor: pointer;
}

.layout__btnAreaPopup___1NDlK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__voiceGreen___28GuY {
  color: #069e4e;
}

.layout__voiceRed___1sO2W {
  color: red;
}

.layout__kycGreen___3k3GQ {
  color: #069e4e;
  font-size: 16px;
  font-weight: 700;
}

.layout__quickActionItemColumn___1vhVz {
  font-size: 14px;
  color: #717171;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.layout__quickActionItemColumn___1vhVz img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.layout__quickActionItemColumn___1vhVz a,
.layout__quickActionItemColumn___1vhVz button {
  color: #fff;
  text-decoration: none;
}

.layout__quickActionItemColumn___1vhVz a:active,
.layout__quickActionItemColumn___1vhVz a:focus,
.layout__quickActionItemColumn___1vhVz a:visited,
.layout__quickActionItemColumn___1vhVz button:active,
.layout__quickActionItemColumn___1vhVz button:focus,
.layout__quickActionItemColumn___1vhVz button:visited {
  outline: 0;
}

.layout__autoDisburment___3wphR {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnCheckAD___3TOOw {
  height: 35px;
  min-width: 110px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCheckAD___3TOOw:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCheckAD___3TOOw.layout__disabled___1JUNZ,
.layout__btnCheckAD___3TOOw:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCheckAD___3TOOw:active,
.layout__btnCheckAD___3TOOw:focus,
.layout__btnCheckAD___3TOOw:visited {
  outline: 0;
}

.layout__autoDisburmentBusy___Ek_SE {
  width: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 24px;
}

.layout__btnCheckADCancel___1gn0N {
  height: 35px;
  min-width: 110px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #028547;
  color: #028547;
}

.layout__autoDisburmentSmallTitle___2uo24 {
  font-size: 12px;
  color: #717171;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.layout__autoDisburmentFlow___21AkC {
  font-size: 16px;
  color: #028547;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__autoDisburmentLink___3bZd7,
.layout__autoDisburmentNoti___3oUn6 {
  width: 380px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 24px;
}

.layout__autoDisburmentLink___3bZd7 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__radioForm___3eqs4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
}

.layout__method___2qUDk {
  font-weight: 700;
  min-width: max-content;
}

.layout__method___2qUDk,
.layout__methoddes___2M-iN {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

.layout__methoddes___2M-iN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__noticeem___ODFCD {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #e10600;
  margin-top: 16px;
}

.layout__noticeem___ODFCD span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.layout__genlink___1tev- {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-left: 40px;
}

.layout__header___1Eg5v {
  display: -ms-flexbox;
  display: flex;
}

.layout__headerTitle___3GhbA {
  width: 100%;
}

.layout__headerTitleGreen___39jP5 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #028547;
}

@media print {
  .layout__contentBox___56gic {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

@media screen {
  .layout__externalClass___Z69u7 {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___Z69u7 {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___1U0pz {
  color: #a460e8;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___1FQA0 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__navTab___1B5Ov,
.layout__workform___1FQA0 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___1B5Ov {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 600px;
}

.layout__navTab___1B5Ov button {
  border: 1px solid #a460e8;
  width: 100%;
  max-width: 180px;
  text-align: center;
  color: #a460e8;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 5px;
  padding: 5px 10px;
}

@media screen and (max-width:769px) {
  .layout__navTab___1B5Ov button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___1B5Ov button {
    width: 100%;
  }
}

.layout__navTab___1B5Ov button:active,
.layout__navTab___1B5Ov button:focus,
.layout__navTab___1B5Ov button:visited {
  outline: 0;
  border: 1px solid #a460e8;
  background-color: #a460e8;
  color: #fff;
}

.layout__navTab___1B5Ov button.layout__tabActive___2jWoD {
  font-weight: 700;
  background-color: #a460e8;
  color: #fff;
}

.layout__tabContent___owvPS {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___owvPS {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___36Ym4 {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___3jBdh {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___1L3J5 {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___1L3J5 .layout__closeBox___2mlbV {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___1L3J5 .layout__flexItem___3rN6T {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___1L3J5 .layout__flexItem___3rN6T,
.layout__flowTitle___2ADM- {
  display: -ms-flexbox;
  display: flex;
}

.layout__flowTitle___2ADM- {
  color: #a460e8;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__flowTitle___2ADM- .layout__changeFlowbtn___GLJID {
  margin-left: 30px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #a460e8;
  background-color: #fff;
}

.layout__contentBox___56gic {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__show___1hoZW {
  display: block;
  margin-bottom: 10px;
}

.layout__show___1hoZW .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___1hoZW div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___3_3Xc {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__contentField___2yH-P {
  padding: 5px 0;
}

.layout__contentField___2yH-P.layout__listOfIdWrap___1QOs1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___2yH-P.layout__listOfIdWrap___1QOs1 .layout__listOfId___306EN {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___2yH-P.layout__listOfIdWrap___1QOs1 .layout__listOfId___306EN .form-inline .form-control {
  width: 100%;
}

.layout__contentField___2yH-P.layout__listOfIdWrap___1QOs1 .layout__listOfId___306EN span:nth-child(2) {
  display: none;
}

.layout__contentField___2yH-P.layout__listOfIdWrap___1QOs1 .layout__passportNumber___3DR7G {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___2yH-P.layout__radio___2GtwO {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___2yH-P.layout__radio___2GtwO,
.layout__contentField___2yH-P.layout__radio___2GtwO>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___2yH-P.layout__radio___2GtwO>div {
  margin-right: 15px;
}

.layout__contentField___2yH-P.layout__radio___2GtwO>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___2yH-P input[type=radio]:checked {
  filter: invert(53%) sepia(43%) saturate(5106%) hue-rotate(237deg) brightness(93%) contrast(96%);
}

.layout__contentField___2yH-P.layout__numberWithExt___30nx9 {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___2yH-P.layout__numberWithExt___30nx9>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___2yH-P.layout__numberWithExt___30nx9>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__inputRow___3bW4V {
  margin-bottom: 20px;
}

.layout__deleteInsurance___14BGW {
  margin-right: 50px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ff777c;
  background-color: #fff;
  line-height: 1.07;
  text-align: center;
  color: #ff777c;
}

.layout__deleteInsurance___14BGW,
.layout__insuranceTitle___2WV4I {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.layout__insuranceTitle___2WV4I {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  color: #a460e8;
}

.layout__deleteContainer___2Jmel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__addInsurance___1qFsJ {
  width: 264px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #a460e8;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  color: #a460e8;
  margin-left: 15px;
}

.layout__groupTitle___1CNbF {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width:769px) {
  .layout__groupTitle___1CNbF {
    padding: 0 15px;
  }
}

.layout__statusBar___2krFr {
  position: relative;
  margin: 10px 0 30px;
}

.layout__statusBar___2krFr,
.layout__statusBar___2krFr>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___2krFr .layout__completed___11vzL .layout__textWrap___3Rprw .layout__circle___1h_Zt:after {
  background: #a460e8;
  height: 3px;
  top: 14px;
}

.layout__statusBar___2krFr .layout__active___piO7x .layout__circle___1h_Zt,
.layout__statusBar___2krFr .layout__completed___11vzL .layout__circle___1h_Zt {
  background: #a460e8;
  color: #fff;
}

.layout__statusBar___2krFr .layout__active___piO7x .layout__text___2lykT,
.layout__statusBar___2krFr .layout__completed___11vzL .layout__text___2lykT {
  font-weight: 700;
  color: #a460e8;
}

.layout__statusBar___2krFr .layout__active___piO7x .layout__rectangle___3tUqM>div,
.layout__statusBar___2krFr .layout__active___piO7x .layout__rectangleUPL___2j-hE>div,
.layout__statusBar___2krFr .layout__completed___11vzL .layout__rectangle___3tUqM>div,
.layout__statusBar___2krFr .layout__completed___11vzL .layout__rectangleUPL___2j-hE>div {
  display: block;
}

.layout__statusBar___2krFr .layout__statusItem___2FZ6B {
  width: 130px;
}

.layout__statusBar___2krFr .layout__statusItem___2FZ6B.layout__last___1DIaC .layout__circle___1h_Zt:after {
  display: none;
}

.layout__statusBar___2krFr .layout__text___2lykT {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___2krFr .layout__textWrap___3Rprw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___2krFr .layout__rectangle___3tUqM {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___2krFr .layout__rectangle___3tUqM>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #a460e8;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___2krFr .layout__rectangle___3tUqM:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___2krFr .layout__rectangle___3tUqM:after,
.layout__statusBar___2krFr .layout__rectangle___3tUqM:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___2krFr .layout__rectangle___3tUqM:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___2krFr .layout__rectangleUPL___2j-hE {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___2krFr .layout__rectangleUPL___2j-hE>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #1976d2;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___2krFr .layout__rectangleUPL___2j-hE:before {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___2krFr .layout__rectangleUPL___2j-hE:after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background: #979797;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___2krFr .layout__circle___1h_Zt {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  color: #4a4a4a;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #a460e8;
  position: relative;
}

.layout__statusBar___2krFr .layout__circle___1h_Zt:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__dataWrapper___X3mVn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__dataWrapper___X3mVn .layout__titleField___1x8D_ {
  color: #838383;
}

.layout__dataWrapper___X3mVn .layout__textField___twBDU {
  margin-left: 15px;
}

.layout__dataWrapper___X3mVn .layout__selectField___2ydHg {
  margin-top: 15px;
}

.layout__titlePage___1INuX {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
  margin-top: 20px;
}

.layout__titleSupplementary___3578q {
  margin-left: 1px;
  font-weight: 700;
}

.layout__buttonChoose___2htcC {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #a460e8;
  margin-bottom: 10px;
}

.layout__buttonChoose___2htcC,
.layout__buttonContainer___3S3PR {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonContainer___3S3PR {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 220px;
  cursor: pointer;
  color: #a460e8;
  font-size: 13px;
  font-weight: 700;
  margin: 8px;
  height: 110px;
}

.layout__round2ButtonContainer___2w6LN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.layout__supplementCardContainer___hUKwl {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___2Yrc8 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__modalContent___E49k2,
.layout__workformRow___2Yrc8 {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.layout__modalContent___E49k2 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__selectNote___21Nja {
  width: 250px;
  padding: 5px!important;
  height: 40px;
  border: 1px solid gray!important;
}

.layout__statusBox___3sMZM {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease 0s;
}

.layout__statusBox___3sMZM.layout__showStatusBox___2QGDl {
  max-height: 800px;
}

.layout__topBox___3w7yx {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.layout__rightBoxItem___3RxAP {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8fafb;
}

.layout__statusBtnWrap___38ebL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.layout__statusBtnWrap___38ebL .layout__btnLink___aOh-w,
.layout__statusBtnWrap___38ebL .layout__btnStats___ZNYMr {
  width: 50%;
  max-width: 150px;
  min-width: 0;
  margin: 0 5px;
}

.layout__iconBox___mzyKt {
  padding-right: 3px;
}

.layout__clickArea___3z9Hl {
  cursor: pointer;
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.layout__rednote___9YxjG {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___c6fd4 {
  color: blue;
}

.layout__noticeNote___c6fd4,
.layout__noticeNoteAddress___1iDJi {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___1iDJi {
  color: red;
}

.layout__titleBox___2DpGv {
  text-align: center;
  margin: 0 0 10px;
}

.layout__titleBox___2DpGv b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___2DpGv p {
  color: #949494;
}

.layout__applicationBox___20ElW {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___1ibbA {
  padding: 15px;
}

.layout__selectBox___134rr {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___3Z6WW {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.layout__btnStats___ZNYMr {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___ZNYMr:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___ZNYMr.layout__disabled___3LEmD,
.layout__btnStats___ZNYMr:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___ZNYMr:active,
.layout__btnStats___ZNYMr:focus,
.layout__btnStats___ZNYMr:visited {
  outline: 0;
}

.layout__btnStatsSm___12G7V {
  height: 35px;
  min-width: 224px!important;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStatsSm___12G7V:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStatsSm___12G7V.layout__disabled___3LEmD,
.layout__btnStatsSm___12G7V:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStatsSm___12G7V:active,
.layout__btnStatsSm___12G7V:focus,
.layout__btnStatsSm___12G7V:visited {
  outline: 0;
}

.layout__btnLink___aOh-w {
  height: 35px;
  line-height: 35px;
  text-align: center;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #028547;
  color: #fff;
}

.layout__btnLink___aOh-w:active,
.layout__btnLink___aOh-w:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___1BrCH {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___1BrCH,
.layout__btnDisable___3mAOW,
.layout__btnDisableAia___2zRhA {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___3mAOW,
.layout__btnDisableAia___2zRhA {
  width: 165px;
  background-color: #9b9b9b!important;
  color: #fff;
}

.layout__btnDisableAia___2zRhA {
  width: 150px;
}

.layout__applicationForm___3WTbP {
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
}

.layout__applicationForm___3WTbP,
.layout__applicationFormSup___2ATSp {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___2ATSp {
  margin: 0;
}

.layout__idtype___3UhJR {
  width: 93 px;
}

.layout__itemRow___2IvPZ {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item____lDRL,
.layout__itemRow___2IvPZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__inputItem___2oGJD {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__tabTitle___8rKcA {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #a460e8;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tabTitle___8rKcA a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: center;
}

.layout__tabTitle___8rKcA .layout__pannelHedge___9S3rG {
  width: 226px;
  height: 1px;
  opacity: .3;
  border: 1px solid #a460e8;
}

.layout__tabTitle___8rKcA img {
  margin-left: 10px;
}

.layout__integrationsHistoryList___2vahX {
  overflow: auto;
}

.layout__integrationsHistoryList___2vahX table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___2vahX td,
.layout__integrationsHistoryList___2vahX th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___1Vfjv {
  width: 60px!important;
}

.layout__inputItemExt___1Vfjv,
.layout__inputItemPhone___1KZfE {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___1KZfE {
  width: 140px!important;
}

.layout__inputItemBizPhone___2fLsx {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___1cSx_ input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__top20px___2klQF {
  padding-top: 20px;
}

.layout__mtm6___Nq2ev {
  margin-top: -6px;
}

.layout__width180___2jySy {
  width: 180px!important;
}

.layout__mgl40px___3ATjR {
  margin-left: 40px;
}

.layout__mgl10px___1WltZ {
  margin-left: 10px;
}

.layout__tab___uSDXv {
  padding: 0 15px;
  border: none;
}

.layout__tab___uSDXv li {
  width: 340px;
  text-align: center;
}

.layout__tab___uSDXv a,
.layout__tab___uSDXv li {
  cursor: pointer;
}

.layout__mailContainer___2HJk3 input,
.layout__mailContainer___2HJk3 textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___3NT2P {
  width: 97%!important;
}

.layout__detailReminder___1V9Q_,
.layout__fulltext___3NT2P {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___1V9Q_ {
  width: 100%!important;
}

.layout__removeIcon___uwWYb {
  display: none;
}

.layout__closeIcon___2H3n7,
.layout__removeIcon___uwWYb {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___1ekWb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___1BPF_ {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___1BPF_:hover .layout__removeIcon___uwWYb {
  display: block;
}

.layout__imgBoxAdd___CEWqc {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__deleteAll___RwDtM,
.layout__titleGroup___3hv8p {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___RwDtM {
  cursor: pointer;
}

.layout__deleteTitle___3qLMe {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___283y1 {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___283y1,
.layout__actionRow___2ocon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___2ocon {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__programBox___6WWWo {
  border: 2px dashed #a460e8;
  margin: 10px;
  padding: 10px;
}

.layout__programBoxUPL___1Tzsj {
  border: 2px dashed #1976d2;
  margin: 10px;
  padding: 10px;
}

.layout__programRejectBox___2sEAh {
  border: 2px dashed red;
  margin: 10px;
  padding: 10px;
}

.layout__closePreviewBox___3hGBI {
  width: 30px;
  height: 30px;
  background: #a460e8;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.layout__previewBoxContent___lPRou {
  padding: 15px;
}

.layout__previewBoxTitle___3fQYp {
  margin: 0 0 10px;
}

.layout__previewBoxFields___sJEYz {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.layout__previewBoxFields___sJEYz li {
  margin: 0 0 5px;
  counter-increment: my-awesome-counter;
}

.layout__previewBoxFields___sJEYz li:before {
  content: counter(my-awesome-counter) ". ";
  color: #969696;
  float: left;
  margin-right: 5px;
}

.layout__previewBoxFields___sJEYz li:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}

.layout__previewBoxSmallTitle___1BId7 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.layout__fieldName___2oTD8 {
  color: #969696;
  display: block;
  margin: 0 5px 0 0;
}

.layout__fieldName___2oTD8:after {
  content: ":";
}

.layout__fieldContent___364ru {
  color: #000;
}

.layout__btnChangeFlow___eIe4e {
  margin-left: 20px;
  margin-top: 20px;
}

.layout__insuranceWarning___2m3Ku {
  color: #ffc107!important;
  margin-top: 20px;
}

.layout__insuranceError___2Ujas {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.layout__wrapBtnArea___EEjIc {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___EEjIc {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___EEjIc .layout__wrapBtn___3p6Am {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___EEjIc .layout__wrapBtn___3p6Am {
    width: 50%;
  }
}

.layout__wrapBtnArea___EEjIc .layout__wrapBtn___3p6Am a,
.layout__wrapBtnArea___EEjIc .layout__wrapBtn___3p6Am button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___2gwsb {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___1b9wv {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___1b9wv span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___3VE7L {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___K8Xf0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___16f9x {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #a460e8;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___16f9x:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___IH9eb {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___2Uegk {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___q95O7 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.layout__detailRequest___eMGPK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
}

.layout__btnCopy___1ee71 {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCopy___1ee71:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCopy___1ee71.layout__disabled___3LEmD,
.layout__btnCopy___1ee71:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCopy___1ee71:active,
.layout__btnCopy___1ee71:focus,
.layout__btnCopy___1ee71:visited {
  outline: 0;
}

.layout__btnUpdate___2hTHG {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnUpdate___2hTHG:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnUpdate___2hTHG.layout__disabled___3LEmD,
.layout__btnUpdate___2hTHG:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnUpdate___2hTHG:active,
.layout__btnUpdate___2hTHG:focus,
.layout__btnUpdate___2hTHG:visited {
  outline: 0;
}

.layout__integrationLink___3U1mv {
  cursor: pointer;
}

.layout__kycbox___EfuHS {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___EfuHS img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycbox___EfuHS button {
  height: 48px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #a460e8!important;
  color: #fff;
}

.layout__kycContainer___2vZFU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___IeUiN {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___3FG5y,
.layout__kycTitle___IeUiN {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___3FG5y {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___VwaIv {
  max-width: 580px;
}

.layout__kycHistoryTitle___4JzpR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.layout__kycHistoryTitle___4JzpR a {
  text-decoration: none;
  cursor: pointer;
}

.layout__btnAreaPopup___27f43 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__voiceGreen___17Xj5 {
  color: #069e4e;
}

.layout__voiceRed___1chNI {
  color: red;
}

.layout__kycGreen___1Vh9o {
  color: #069e4e;
  font-size: 16px;
  font-weight: 700;
}

.layout__quickActionItemColumn___3Lc8V {
  font-size: 14px;
  color: #717171;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.layout__quickActionItemColumn___3Lc8V img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.layout__quickActionItemColumn___3Lc8V a,
.layout__quickActionItemColumn___3Lc8V button {
  color: #fff;
  text-decoration: none;
}

.layout__quickActionItemColumn___3Lc8V a:active,
.layout__quickActionItemColumn___3Lc8V a:focus,
.layout__quickActionItemColumn___3Lc8V a:visited,
.layout__quickActionItemColumn___3Lc8V button:active,
.layout__quickActionItemColumn___3Lc8V button:focus,
.layout__quickActionItemColumn___3Lc8V button:visited {
  outline: 0;
}

.layout__autoDisburment___3Pc11 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnCheckAD___3ZSPH {
  height: 35px;
  min-width: 110px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCheckAD___3ZSPH:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCheckAD___3ZSPH.layout__disabled___3LEmD,
.layout__btnCheckAD___3ZSPH:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCheckAD___3ZSPH:active,
.layout__btnCheckAD___3ZSPH:focus,
.layout__btnCheckAD___3ZSPH:visited {
  outline: 0;
}

.layout__autoDisburmentBusy___2CcSM {
  width: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 24px;
}

.layout__btnCheckADCancel___292Yq {
  height: 35px;
  min-width: 110px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #028547;
  color: #028547;
}

.layout__autoDisburmentSmallTitle___Sdb9Y {
  font-size: 12px;
  color: #717171;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.layout__autoDisburmentFlow___3BuKu {
  font-size: 16px;
  color: #028547;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__autoDisburmentLink___20GNb,
.layout__autoDisburmentNoti___281ap {
  width: 380px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 24px;
}

.layout__autoDisburmentLink___20GNb {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cancelBtnNew___1j2BS {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid;
}

.layout__btnStatsCPC___1Nc5Q {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: #fff!important;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStatsCPC___1Nc5Q:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStatsCPC___1Nc5Q.layout__disabled___3LEmD,
.layout__btnStatsCPC___1Nc5Q:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStatsCPC___1Nc5Q:active,
.layout__btnStatsCPC___1Nc5Q:focus,
.layout__btnStatsCPC___1Nc5Q:visited {
  outline: 0;
}

.layout__CPCContainer___38Qia {
  width: 100%;
}

.layout__titleFieldCPC___1JEpR {
  width: 120px;
}

.layout__imgBoxAddCPC___uURxP {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  color: #fff;
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a1a1a;
  position: absolute;
  top: -6px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: -41px;
  left: 0;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: .75em;
  height: 35px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}

[data-tip]:not([data-tip=""]):hover:after,
[data-tip]:not([data-tip=""]):hover:before {
  display: block;
}

.layout__constentField___3NHXc {
  width: unset!important;
}

@supports (-moz-appearance:none) {
  .layout__constentField___3NHXc {
    width: auto!important;
  }
}

.layout__group___3JRAa {
  position: relative;
}

.layout__group___3JRAa input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
}

.layout__group___3JRAa input.layout__invalid___mDGXN {
  border-bottom: 1px solid #dd621d;
}

.layout__group___3JRAa input:focus {
  outline: none;
}

.layout__group___3JRAa label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___3JRAa input.layout__hasValue___119TE~label,
.layout__group___3JRAa input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___3JRAa .layout__bar___uiV1p {
  position: relative;
  display: block;
}

.layout__group___3JRAa .layout__bar___uiV1p:after,
.layout__group___3JRAa .layout__bar___uiV1p:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___3JRAa .layout__bar___uiV1p:before {
  left: 50%;
}

.layout__group___3JRAa .layout__bar___uiV1p:after {
  right: 50%;
}

.layout__group___3JRAa .layout__errorStyle___2k9F1 {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___3JRAa input:focus~.layout__bar___uiV1p:after,
.layout__group___3JRAa input:focus~.layout__bar___uiV1p:before {
  width: 50%;
}

.layout__withLabel___2zrtT {
  margin-top: 45px;
}

.layout__styledV2___BdJBe {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___BdJBe.layout__isValid___2MyS6>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___BdJBe.layout__isValid___2MyS6.layout__uplStyle___1uue3>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___BdJBe.layout__isValid___2MyS6.layout__odStyle___2v0KI>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___BdJBe.layout__isInvalid___1a-CV>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___BdJBe>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.layout__styledV2___BdJBe>input:disabled {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__errorStyle___DjnAF {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.layout__pageTitle___3kM9Y {
  margin-bottom: 30px;
}

.layout__inputItem___9k0rB {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 30px;
  padding-left: 10px;
  margin-left: 10px;
}

.layout__wrapCheckAll___1hs5Q {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1hs5Q {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1hs5Q label {
  margin: 0;
}

.layout__wrapCheckAll___1hs5Q input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___1HbV- {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___2GTfF {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___2wntz td:not(.layout__wrapTriAngle___3muhq) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___2fHPA {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___2fHPA {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___1LahL {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1LahL {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___1LahL:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1LahL.layout__isOpening___1AiaN:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___1e1ne {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___1e1ne .layout__formLabel___CkBBi {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___1e1ne .layout__formField___3D_C1 {
  margin: 0 0 15px;
}

.layout__refreshBtn___2923S {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___1VQI7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___1VQI7 .layout__wrapBtn___3os5w {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___2mmYF:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___2mmYF:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___2mmYF {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___2mmYF td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___15DEV:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___15DEV:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___15DEV {
  color: #fff;
  background: purple;
}

.layout__isStaff___15DEV td>a {
  color: #fff!important;
}

.layout__colorOfPriority___pGwNU {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___pGwNU.layout__green___3w2w4 {
  background: #279327;
}

.layout__colorOfPriority___pGwNU.layout__orange___2fZGq {
  background: #fcbd4a;
}

.layout__colorOfPriority___pGwNU.layout__red___3fDvX {
  background: #e40505;
}

.layout__colorOfPriority___pGwNU.layout__black___10nvb {
  background: #aeaeae;
}

.layout__fullBox___1qvmm {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___2wkwL,
.layout__fullBox___1qvmm {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___2wkwL {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___2GnJK {
  margin-top: 15px;
}

.layout__yellowClass___3nYRg {
  background-color: #fc0;
}

.layout__blueClass___lIUqd,
.layout__yellowClass___3nYRg {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___lIUqd {
  background-color: #2206f8;
}

.layout__redClass___1D49I {
  background-color: red;
}

.layout__greenClass___yV7IW,
.layout__redClass___1D49I {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___yV7IW {
  background-color: #028547;
}

.layout__contentcontainer___3Pqz2 {
  font-size: 10px!important;
}

.layout__tableList___Ai7Fb {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___Ai7Fb {
    overflow: initial;
  }
}

.layout__divSearch___3WNb- {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3WNb- {
    overflow: initial;
  }
}

.layout__divSearch___3WNb->form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___20H5O {
  color: red!important;
}

.layout__btnStats___iMX7L {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___iMX7L:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___iMX7L.layout__disabled___WikNs,
.layout__btnStats___iMX7L:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___iMX7L:active,
.layout__btnStats___iMX7L:focus,
.layout__btnStats___iMX7L:visited {
  outline: 0;
}

.layout__coverBox___3HI_u {
  width: 230px;
  display: inline-block;
}

.layout__coverBox___3HI_u input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___1TsuT {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___2_l0K,
.layout__modalcontainer___1TsuT {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___2_l0K {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___1-yeM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___1Lv9r {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___13pBo {
  width: 100%;
}

.layout__mailContainer___vrzWy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___17Re4 {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___3579o {
  float: right;
  right: 0;
}

.layout__linkpopup___2bbfZ {
  cursor: pointer;
}

.layout__inputSearch___26SwC {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___26SwC:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___26SwC::placeholder {
  font-style: italic;
}

.layout__tableList___Ai7Fb td.layout__checkBoxCol___37ykF,
.layout__tableList___Ai7Fb th.layout__checkBoxCol___37ykF {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___35Qpe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___198rG {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___198rG {
    padding: 0 15px;
  }
}

.layout__list___198rG td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___198rG .layout__curPointer___2Q5AS {
  cursor: pointer;
}

.layout__list___198rG .layout__count___GN-Gl {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___198rG .layout__countNumber___3TT3n {
  color: #028547;
}

.layout__list___198rG .layout__tableHeader___3nkD- {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___198rG .layout__decreaseIcon___2ZWs-,
.layout__list___198rG .layout__increaseIcon___1W7Pq {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___198rG .layout__decreaseIcon___2ZWs- {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___198rG .layout__downloadIcon___2Q7u1 {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___198rG .layout__applicationLink___tZamO {
  color: #000;
}

.layout__list___198rG .layout__circleIcon___B73-k {
  background: #1976d2;
}

.layout__list___198rG .layout__circleIcon___B73-k,
.layout__list___198rG .layout__circleIconOD___1H1jY {
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}

.layout__list___198rG .layout__circleIconOD___1H1jY {
  background: #a460e8;
}

.layout__list___198rG .layout__noteOff___GEKq7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___198rG .layout__noteOff___GEKq7 .layout__divline___1vEXj {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___198rG .layout__approved___1Ed2f,
.layout__list___198rG .layout__carddeliver___1qPTf,
.layout__list___198rG .layout__cardship___2KisG,
.layout__list___198rG .layout__draft___2C61a,
.layout__list___198rG .layout__inprocess___x0-W1,
.layout__list___198rG .layout__status___2AGia,
.layout__list___198rG .layout__submitteddoc___tsmS5,
.layout__list___198rG .layout__sumittedapp___26478 {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___198rG .layout__draft___2C61a {
  color: #9c27b0;
}

.layout__list___198rG .layout__sumittedapp___26478 {
  color: #e91e63;
}

.layout__list___198rG .layout__submitteddoc___tsmS5 {
  color: #4caf50;
}

.layout__list___198rG .layout__inprocess___x0-W1 {
  color: #f76045;
}

.layout__list___198rG .layout__approved___1Ed2f {
  color: #f4bf75;
}

.layout__list___198rG .layout__cardship___2KisG {
  color: #795548;
}

.layout__list___198rG .layout__carddeliver___1qPTf {
  color: #1976d2;
}

.layout__list___198rG .layout__border___2g3m9,
.layout__list___198rG .layout__carddeliverBorder___O79kz,
.layout__list___198rG .layout__cardshipBorder___3jUy5,
.layout__list___198rG .layout__savedBorder___2Nre0,
.layout__list___198rG .layout__submitteddocBorder___3DKz-,
.layout__list___198rG .layout__sumittedappBorder___35o2j,
.layout__list___198rG .layout__verificationBorder___3GRff {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___198rG .layout__savedBorder___2Nre0 {
  border-left-color: #9c27b0;
}

.layout__list___198rG .layout__submitteddocBorder___3DKz- {
  border-left-color: #4caf50;
}

.layout__list___198rG .layout__cardshipBorder___3jUy5 {
  border-left-color: #795548;
}

.layout__list___198rG .layout__carddeliverBorder___O79kz {
  border-left-color: #1976d2;
}

.layout__list___198rG .layout__sumittedappBorder___35o2j,
.layout__list___198rG .layout__verificationBorder___3GRff {
  border-left-color: #e91e63;
}

.layout__list___198rG .layout__statusBox___222oY {
  margin: 0;
}

.layout__bntRetry___6VVHr {
  background: #14cf14d1;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
}

.layout__selectIn___3GxJf {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.layout__inputItem___28Cs4 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__contentBox___2vkL0 {
  width: calc(100% - 250px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__formWrapper___2Av1W {
  width: 100%;
  max-width: 500px;
  padding: 30px 0;
  margin: 0 auto;
}

.layout__btnStats___1ULBq {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1ULBq:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1ULBq.layout__disabled___3sh6c,
.layout__btnStats___1ULBq:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1ULBq:active,
.layout__btnStats___1ULBq:focus,
.layout__btnStats___1ULBq:visited {
  outline: 0;
}

.layout__btnStats___1ULBq.layout__disabled___3sh6c {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.layout__contentBox___2H04c {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___3YnIV {
  width: 60%;
  margin: 20px 100px;
}

.layout__contentWrapper___3YnIV .layout__mt50px___1lxcG {
  margin-top: 50px;
}

.layout__contentWrapper___3YnIV .layout__mt30px___2KytB {
  margin-top: 30px;
}

.layout__contentWrapper___3YnIV input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g {
  padding: 3rem 0;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__actionButton___17GUL,
.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__cancelBtn___1RylP,
.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6 {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__cancelBtn___1RylP {
  background-color: #ececec;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6.layout__disabled___3T0sT,
.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6:active,
.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6:focus,
.layout__contentWrapper___3YnIV .layout__content___1YLwf .layout__actionContainer___20v6g .layout__createBtn___1Yfi6:visited {
  outline: 0;
}

.layoutcreate__contentBox___gZ2v0 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layoutcreate__contentWrapper___3GpU9 {
  width: 60%;
  margin: 20px 100px;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__mt50px___3wrzI {
  margin-top: 50px;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__mt30px___AVgd- {
  margin-top: 30px;
}

.layoutcreate__contentWrapper___3GpU9 input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK {
  background: #fff;
  padding: 1% 10%;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus {
  padding: 3rem 0;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__actionButton___1qB4l,
.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__cancelBtn___2DjyG,
.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__cancelBtn___2DjyG {
  background-color: #ececec;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L.layoutcreate__disabled___3dYzz,
.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L:active,
.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L:focus,
.layoutcreate__contentWrapper___3GpU9 .layoutcreate__content___3z-RK .layoutcreate__actionContainer___2Daus .layoutcreate__createBtn___1zV2L:visited {
  outline: 0;
}

.layoutcreate__autoHeight___3BwK3 {
  height: auto;
}

.layout__contentBox___3ZJna {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___1Ljoa {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__titlePopup___1QWnH {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___1QWnH,
.layout__titleSelect___1hvGT {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___1hvGT {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___RWbF- {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___3YfKx,
.layout__doneBtn___RWbF- {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___3YfKx {
  background-color: #82a393;
}

.layout__footerModal___1iMR1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__saleSupport___3XJYd {
  width: 300px;
  height: 200px;
  margin: 20px;
}

.layout__saleSupport___3XJYd select[multiple]:focus option:checked,
.layout__saleSupport___3XJYd select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___3XJYd select {
  width: 100%;
  overflow-y: auto;
  height: 200px;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___3XJYd option {
  width: 300px;
  height: 30px;
  text-align: left;
  vertical-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.layout__saleSupport___3XJYd option:active,
.layout__saleSupport___3XJYd option:checked,
.layout__saleSupport___3XJYd option:focus,
.layout__saleSupport___3XJYd option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__createNew___1Bia1 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___1Bia1:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1Bia1.layout__disabled___4uhxz,
.layout__createNew___1Bia1:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1Bia1:active,
.layout__createNew___1Bia1:focus,
.layout__createNew___1Bia1:visited {
  outline: 0;
}

.layout__createNew___1Bia1 a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___1Bia1 a:hover {
  text-decoration: none;
}

.layout__createNew___1Bia1 .layout__plusIcon____kkPt {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___3PWgj {
  padding: 20px 0;
}

.layout__content___3PWgj .layout__createNewMerchant___1X82G {
  text-decoration: none;
  width: 200px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___3PWgj .layout__createNewMerchant___1X82G .layout__plusIcon____kkPt {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___3PWgj .layout__createNewMerchant___1X82G .layout__plusIcon____kkPt span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___3PWgj .layout__textAccount___2-0A0 {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___3DlZ7 {
  width: 100%;
}

.layout__actionButton___3THvL,
.layout__deleteButton___aF-TX,
.layout__unlockButton___tb97j {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___aF-TX {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___tb97j {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__contentBox___3_GgC {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___3_GgC,
.layout__createNew___11JSU {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___11JSU {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___11JSU:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___11JSU.layout__disabled___1Merj,
.layout__createNew___11JSU:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___11JSU:active,
.layout__createNew___11JSU:focus,
.layout__createNew___11JSU:visited {
  outline: 0;
}

.layout__createNew___11JSU a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___11JSU a:hover {
  text-decoration: none;
}

.layout__createNew___11JSU .layout__plusIcon___DTYzn {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___18jMK {
  padding: 20px 0;
}

.layout__content___18jMK .layout__createNewMerchant___3Es2o {
  text-decoration: none;
  width: 200px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___18jMK .layout__createNewMerchant___3Es2o .layout__plusIcon___DTYzn {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___18jMK .layout__createNewMerchant___3Es2o .layout__plusIcon___DTYzn span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___18jMK .layout__textAccount___3iiXN {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___3TE_x {
  width: 100%;
}

.layout__actionButton___1vkzg,
.layout__deleteButton___1B_qN,
.layout__unlockButton___3Aplt {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___1B_qN {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___3Aplt {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__contentBox___hPw01 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___1XNtU {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___1XNtU .layout__mt50px___2xudV {
  margin-top: 50px;
}

.layout__contentWrapper___1XNtU .layout__mt50px___2xudV div {
  height: auto;
}

.layout__contentWrapper___1XNtU .layout__mt30px___3JiuT {
  margin-top: 30px;
}

.layout__contentWrapper___1XNtU input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___1XNtU .layout__remove___g_0Yv {
  float: right;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__actionButton___4pVOS,
.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__cancelBtn___3eS4u,
.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn {
  height: 35px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__cancelBtn___3eS4u {
  background-color: #ececec;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn.layout__disabled___1nNCk,
.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn:active,
.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn:focus,
.layout__contentWrapper___1XNtU .layout__content___9a7Bd .layout__actionContainer___2OANa .layout__createBtn___219mn:visited {
  outline: 0;
}

.layout__contentBox___1W-EG {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___3rNDd {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___3rNDd .layout__mt50px___wHXtY {
  margin-top: 50px;
}

.layout__contentWrapper___3rNDd .layout__mt50px___wHXtY div {
  height: auto;
}

.layout__contentWrapper___3rNDd .layout__mt30px___1dsJi {
  margin-top: 30px;
}

.layout__contentWrapper___3rNDd input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi {
  padding: 3rem 0;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__actionButton___1Ipje,
.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__cancelBtn___bkfMF,
.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__cancelBtn___bkfMF {
  background-color: #ececec;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx.layout__disabled___1dktb,
.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx:active,
.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx:focus,
.layout__contentWrapper___3rNDd .layout__content___tl0Zs .layout__actionContainer___1lDxi .layout__createBtn___19uWx:visited {
  outline: 0;
}

body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:hsla(0,0%,100%,.9);display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.layout__contentBox___2avuN {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___1s_ow {
  margin: auto;
  margin-top: 50px;
  width: 80%;
  position: relative;
}

.layout__contentWrapper___1s_ow .layout__backButton___3ZvSW {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
}

.layout__contentWrapper___1s_ow .layout__headTitle___IodMt {
  font-family: Roboto,Arial;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.layout__contentWrapper___1s_ow .layout__secondaryTitle___IVYqq {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #008345;
}

.layout__contentWrapper___1s_ow .layout__buttonNewChannel___3cRHq {
  border-radius: 20px;
  background-color: #008345;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  width: 170px;
  cursor: pointer;
  display: inline-block;
}

.layout__contentWrapper___1s_ow .layout__buttonNewChannel___3cRHq:hover {
  opacity: .9;
}

.layout__contentWrapper___1s_ow .layout__channelNameLabel___BauR4 {
  height: 16px;
  font-size: 14px;
  text-align: left;
  color: #838383;
}

.layout__contentWrapper___1s_ow .layout__channelNameInput___1Lffj input {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.layout__contentWrapper___1s_ow .layout__channelNameInput___1Lffj input:focus {
  outline: none;
}

.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btn___P88eh,
.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCancel___2XNNM,
.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCreate___25U6n {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btn___P88eh:hover,
.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCancel___2XNNM:hover,
.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCreate___25U6n:hover {
  opacity: .9;
}

.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCreate___25U6n {
  background-color: #008345;
  color: #fff;
  margin-right: 20px;
}

.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCancel___2XNNM,
.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCreate___25U6n {
  border-radius: 20px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}

.layout__contentWrapper___1s_ow .layout__channelButtons___34Azd .layout__btnChannelCancel___2XNNM {
  background-color: #d8d8d8;
  color: #4a4a4a;
}

.layout__contentWrapper___1s_ow .layout__leftTable___qW0T7 .layout__child___2gQ7r {
  border: 1px solid #cacaca;
  height: 650px;
  margin-bottom: 20px;
  overflow-y: scroll;
}

.layout__contentWrapper___1s_ow .layout__channelItem___12BBl {
  width: 100%;
  height: auto;
  line-height: 45px;
  padding-left: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all .18s;
  position: relative;
}

.layout__contentWrapper___1s_ow .layout__channelItem___12BBl .layout__btnRemove___ZIeaw {
  position: absolute;
  bottom: 8px;
  right: 10px;
  width: 40px;
  height: 24px;
  line-height: 24px;
  border-radius: 8px;
  background-color: #fff;
  font-family: Roboto,Arial;
  font-size: 14px;
  text-align: center;
  color: #fe5a5c;
}

.layout__contentWrapper___1s_ow .layout__channelItemActive___2Tq8u {
  background: #008345;
  color: #fff;
  transition: all .18s;
}

.layout__label___znoSq {
  font-family: Roboto,Arial;
  font-size: 14px;
  text-align: left;
  color: #838383;
  padding-left: 0;
}

.layout__contentBox___3bdRt {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___3bdRt,
.layout__createNew___wJkdH {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___wJkdH {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___wJkdH:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___wJkdH.layout__disabled___2-fzT,
.layout__createNew___wJkdH:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___wJkdH:active,
.layout__createNew___wJkdH:focus,
.layout__createNew___wJkdH:visited {
  outline: 0;
}

.layout__createNew___wJkdH a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___wJkdH a:hover {
  text-decoration: none;
}

.layout__createNew___wJkdH .layout__plusIcon___3iwq9 {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___1EC0h {
  padding: 20px 0;
}

.layout__content___1EC0h .layout__createNewMerchant___3bqnq {
  text-decoration: none;
  width: 200px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___1EC0h .layout__createNewMerchant___3bqnq .layout__plusIcon___3iwq9 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___1EC0h .layout__createNewMerchant___3bqnq .layout__plusIcon___3iwq9 span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___1EC0h .layout__textAccount___3ofHY {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___2j8sK {
  width: 100%;
}

.layout__actionButton___3uPKV,
.layout__unlockButton___2xGSH {
  width: 75px;
}

.layout__actionButton___3uPKV,
.layout__deleteButton___38qVQ,
.layout__unlockButton___2xGSH {
  color: inherit;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___38qVQ {
  width: 100px;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___2xGSH {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__comboBranch___2iLTM {
  height: auto;
}

.layout__workform___28ibO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__resultBox___3nF8g {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__contentBox___XbEKw {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___XbEKw,
.layout__workformRow___Z8p9Y {
  display: -ms-flexbox;
  display: flex;
}

.layout__workformRow___Z8p9Y {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
}

.layout__statusBox___pRffX {
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  height: 100%;
  min-width: 60%;
}

.layout__titlePage___hmDET {
  width: 100%;
  height: 26px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.layout__iconBox___1fzGx {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___S1LK9 {
  cursor: pointer;
}

.layout__rednote___ACUzO {
  color: red;
  font-size: 16px;
}

.layout__titleBox___ecpPp {
  text-align: center;
}

.layout__titleBox___ecpPp b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___ecpPp p {
  color: #949494;
}

.layout__btnParent___2JDfG {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.layout__noTouch___33ZoO>label {
  pointer-events: none;
}

.layout__signatureExampPopup___v7CRb {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: hsla(0,0%,75%,.69);
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__signatureExampPopupInner___2Hnsb {
  position: relative;
  width: 530px;
  height: auto;
  border: 2px solid #4c4c4c;
}

.layout__signatureExampPopupInner___2Hnsb>span {
  display: block;
  padding: 10px;
  background: #fff;
  font-weight: 700;
}

.layout__signatureExampPopupInner___2Hnsb .layout__closePopup___1T5kr {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 2;
}

.layout__signatureExampPopupInner___2Hnsb img {
  max-width: 100%;
  height: auto;
}

.layout__applicationBox___INQz9 {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___1JUjA {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___3lO3-,
.layout__modalcontainer___1JUjA {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___3lO3- {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__selectBox___Bab6q {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___39OiQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__btnStats___1nfkB {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1nfkB:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1nfkB.layout__disabled___2eQkx,
.layout__btnStats___1nfkB:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1nfkB:active,
.layout__btnStats___1nfkB:focus,
.layout__btnStats___1nfkB:visited {
  outline: 0;
}

.layout__btnStats___1nfkB:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.layout__btnDisable___3C_7t {
  height: 35px;
  width: 165px;
  border-radius: 25px;
  font-weight: 700;
  background-color: grey;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__applicationForm___2E4WE {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
  font-size: 13px;
}

.layout__itemRow___ms15G {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___2pLGC,
.layout__itemRow___ms15G {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__inputItem___TBgLO {
  width: 70%!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__inputItem___TBgLO,
.layout__inputItemExt___1gHiP {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemExt___1gHiP {
  width: 60px!important;
}

.layout__inputItemPhone___1PMB1 {
  width: 140px!important;
}

.layout__inputItemBizPhone___3O6-8,
.layout__inputItemPhone___1PMB1 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemBizPhone___3O6-8 {
  width: 200px!important;
}

.layout__coverBox___3y5cG input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__top20px___2j7uI {
  padding-top: 20px;
}

.layout__mtm6___1jkcj {
  margin-top: -6px;
}

.layout__width180___10yIk {
  width: 180px!important;
}

.layout__mgl40px___2rOoV {
  margin-left: 40px;
}

.layout__mgl10px___3K7yR {
  margin-left: 10px;
}

.layout__cardTitle___2mYLF {
  font-family: Roboto;
  font-size: 14px!important;
  font-weight: 700!important;
  font-style: normal!important;
  font-stretch: normal!important;
  line-height: normal!important;
  letter-spacing: normal!important;
  text-align: center;
  color: #008345!important;
  text-transform: uppercase;
}

.layout__tab___3qx9j {
  padding: 0 15px;
  border: none;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tab___3qx9j li {
  width: 120px;
  height: 27px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #9b9b9b;
  cursor: pointer;
}

.layout__seperate___1JSr5 {
  width: 26px;
  height: 1px;
  transform: rotate(-270deg);
  background-color: #9b9b9b;
}

.layout__mailContainer___fEGOV input,
.layout__mailContainer___fEGOV textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___3Hagy {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
  width: 97%!important;
}

.layout__removeIcon___252Ox {
  display: none;
}

.layout__closeIcon___2m-w3,
.layout__removeIcon___252Ox {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___34Xer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___1g0cs {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___1g0cs:hover .layout__removeIcon___252Ox {
  display: block;
}

.layout__imgBoxAdd___1z1ss {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__deleteAll___29qO4,
.layout__titleGroup___2JjZk {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___29qO4 {
  cursor: pointer;
}

.layout__deleteTitle___2W367 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionRow___2Dc9w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.layout__titleField___1xB-G {
  display: block;
  min-height: 18px;
}

.layout__show___3xR8e {
  display: block;
  margin-bottom: 10px;
}

.layout__show___3xR8e .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___3xR8e div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__contentField___9LVLf {
  padding: 5px 0;
}

.layout__contentField___9LVLf.layout__listOfIdWrap___2mC_q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___9LVLf.layout__listOfIdWrap___2mC_q .layout__listOfId___1fNKk {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___9LVLf.layout__listOfIdWrap___2mC_q .layout__listOfId___1fNKk .form-control {
  width: 100%;
}

.layout__contentField___9LVLf.layout__listOfIdWrap___2mC_q .layout__passportNumber___80X7h {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___9LVLf.layout__radio___1rSI- {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___9LVLf.layout__radio___1rSI-,
.layout__contentField___9LVLf.layout__radio___1rSI->div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___9LVLf.layout__radio___1rSI->div {
  margin-right: 15px;
}

.layout__contentField___9LVLf.layout__radio___1rSI->div input {
  margin: 0 5px 0 0;
}

.layout__contentField___9LVLf.layout__numberWithExt___1-mKt {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___9LVLf.layout__numberWithExt___1-mKt>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___9LVLf.layout__numberWithExt___1-mKt>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__btnAction___nvvKN {
  width: 200px;
  background-color: #028547;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 50px;
}

.layout__remove___AFjEX {
  float: right;
}

.layout__content___374HF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__popuphieght___DWDvl {
  height: 168px!important;
}

.layout__contentBox___1Vnfb {
  width: calc(100% - 310px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 800px;
}

.layout__remindContainer___1DQQW {
  margin-bottom: 10px;
}

.layout__title___1LOKu {
  background-color: red;
}

.layout__title___1LOKu,
.layout__titleComplete___AJrmb {
  width: 543px;
  height: 36px;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__titleComplete___AJrmb {
  background-color: #008345;
}

.layout__note___1zWVd {
  margin-left: 30px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 543px;
  height: 83px;
  padding: 10px;
}

.layout__time___2-_aw {
  margin-left: 20px;
  width: 63px;
  height: 19px;
  font-size: 14px;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.layout__day___3jsn4,
.layout__time___2-_aw {
  font-family: OpenSans;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__day___3jsn4 {
  height: 22px;
  font-size: 16px;
  text-align: center;
  color: #2c3135;
}

.layout__noteContent___1htrP {
  height: 25px;
  width: 100%;
  border-bottom: 1px dashed #979797;
}

.layout__actionArea___3SD2d {
  height: 41px;
  margin-top: 10px;
}

.layout__actionArea___3SD2d a {
  cursor: pointer;
}

.layout__btnComplete___3sCU9 {
  height: 19px;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
  padding-top: 5px;
  padding-left: 5px;
}

.layout__arrow___3wHV3 img,
.layout__open___ZiTmW img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.layout__open___ZiTmW img {
  transform: rotate(90deg);
}

.layout__timeLine___3rr1U {
  border-left: 1px solid #079500;
  margin-left: 50px;
}

.layout__applicationStatisticsContainer___OVtvu .layout__selectTimeContainer___1Scbh {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___OVtvu .layout__selectTimeBlock___3t8Tx {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___OVtvu .layout__selectTimeTitle___1P9Ww {
  height: 60px;
  line-height: 60px;
  background: #028547;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___OVtvu .layout__selectTimeTitle___1P9Ww {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___OVtvu .layout__selectTimeContent___2EHpn {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___OVtvu .layout__selectTimeContent___2EHpn form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___OVtvu .layout__labelText___2iCXJ {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___OVtvu .layout__labelText___2iCXJ {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___OVtvu .layout__typeWidth___1cBgX {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___OVtvu .layout__coverBox___r2A05 {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___OVtvu .layout__coverBox___r2A05 {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___OVtvu .layout__coverBox___r2A05 .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___OVtvu .layout__coverBox___r2A05 input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___OVtvu .layout__coverBox___r2A05 input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___OVtvu .layout__lineBetween___1WXxx {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___OVtvu .layout__marTopPeriod___3Pf9w {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___OVtvu .layout__marTopPeriod___3Pf9w {
    margin-top: 30px;
  }
}

.layout__btnStats___29xK_,
.layout__disableBtn___3T2Zx,
.layout__enableBtn___3n9tF {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___29xK_:hover,
.layout__disableBtn___3T2Zx:hover,
.layout__enableBtn___3n9tF:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___29xK_.layout__disabled___2Ue4F,
.layout__btnStats___29xK_:disabled,
.layout__disableBtn___3T2Zx:disabled,
.layout__disabled___2Ue4F.layout__disableBtn___3T2Zx,
.layout__disabled___2Ue4F.layout__enableBtn___3n9tF,
.layout__enableBtn___3n9tF:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___29xK_:active,
.layout__btnStats___29xK_:focus,
.layout__btnStats___29xK_:visited,
.layout__disableBtn___3T2Zx:active,
.layout__disableBtn___3T2Zx:focus,
.layout__disableBtn___3T2Zx:visited,
.layout__enableBtn___3n9tF:active,
.layout__enableBtn___3n9tF:focus,
.layout__enableBtn___3n9tF:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___29xK_,
  .layout__disableBtn___3T2Zx,
  .layout__enableBtn___3n9tF {
    height: 35px;
  }
}

.layout__disableBtn___3T2Zx {
  background-color: #ececec;
}

.layout__contentBox___3o6sy {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___3n9tF {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___37S-8 {
  width: 90%;
  margin: auto;
}

.layout__tableList___18c5r td {
  padding-left: 6px;
}

.layout__btnExport___ci8TM {
  height: 40px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___ci8TM:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___ci8TM.layout__disabled___2Ue4F,
.layout__btnExport___ci8TM:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___ci8TM:active,
.layout__btnExport___ci8TM:focus,
.layout__btnExport___ci8TM:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___ci8TM {
    height: 35px;
  }
}

.layout__applicationStatisticsContainer___3IDt8 .layout__selectTimeContainer___1Idcd {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___3IDt8 .layout__selectTimeBlock___ilx29 {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___3IDt8 .layout__selectTimeTitle___3RLiW {
  height: 60px;
  line-height: 60px;
  background: #028547;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___3IDt8 .layout__selectTimeTitle___3RLiW {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___3IDt8 .layout__selectTimeContent___1KQ2b {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___3IDt8 .layout__selectTimeContent___1KQ2b form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___3IDt8 .layout__labelText___2oKHz {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3IDt8 .layout__labelText___2oKHz {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3IDt8 .layout__typeWidth___3z-ml {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___3IDt8 .layout__coverBox___3GyaD {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3IDt8 .layout__coverBox___3GyaD {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3IDt8 .layout__coverBox___3GyaD .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___3IDt8 .layout__coverBox___3GyaD input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3IDt8 .layout__coverBox___3GyaD input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___3IDt8 .layout__lineBetween___1xHAM {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___3IDt8 .layout__marTopPeriod___3yCp- {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3IDt8 .layout__marTopPeriod___3yCp- {
    margin-top: 30px;
  }
}

.layout__btnStats___1rY_P,
.layout__disableBtn___2T_sb,
.layout__enableBtn___3t56z {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1rY_P:hover,
.layout__disableBtn___2T_sb:hover,
.layout__enableBtn___3t56z:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1rY_P.layout__disabled___1oEsh,
.layout__btnStats___1rY_P:disabled,
.layout__disableBtn___2T_sb:disabled,
.layout__disabled___1oEsh.layout__disableBtn___2T_sb,
.layout__disabled___1oEsh.layout__enableBtn___3t56z,
.layout__enableBtn___3t56z:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1rY_P:active,
.layout__btnStats___1rY_P:focus,
.layout__btnStats___1rY_P:visited,
.layout__disableBtn___2T_sb:active,
.layout__disableBtn___2T_sb:focus,
.layout__disableBtn___2T_sb:visited,
.layout__enableBtn___3t56z:active,
.layout__enableBtn___3t56z:focus,
.layout__enableBtn___3t56z:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___1rY_P,
  .layout__disableBtn___2T_sb,
  .layout__enableBtn___3t56z {
    height: 35px;
  }
}

.layout__disableBtn___2T_sb {
  background-color: #ececec;
}

.layout__contentBox___6tmBj {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___3t56z {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___10mkL {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___10mkL .layout__inputTxt___232q- {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___10mkL .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___10mkL .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___10mkL .content {
  padding: 10px;
}

.layout__createMerchantContainer___10mkL .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___10mkL .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___10mkL .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___10mkL .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___10mkL .content .actionContainer .actionButton,
.layout__createMerchantContainer___10mkL .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___10mkL .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___10mkL .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1Ud-q {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3xgXZ {
  padding: 30px 15px;
}

.layout__cardContainer___3xgXZ .layout__toolBar___q8E-V {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3xgXZ .layout__toolBar___q8E-V .layout__title___Wycw1 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3xgXZ .layout__toolBar___q8E-V .layout__searchContainer___KrDfq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3xgXZ .layout__content___3dTFJ {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3xgXZ .layout__content___3dTFJ,
.layout__cardContainer___3xgXZ .layout__content___3dTFJ .layout__createNewCard___2SWvx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3xgXZ .layout__content___3dTFJ .layout__createNewCard___2SWvx {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3xgXZ .layout__content___3dTFJ .layout__createNewCard___2SWvx .layout__plusIcon___8XDnn {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3xgXZ .layout__content___3dTFJ .layout__createNewCard___2SWvx .layout__plusIcon___8XDnn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3xgXZ .layout__cardListContainer___2-NAo {
  background-color: #fff;
}

.layout__cardContainer___3xgXZ .layout__cardsLogo___Iif6s {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3xgXZ .layout__featuredDot___4BViZ,
.layout__cardContainer___3xgXZ .layout__notFeaturedDot___2vUNW {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3xgXZ .layout__notFeaturedDot___2vUNW {
  background-color: red;
}

.layout__cardContainer___3xgXZ .layout__edit___1yGu2 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3xgXZ .layout__delete___31LVO,
.layout__cardContainer___3xgXZ .layout__edit___1yGu2 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3xgXZ .layout__delete___31LVO {
  padding-right: 6px;
}

.layout__contentBox___2iJJ1 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1dlfV {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1dlfV .layout__inputTxt___3lm90 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1dlfV .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1dlfV .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1dlfV .content {
  padding: 10px;
}

.layout__createMerchantContainer___1dlfV .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1dlfV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1dlfV .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1dlfV .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1dlfV .content .actionContainer .actionButton,
.layout__createMerchantContainer___1dlfV .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1dlfV .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1dlfV .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3YCzT {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2fBnI {
  padding: 30px 15px;
}

.layout__cardContainer___2fBnI .layout__inputSearch___3Wrlm {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2fBnI .layout__inputSearch___3Wrlm:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2fBnI .layout__inputSearch___3Wrlm::placeholder {
  font-style: italic;
}

.layout__cardContainer___2fBnI .layout__toolBar___3u-OP {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2fBnI .layout__toolBar___3u-OP .layout__title___2caiE {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2fBnI .layout__toolBar___3u-OP .layout__searchContainer___2ZJn8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2fBnI .layout__content___ASMZQ {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2fBnI .layout__content___ASMZQ,
.layout__cardContainer___2fBnI .layout__content___ASMZQ .layout__createNewCard___13bQQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2fBnI .layout__content___ASMZQ .layout__createNewCard___13bQQ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2fBnI .layout__content___ASMZQ .layout__createNewCard___13bQQ .layout__plusIcon___2HtY1 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2fBnI .layout__content___ASMZQ .layout__createNewCard___13bQQ .layout__plusIcon___2HtY1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2fBnI .layout__cardListContainer___1plp- {
  background-color: #fff;
}

.layout__cardContainer___2fBnI .layout__cardsLogo___JoZxo {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2fBnI .layout__featuredDot___3hmfZ,
.layout__cardContainer___2fBnI .layout__notFeaturedDot___iPhBW {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2fBnI .layout__notFeaturedDot___iPhBW {
  background-color: red;
}

.layout__cardContainer___2fBnI .layout__edit___3_iZL {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2fBnI .layout__delete___2gQv7,
.layout__cardContainer___2fBnI .layout__edit___3_iZL {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2fBnI .layout__delete___2gQv7 {
  padding-right: 6px;
}

.layout__contentBox___3HMRg {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3XEsW {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3XEsW .layout__inputTxt___1AcsR {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3XEsW .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3XEsW .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3XEsW .content {
  padding: 10px;
}

.layout__createMerchantContainer___3XEsW .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3XEsW .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3XEsW .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3XEsW .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3XEsW .content .actionContainer .actionButton,
.layout__createMerchantContainer___3XEsW .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3XEsW .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3XEsW .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3UBjE {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___28SY0 {
  height: 100%;
  margin: 10px;
}

.layout__cardContainer___28SY0 .layout__inputSearch___4Esdn {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___28SY0 .layout__inputSearch___4Esdn:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___28SY0 .layout__inputSearch___4Esdn::placeholder {
  font-style: italic;
}

.layout__cardContainer___28SY0 .layout__toolBar___2Ptpk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___28SY0 .layout__toolBar___2Ptpk .layout__title___23Ia6 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___28SY0 .layout__toolBar___2Ptpk .layout__searchContainer___3YCpq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___28SY0 .layout__content___21s_W {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___28SY0 .layout__content___21s_W,
.layout__cardContainer___28SY0 .layout__content___21s_W .layout__createNewCard___3WZPy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___28SY0 .layout__content___21s_W .layout__createNewCard___3WZPy {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___28SY0 .layout__content___21s_W .layout__createNewCard___3WZPy .layout__plusIcon___Cuexs {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___28SY0 .layout__content___21s_W .layout__createNewCard___3WZPy .layout__plusIcon___Cuexs span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___28SY0 .layout__cardListContainer___2x8eB {
  background-color: #fff;
}

.layout__cardContainer___28SY0 .layout__cardsLogo___2DBI5 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___28SY0 .layout__featuredDot___1aXMu,
.layout__cardContainer___28SY0 .layout__notFeaturedDot___15V1q {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___28SY0 .layout__notFeaturedDot___15V1q {
  background-color: red;
}

.layout__cardContainer___28SY0 .layout__edit___3mi0F {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___28SY0 .layout__delete___1jInH,
.layout__cardContainer___28SY0 .layout__edit___3mi0F {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___28SY0 .layout__delete___1jInH {
  padding-right: 6px;
}

.layout__contentBox___a2f95 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___G4BK9 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___G4BK9 .layout__inputTxt___3mW36 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___G4BK9 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___G4BK9 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___G4BK9 .content {
  padding: 10px;
}

.layout__createMerchantContainer___G4BK9 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___G4BK9 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___G4BK9 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer .actionButton,
.layout__createMerchantContainer___G4BK9 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___G4BK9 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___17eOH {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1iM8Y {
  padding: 30px 15px;
}

.layout__cardContainer___1iM8Y .layout__inputSearch___28Je0 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1iM8Y .layout__inputSearch___28Je0:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1iM8Y .layout__inputSearch___28Je0::placeholder {
  font-style: italic;
}

.layout__cardContainer___1iM8Y .layout__toolBar___2iLCb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1iM8Y .layout__toolBar___2iLCb .layout__title___3CkBE {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1iM8Y .layout__toolBar___2iLCb .layout__searchContainer___1P0LK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1iM8Y .layout__content___3jsI9 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1iM8Y .layout__content___3jsI9,
.layout__cardContainer___1iM8Y .layout__content___3jsI9 .layout__createNewCard___26YAG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1iM8Y .layout__content___3jsI9 .layout__createNewCard___26YAG {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1iM8Y .layout__content___3jsI9 .layout__createNewCard___26YAG .layout__plusIcon___2YsHW {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1iM8Y .layout__content___3jsI9 .layout__createNewCard___26YAG .layout__plusIcon___2YsHW span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1iM8Y .layout__cardListContainer___3bRMe {
  background-color: #fff;
}

.layout__cardContainer___1iM8Y .layout__cardsLogo___2Aoyr {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1iM8Y .layout__featuredDot___TXzZ4,
.layout__cardContainer___1iM8Y .layout__notFeaturedDot___2ifGR {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1iM8Y .layout__notFeaturedDot___2ifGR {
  background-color: red;
}

.layout__cardContainer___1iM8Y .layout__edit___83df- {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1iM8Y .layout__delete___28Vug,
.layout__cardContainer___1iM8Y .layout__edit___83df- {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1iM8Y .layout__delete___28Vug {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1iM8Y .layout__check___2lnLk {
  color: inherit;
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1iM8Y .layout__close___2QKyY {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1iM8Y .layout__close___2QKyY,
.layout__cardContainer___1iM8Y .layout__unlock___lcDzH {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
}

.layout__cardContainer___1iM8Y .layout__unlock___lcDzH {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1iM8Y .layout__lockIcon___jPsSm {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
}

.layout__cardContainer___1iM8Y .layout__inputForm___24plB {
  width: 100px;
}

.layout__contentBox___r2Z24 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___m8jVc {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___m8jVc .layout__inputTxt___3mr99 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___m8jVc .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___m8jVc .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___m8jVc .content {
  padding: 10px;
}

.layout__createMerchantContainer___m8jVc .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___m8jVc .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___m8jVc .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___m8jVc .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___m8jVc .content .actionContainer .actionButton,
.layout__createMerchantContainer___m8jVc .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___m8jVc .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___m8jVc .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1BmjZ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3GZcq {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3GZcq .layout__inputTxt___2e994 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3GZcq .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3GZcq .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3GZcq .content {
  padding: 10px;
}

.layout__createMerchantContainer___3GZcq .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3GZcq .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3GZcq .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3GZcq .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3GZcq .content .actionContainer .actionButton,
.layout__createMerchantContainer___3GZcq .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3GZcq .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3GZcq .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___28xOn {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1wIkw {
  padding: 30px 15px;
}

.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r.layout__disabled___3eZcE,
.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r:active,
.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r:focus,
.layout__cardContainer___1wIkw .layout__createBtn___1Iy1r:visited {
  outline: 0;
}

.layout__cardContainer___1wIkw .layout__inputSearch___3sYUe {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1wIkw .layout__inputSearch___3sYUe:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1wIkw .layout__inputSearch___3sYUe::placeholder {
  font-style: italic;
}

.layout__cardContainer___1wIkw .layout__toolBar___vJjwW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1wIkw .layout__toolBar___vJjwW .layout__title___27heV {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1wIkw .layout__toolBar___vJjwW .layout__searchContainer___1YYQ3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1wIkw .layout__content___NlLDM {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1wIkw .layout__content___NlLDM,
.layout__cardContainer___1wIkw .layout__content___NlLDM .layout__createNewCard___2uVjZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1wIkw .layout__content___NlLDM .layout__createNewCard___2uVjZ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1wIkw .layout__content___NlLDM .layout__createNewCard___2uVjZ .layout__plusIcon___Cu3hE {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1wIkw .layout__content___NlLDM .layout__createNewCard___2uVjZ .layout__plusIcon___Cu3hE span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1wIkw .layout__cardListContainer___5j3cZ {
  background-color: #fff;
}

.layout__cardContainer___1wIkw .layout__cardsLogo___Feb-N {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1wIkw .layout__featuredDot___3I4FM,
.layout__cardContainer___1wIkw .layout__notFeaturedDot___2FHX7 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1wIkw .layout__notFeaturedDot___2FHX7 {
  background-color: red;
}

.layout__cardContainer___1wIkw .layout__edit___3Titw {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1wIkw .layout__delete___2yxRo,
.layout__cardContainer___1wIkw .layout__edit___3Titw {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1wIkw .layout__delete___2yxRo {
  padding-right: 6px;
}

.layout__contentBox___2I2hY {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1mIls {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1mIls .layout__inputTxt___1cEFI {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1mIls .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1mIls .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1mIls .content {
  padding: 10px;
}

.layout__createMerchantContainer___1mIls .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1mIls .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1mIls .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1mIls .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1mIls .content .actionContainer .actionButton,
.layout__createMerchantContainer___1mIls .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1mIls .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1mIls .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___BGHIU {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3dPog {
  padding: 30px 15px;
}

.layout__cardContainer___3dPog .layout__createBtn___Z7OeT {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3dPog .layout__createBtn___Z7OeT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3dPog .layout__createBtn___Z7OeT.layout__disabled___wLR5F,
.layout__cardContainer___3dPog .layout__createBtn___Z7OeT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3dPog .layout__createBtn___Z7OeT:active,
.layout__cardContainer___3dPog .layout__createBtn___Z7OeT:focus,
.layout__cardContainer___3dPog .layout__createBtn___Z7OeT:visited {
  outline: 0;
}

.layout__cardContainer___3dPog .layout__inputSearch___2Ftrg {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3dPog .layout__inputSearch___2Ftrg:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3dPog .layout__inputSearch___2Ftrg::placeholder {
  font-style: italic;
}

.layout__cardContainer___3dPog .layout__toolBar___3UQHQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3dPog .layout__toolBar___3UQHQ .layout__title___109vG {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3dPog .layout__toolBar___3UQHQ .layout__searchContainer___3HyaM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3dPog .layout__content___1-FPY {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3dPog .layout__content___1-FPY,
.layout__cardContainer___3dPog .layout__content___1-FPY .layout__createNewCard___3oLaS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3dPog .layout__content___1-FPY .layout__createNewCard___3oLaS {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3dPog .layout__content___1-FPY .layout__createNewCard___3oLaS .layout__plusIcon___wVg19 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3dPog .layout__content___1-FPY .layout__createNewCard___3oLaS .layout__plusIcon___wVg19 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3dPog .layout__cardListContainer___3YtPX {
  background-color: #fff;
}

.layout__cardContainer___3dPog .layout__cardsLogo___kplhs {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3dPog .layout__featuredDot___33IsQ,
.layout__cardContainer___3dPog .layout__notFeaturedDot___FcCtJ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3dPog .layout__notFeaturedDot___FcCtJ {
  background-color: red;
}

.layout__cardContainer___3dPog .layout__edit___1u1uo {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3dPog .layout__delete___uuEtX,
.layout__cardContainer___3dPog .layout__edit___1u1uo {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3dPog .layout__delete___uuEtX {
  padding-right: 6px;
}

.layout__contentBox___1G2nH {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__fullBox___APNF3 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___1D43t {
  min-width: calc(100% - 300px);
}

.layout__box___IbNug {
  padding: 0 10px;
}

.layout__searchbox___2xEfL {
  margin-top: 15px;
}

.layout__searchInput___3dOSv {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__contentcontainer___1Quvu {
  font-size: 10px!important;
}

.layout__btnStats___3v1rt {
  height: 35px;
  width: 140px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3v1rt:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3v1rt.layout__disabled___1Sabf,
.layout__btnStats___3v1rt:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3v1rt:active,
.layout__btnStats___3v1rt:focus,
.layout__btnStats___3v1rt:visited {
  outline: 0;
}

.layout__coverBox___3isyK {
  width: 230px;
  display: inline-block;
}

.layout__coverBox___3isyK input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___38mNW {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___1GJ9d,
.layout__modalcontainer___38mNW {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___1GJ9d {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___3VOPG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___1ZQTl {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___1nfmZ {
  width: 100%;
}

.layout__mailContainer___2E_X8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___1QHPM {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___35aS9 {
  float: right;
  right: 0;
}

.layout__linkpopup___1SvjD {
  cursor: pointer;
}

.layout__list___GRg-G {
  padding: 0 25px;
}

.layout__list___GRg-G td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___GRg-G .layout__curPointer___4yd1c {
  cursor: pointer;
}

.layout__list___GRg-G .layout__count___3swrO {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___GRg-G .layout__countNumber___ADPqY {
  color: #028547;
}

.layout__list___GRg-G .layout__tableHeader___3Yu3s {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__list___GRg-G .layout__decreaseIcon___KiVS9,
.layout__list___GRg-G .layout__increaseIcon___13xuN {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___GRg-G .layout__decreaseIcon___KiVS9 {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___GRg-G .layout__downloadIcon___VJo2k {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___GRg-G .layout__applicationLink___2KKOq {
  color: #000;
}

.layout__list___GRg-G .layout__approved___31HLF,
.layout__list___GRg-G .layout__carddeliver___3in-H,
.layout__list___GRg-G .layout__cardship___20axf,
.layout__list___GRg-G .layout__draft___lCY_j,
.layout__list___GRg-G .layout__inprocess___8b__0,
.layout__list___GRg-G .layout__status___1-gOD,
.layout__list___GRg-G .layout__submitteddoc___2aiM1,
.layout__list___GRg-G .layout__sumittedapp___3mn6j {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___GRg-G .layout__draft___lCY_j {
  color: #9c27b0;
}

.layout__list___GRg-G .layout__sumittedapp___3mn6j {
  color: #e91e63;
}

.layout__list___GRg-G .layout__submitteddoc___2aiM1 {
  color: #4caf50;
}

.layout__list___GRg-G .layout__inprocess___8b__0 {
  color: #f76045;
}

.layout__list___GRg-G .layout__approved___31HLF {
  color: #f4bf75;
}

.layout__list___GRg-G .layout__cardship___20axf {
  color: #795548;
}

.layout__list___GRg-G .layout__carddeliver___3in-H {
  color: #1976d2;
}

.layout__list___GRg-G .layout__border___1G6wS,
.layout__list___GRg-G .layout__carddeliverBorder___1yCvI,
.layout__list___GRg-G .layout__cardshipBorder___ZuzoJ,
.layout__list___GRg-G .layout__savedBorder___3MMc9,
.layout__list___GRg-G .layout__submitteddocBorder___388qC,
.layout__list___GRg-G .layout__sumittedappBorder___3XaQU,
.layout__list___GRg-G .layout__verificationBorder___3AUVK {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___GRg-G .layout__savedBorder___3MMc9 {
  border-left-color: #9c27b0;
}

.layout__list___GRg-G .layout__submitteddocBorder___388qC {
  border-left-color: #4caf50;
}

.layout__list___GRg-G .layout__cardshipBorder___ZuzoJ {
  border-left-color: #795548;
}

.layout__list___GRg-G .layout__carddeliverBorder___1yCvI {
  border-left-color: #1976d2;
}

.layout__list___GRg-G .layout__sumittedappBorder___3XaQU,
.layout__list___GRg-G .layout__verificationBorder___3AUVK {
  border-left-color: #e91e63;
}

.layout__list___GRg-G .layout__statusBox___1Az2B {
  margin: 0;
}

.layout__inputItem___3GBNm {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__pageTitle___Y39mD {
  margin: 0 0 30px;
  text-align: center;
}

.layout__btnGroup___3vypX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

.layout__fieldContent___rdiGE {
  margin: 0 0 20px;
}

.layout__actionButton___1sS1z,
.layout__cancelBtn___2uTHa,
.layout__createBtn___1I1Gv {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  margin: 0 10px 10px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width:769px) {
  .layout__actionButton___1sS1z,
  .layout__cancelBtn___2uTHa,
  .layout__createBtn___1I1Gv {
    height: 35px;
    width: 115px;
  }
}

.layout__cancelBtn___2uTHa {
  background-color: #ececec;
}

.layout__createBtn___1I1Gv {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createBtn___1I1Gv:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createBtn___1I1Gv.layout__disabled___3Nx3v,
.layout__createBtn___1I1Gv:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createBtn___1I1Gv:active,
.layout__createBtn___1I1Gv:focus,
.layout__createBtn___1I1Gv:visited {
  outline: 0;
}

.layout__createMerchantContainer___39DIY {
  width: 100%;
  max-width: 600px;
  padding: 60px 15px;
  margin: 0 auto;
}

.layout__createMerchantContainer___39DIY .layout__inputTxt___1gldY {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___39DIY .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___39DIY .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___39DIY .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___39DIY .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__cardContainer___1Sxdo {
  padding: 30px 15px;
}

.layout__cardContainer___1Sxdo .layout__inputSearch___1tb0D {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1Sxdo .layout__inputSearch___1tb0D:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1Sxdo .layout__inputSearch___1tb0D::placeholder {
  font-style: italic;
}

.layout__cardContainer___1Sxdo .layout__toolBar___kgK4y {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.layout__cardContainer___1Sxdo .layout__toolBar___kgK4y,
.layout__cardContainer___1Sxdo .layout__toolBar___kgK4y .layout__searchContainer___1fS9i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1Sxdo .layout__content___2dULZ {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1Sxdo .layout__content___2dULZ,
.layout__cardContainer___1Sxdo .layout__content___2dULZ .layout__createNewCard___30rZ- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1Sxdo .layout__content___2dULZ .layout__createNewCard___30rZ- {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1Sxdo .layout__content___2dULZ .layout__createNewCard___30rZ- .layout__plusIcon___1UJ0K {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1Sxdo .layout__content___2dULZ .layout__createNewCard___30rZ- .layout__plusIcon___1UJ0K span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1Sxdo .layout__cardListContainer___3tYUL {
  background-color: #fff;
}

.layout__cardContainer___1Sxdo .layout__cardsLogo___2dBcZ {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1Sxdo .layout__featuredDot___2BLLA,
.layout__cardContainer___1Sxdo .layout__notFeaturedDot___34WTH {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1Sxdo .layout__notFeaturedDot___34WTH {
  background-color: red;
}

.layout__cardContainer___1Sxdo .layout__edit___2ZaLc {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1Sxdo .layout__delete___1SgK2,
.layout__cardContainer___1Sxdo .layout__edit___2ZaLc {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1Sxdo .layout__delete___1SgK2 {
  padding-right: 6px;
}

.layout__triangleBtn___tj7Lc {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___tj7Lc {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___tj7Lc:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___tj7Lc.layout__isOpening___3NyJg:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3N7te td:not(.layout__wrapTriAngle___2llN6) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___19T-n {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__tableList___3voZk {
  word-break: break-word;
}

.layout__tableList___3voZk th input {
  width: 100%;
}

.layout__title___194EF {
  margin: 0 0 30px;
}

@media screen and (max-width:769px) {
  .layout__btnWrap___3kBji {
    width: 100%;
    margin: 10px 0 0;
  }
}

.layout__createMerchantContainer___1HaL- {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1HaL- .layout__inputTxt___10VCo {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1HaL- .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1HaL- .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1HaL- .content {
  padding: 10px;
}

.layout__createMerchantContainer___1HaL- .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1HaL- .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1HaL- .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1HaL- .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1HaL- .content .actionContainer .actionButton,
.layout__createMerchantContainer___1HaL- .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1HaL- .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1HaL- .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1JgN7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2CU-u {
  padding: 30px 15px;
}

.layout__cardContainer___2CU-u .layout__createBtn___1eqCy {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2CU-u .layout__createBtn___1eqCy:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2CU-u .layout__createBtn___1eqCy.layout__disabled___2dwYn,
.layout__cardContainer___2CU-u .layout__createBtn___1eqCy:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2CU-u .layout__createBtn___1eqCy:active,
.layout__cardContainer___2CU-u .layout__createBtn___1eqCy:focus,
.layout__cardContainer___2CU-u .layout__createBtn___1eqCy:visited {
  outline: 0;
}

.layout__cardContainer___2CU-u .layout__inputSearch___2k8VB {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2CU-u .layout__inputSearch___2k8VB:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2CU-u .layout__inputSearch___2k8VB::placeholder {
  font-style: italic;
}

.layout__cardContainer___2CU-u .layout__toolBar___2u2jE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2CU-u .layout__toolBar___2u2jE .layout__title___3FUME {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2CU-u .layout__toolBar___2u2jE .layout__searchContainer___9ndft {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2CU-u .layout__content___25AJa {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2CU-u .layout__content___25AJa,
.layout__cardContainer___2CU-u .layout__content___25AJa .layout__createNewCard___1ml32 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2CU-u .layout__content___25AJa .layout__createNewCard___1ml32 {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2CU-u .layout__content___25AJa .layout__createNewCard___1ml32 .layout__plusIcon___cnSPy {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2CU-u .layout__content___25AJa .layout__createNewCard___1ml32 .layout__plusIcon___cnSPy span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2CU-u .layout__cardListContainer___3E93C {
  background-color: #fff;
}

.layout__cardContainer___2CU-u .layout__cardsLogo___3HtUp {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2CU-u .layout__featuredDot___2KRNq,
.layout__cardContainer___2CU-u .layout__notFeaturedDot___L5S6L {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2CU-u .layout__notFeaturedDot___L5S6L {
  background-color: red;
}

.layout__cardContainer___2CU-u .layout__edit___3LnMU {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2CU-u .layout__delete___9AguI,
.layout__cardContainer___2CU-u .layout__edit___3LnMU {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2CU-u .layout__delete___9AguI {
  padding-right: 6px;
}

.layout__contentBox___1ptjW {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__pageTitle___18ALs {
  margin: 0 0 30px;
  text-align: center;
}

.layout__btnGroup___3v5Mx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

.layout__fieldContent___14n9a {
  margin: 0 0 20px;
}

.layout__actionButton___XdkZ6,
.layout__cancelBtn___KrF64,
.layout__createBtn___1gV17 {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  margin: 0 10px 10px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width:769px) {
  .layout__actionButton___XdkZ6,
  .layout__cancelBtn___KrF64,
  .layout__createBtn___1gV17 {
    height: 35px;
    width: 115px;
  }
}

.layout__cancelBtn___KrF64 {
  background-color: #ececec;
}

.layout__createBtn___1gV17 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createBtn___1gV17:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createBtn___1gV17.layout__disabled___25dNy,
.layout__createBtn___1gV17:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createBtn___1gV17:active,
.layout__createBtn___1gV17:focus,
.layout__createBtn___1gV17:visited {
  outline: 0;
}

.layout__createMerchantContainer___304KK {
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
  max-width: 600px;
}

.layout__createMerchantContainer___304KK .layout__inputTxt___36geG {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___304KK .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___304KK .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___304KK .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___304KK .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__inputItem____AUbO {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__title___3rxCv {
  margin: 0 0 30px;
}

.layout__cardContainer___2FnMc {
  padding: 30px 15px;
}

.layout__cardContainer___2FnMc .layout__inputSearch___2xWai {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2FnMc .layout__inputSearch___2xWai:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2FnMc .layout__inputSearch___2xWai::placeholder {
  font-style: italic;
}

.layout__cardContainer___2FnMc .layout__toolBar___28HC1 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.layout__cardContainer___2FnMc .layout__toolBar___28HC1,
.layout__cardContainer___2FnMc .layout__toolBar___28HC1 .layout__searchContainer___3OIT8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2FnMc .layout__content___1iFU1 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2FnMc .layout__content___1iFU1,
.layout__cardContainer___2FnMc .layout__content___1iFU1 .layout__createNewCard____HwK0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2FnMc .layout__content___1iFU1 .layout__createNewCard____HwK0 {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2FnMc .layout__content___1iFU1 .layout__createNewCard____HwK0 .layout__plusIcon___1BJfJ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2FnMc .layout__content___1iFU1 .layout__createNewCard____HwK0 .layout__plusIcon___1BJfJ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2FnMc .layout__cardListContainer___1vsCD {
  background-color: #fff;
}

.layout__cardContainer___2FnMc .layout__cardsLogo___35DHo {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2FnMc .layout__featuredDot___22b0x,
.layout__cardContainer___2FnMc .layout__notFeaturedDot___O6vAF {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2FnMc .layout__notFeaturedDot___O6vAF {
  background-color: red;
}

.layout__cardContainer___2FnMc .layout__edit___C28i6 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2FnMc .layout__delete___2hTps,
.layout__cardContainer___2FnMc .layout__edit___C28i6 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2FnMc .layout__delete___2hTps {
  padding-right: 6px;
}

.layout__triangleBtn___XGDyg {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___XGDyg {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___XGDyg:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___XGDyg.layout__isOpening___2BD2F:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__tableList___3bM1k {
  word-break: break-word;
}

.layout__tableList___3bM1k th input {
  width: 100%;
}

@media screen and (max-width:769px) {
  .layout__collapsed___25thF td:not(.layout__wrapTriAngle___3XcM_) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___Z6zib {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__createMerchantContainer___1KYL7 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1KYL7 .layout__inputTxt___3fr9L {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1KYL7 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1KYL7 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1KYL7 .content {
  padding: 10px;
}

.layout__createMerchantContainer___1KYL7 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1KYL7 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1KYL7 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer .actionButton,
.layout__createMerchantContainer___1KYL7 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1KYL7 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2szvc {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2jl2t {
  padding: 30px 15px;
}

.layout__cardContainer___2jl2t .layout__createBtn___JXZQl {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2jl2t .layout__createBtn___JXZQl:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2jl2t .layout__createBtn___JXZQl.layout__disabled___4Erdn,
.layout__cardContainer___2jl2t .layout__createBtn___JXZQl:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2jl2t .layout__createBtn___JXZQl:active,
.layout__cardContainer___2jl2t .layout__createBtn___JXZQl:focus,
.layout__cardContainer___2jl2t .layout__createBtn___JXZQl:visited {
  outline: 0;
}

.layout__cardContainer___2jl2t .layout__inputSearch___1zaCD {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2jl2t .layout__inputSearch___1zaCD:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2jl2t .layout__inputSearch___1zaCD::placeholder {
  font-style: italic;
}

.layout__cardContainer___2jl2t .layout__toolBar___2rmww {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2jl2t .layout__toolBar___2rmww .layout__title___VtM0T {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2jl2t .layout__toolBar___2rmww .layout__searchContainer___18a2f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2jl2t .layout__content___2pJ0D {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2jl2t .layout__content___2pJ0D,
.layout__cardContainer___2jl2t .layout__content___2pJ0D .layout__createNewCard___1dxbU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2jl2t .layout__content___2pJ0D .layout__createNewCard___1dxbU {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2jl2t .layout__content___2pJ0D .layout__createNewCard___1dxbU .layout__plusIcon___2Z78i {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2jl2t .layout__content___2pJ0D .layout__createNewCard___1dxbU .layout__plusIcon___2Z78i span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2jl2t .layout__cardListContainer___1nBF0 {
  background-color: #fff;
}

.layout__cardContainer___2jl2t .layout__cardsLogo___1at00 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2jl2t .layout__featuredDot___1sfVy,
.layout__cardContainer___2jl2t .layout__notFeaturedDot___ULWiZ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2jl2t .layout__notFeaturedDot___ULWiZ {
  background-color: red;
}

.layout__cardContainer___2jl2t .layout__edit___ZTnxi {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2jl2t .layout__delete___20VQ4,
.layout__cardContainer___2jl2t .layout__edit___ZTnxi {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2jl2t .layout__delete___20VQ4 {
  padding-right: 6px;
}

.layout__contentBox___10yCD {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3G1wm {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3G1wm .layout__inputTxt___1SfZX {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3G1wm .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3G1wm .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3G1wm .content {
  padding: 10px;
}

.layout__createMerchantContainer___3G1wm .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3G1wm .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3G1wm .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3G1wm .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3G1wm .content .actionContainer .actionButton,
.layout__createMerchantContainer___3G1wm .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3G1wm .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3G1wm .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1Njlb {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1wH9Z {
  padding: 30px 15px;
}

.layout__cardContainer___1wH9Z .layout__createBtn___1UpND {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1wH9Z .layout__createBtn___1UpND:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1wH9Z .layout__createBtn___1UpND.layout__disabled___28LQm,
.layout__cardContainer___1wH9Z .layout__createBtn___1UpND:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1wH9Z .layout__createBtn___1UpND:active,
.layout__cardContainer___1wH9Z .layout__createBtn___1UpND:focus,
.layout__cardContainer___1wH9Z .layout__createBtn___1UpND:visited {
  outline: 0;
}

.layout__cardContainer___1wH9Z .layout__inputSearch___E0_sf {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1wH9Z .layout__inputSearch___E0_sf:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1wH9Z .layout__inputSearch___E0_sf::placeholder {
  font-style: italic;
}

.layout__cardContainer___1wH9Z .layout__toolBar___3iZ7D {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1wH9Z .layout__toolBar___3iZ7D .layout__title___31COG {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1wH9Z .layout__toolBar___3iZ7D .layout__searchContainer___3D75I {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1wH9Z .layout__content___1eVr2 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1wH9Z .layout__content___1eVr2,
.layout__cardContainer___1wH9Z .layout__content___1eVr2 .layout__createNewCard___2RQVH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1wH9Z .layout__content___1eVr2 .layout__createNewCard___2RQVH {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1wH9Z .layout__content___1eVr2 .layout__createNewCard___2RQVH .layout__plusIcon___1OfQ7 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1wH9Z .layout__content___1eVr2 .layout__createNewCard___2RQVH .layout__plusIcon___1OfQ7 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1wH9Z .layout__cardListContainer___28wYW {
  background-color: #fff;
}

.layout__cardContainer___1wH9Z .layout__cardsLogo___3iCLt {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1wH9Z .layout__featuredDot___2F5c9,
.layout__cardContainer___1wH9Z .layout__notFeaturedDot___OymEu {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1wH9Z .layout__notFeaturedDot___OymEu {
  background-color: red;
}

.layout__cardContainer___1wH9Z .layout__edit___314ou {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1wH9Z .layout__delete___2sHJC,
.layout__cardContainer___1wH9Z .layout__edit___314ou {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1wH9Z .layout__delete___2sHJC {
  padding-right: 6px;
}

.layout__contentBox___2vt3i {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___AYonG {
  padding: 30px 15px;
}

.layout__cardContainer___AYonG .layout__inputSearch___2nJuc {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___AYonG .layout__inputSearch___2nJuc:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___AYonG .layout__inputSearch___2nJuc::placeholder {
  font-style: italic;
}

.layout__cardContainer___AYonG .layout__toolBar___1hsWy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___AYonG .layout__toolBar___1hsWy .layout__title___1nuCp {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___AYonG .layout__toolBar___1hsWy .layout__searchContainer___2c8fn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___AYonG .layout__content___1SBve {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___AYonG .layout__content___1SBve,
.layout__cardContainer___AYonG .layout__content___1SBve .layout__createNewCard___1D5Bq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___AYonG .layout__content___1SBve .layout__createNewCard___1D5Bq {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___AYonG .layout__content___1SBve .layout__createNewCard___1D5Bq .layout__plusIcon___CUZe6 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___AYonG .layout__content___1SBve .layout__createNewCard___1D5Bq .layout__plusIcon___CUZe6 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___AYonG .layout__cardListContainer___5bwDG {
  background-color: #fff;
}

.layout__cardContainer___AYonG .layout__cardsLogo___ElmQL {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___AYonG .layout__featuredDot___inIhw,
.layout__cardContainer___AYonG .layout__notFeaturedDot___2xjdi {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___AYonG .layout__notFeaturedDot___2xjdi {
  background-color: red;
}

.layout__cardContainer___AYonG .layout__edit___pNylj {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___AYonG .layout__delete___IVN5o {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.layout__contentBox___35YL2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2EhXH {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2EhXH .layout__inputTxt___G4r8Z {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2EhXH .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2EhXH .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2EhXH .content {
  padding: 10px;
}

.layout__createMerchantContainer___2EhXH .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___2EhXH .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2EhXH .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2EhXH .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2EhXH .content .actionContainer .actionButton,
.layout__createMerchantContainer___2EhXH .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2EhXH .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2EhXH .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___13xys {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3GKz0 {
  padding: 30px 15px;
}

.layout__cardContainer___3GKz0 .layout__inputSearch___1bVID {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3GKz0 .layout__inputSearch___1bVID:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3GKz0 .layout__inputSearch___1bVID::placeholder {
  font-style: italic;
}

.layout__cardContainer___3GKz0 .layout__toolBar___1m3xC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3GKz0 .layout__toolBar___1m3xC .layout__title___3Gpbh {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3GKz0 .layout__toolBar___1m3xC .layout__searchContainer___22jRU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3GKz0 .layout__content___6nTjj {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3GKz0 .layout__content___6nTjj,
.layout__cardContainer___3GKz0 .layout__content___6nTjj .layout__createNewCard___1XenU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3GKz0 .layout__content___6nTjj .layout__createNewCard___1XenU {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3GKz0 .layout__content___6nTjj .layout__createNewCard___1XenU .layout__plusIcon___1TBzG {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3GKz0 .layout__content___6nTjj .layout__createNewCard___1XenU .layout__plusIcon___1TBzG span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3GKz0 .layout__createBtn___38U99 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3GKz0 .layout__createBtn___38U99:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3GKz0 .layout__createBtn___38U99.layout__disabled___KNIiQ,
.layout__cardContainer___3GKz0 .layout__createBtn___38U99:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3GKz0 .layout__createBtn___38U99:active,
.layout__cardContainer___3GKz0 .layout__createBtn___38U99:focus,
.layout__cardContainer___3GKz0 .layout__createBtn___38U99:visited {
  outline: 0;
}

.layout__cardContainer___3GKz0 .layout__cardListContainer___3GokI {
  background-color: #fff;
}

.layout__cardContainer___3GKz0 .layout__cardsLogo___2jnFn {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3GKz0 .layout__featuredDot___2yYRa,
.layout__cardContainer___3GKz0 .layout__notFeaturedDot___3eoUf {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3GKz0 .layout__notFeaturedDot___3eoUf {
  background-color: red;
}

.layout__cardContainer___3GKz0 .layout__edit___23KIv {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3GKz0 .layout__delete___1ToWb,
.layout__cardContainer___3GKz0 .layout__edit___23KIv {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3GKz0 .layout__delete___1ToWb {
  padding-right: 6px;
}

.layout__contentBox___rv7Is {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3RThV {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3RThV .layout__inputTxt___2TvBM {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3RThV .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3RThV .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3RThV .content {
  padding: 10px;
}

.layout__createMerchantContainer___3RThV .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3RThV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3RThV .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3RThV .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3RThV .content .actionContainer .actionButton,
.layout__createMerchantContainer___3RThV .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3RThV .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3RThV .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___35yY3 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2NHUf {
  padding: 30px 15px;
}

.layout__cardContainer___2NHUf .layout__inputSearch___27uvy {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2NHUf .layout__inputSearch___27uvy:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2NHUf .layout__inputSearch___27uvy::placeholder {
  font-style: italic;
}

.layout__cardContainer___2NHUf .layout__toolBar___3QjxK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2NHUf .layout__toolBar___3QjxK .layout__title___dh5i0 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2NHUf .layout__toolBar___3QjxK .layout__searchContainer___2Xq_t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2NHUf .layout__content___15EYO {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2NHUf .layout__content___15EYO,
.layout__cardContainer___2NHUf .layout__content___15EYO .layout__createNewCard___2F8em {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2NHUf .layout__content___15EYO .layout__createNewCard___2F8em {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2NHUf .layout__content___15EYO .layout__createNewCard___2F8em .layout__plusIcon___3hVQs {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2NHUf .layout__content___15EYO .layout__createNewCard___2F8em .layout__plusIcon___3hVQs span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2NHUf .layout__createBtn___3PzI7 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2NHUf .layout__createBtn___3PzI7:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2NHUf .layout__createBtn___3PzI7.layout__disabled___3UfaL,
.layout__cardContainer___2NHUf .layout__createBtn___3PzI7:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2NHUf .layout__createBtn___3PzI7:active,
.layout__cardContainer___2NHUf .layout__createBtn___3PzI7:focus,
.layout__cardContainer___2NHUf .layout__createBtn___3PzI7:visited {
  outline: 0;
}

.layout__cardContainer___2NHUf .layout__cardListContainer___1PiEM {
  background-color: #fff;
}

.layout__cardContainer___2NHUf .layout__cardsLogo___324nt {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2NHUf .layout__featuredDot___3WQ5q,
.layout__cardContainer___2NHUf .layout__notFeaturedDot___2Gq__ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2NHUf .layout__notFeaturedDot___2Gq__ {
  background-color: red;
}

.layout__cardContainer___2NHUf .layout__edit___1tgqh {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2NHUf .layout__delete___2YCux,
.layout__cardContainer___2NHUf .layout__edit___1tgqh {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2NHUf .layout__delete___2YCux {
  padding-right: 6px;
}

.layout__contentBox___2UFNr {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1txFn {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1txFn .layout__inputTxt___YWViA {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1txFn .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1txFn .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1txFn .content {
  padding: 10px;
}

.layout__createMerchantContainer___1txFn .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1txFn .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1txFn .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1txFn .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1txFn .content .actionContainer .actionButton,
.layout__createMerchantContainer___1txFn .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1txFn .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1txFn .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___yzebH {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1qnnH {
  padding: 30px 15px;
}

.layout__cardContainer___1qnnH .layout__createBtn___Vybcv {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1qnnH .layout__createBtn___Vybcv:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1qnnH .layout__createBtn___Vybcv.layout__disabled___3ZMq0,
.layout__cardContainer___1qnnH .layout__createBtn___Vybcv:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1qnnH .layout__createBtn___Vybcv:active,
.layout__cardContainer___1qnnH .layout__createBtn___Vybcv:focus,
.layout__cardContainer___1qnnH .layout__createBtn___Vybcv:visited {
  outline: 0;
}

.layout__cardContainer___1qnnH .layout__inputSearch___12Jnp {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1qnnH .layout__inputSearch___12Jnp:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1qnnH .layout__inputSearch___12Jnp::placeholder {
  font-style: italic;
}

.layout__cardContainer___1qnnH .layout__toolBar___2ncXb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1qnnH .layout__toolBar___2ncXb .layout__title___2ra95 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1qnnH .layout__toolBar___2ncXb .layout__searchContainer___1zz4w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1qnnH .layout__content___1VhzU {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1qnnH .layout__content___1VhzU,
.layout__cardContainer___1qnnH .layout__content___1VhzU .layout__createNewCard___3c-DQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1qnnH .layout__content___1VhzU .layout__createNewCard___3c-DQ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1qnnH .layout__content___1VhzU .layout__createNewCard___3c-DQ .layout__plusIcon___2UXhR {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1qnnH .layout__content___1VhzU .layout__createNewCard___3c-DQ .layout__plusIcon___2UXhR span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1qnnH .layout__cardListContainer___2Bo0y {
  background-color: #fff;
}

.layout__cardContainer___1qnnH .layout__cardsLogo___1ySH1 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1qnnH .layout__featuredDot___Ei7E2,
.layout__cardContainer___1qnnH .layout__notFeaturedDot___37WEV {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1qnnH .layout__notFeaturedDot___37WEV {
  background-color: red;
}

.layout__cardContainer___1qnnH .layout__edit___CiKVp {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1qnnH .layout__delete___2uRHM,
.layout__cardContainer___1qnnH .layout__edit___CiKVp {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1qnnH .layout__delete___2uRHM {
  padding-right: 6px;
}

.layout__contentBox___33U4K {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1eCXN {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1eCXN .layout__inputTxt___1ykAA {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1eCXN .layout__boxContainer___LaZ4- {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.layout__createMerchantContainer___1eCXN .layout__btnDelete___2CgWV {
  color: #0fb2fc;
  font-weight: 700;
  cursor: pointer;
  margin-left: 5px;
}

.layout__createMerchantContainer___1eCXN .layout__branchList___3rODr {
  margin: 10px 0;
}

.layout__createMerchantContainer___1eCXN .layout__branchList___3rODr ul {
  padding: 0 0 0 20px;
  font-style: italic;
}

.layout__createMerchantContainer___1eCXN .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1eCXN .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1eCXN .content {
  padding: 10px;
}

.layout__createMerchantContainer___1eCXN .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1eCXN .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1eCXN .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1eCXN .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1eCXN .content .actionContainer .actionButton,
.layout__createMerchantContainer___1eCXN .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1eCXN .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1eCXN .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___bCejv {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2GZv- {
  padding: 30px 15px;
}

.layout__cardContainer___2GZv- .layout__createBtn___3HYmj {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2GZv- .layout__createBtn___3HYmj:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2GZv- .layout__createBtn___3HYmj.layout__disabled___2U-dU,
.layout__cardContainer___2GZv- .layout__createBtn___3HYmj:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2GZv- .layout__createBtn___3HYmj:active,
.layout__cardContainer___2GZv- .layout__createBtn___3HYmj:focus,
.layout__cardContainer___2GZv- .layout__createBtn___3HYmj:visited {
  outline: 0;
}

.layout__cardContainer___2GZv- .layout__inputSearch___3Kebl {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2GZv- .layout__inputSearch___3Kebl:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2GZv- .layout__inputSearch___3Kebl::placeholder {
  font-style: italic;
}

.layout__cardContainer___2GZv- .layout__toolBar___12TpS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2GZv- .layout__toolBar___12TpS .layout__title___1FutY {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2GZv- .layout__toolBar___12TpS .layout__searchContainer___hlLoR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2GZv- .layout__content___1mg1L {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2GZv- .layout__content___1mg1L,
.layout__cardContainer___2GZv- .layout__content___1mg1L .layout__createNewCard___3ugIv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2GZv- .layout__content___1mg1L .layout__createNewCard___3ugIv {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2GZv- .layout__content___1mg1L .layout__createNewCard___3ugIv .layout__plusIcon___mle8h {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2GZv- .layout__content___1mg1L .layout__createNewCard___3ugIv .layout__plusIcon___mle8h span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2GZv- .layout__cardListContainer___2CP6S {
  background-color: #fff;
}

.layout__cardContainer___2GZv- .layout__cardsLogo___2CNWM {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2GZv- .layout__featuredDot___2Ipyr,
.layout__cardContainer___2GZv- .layout__notFeaturedDot___lvEiZ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2GZv- .layout__notFeaturedDot___lvEiZ {
  background-color: red;
}

.layout__cardContainer___2GZv- .layout__edit___1OIj2 {
  display: inline-block;
  text-decoration: none;
  width: 85px;
  padding-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.layout__cardContainer___2GZv- .layout__delete___22NdL,
.layout__cardContainer___2GZv- .layout__edit___1OIj2 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2GZv- .layout__delete___22NdL {
  width: 75px;
  padding-right: 6px;
}

.layout__contentBox___2Pcms {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3XPOj {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3XPOj .layout__inputTxt___1zm1y {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3XPOj .layout__boxContainer___2rtDd {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.layout__createMerchantContainer___3XPOj .layout__btnDelete___3iFSD {
  color: #0fb2fc;
  font-weight: 700;
  cursor: pointer;
  margin-left: 5px;
}

.layout__createMerchantContainer___3XPOj .layout__cardRow___Y72Lt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__createMerchantContainer___3XPOj .layout__branchList___3SNZD {
  margin: 10px 0;
}

.layout__createMerchantContainer___3XPOj .layout__branchList___3SNZD ul {
  padding: 0 0 0 20px;
  font-style: italic;
}

.layout__createMerchantContainer___3XPOj .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3XPOj .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3XPOj .content {
  padding: 10px;
}

.layout__createMerchantContainer___3XPOj .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3XPOj .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3XPOj .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3XPOj .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3XPOj .content .actionContainer .actionButton,
.layout__createMerchantContainer___3XPOj .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3XPOj .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3XPOj .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___fWFT5 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___nggtC {
  padding: 30px 15px;
}

.layout__cardContainer___nggtC .layout__createBtn____6qaJ {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___nggtC .layout__createBtn____6qaJ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___nggtC .layout__createBtn____6qaJ.layout__disabled___-Q-v7,
.layout__cardContainer___nggtC .layout__createBtn____6qaJ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___nggtC .layout__createBtn____6qaJ:active,
.layout__cardContainer___nggtC .layout__createBtn____6qaJ:focus,
.layout__cardContainer___nggtC .layout__createBtn____6qaJ:visited {
  outline: 0;
}

.layout__cardContainer___nggtC .layout__inputSearch___2gJSH {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___nggtC .layout__inputSearch___2gJSH:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___nggtC .layout__inputSearch___2gJSH::placeholder {
  font-style: italic;
}

.layout__cardContainer___nggtC .layout__toolBar___25nsr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___nggtC .layout__toolBar___25nsr .layout__title___3o6G5 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___nggtC .layout__toolBar___25nsr .layout__searchContainer___3V2r7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___nggtC .layout__content___1pfws {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___nggtC .layout__content___1pfws,
.layout__cardContainer___nggtC .layout__content___1pfws .layout__createNewCard___3j0Oa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___nggtC .layout__content___1pfws .layout__createNewCard___3j0Oa {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___nggtC .layout__content___1pfws .layout__createNewCard___3j0Oa .layout__plusIcon___2Um2n {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___nggtC .layout__content___1pfws .layout__createNewCard___3j0Oa .layout__plusIcon___2Um2n span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___nggtC .layout__cardListContainer___2KQLb {
  background-color: #fff;
}

.layout__cardContainer___nggtC .layout__cardsLogo___1UYba {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___nggtC .layout__featuredDot___JsA1B,
.layout__cardContainer___nggtC .layout__notFeaturedDot___d0T-S {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___nggtC .layout__notFeaturedDot___d0T-S {
  background-color: red;
}

.layout__cardContainer___nggtC .layout__edit___1DKV5 {
  display: inline-block;
  text-decoration: none;
  width: 85px;
  padding-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.layout__cardContainer___nggtC .layout__delete___2z9yi,
.layout__cardContainer___nggtC .layout__edit___1DKV5 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___nggtC .layout__delete___2z9yi {
  width: 75px;
  padding-right: 6px;
}

.layout__contentBox___3P0Xp {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__workform___pkTx_ {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__navTab___1pcJU,
.layout__workform___pkTx_ {
  display: -ms-flexbox;
  display: flex;
}

.layout__navTab___1pcJU {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

@media screen and (max-width:769px) {
  .layout__navTab___1pcJU {
    margin: 15px 0 30px;
  }
}

.layout__navTab___1pcJU>button {
  border: 1px solid #3e8a62;
  padding: 13px 10px;
  min-width: 185px;
  text-align: center;
  color: #3e8a62;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0 5px;
}

@media screen and (max-width:769px) {
  .layout__navTab___1pcJU>button {
    padding: 5px 10px;
    min-width: 0;
    font-size: 13px;
  }
}

.layout__navTab___1pcJU>button:active,
.layout__navTab___1pcJU>button:focus,
.layout__navTab___1pcJU>button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
}

.layout__navTab___1pcJU>button.layout__tabActive___3zbVV {
  font-weight: 700;
}

.layout__tabContent___3YnqY {
  padding: 15px;
  font-size: 13px;
}

.layout__contentBox___3R-k2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___3R-k2,
.layout__titlePage___2ZB-t {
  display: -ms-flexbox;
  display: flex;
}

.layout__titlePage___2ZB-t {
  width: 100%;
  height: 26px;
  font-family: Roboto;
  text-transform: uppercase;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.layout__iconBox___3uQve {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___8jd9_ {
  cursor: pointer;
}

.layout__show___6SEAW {
  display: block;
  margin-bottom: 10px;
}

.layout__show___6SEAW .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___6SEAW div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___3Q8_J {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__inputRow___2Z80S {
  margin-bottom: 20px;
}

.layout__contentField___1ue5l {
  padding: 5px 0;
}

.layout__contentField___1ue5l.layout__listOfIdWrap___1xZkX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___1ue5l.layout__listOfIdWrap___1xZkX .layout__listOfId___2D0W8 {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___1ue5l.layout__listOfIdWrap___1xZkX .layout__passportNumber___258cm {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___1ue5l.layout__radio___2Hn2f {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___1ue5l.layout__radio___2Hn2f,
.layout__contentField___1ue5l.layout__radio___2Hn2f>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___1ue5l.layout__radio___2Hn2f>div {
  margin-right: 15px;
}

.layout__contentField___1ue5l.layout__radio___2Hn2f>div input {
  margin: 0 5px 0 0;
}

.layout__btnArea___2dzKz {
  width: 60%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.layout__btnStats___2W59e {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___2W59e:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2W59e.layout__disabled___3mQlf,
.layout__btnStats___2W59e:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2W59e:active,
.layout__btnStats___2W59e:focus,
.layout__btnStats___2W59e:visited {
  outline: 0;
}

.layout__btnStats___2W59e:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.layout__btnDisable___22ViE {
  height: 35px;
  width: 165px;
  border-radius: 25px;
  font-weight: 700;
  background-color: #9b9b9b;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__statusBar___1cCjy {
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}

.layout__statusBar___1cCjy,
.layout__statusBar___1cCjy>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___1cCjy .layout__completed___1C2uP .layout__textWrap___1Ardw .layout__circle___9ULcx:after {
  background: #008345;
  height: 3px;
  top: 14px;
}

.layout__statusBar___1cCjy .layout__active___3ael4 .layout__circle___9ULcx,
.layout__statusBar___1cCjy .layout__completed___1C2uP .layout__circle___9ULcx {
  background: #008345;
  color: #fff;
}

.layout__statusBar___1cCjy .layout__active___3ael4 .layout__text___3Tmco,
.layout__statusBar___1cCjy .layout__completed___1C2uP .layout__text___3Tmco {
  font-weight: 700;
  color: #008345;
}

.layout__statusBar___1cCjy .layout__active___3ael4 .layout__rectangle___2Jqgy>div,
.layout__statusBar___1cCjy .layout__completed___1C2uP .layout__rectangle___2Jqgy>div {
  display: block;
}

.layout__statusBar___1cCjy .layout__statusItem___1BXHo {
  width: 130px;
}

.layout__statusBar___1cCjy .layout__statusItem___1BXHo.layout__last___1P4Dt .layout__circle___9ULcx:after {
  display: none;
}

.layout__statusBar___1cCjy .layout__text___3Tmco {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___1cCjy .layout__textWrap___1Ardw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___1cCjy .layout__rectangle___2Jqgy {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1cCjy .layout__rectangle___2Jqgy>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #008345;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___1cCjy .layout__rectangle___2Jqgy:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1cCjy .layout__rectangle___2Jqgy:after,
.layout__statusBar___1cCjy .layout__rectangle___2Jqgy:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___1cCjy .layout__rectangle___2Jqgy:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1cCjy .layout__circle___9ULcx {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #008345;
  position: relative;
  background: #fff;
}

.layout__statusBar___1cCjy .layout__circle___9ULcx:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__titleField___1gU2r {
  color: #838383;
}

.layout__formWrapper___1O3-q {
  padding: 0 15px;
}

@media screen and (max-width:769px) {
  .layout__formWrapper___1O3-q {
    padding: 0;
  }
}

.layout__dataWrapper___3BMdL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__dataWrapper___3BMdL .layout__titleField___1gU2r {
  color: #838383;
}

.layout__dataWrapper___3BMdL .layout__textField___iurVY {
  margin-left: 15px;
}

.layout__dataWrapper___3BMdL .layout__selectField___tXME6 {
  margin-top: 15px;
}

.layout__titlePage___2ZB-t {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
  margin-top: 20px;
}

.layout__inputItem___28fXW {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 30px;
  padding-left: 10px;
}

.layout__tabTitle___2b1WG {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #717171;
  margin-bottom: 30px;
}

@media screen and (max-width:769px) {
  .layout__tabTitle___2b1WG {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.layout__groupTitle___2XbLc {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 35px;
  margin-top: 20px;
}

.layout__listImg___8Hgs2 {
  display: -ms-flexbox;
  display: flex;
}

.layout__imgBox___2T9DG {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___2T9DG:hover .layout__removeIcon___20N7R {
  display: block;
}

.layout__imgBoxAdd___1R3n8 {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__rednote___1kXMx {
  color: red;
  font-size: 16px;
}

.layout__titleGroup___2Axnv {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__wrapBtnArea___1w9Xf {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___1w9Xf {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___1w9Xf .layout__wrapBtn___OXRIg {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 200px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___1w9Xf .layout__wrapBtn___OXRIg {
    width: 50%;
  }
}

.layout__wrapBtnArea___1w9Xf .layout__wrapBtn___OXRIg a,
.layout__wrapBtnArea___1w9Xf .layout__wrapBtn___OXRIg button {
  width: 100%;
  min-width: 0;
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a1a1a;
  position: absolute;
  top: -6px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: -41px;
  left: 0;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: .75em;
  height: 35px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}

[data-tip]:not([data-tip=""]):hover:after,
[data-tip]:not([data-tip=""]):hover:before {
  display: block;
}

.layout__constentField___1FlIa {
  width: unset!important;
}

@supports (-moz-appearance:none) {
  .layout__constentField___1FlIa {
    width: auto!important;
  }
}

.layout__workform___39Utm {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__navTab___12fQ0,
.layout__workform___39Utm {
  display: -ms-flexbox;
  display: flex;
}

.layout__navTab___12fQ0 {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

@media screen and (max-width:769px) {
  .layout__navTab___12fQ0 {
    margin: 15px 0 30px;
  }
}

.layout__navTab___12fQ0>button {
  border: 1px solid #a460e8;
  padding: 13px 10px;
  min-width: 185px;
  text-align: center;
  color: #a460e8;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0 5px;
}

@media screen and (max-width:769px) {
  .layout__navTab___12fQ0>button {
    padding: 5px 10px;
    min-width: 0;
    font-size: 13px;
  }
}

.layout__navTab___12fQ0>button:active,
.layout__navTab___12fQ0>button:focus,
.layout__navTab___12fQ0>button:visited {
  outline: 0;
  border: 1px solid #a460e8;
}

.layout__navTab___12fQ0>button.layout__tabActive___3srLE {
  font-weight: 700;
}

.layout__tabContent___WmLQ7 {
  padding: 15px;
  font-size: 13px;
}

.layout__contentBox___2alrJ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___2alrJ,
.layout__titlePage___3T1az {
  display: -ms-flexbox;
  display: flex;
}

.layout__titlePage___3T1az {
  width: 100%;
  height: 26px;
  font-family: Roboto;
  text-transform: uppercase;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.layout__iconBox___1kLoy {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___3p31m {
  cursor: pointer;
}

.layout__show___1_5p0 {
  display: block;
  margin-bottom: 10px;
}

.layout__show___1_5p0 .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___1_5p0 div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___2fKm7 {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__inputRow___1nWjx {
  margin-bottom: 20px;
}

.layout__contentField___T2kyv {
  padding: 5px 0;
}

.layout__contentField___T2kyv.layout__listOfIdWrap___2kYph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___T2kyv.layout__listOfIdWrap___2kYph .layout__listOfId___Hb01Q {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___T2kyv.layout__listOfIdWrap___2kYph .layout__listOfId___Hb01Q span:nth-child(2) {
  display: none;
}

.layout__contentField___T2kyv.layout__listOfIdWrap___2kYph .layout__passportNumber___12-Vk {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___T2kyv.layout__radio___H7tf2 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___T2kyv.layout__radio___H7tf2,
.layout__contentField___T2kyv.layout__radio___H7tf2>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___T2kyv.layout__radio___H7tf2>div {
  margin-right: 15px;
}

.layout__contentField___T2kyv.layout__radio___H7tf2>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___T2kyv input[type=radio]:checked {
  filter: invert(53%) sepia(43%) saturate(5106%) hue-rotate(237deg) brightness(93%) contrast(96%);
}

.layout__btnArea___2B0Ej {
  width: 60%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.layout__btnStats___1Ruev {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1Ruev:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1Ruev.layout__disabled___11SVg,
.layout__btnStats___1Ruev:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1Ruev:active,
.layout__btnStats___1Ruev:focus,
.layout__btnStats___1Ruev:visited {
  outline: 0;
}

.layout__btnStats___1Ruev:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.layout__btnDisable___26JGq {
  height: 35px;
  width: 165px;
  border-radius: 25px;
  font-weight: 700;
  background-color: #9b9b9b;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__statusBar___1L4kV {
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}

.layout__statusBar___1L4kV,
.layout__statusBar___1L4kV>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___1L4kV .layout__completed___293si .layout__textWrap___27wHh .layout__circle___2a-lA:after {
  background: #a460e8;
  height: 3px;
  top: 14px;
}

.layout__statusBar___1L4kV .layout__active___KYFq0 .layout__circle___2a-lA,
.layout__statusBar___1L4kV .layout__completed___293si .layout__circle___2a-lA {
  background: #a460e8;
  color: #fff;
}

.layout__statusBar___1L4kV .layout__active___KYFq0 .layout__text___19qn4,
.layout__statusBar___1L4kV .layout__completed___293si .layout__text___19qn4 {
  font-weight: 700;
  color: #a460e8;
}

.layout__statusBar___1L4kV .layout__active___KYFq0 .layout__rectangle___3HD7K>div,
.layout__statusBar___1L4kV .layout__completed___293si .layout__rectangle___3HD7K>div {
  display: block;
}

.layout__statusBar___1L4kV .layout__statusItem___1mmWv {
  width: 130px;
}

.layout__statusBar___1L4kV .layout__statusItem___1mmWv.layout__last___1rndC .layout__circle___2a-lA:after {
  display: none;
}

.layout__statusBar___1L4kV .layout__text___19qn4 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___1L4kV .layout__textWrap___27wHh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___1L4kV .layout__rectangle___3HD7K {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1L4kV .layout__rectangle___3HD7K>div {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 53px;
  background-color: #a460e8;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.layout__statusBar___1L4kV .layout__rectangle___3HD7K:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1L4kV .layout__rectangle___3HD7K:after,
.layout__statusBar___1L4kV .layout__rectangle___3HD7K:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___1L4kV .layout__rectangle___3HD7K:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1L4kV .layout__circle___2a-lA {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #a460e8;
  position: relative;
  background: #fff;
}

.layout__statusBar___1L4kV .layout__circle___2a-lA:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__titleField___2B_ro {
  color: #838383;
}

.layout__formWrapper___1MG2F {
  padding: 0 15px;
}

@media screen and (max-width:769px) {
  .layout__formWrapper___1MG2F {
    padding: 0;
  }
}

.layout__dataWrapper___10rJ1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__dataWrapper___10rJ1 .layout__titleField___2B_ro {
  color: #838383;
}

.layout__dataWrapper___10rJ1 .layout__textField___3pDsJ {
  margin-left: 15px;
}

.layout__dataWrapper___10rJ1 .layout__selectField___1OVPV {
  margin-top: 15px;
}

.layout__titlePage___3T1az {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
  margin-top: 20px;
}

.layout__inputItem___1pnWL {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 30px;
  padding-left: 10px;
}

.layout__tabTitle___30fLq {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #717171;
  margin-bottom: 30px;
}

@media screen and (max-width:769px) {
  .layout__tabTitle___30fLq {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.layout__groupTitle___3KfiI {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 35px;
  margin-top: 20px;
}

.layout__listImg___1Pm1L {
  display: -ms-flexbox;
  display: flex;
}

.layout__imgBox___1WS7G {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__imgBox___1WS7G:hover .layout__removeIcon___UkmQh {
  display: block;
}

.layout__imgBoxAdd___3USBR {
  border: 3px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.layout__rednote___2lHfV {
  color: red;
  font-size: 16px;
}

.layout__titleGroup___7uXbL {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__wrapBtnArea___1yZg5 {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___1yZg5 {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___1yZg5 .layout__wrapBtn___k3pI0 {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 200px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___1yZg5 .layout__wrapBtn___k3pI0 {
    width: 50%;
  }
}

.layout__wrapBtnArea___1yZg5 .layout__wrapBtn___k3pI0 a,
.layout__wrapBtnArea___1yZg5 .layout__wrapBtn___k3pI0 button {
  width: 100%;
  min-width: 0;
}

.layout__errorStyle___AFq8X input {
  border-color: red!important;
  background: #ffeded;
}

.layout__errorStyle___AFq8X span {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
}

[data-tip] {
  position: relative;
}

[data-tip]:before {
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1a1a1a;
  position: absolute;
  top: -6px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: -41px;
  left: 0;
  padding: 5px 8px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: .75em;
  height: 35px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}

[data-tip]:not([data-tip=""]):hover:after,
[data-tip]:not([data-tip=""]):hover:before {
  display: block;
}

.layout__constentField___1frQS {
  width: unset!important;
}

@supports (-moz-appearance:none) {
  .layout__constentField___1frQS {
    width: auto!important;
  }
}

.layout__createMerchantContainer___1S_aO {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1S_aO .layout__inputTxt___CI03d {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1S_aO .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1S_aO .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1S_aO .content {
  padding: 10px;
}

.layout__createMerchantContainer___1S_aO .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1S_aO .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1S_aO .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1S_aO .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1S_aO .content .actionContainer .actionButton,
.layout__createMerchantContainer___1S_aO .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1S_aO .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1S_aO .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3DHO2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3KvNh {
  height: 100%;
  margin: 10px;
}

.layout__cardContainer___3KvNh .layout__createBtn___2uv3i {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3KvNh .layout__createBtn___2uv3i:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3KvNh .layout__createBtn___2uv3i.layout__disabled___3bX7K,
.layout__cardContainer___3KvNh .layout__createBtn___2uv3i:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3KvNh .layout__createBtn___2uv3i:active,
.layout__cardContainer___3KvNh .layout__createBtn___2uv3i:focus,
.layout__cardContainer___3KvNh .layout__createBtn___2uv3i:visited {
  outline: 0;
}

.layout__cardContainer___3KvNh .layout__inputSearch___1vmWr {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3KvNh .layout__inputSearch___1vmWr:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3KvNh .layout__inputSearch___1vmWr::placeholder {
  font-style: italic;
}

.layout__cardContainer___3KvNh .layout__toolBar___3Oje5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3KvNh .layout__toolBar___3Oje5 .layout__title___E6ZHg {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3KvNh .layout__toolBar___3Oje5 .layout__searchContainer___13zGT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3KvNh .layout__content___3ppLs {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3KvNh .layout__content___3ppLs,
.layout__cardContainer___3KvNh .layout__content___3ppLs .layout__createNewCard___3TknQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3KvNh .layout__content___3ppLs .layout__createNewCard___3TknQ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3KvNh .layout__content___3ppLs .layout__createNewCard___3TknQ .layout__plusIcon___1adrn {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3KvNh .layout__content___3ppLs .layout__createNewCard___3TknQ .layout__plusIcon___1adrn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3KvNh .layout__cardListContainer___1DlR4 {
  background-color: #fff;
}

.layout__cardContainer___3KvNh .layout__cardsLogo___2Mb4D {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3KvNh .layout__featuredDot___2anJt,
.layout__cardContainer___3KvNh .layout__notFeaturedDot___mPNp1 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3KvNh .layout__notFeaturedDot___mPNp1 {
  background-color: red;
}

.layout__cardContainer___3KvNh .layout__edit___jrxUy {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3KvNh .layout__delete___3RP-w,
.layout__cardContainer___3KvNh .layout__edit___jrxUy {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3KvNh .layout__delete___3RP-w {
  padding-right: 6px;
}

.layout__contentBox___3anu7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___RLocw {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___RLocw .layout__inputTxt___2YZTS {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___RLocw .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___RLocw .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___RLocw .content {
  padding: 10px;
}

.layout__createMerchantContainer___RLocw .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___RLocw .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___RLocw .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___RLocw .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___RLocw .content .actionContainer .actionButton,
.layout__createMerchantContainer___RLocw .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___RLocw .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___RLocw .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___17w9x {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___Y0bJ3 {
  padding: 30px 15px;
}

.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK.layout__disabled___22D9m,
.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK:active,
.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK:focus,
.layout__cardContainer___Y0bJ3 .layout__createBtn___307ZK:visited {
  outline: 0;
}

.layout__cardContainer___Y0bJ3 .layout__inputSearch___boXa0 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___Y0bJ3 .layout__inputSearch___boXa0:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___Y0bJ3 .layout__inputSearch___boXa0::placeholder {
  font-style: italic;
}

.layout__cardContainer___Y0bJ3 .layout__toolBar___1ik_p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___Y0bJ3 .layout__toolBar___1ik_p .layout__title___QkMYy {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___Y0bJ3 .layout__toolBar___1ik_p .layout__searchContainer___hrrVc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___Y0bJ3 .layout__content___38WcB {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___Y0bJ3 .layout__content___38WcB,
.layout__cardContainer___Y0bJ3 .layout__content___38WcB .layout__createNewCard___2a-1t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___Y0bJ3 .layout__content___38WcB .layout__createNewCard___2a-1t {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___Y0bJ3 .layout__content___38WcB .layout__createNewCard___2a-1t .layout__plusIcon___2jvJA {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___Y0bJ3 .layout__content___38WcB .layout__createNewCard___2a-1t .layout__plusIcon___2jvJA span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___Y0bJ3 .layout__cardListContainer___3qtNp {
  background-color: #fff;
}

.layout__cardContainer___Y0bJ3 .layout__cardsLogo___14lC8 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___Y0bJ3 .layout__featuredDot___1yY_U,
.layout__cardContainer___Y0bJ3 .layout__notFeaturedDot___1YXE6 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___Y0bJ3 .layout__notFeaturedDot___1YXE6 {
  background-color: red;
}

.layout__cardContainer___Y0bJ3 .layout__edit___3bbCG {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___Y0bJ3 .layout__delete___xIZqt,
.layout__cardContainer___Y0bJ3 .layout__edit___3bbCG {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___Y0bJ3 .layout__delete___xIZqt {
  padding-right: 6px;
}

.layout__contentBox___dpjht {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___195JV {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___195JV .layout__inputTxt___n5OUw {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___195JV .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___195JV .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___195JV .content {
  padding: 10px;
}

.layout__createMerchantContainer___195JV .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___195JV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___195JV .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___195JV .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___195JV .content .actionContainer .actionButton,
.layout__createMerchantContainer___195JV .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___195JV .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___195JV .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___195JV .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___195JV .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___195JV .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___195JV .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___195JV .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___195JV .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___195JV .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___Gjdo_ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3D9dG {
  padding: 30px 15px;
}

.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu.layout__disabled___1hi7b,
.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu:active,
.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu:focus,
.layout__cardContainer___3D9dG .layout__createBtn___1Vqiu:visited {
  outline: 0;
}

.layout__cardContainer___3D9dG .layout__inputSearch___bOcUN {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3D9dG .layout__inputSearch___bOcUN:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3D9dG .layout__inputSearch___bOcUN::placeholder {
  font-style: italic;
}

.layout__cardContainer___3D9dG .layout__toolBar___5kRGL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3D9dG .layout__toolBar___5kRGL .layout__title___2M3-F {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3D9dG .layout__toolBar___5kRGL .layout__searchContainer___rdNPe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3D9dG .layout__content___1fL56 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3D9dG .layout__content___1fL56,
.layout__cardContainer___3D9dG .layout__content___1fL56 .layout__createNewCard___3lJo_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3D9dG .layout__content___1fL56 .layout__createNewCard___3lJo_ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3D9dG .layout__content___1fL56 .layout__createNewCard___3lJo_ .layout__plusIcon___248kT {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3D9dG .layout__content___1fL56 .layout__createNewCard___3lJo_ .layout__plusIcon___248kT span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3D9dG .layout__cardListContainer___3TYUt {
  background-color: #fff;
}

.layout__cardContainer___3D9dG .layout__cardsLogo___3xn33 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3D9dG .layout__featuredDot___Hmdp0,
.layout__cardContainer___3D9dG .layout__notFeaturedDot___1ERII {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3D9dG .layout__notFeaturedDot___1ERII {
  background-color: red;
}

.layout__cardContainer___3D9dG .layout__edit___l1FyC {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3D9dG .layout__delete___2M7iI,
.layout__cardContainer___3D9dG .layout__edit___l1FyC {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3D9dG .layout__delete___2M7iI {
  padding-right: 6px;
}

.layout__contentBox___2xkR_ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___24s1L {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___24s1L .layout__inputTxt___1WbZO {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___24s1L .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___24s1L .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___24s1L .content {
  padding: 10px;
}

.layout__createMerchantContainer___24s1L .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___24s1L .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___24s1L .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___24s1L .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___24s1L .content .actionContainer .actionButton,
.layout__createMerchantContainer___24s1L .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___24s1L .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___24s1L .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2H7-N {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3EtwZ {
  padding: 30px 15px;
}

.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK.layout__disabled___N1kLv,
.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK:active,
.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK:focus,
.layout__cardContainer___3EtwZ .layout__createBtn___dcBVK:visited {
  outline: 0;
}

.layout__cardContainer___3EtwZ .layout__inputSearch___3Xz9j {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3EtwZ .layout__inputSearch___3Xz9j:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3EtwZ .layout__inputSearch___3Xz9j::placeholder {
  font-style: italic;
}

.layout__cardContainer___3EtwZ .layout__toolBar___1-uJa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3EtwZ .layout__toolBar___1-uJa .layout__title___XSQld {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3EtwZ .layout__toolBar___1-uJa .layout__searchContainer___1q0Kd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3EtwZ .layout__content___1KdBm {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3EtwZ .layout__content___1KdBm,
.layout__cardContainer___3EtwZ .layout__content___1KdBm .layout__createNewCard___26ZR0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3EtwZ .layout__content___1KdBm .layout__createNewCard___26ZR0 {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3EtwZ .layout__content___1KdBm .layout__createNewCard___26ZR0 .layout__plusIcon___1XPjS {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3EtwZ .layout__content___1KdBm .layout__createNewCard___26ZR0 .layout__plusIcon___1XPjS span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3EtwZ .layout__cardListContainer___21lgs {
  background-color: #fff;
}

.layout__cardContainer___3EtwZ .layout__cardsLogo___3Gth5 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3EtwZ .layout__featuredDot___2B82y,
.layout__cardContainer___3EtwZ .layout__notFeaturedDot___Pdaxu {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3EtwZ .layout__notFeaturedDot___Pdaxu {
  background-color: red;
}

.layout__cardContainer___3EtwZ .layout__edit___ibh5Y {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3EtwZ .layout__delete___2VsTR,
.layout__cardContainer___3EtwZ .layout__edit___ibh5Y {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3EtwZ .layout__delete___2VsTR {
  padding-right: 6px;
}

.layout__contentBox___3gqRT {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1KDBg {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1KDBg .layout__inputTxt___21Jen {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1KDBg .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1KDBg .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1KDBg .content {
  padding: 10px;
}

.layout__createMerchantContainer___1KDBg .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1KDBg .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1KDBg .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1KDBg .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1KDBg .content .actionContainer .actionButton,
.layout__createMerchantContainer___1KDBg .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1KDBg .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1KDBg .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___xmnvq {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3LVlZ {
  padding: 30px 15px;
}

.layout__cardContainer___3LVlZ .layout__createBtn___84bdy {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3LVlZ .layout__createBtn___84bdy:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3LVlZ .layout__createBtn___84bdy.layout__disabled___2INsA,
.layout__cardContainer___3LVlZ .layout__createBtn___84bdy:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3LVlZ .layout__createBtn___84bdy:active,
.layout__cardContainer___3LVlZ .layout__createBtn___84bdy:focus,
.layout__cardContainer___3LVlZ .layout__createBtn___84bdy:visited {
  outline: 0;
}

.layout__cardContainer___3LVlZ .layout__inputSearch___2znj- {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3LVlZ .layout__inputSearch___2znj-:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3LVlZ .layout__inputSearch___2znj-::placeholder {
  font-style: italic;
}

.layout__cardContainer___3LVlZ .layout__toolBar___ToERw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3LVlZ .layout__toolBar___ToERw .layout__title___1vbiZ {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3LVlZ .layout__toolBar___ToERw .layout__searchContainer___2tLDd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3LVlZ .layout__content___1Qr1x {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3LVlZ .layout__content___1Qr1x,
.layout__cardContainer___3LVlZ .layout__content___1Qr1x .layout__createNewCard___1x6di {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3LVlZ .layout__content___1Qr1x .layout__createNewCard___1x6di {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3LVlZ .layout__content___1Qr1x .layout__createNewCard___1x6di .layout__plusIcon___1h7o9 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3LVlZ .layout__content___1Qr1x .layout__createNewCard___1x6di .layout__plusIcon___1h7o9 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3LVlZ .layout__cardListContainer___3IhLS {
  background-color: #fff;
}

.layout__cardContainer___3LVlZ .layout__cardsLogo___16Omr {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3LVlZ .layout__featuredDot___1M4Um,
.layout__cardContainer___3LVlZ .layout__notFeaturedDot___3AWVV {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3LVlZ .layout__notFeaturedDot___3AWVV {
  background-color: red;
}

.layout__cardContainer___3LVlZ .layout__edit___1Mlph {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3LVlZ .layout__delete___3B-gl,
.layout__cardContainer___3LVlZ .layout__edit___1Mlph {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3LVlZ .layout__delete___3B-gl {
  padding-right: 6px;
}

.layout__contentBox___29yzt {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___35x6e {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___35x6e .layout__inputTxt___1VXs2 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___35x6e .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___35x6e .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___35x6e .content {
  padding: 10px;
}

.layout__createMerchantContainer___35x6e .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___35x6e .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___35x6e .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___35x6e .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___35x6e .content .actionContainer .actionButton,
.layout__createMerchantContainer___35x6e .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___35x6e .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___35x6e .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___kYyyV {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___aNpLv {
  padding: 30px 15px;
}

.layout__cardContainer___aNpLv .layout__createBtn___2bicW {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___aNpLv .layout__createBtn___2bicW:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___aNpLv .layout__createBtn___2bicW.layout__disabled___1IygH,
.layout__cardContainer___aNpLv .layout__createBtn___2bicW:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___aNpLv .layout__createBtn___2bicW:active,
.layout__cardContainer___aNpLv .layout__createBtn___2bicW:focus,
.layout__cardContainer___aNpLv .layout__createBtn___2bicW:visited {
  outline: 0;
}

.layout__cardContainer___aNpLv .layout__inputSearch___3uubx {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___aNpLv .layout__inputSearch___3uubx:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___aNpLv .layout__inputSearch___3uubx::placeholder {
  font-style: italic;
}

.layout__cardContainer___aNpLv .layout__toolBar___VllPv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___aNpLv .layout__toolBar___VllPv .layout__title___2Btk- {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___aNpLv .layout__toolBar___VllPv .layout__searchContainer___21I-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___aNpLv .layout__content___2ykZ1 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___aNpLv .layout__content___2ykZ1,
.layout__cardContainer___aNpLv .layout__content___2ykZ1 .layout__createNewCard___2bRoG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___aNpLv .layout__content___2ykZ1 .layout__createNewCard___2bRoG {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___aNpLv .layout__content___2ykZ1 .layout__createNewCard___2bRoG .layout__plusIcon___3kDxn {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___aNpLv .layout__content___2ykZ1 .layout__createNewCard___2bRoG .layout__plusIcon___3kDxn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___aNpLv .layout__cardListContainer___2kIgF {
  background-color: #fff;
}

.layout__cardContainer___aNpLv .layout__cardListContainer___2kIgF th {
  width: 12.5%;
}

.layout__cardContainer___aNpLv .layout__cardListContainer___2kIgF th input {
  width: 130px;
}

.layout__cardContainer___aNpLv .layout__cardListContainer___2kIgF td {
  word-break: break-word;
}

.layout__cardContainer___aNpLv .layout__cardsLogo___2mlTt {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___aNpLv .layout__featuredDot___1UMeo,
.layout__cardContainer___aNpLv .layout__notFeaturedDot___3q48F {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___aNpLv .layout__notFeaturedDot___3q48F {
  background-color: red;
}

.layout__cardContainer___aNpLv .layout__edit___12l8- {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___aNpLv .layout__delete___29GWa,
.layout__cardContainer___aNpLv .layout__edit___12l8- {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___aNpLv .layout__delete___29GWa {
  padding-right: 6px;
}

.layout__contentBox___3X52C {
  min-width: calc(100% - 250px);
  max-width: calc(100% - 250px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___3X52C,
.layout__paginationWrapper___Y7vqL {
  display: -ms-flexbox;
  display: flex;
}

.layout__paginationWrapper___Y7vqL .layout__selectNumberOfDisplay___3wM83 {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

.layout__paginationWrapper___Y7vqL .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___Y7vqL .pagination a {
  color: #008345;
}

.layout__createMerchantContainer___3IiIz {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3IiIz .layout__inputTxt___295si {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3IiIz .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3IiIz .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3IiIz .content {
  padding: 10px;
}

.layout__createMerchantContainer___3IiIz .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3IiIz .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3IiIz .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3IiIz .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3IiIz .content .actionContainer .actionButton,
.layout__createMerchantContainer___3IiIz .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3IiIz .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3IiIz .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___4A7Tt {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3lkFe {
  padding: 30px 15px;
}

.layout__cardContainer___3lkFe .layout__createBtn___10CJt {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3lkFe .layout__createBtn___10CJt:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3lkFe .layout__createBtn___10CJt.layout__disabled___3htao,
.layout__cardContainer___3lkFe .layout__createBtn___10CJt:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3lkFe .layout__createBtn___10CJt:active,
.layout__cardContainer___3lkFe .layout__createBtn___10CJt:focus,
.layout__cardContainer___3lkFe .layout__createBtn___10CJt:visited {
  outline: 0;
}

.layout__cardContainer___3lkFe .layout__inputSearch___CLWRQ {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3lkFe .layout__inputSearch___CLWRQ:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3lkFe .layout__inputSearch___CLWRQ::placeholder {
  font-style: italic;
}

.layout__cardContainer___3lkFe .layout__toolBar___19cic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3lkFe .layout__toolBar___19cic .layout__title___1u2c3 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3lkFe .layout__toolBar___19cic .layout__searchContainer___HLejJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3lkFe .layout__content___rXxok {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3lkFe .layout__content___rXxok,
.layout__cardContainer___3lkFe .layout__content___rXxok .layout__createNewCard___2yDVr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3lkFe .layout__content___rXxok .layout__createNewCard___2yDVr {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3lkFe .layout__content___rXxok .layout__createNewCard___2yDVr .layout__plusIcon___1K7ny {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3lkFe .layout__content___rXxok .layout__createNewCard___2yDVr .layout__plusIcon___1K7ny span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3lkFe .layout__cardListContainer___2eExo {
  background-color: #fff;
}

.layout__cardContainer___3lkFe .layout__cardsLogo___311l4 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3lkFe .layout__featuredDot___2Rqvh,
.layout__cardContainer___3lkFe .layout__notFeaturedDot___1YXtP {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3lkFe .layout__notFeaturedDot___1YXtP {
  background-color: red;
}

.layout__cardContainer___3lkFe .layout__edit___561Dr {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3lkFe .layout__delete___3GhmI,
.layout__cardContainer___3lkFe .layout__edit___561Dr {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3lkFe .layout__delete___3GhmI {
  padding-right: 6px;
}

.layout__contentBox___YtVAg {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3vw67 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3vw67 .layout__inputTxt___XHA-W {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3vw67 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3vw67 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3vw67 .content {
  padding: 10px;
}

.layout__createMerchantContainer___3vw67 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3vw67 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3vw67 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3vw67 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3vw67 .content .actionContainer .actionButton,
.layout__createMerchantContainer___3vw67 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3vw67 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3vw67 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___Sbk6T {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3qye6 {
  padding: 30px 15px;
}

.layout__cardContainer___3qye6 .layout__createBtn___1qXl8 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3qye6 .layout__createBtn___1qXl8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3qye6 .layout__createBtn___1qXl8.layout__disabled___2Ker5,
.layout__cardContainer___3qye6 .layout__createBtn___1qXl8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3qye6 .layout__createBtn___1qXl8:active,
.layout__cardContainer___3qye6 .layout__createBtn___1qXl8:focus,
.layout__cardContainer___3qye6 .layout__createBtn___1qXl8:visited {
  outline: 0;
}

.layout__cardContainer___3qye6 .layout__inputSearch___1SZEV {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3qye6 .layout__inputSearch___1SZEV:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3qye6 .layout__inputSearch___1SZEV::placeholder {
  font-style: italic;
}

.layout__cardContainer___3qye6 .layout__toolBar___1AKh5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3qye6 .layout__toolBar___1AKh5 .layout__title___1HYbj {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3qye6 .layout__toolBar___1AKh5 .layout__searchContainer___3S6Bt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3qye6 .layout__content___2xbhl {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3qye6 .layout__content___2xbhl,
.layout__cardContainer___3qye6 .layout__content___2xbhl .layout__createNewCard___1w9Nl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3qye6 .layout__content___2xbhl .layout__createNewCard___1w9Nl {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3qye6 .layout__content___2xbhl .layout__createNewCard___1w9Nl .layout__plusIcon___1UVNN {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3qye6 .layout__content___2xbhl .layout__createNewCard___1w9Nl .layout__plusIcon___1UVNN span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3qye6 .layout__cardListContainer___2wol1 {
  background-color: #fff;
}

.layout__cardContainer___3qye6 .layout__cardsLogo___3eUBC {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3qye6 .layout__featuredDot___3s-_7,
.layout__cardContainer___3qye6 .layout__notFeaturedDot___3l1Ri {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3qye6 .layout__notFeaturedDot___3l1Ri {
  background-color: red;
}

.layout__cardContainer___3qye6 .layout__edit___29RZV {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3qye6 .layout__delete___1rJoW,
.layout__cardContainer___3qye6 .layout__edit___29RZV {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3qye6 .layout__delete___1rJoW {
  padding-right: 6px;
}

.layout__contentBox___dl-sv {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3YBv7 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3YBv7 .layout__inputTxt___A6L34 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3YBv7 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3YBv7 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3YBv7 .content {
  padding: 10px;
}

.layout__createMerchantContainer___3YBv7 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3YBv7 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3YBv7 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer .actionButton,
.layout__createMerchantContainer___3YBv7 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3YBv7 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3V9nS {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2L4Yu {
  padding: 30px 15px;
}

.layout__cardContainer___2L4Yu .layout__createBtn___34anc {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2L4Yu .layout__createBtn___34anc:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2L4Yu .layout__createBtn___34anc.layout__disabled___WEqH0,
.layout__cardContainer___2L4Yu .layout__createBtn___34anc:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2L4Yu .layout__createBtn___34anc:active,
.layout__cardContainer___2L4Yu .layout__createBtn___34anc:focus,
.layout__cardContainer___2L4Yu .layout__createBtn___34anc:visited {
  outline: 0;
}

.layout__cardContainer___2L4Yu .layout__inputSearch___34t21 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2L4Yu .layout__inputSearch___34t21:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2L4Yu .layout__inputSearch___34t21::placeholder {
  font-style: italic;
}

.layout__cardContainer___2L4Yu .layout__toolBar___3wtg0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2L4Yu .layout__toolBar___3wtg0 .layout__title___1Ir94 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2L4Yu .layout__toolBar___3wtg0 .layout__searchContainer___2RfNZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2L4Yu .layout__content___3qUbq {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2L4Yu .layout__content___3qUbq,
.layout__cardContainer___2L4Yu .layout__content___3qUbq .layout__createNewCard___2WEiR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2L4Yu .layout__content___3qUbq .layout__createNewCard___2WEiR {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2L4Yu .layout__content___3qUbq .layout__createNewCard___2WEiR .layout__plusIcon___OR9Jc {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2L4Yu .layout__content___3qUbq .layout__createNewCard___2WEiR .layout__plusIcon___OR9Jc span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2L4Yu .layout__cardListContainer___3lNFV {
  background-color: #fff;
}

.layout__cardContainer___2L4Yu .layout__cardsLogo___24raj {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2L4Yu .layout__featuredDot___3ylQa,
.layout__cardContainer___2L4Yu .layout__notFeaturedDot___2yGQA {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2L4Yu .layout__notFeaturedDot___2yGQA {
  background-color: red;
}

.layout__cardContainer___2L4Yu .layout__edit___2Fhg6 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2L4Yu .layout__delete___103x4,
.layout__cardContainer___2L4Yu .layout__edit___2Fhg6 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2L4Yu .layout__delete___103x4 {
  padding-right: 6px;
}

.layout__contentBox___2xdLS {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2_VDk {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2_VDk .layout__inputTxt___1Rz0E {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2_VDk .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2_VDk .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___2_VDk .content {
  padding: 10px;
}

.layout__createMerchantContainer___2_VDk .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___2_VDk .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2_VDk .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2_VDk .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2_VDk .content .actionContainer .actionButton,
.layout__createMerchantContainer___2_VDk .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2_VDk .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2_VDk .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1nYtf {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1rxeF {
  padding: 30px 15px;
}

.layout__cardContainer___1rxeF .layout__toolBar___FRRmU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1rxeF .layout__toolBar___FRRmU .layout__title___22aiu {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1rxeF .layout__toolBar___FRRmU .layout__searchContainer___10X8J {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1rxeF .layout__content___3Pq7y {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1rxeF .layout__content___3Pq7y,
.layout__cardContainer___1rxeF .layout__content___3Pq7y .layout__createNewCard___2aRbX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1rxeF .layout__content___3Pq7y .layout__createNewCard___2aRbX {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1rxeF .layout__content___3Pq7y .layout__createNewCard___2aRbX .layout__plusIcon___G4DJs {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1rxeF .layout__content___3Pq7y .layout__createNewCard___2aRbX .layout__plusIcon___G4DJs span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1rxeF .layout__cardListContainer___7K2kx {
  background-color: #fff;
}

.layout__cardContainer___1rxeF .layout__cardsLogo___2yDbP {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1rxeF .layout__featuredDot___3UTa6,
.layout__cardContainer___1rxeF .layout__notFeaturedDot___59KHN {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1rxeF .layout__notFeaturedDot___59KHN {
  background-color: red;
}

.layout__cardContainer___1rxeF .layout__edit___1VK2o {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1rxeF .layout__delete___2NOir,
.layout__cardContainer___1rxeF .layout__edit___1VK2o {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1rxeF .layout__delete___2NOir {
  padding-right: 6px;
}

.layout__contentBox___1t6d7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2AUc9 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2AUc9 .layout__inputTxt___dal_Q {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2AUc9 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2AUc9 .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___2AUc9 .content {
  padding: 10px;
}

.layout__createMerchantContainer___2AUc9 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___2AUc9 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2AUc9 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer .actionButton,
.layout__createMerchantContainer___2AUc9 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2AUc9 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3YvDD {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___l1uSD {
  padding: 30px 15px;
}

.layout__cardContainer___l1uSD .layout__inputSearch___3E6eD {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___l1uSD .layout__inputSearch___3E6eD:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___l1uSD .layout__inputSearch___3E6eD::placeholder {
  font-style: italic;
}

.layout__cardContainer___l1uSD .layout__toolBar___32lHQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___l1uSD .layout__toolBar___32lHQ .layout__title___hw0XZ {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___l1uSD .layout__toolBar___32lHQ .layout__searchContainer___1OUEl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___l1uSD .layout__content___3FQWD {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___l1uSD .layout__content___3FQWD,
.layout__cardContainer___l1uSD .layout__content___3FQWD .layout__createNewCard___-hi7h {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___l1uSD .layout__content___3FQWD .layout__createNewCard___-hi7h {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___l1uSD .layout__content___3FQWD .layout__createNewCard___-hi7h .layout__plusIcon___3VNR5 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___l1uSD .layout__content___3FQWD .layout__createNewCard___-hi7h .layout__plusIcon___3VNR5 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___l1uSD .layout__createBtn___htVcG {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___l1uSD .layout__createBtn___htVcG:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___l1uSD .layout__createBtn___htVcG.layout__disabled___1LDJ3,
.layout__cardContainer___l1uSD .layout__createBtn___htVcG:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___l1uSD .layout__createBtn___htVcG:active,
.layout__cardContainer___l1uSD .layout__createBtn___htVcG:focus,
.layout__cardContainer___l1uSD .layout__createBtn___htVcG:visited {
  outline: 0;
}

.layout__cardContainer___l1uSD .layout__cardListContainer___Xwq3F {
  background-color: #fff;
}

.layout__cardContainer___l1uSD .layout__cardsLogo___Y0GP8 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___l1uSD .layout__featuredDot___lv95a,
.layout__cardContainer___l1uSD .layout__notFeaturedDot___Da180 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___l1uSD .layout__notFeaturedDot___Da180 {
  background-color: red;
}

.layout__cardContainer___l1uSD .layout__edit___XXNM4 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___l1uSD .layout__delete___31fjY,
.layout__cardContainer___l1uSD .layout__edit___XXNM4 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___l1uSD .layout__delete___31fjY {
  padding-right: 6px;
}

.layout__contentBox___3kEmd {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___3Zc0o {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___3Zc0o img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycbox___3Zc0o button {
  height: 48px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
}

.layout__imageFull___1bA94 {
  max-width: 580px;
}

.layout__kycContainer___3dp-8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___3JTy9 {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___zpah8,
.layout__kycTitle___3JTy9 {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___zpah8 {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__createMerchantContainer___2ZOp- {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2ZOp- .layout__inputTxt___2_WKJ {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2ZOp- .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2ZOp- .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2ZOp- .content {
  padding: 10px;
}

.layout__createMerchantContainer___2ZOp- .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___2ZOp- .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2ZOp- .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer .actionButton,
.layout__createMerchantContainer___2ZOp- .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2ZOp- .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___lJJ-6 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2O_A2 {
  padding: 30px 15px;
}

.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC.layout__disabled___2hAUM,
.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC:active,
.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC:focus,
.layout__cardContainer___2O_A2 .layout__createBtn___EtnMC:visited {
  outline: 0;
}

.layout__cardContainer___2O_A2 .layout__inputSearch___t-ON5 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2O_A2 .layout__inputSearch___t-ON5:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2O_A2 .layout__inputSearch___t-ON5::placeholder {
  font-style: italic;
}

.layout__cardContainer___2O_A2 .layout__toolBar___18LGm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2O_A2 .layout__toolBar___18LGm .layout__title___1G52u {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2O_A2 .layout__toolBar___18LGm .layout__searchContainer___3pC4t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2O_A2 .layout__content___2nWea {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2O_A2 .layout__content___2nWea,
.layout__cardContainer___2O_A2 .layout__content___2nWea .layout__createNewCard___3QsWa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2O_A2 .layout__content___2nWea .layout__createNewCard___3QsWa {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2O_A2 .layout__content___2nWea .layout__createNewCard___3QsWa .layout__plusIcon___3JVnM {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2O_A2 .layout__content___2nWea .layout__createNewCard___3QsWa .layout__plusIcon___3JVnM span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2O_A2 .layout__cardListContainer___QNW3C {
  background-color: #fff;
}

.layout__cardContainer___2O_A2 .layout__cardsLogo___39OZa {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2O_A2 .layout__featuredDot___18XR7,
.layout__cardContainer___2O_A2 .layout__notFeaturedDot___wRPPt {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2O_A2 .layout__notFeaturedDot___wRPPt {
  background-color: red;
}

.layout__cardContainer___2O_A2 .layout__edit___UvYJf {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2O_A2 .layout__delete___1Jbjx,
.layout__cardContainer___2O_A2 .layout__edit___UvYJf {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2O_A2 .layout__delete___1Jbjx {
  padding-right: 6px;
}

.layout__contentBox___1XGkl {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1Sd4Y {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1Sd4Y .layout__inputTxt___2-v-u {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1Sd4Y .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1Sd4Y .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1Sd4Y .content {
  padding: 10px;
}

.layout__createMerchantContainer___1Sd4Y .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1Sd4Y .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1Sd4Y .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer .actionButton,
.layout__createMerchantContainer___1Sd4Y .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1Sd4Y .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2GHoR {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3hqVl {
  padding: 30px 15px;
}

.layout__cardContainer___3hqVl .layout__createBtn___1UIx0 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3hqVl .layout__createBtn___1UIx0:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3hqVl .layout__createBtn___1UIx0.layout__disabled___FRs6d,
.layout__cardContainer___3hqVl .layout__createBtn___1UIx0:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3hqVl .layout__createBtn___1UIx0:active,
.layout__cardContainer___3hqVl .layout__createBtn___1UIx0:focus,
.layout__cardContainer___3hqVl .layout__createBtn___1UIx0:visited {
  outline: 0;
}

.layout__cardContainer___3hqVl .layout__inputSearch___1PewU {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3hqVl .layout__inputSearch___1PewU:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3hqVl .layout__inputSearch___1PewU::placeholder {
  font-style: italic;
}

.layout__cardContainer___3hqVl .layout__toolBar___yJVi5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3hqVl .layout__toolBar___yJVi5 .layout__title___1HkTi {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3hqVl .layout__toolBar___yJVi5 .layout__searchContainer___2hZcr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3hqVl .layout__content___325HS {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3hqVl .layout__content___325HS,
.layout__cardContainer___3hqVl .layout__content___325HS .layout__createNewCard___iT7tE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3hqVl .layout__content___325HS .layout__createNewCard___iT7tE {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3hqVl .layout__content___325HS .layout__createNewCard___iT7tE .layout__plusIcon___3sgmv {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3hqVl .layout__content___325HS .layout__createNewCard___iT7tE .layout__plusIcon___3sgmv span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3hqVl .layout__cardListContainer___2yPtP {
  background-color: #fff;
}

.layout__cardContainer___3hqVl .layout__cardsLogo___18EA8 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3hqVl .layout__featuredDot___uMgG5,
.layout__cardContainer___3hqVl .layout__notFeaturedDot___3Xb9z {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3hqVl .layout__notFeaturedDot___3Xb9z {
  background-color: red;
}

.layout__cardContainer___3hqVl .layout__edit___1W5Zk {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3hqVl .layout__delete___lljgL,
.layout__cardContainer___3hqVl .layout__edit___1W5Zk {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3hqVl .layout__delete___lljgL {
  padding-right: 6px;
}

.layout__contentBox___7P4lW {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1G9LW {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1G9LW .layout__inputTxt___1YDWq {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1G9LW .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1G9LW .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___1G9LW .content {
  padding: 10px;
}

.layout__createMerchantContainer___1G9LW .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1G9LW .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1G9LW .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1G9LW .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1G9LW .content .actionContainer .actionButton,
.layout__createMerchantContainer___1G9LW .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1G9LW .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1G9LW .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___D5Iw7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1g49- {
  padding: 30px 15px;
}

.layout__cardContainer___1g49- .layout__inputSearch___2d86j {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1g49- .layout__inputSearch___2d86j:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1g49- .layout__inputSearch___2d86j::placeholder {
  font-style: italic;
}

.layout__cardContainer___1g49- .layout__toolBar___1yu9m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1g49- .layout__toolBar___1yu9m .layout__title___2BCt0 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1g49- .layout__toolBar___1yu9m .layout__searchContainer___17_Gi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1g49- .layout__content___3X2EZ {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1g49- .layout__content___3X2EZ,
.layout__cardContainer___1g49- .layout__content___3X2EZ .layout__createNewCard___Ttd-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1g49- .layout__content___3X2EZ .layout__createNewCard___Ttd-5 {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1g49- .layout__content___3X2EZ .layout__createNewCard___Ttd-5 .layout__plusIcon___3QRO_ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1g49- .layout__content___3X2EZ .layout__createNewCard___Ttd-5 .layout__plusIcon___3QRO_ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1g49- .layout__createBtn___O_qO8 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1g49- .layout__createBtn___O_qO8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1g49- .layout__createBtn___O_qO8.layout__disabled___qWif1,
.layout__cardContainer___1g49- .layout__createBtn___O_qO8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1g49- .layout__createBtn___O_qO8:active,
.layout__cardContainer___1g49- .layout__createBtn___O_qO8:focus,
.layout__cardContainer___1g49- .layout__createBtn___O_qO8:visited {
  outline: 0;
}

.layout__cardContainer___1g49- .layout__cardListContainer___1cDkO {
  background-color: #fff;
}

.layout__cardContainer___1g49- .layout__cardsLogo___QCbln {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1g49- .layout__featuredDot___XWGsT,
.layout__cardContainer___1g49- .layout__notFeaturedDot___Z4sua {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1g49- .layout__notFeaturedDot___Z4sua {
  background-color: red;
}

.layout__cardContainer___1g49- .layout__edit___1BysU {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1g49- .layout__delete___rmoLk,
.layout__cardContainer___1g49- .layout__edit___1BysU {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1g49- .layout__delete___rmoLk {
  padding-right: 6px;
}

.layout__contentBox___2dinX {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__fullBox___1M8LW {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___3EOyh {
  min-width: calc(100% - 300px);
}

.layout__box___1DNjL {
  padding: 0 10px;
}

.layout__searchbox___3ng7x {
  margin-top: 15px;
}

.layout__searchType___3ikGz {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchType___3ikGz,
.layout__statusBox___3Lxqi {
  margin: 0 0 15px;
}

.layout__searchInput___WND5R {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___1ILoO {
  margin-top: 20px;
}

.layout__contentcontainer___1oKPL {
  font-size: 10px!important;
  width: 100%;
}

.layout__searchBtn___GhR1v {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtn___GhR1v:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___GhR1v.layout__disabled___3YCQr,
.layout__searchBtn___GhR1v:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___GhR1v:active,
.layout__searchBtn___GhR1v:focus,
.layout__searchBtn___GhR1v:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___GhR1v {
    margin-top: 15px;
  }
}

.layout__calendarBox___ONihF .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___ONihF .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___3mOZ7 {
  overflow: auto;
}

.layout__tableWrapper___3mOZ7>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___3Fr8- input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___2HML4 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___h5nuW,
.layout__modalcontainer___2HML4 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___h5nuW {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___35OeY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___St9rt {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___2BhGG {
  width: 100%;
}

.layout__mailContainer___2AH0A {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___1oMff {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___3unQq {
  float: right;
  right: 0;
}

.layout__linkpopup___3Ar9g {
  cursor: pointer;
}

.layout__list___2qsfh {
  padding: 0 15px;
}

.layout__list___2qsfh td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___2qsfh .layout__curPointer___3ycNy {
  cursor: pointer;
}

.layout__list___2qsfh .layout__count___3jgLm {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___2qsfh .layout__countNumber___2P8tu {
  color: #028547;
}

.layout__list___2qsfh .layout__tableHeader___3vK4e {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___2qsfh .layout__decreaseIcon___3y3u-,
.layout__list___2qsfh .layout__increaseIcon___3lyjL {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___2qsfh .layout__decreaseIcon___3y3u- {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___2qsfh .layout__downloadIcon___28Gcm {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___2qsfh .layout__applicationLink___TeUKM {
  color: #000;
}

.layout__list___2qsfh .layout__approved___1DObk,
.layout__list___2qsfh .layout__carddeliver___1Cqvm,
.layout__list___2qsfh .layout__cardship___1Pq28,
.layout__list___2qsfh .layout__draft___3S0h4,
.layout__list___2qsfh .layout__inprocess___2Jdgf,
.layout__list___2qsfh .layout__status___FyvKT,
.layout__list___2qsfh .layout__submitteddoc___1qmEr,
.layout__list___2qsfh .layout__sumittedapp___1GT3h {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___2qsfh .layout__draft___3S0h4 {
  color: #9c27b0;
}

.layout__list___2qsfh .layout__sumittedapp___1GT3h {
  color: #e91e63;
}

.layout__list___2qsfh .layout__submitteddoc___1qmEr {
  color: #4caf50;
}

.layout__list___2qsfh .layout__inprocess___2Jdgf {
  color: #f76045;
}

.layout__list___2qsfh .layout__approved___1DObk {
  color: #f4bf75;
}

.layout__list___2qsfh .layout__cardship___1Pq28 {
  color: #795548;
}

.layout__list___2qsfh .layout__carddeliver___1Cqvm {
  color: #1976d2;
}

.layout__list___2qsfh .layout__border___IGYu8,
.layout__list___2qsfh .layout__carddeliverBorder___1kvhc,
.layout__list___2qsfh .layout__cardshipBorder___1rDW-,
.layout__list___2qsfh .layout__savedBorder___1LT7S,
.layout__list___2qsfh .layout__submitteddocBorder___3abx1,
.layout__list___2qsfh .layout__sumittedappBorder___3hzMy,
.layout__list___2qsfh .layout__verificationBorder___-luUz {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___2qsfh .layout__savedBorder___1LT7S {
  border-left-color: #9c27b0;
}

.layout__list___2qsfh .layout__submitteddocBorder___3abx1 {
  border-left-color: #4caf50;
}

.layout__list___2qsfh .layout__cardshipBorder___1rDW- {
  border-left-color: #795548;
}

.layout__list___2qsfh .layout__carddeliverBorder___1kvhc {
  border-left-color: #1976d2;
}

.layout__list___2qsfh .layout__sumittedappBorder___3hzMy,
.layout__list___2qsfh .layout__verificationBorder___-luUz {
  border-left-color: #e91e63;
}

.layout__list___2qsfh .layout__statusBox___3Lxqi {
  margin: 0;
}

.layout__searchBoxWrapper___3FkDF {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___3FkDF {
    max-width: 500px;
  }
}

.layout__triangleBtn___nmiPU {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___nmiPU {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___nmiPU:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___nmiPU.layout__isOpening___3hrQV:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___LDFAm td:not(.layout__wrapTriAngle___16tRY) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__createMerchantContainer___1m7hB {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1m7hB .layout__inputTxt___l-3Rd {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1m7hB .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1m7hB .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1m7hB .content {
  padding: 10px;
}

.layout__createMerchantContainer___1m7hB .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1m7hB .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1m7hB .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1m7hB .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1m7hB .content .actionContainer .actionButton,
.layout__createMerchantContainer___1m7hB .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1m7hB .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1m7hB .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1rap- {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2cGB5 {
  padding: 30px 15px;
}

.layout__cardContainer___2cGB5 .layout__createBtn___16ibT {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___2cGB5 .layout__createBtn___16ibT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2cGB5 .layout__createBtn___16ibT.layout__disabled___2kT51,
.layout__cardContainer___2cGB5 .layout__createBtn___16ibT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2cGB5 .layout__createBtn___16ibT:active,
.layout__cardContainer___2cGB5 .layout__createBtn___16ibT:focus,
.layout__cardContainer___2cGB5 .layout__createBtn___16ibT:visited {
  outline: 0;
}

.layout__cardContainer___2cGB5 .layout__inputSearch___Tuq4H {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2cGB5 .layout__inputSearch___Tuq4H:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2cGB5 .layout__inputSearch___Tuq4H::placeholder {
  font-style: italic;
}

.layout__cardContainer___2cGB5 .layout__toolBar___253Bh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2cGB5 .layout__toolBar___253Bh .layout__title___2wXdE {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2cGB5 .layout__toolBar___253Bh .layout__searchContainer___2FaVI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2cGB5 .layout__content___1yNPC {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2cGB5 .layout__content___1yNPC,
.layout__cardContainer___2cGB5 .layout__content___1yNPC .layout__createNewCard___k9swz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2cGB5 .layout__content___1yNPC .layout__createNewCard___k9swz {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___2cGB5 .layout__content___1yNPC .layout__createNewCard___k9swz .layout__plusIcon___153WX {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2cGB5 .layout__content___1yNPC .layout__createNewCard___k9swz .layout__plusIcon___153WX span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2cGB5 .layout__cardListContainer___cvLxx {
  background-color: #fff;
}

.layout__cardContainer___2cGB5 .layout__cardsLogo___1f5Yv {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2cGB5 .layout__featuredDot___alKs-,
.layout__cardContainer___2cGB5 .layout__notFeaturedDot___186rY {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2cGB5 .layout__notFeaturedDot___186rY {
  background-color: red;
}

.layout__cardContainer___2cGB5 .layout__edit___2xfUL {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2cGB5 .layout__delete___1g02T,
.layout__cardContainer___2cGB5 .layout__edit___2xfUL {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___2cGB5 .layout__delete___1g02T {
  padding-right: 6px;
}

.layout__contentBox___LjL30 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__pageTitle___3vUUk {
  margin-bottom: 30px;
}

.layout__wrapCheckAll___1y1Pp {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1y1Pp {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1y1Pp label {
  margin: 0;
}

.layout__wrapCheckAll___1y1Pp input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___2HCc- {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___3OnJt {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___cTPpM td:not(.layout__wrapTriAngle___3pJlq) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___8MWMA {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___8MWMA {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___36GMq {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___36GMq {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___36GMq:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___36GMq.layout__isOpening___syZC4:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___Ci01g {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___Ci01g .layout__formLabel___2fWmp {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___Ci01g .layout__formField___1jfKx {
  margin: 0 0 15px;
}

.layout__refreshBtn___17H45 {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___2itzC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___2itzC .layout__wrapBtn___LS6h6 {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___1ojTG:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___1ojTG:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___1ojTG {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___1ojTG td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___A__4N:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___A__4N:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___A__4N {
  color: #fff;
  background: purple;
}

.layout__isStaff___A__4N td>a {
  color: #fff!important;
}

.layout__colorOfPriority___2-pYJ {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___2-pYJ.layout__green___aH4Vu {
  background: #279327;
}

.layout__colorOfPriority___2-pYJ.layout__orange___2Ycdj {
  background: #fcbd4a;
}

.layout__colorOfPriority___2-pYJ.layout__red___3saIF {
  background: #e40505;
}

.layout__colorOfPriority___2-pYJ.layout__black___2ql-W {
  background: #aeaeae;
}

.layout__fullBox___2eqe0 {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___2Oq8Q,
.layout__fullBox___2eqe0 {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___2Oq8Q {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___2bHOX {
  margin-top: 15px;
}

.layout__yellowClass___1gYA- {
  background-color: #fc0;
}

.layout__blueClass___3g9au,
.layout__yellowClass___1gYA- {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___3g9au {
  background-color: #2206f8;
}

.layout__redClass___2v1hB {
  background-color: red;
}

.layout__greenClass___Tt8Gz,
.layout__redClass___2v1hB {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___Tt8Gz {
  background-color: #028547;
}

.layout__contentcontainer___bJC5M {
  font-size: 10px!important;
}

.layout__tableList___12_t5 {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___12_t5 {
    overflow: initial;
  }
}

.layout__divSearch___3_5p0 {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3_5p0 {
    overflow: initial;
  }
}

.layout__divSearch___3_5p0>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___1C2s6 {
  color: red!important;
}

.layout__btnStats___1NiV7 {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1NiV7:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1NiV7.layout__disabled___2y0DO,
.layout__btnStats___1NiV7:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1NiV7:active,
.layout__btnStats___1NiV7:focus,
.layout__btnStats___1NiV7:visited {
  outline: 0;
}

.layout__coverBox___3LXAi {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___3LXAi input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___3ICy4 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___CY64F,
.layout__modalcontainer___3ICy4 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___CY64F {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___KF0LB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___mYnuh {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___1OpDr {
  width: 100%;
}

.layout__mailContainer___3jtgu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___2cCTS {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___2jm30 {
  float: right;
  right: 0;
}

.layout__linkpopup___idmW1 {
  cursor: pointer;
}

.layout__inputSearch___3Zb5v {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___3Zb5v:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___3Zb5v::placeholder {
  font-style: italic;
}

.layout__tableList___12_t5 td.layout__checkBoxCol___3W_5L,
.layout__tableList___12_t5 th.layout__checkBoxCol___3W_5L {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___2BmcS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___1zZRw {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___1zZRw {
    padding: 0 15px;
  }
}

.layout__list___1zZRw td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1zZRw .layout__curPointer___misCA {
  cursor: pointer;
}

.layout__list___1zZRw .layout__count___usBl_ {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___1zZRw .layout__countNumber___31yeS {
  color: #028547;
}

.layout__list___1zZRw .layout__tableHeader___24hlG {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___1zZRw .layout__decreaseIcon___3xAkP,
.layout__list___1zZRw .layout__increaseIcon___3icWG {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___1zZRw .layout__decreaseIcon___3xAkP {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1zZRw .layout__downloadIcon___3f0K3 {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1zZRw .layout__applicationLink___2AqeH {
  color: #000;
}

.layout__list___1zZRw .layout__circleIcon___31neq {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #1976d2;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}

.layout__list___1zZRw .layout__noteOff___34Nc_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___1zZRw .layout__noteOff___34Nc_ .layout__divline___3lojM {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___1zZRw .layout__approved___3pSil,
.layout__list___1zZRw .layout__carddeliver___1GDR2,
.layout__list___1zZRw .layout__cardship___Oo6mi,
.layout__list___1zZRw .layout__draft___274bE,
.layout__list___1zZRw .layout__inprocess___2z_vI,
.layout__list___1zZRw .layout__status___3cyjR,
.layout__list___1zZRw .layout__submitteddoc___uaVdJ,
.layout__list___1zZRw .layout__sumittedapp___3_Km2 {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1zZRw .layout__draft___274bE {
  color: #9c27b0;
}

.layout__list___1zZRw .layout__sumittedapp___3_Km2 {
  color: #e91e63;
}

.layout__list___1zZRw .layout__submitteddoc___uaVdJ {
  color: #4caf50;
}

.layout__list___1zZRw .layout__inprocess___2z_vI {
  color: #f76045;
}

.layout__list___1zZRw .layout__approved___3pSil {
  color: #f4bf75;
}

.layout__list___1zZRw .layout__cardship___Oo6mi {
  color: #795548;
}

.layout__list___1zZRw .layout__carddeliver___1GDR2 {
  color: #1976d2;
}

.layout__list___1zZRw .layout__border___2N98C,
.layout__list___1zZRw .layout__carddeliverBorder___3LOlp,
.layout__list___1zZRw .layout__cardshipBorder___zhHdf,
.layout__list___1zZRw .layout__savedBorder___LRDiD,
.layout__list___1zZRw .layout__submitteddocBorder___34r6-,
.layout__list___1zZRw .layout__sumittedappBorder___2ASVW,
.layout__list___1zZRw .layout__verificationBorder___3N1th {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1zZRw .layout__savedBorder___LRDiD {
  border-left-color: #9c27b0;
}

.layout__list___1zZRw .layout__submitteddocBorder___34r6- {
  border-left-color: #4caf50;
}

.layout__list___1zZRw .layout__cardshipBorder___zhHdf {
  border-left-color: #795548;
}

.layout__list___1zZRw .layout__carddeliverBorder___3LOlp {
  border-left-color: #1976d2;
}

.layout__list___1zZRw .layout__sumittedappBorder___2ASVW,
.layout__list___1zZRw .layout__verificationBorder___3N1th {
  border-left-color: #e91e63;
}

.layout__list___1zZRw .layout__statusBox___2xhYG {
  margin: 0;
}

.layout__exportContainer___2dRtD {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___20Cs8 {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___20Cs8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___20Cs8.layout__disabled___2y0DO,
.layout__btnExport___20Cs8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___20Cs8:active,
.layout__btnExport___20Cs8:focus,
.layout__btnExport___20Cs8:visited {
  outline: 0;
}

@media print {
  .layout__contentBox___2bnnS {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

.layout__resultBox___2ypJA {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___3bxBB {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__navTab___2EjWs,
.layout__workform___3bxBB {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___2EjWs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 600px;
}

.layout__navTab___2EjWs button {
  border: 1px solid #3e8a62;
  width: 100%;
  max-width: 180px;
  text-align: center;
  color: #3e8a62;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 5px;
  padding: 5px 10px;
}

@media screen and (max-width:769px) {
  .layout__navTab___2EjWs button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___2EjWs button {
    width: 100%;
  }
}

.layout__navTab___2EjWs button:active,
.layout__navTab___2EjWs button:focus,
.layout__navTab___2EjWs button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
  background-color: #3e8a62;
  color: #fff;
}

.layout__navTab___2EjWs button.layout__tabActive___1lmm5 {
  font-weight: 700;
  background-color: #3e8a62;
  color: #fff;
}

.layout__tabContent___3UKex {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___3UKex {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___QXjQ- {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___1l-lU {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___CyGvt {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___CyGvt .layout__closeBox___2dsu1 {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___CyGvt .layout__flexItem___-P2Xa {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___CyGvt .layout__flexItem___-P2Xa,
.layout__contentBox___2bnnS {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___2bnnS {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__show___2gvCP {
  display: block;
  margin-bottom: 10px;
}

.layout__show___2gvCP .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___2gvCP div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___2q4kx {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__modalContent___3EF0w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
}

.layout__modalcontainer___2q2e5 {
  padding: 15px;
}

.layout__selectBox___1nkvE {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___2rSBS {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.layout__btnStats___5xP-7 {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___5xP-7:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___5xP-7.layout__disabled___3ieWr,
.layout__btnStats___5xP-7:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___5xP-7:active,
.layout__btnStats___5xP-7:focus,
.layout__btnStats___5xP-7:visited {
  outline: 0;
}

.layout__btnLink___V9977 {
  height: 35px;
  line-height: 35px;
  text-align: center;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #028547;
  color: #fff;
}

.layout__btnLink___V9977:active,
.layout__btnLink___V9977:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___3BxRp {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___3BxRp,
.layout__btnDisable___2Rb0J,
.layout__btnDisableAia___2GaEE {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___2Rb0J,
.layout__btnDisableAia___2GaEE {
  width: 165px;
  background-color: #9b9b9b;
  color: #fff;
}

.layout__btnDisableAia___2GaEE {
  width: 150px;
}

.layout__applicationForm___2bZqN {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
  font-size: 13px;
}

.layout__removeIcon___3qpY5 {
  display: none;
}

.layout__closeIcon___3lLD9,
.layout__removeIcon___3qpY5 {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___3ga1O {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__actionarea___tjdid {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___tjdid,
.layout__actionRow___1Mpcr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___1Mpcr {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__wrapBtnArea___fpWGA {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 15px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___fpWGA {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___fpWGA .layout__wrapBtn___3WMyl {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___fpWGA .layout__wrapBtn___3WMyl {
    width: 50%;
  }
}

.layout__wrapBtnArea___fpWGA .layout__wrapBtn___3WMyl a,
.layout__wrapBtnArea___fpWGA .layout__wrapBtn___3WMyl button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___28Hxc {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___2gY5A {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___2gY5A span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___2h705 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___1awqq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___276Un {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___276Un:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___-TAPf {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___3tDBC {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___1eMzu {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.layout__detailRequest___3XBuR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
}

.layout__btnCopy___3DUns {
  height: 35px;
  min-width: 100px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnCopy___3DUns:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCopy___3DUns.layout__disabled___3ieWr,
.layout__btnCopy___3DUns:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCopy___3DUns:active,
.layout__btnCopy___3DUns:focus,
.layout__btnCopy___3DUns:visited {
  outline: 0;
}

.layout__integrationLink___3zF4b {
  cursor: pointer;
}

.layout__kycbox___3Qqv6 {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___3Qqv6 img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycContainer___1juzG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___33wDa {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___2fnoa,
.layout__kycTitle___33wDa {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___2fnoa {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___2B89m {
  max-width: 580px;
}

.layout__kycHistoryTitle___ou7Lm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.layout__kycHistoryTitle___ou7Lm a {
  text-decoration: none;
  cursor: pointer;
}

.layout__workformApp___70YWC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxTitle___3BYyC {
  font-size: 16px;
  color: #008345;
  margin-bottom: 24px;
}

.layout__boxContainer___2BYeo {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxContainer___2BYeo,
.layout__boxRow___3RvjT {
  display: -ms-flexbox;
  display: flex;
}

.layout__boxRow___3RvjT {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.layout__boxItem___1bufI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  margin-left: 10px;
}

.layout__cardContainer___1qB6X {
  padding: 30px 15px;
}

.layout__cardContainer___1qB6X .layout__inputSearch___sZZ9s {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1qB6X .layout__inputSearch___sZZ9s:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1qB6X .layout__inputSearch___sZZ9s::placeholder {
  font-style: italic;
}

.layout__cardContainer___1qB6X .layout__toolBar___1GyF6 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.layout__cardContainer___1qB6X .layout__toolBar___1GyF6,
.layout__cardContainer___1qB6X .layout__toolBar___1GyF6 .layout__searchContainer___15wBe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1qB6X .layout__content___ZdcNQ {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1qB6X .layout__content___ZdcNQ,
.layout__cardContainer___1qB6X .layout__content___ZdcNQ .layout__createNewCard___3O9tY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1qB6X .layout__content___ZdcNQ .layout__createNewCard___3O9tY {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1qB6X .layout__content___ZdcNQ .layout__createNewCard___3O9tY .layout__plusIcon___2Podu {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1qB6X .layout__content___ZdcNQ .layout__createNewCard___3O9tY .layout__plusIcon___2Podu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1qB6X .layout__cardListContainer___3KA8g {
  background-color: #fff;
}

.layout__cardContainer___1qB6X .layout__cardsLogo___2WwVx {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1qB6X .layout__featuredDot___2maD_,
.layout__cardContainer___1qB6X .layout__notFeaturedDot___2mgmz {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1qB6X .layout__notFeaturedDot___2mgmz {
  background-color: red;
}

.layout__cardContainer___1qB6X .layout__edit___2Nlml {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1qB6X .layout__delete___25o2k,
.layout__cardContainer___1qB6X .layout__edit___2Nlml {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1qB6X .layout__delete___25o2k {
  padding-right: 6px;
}

.layout__triangleBtn___2wITw {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2wITw {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___2wITw:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2wITw.layout__isOpening___2hNdT:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3AMD_ td:not(.layout__wrapTriAngle___2tiWV) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___eIP-o {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__tableList___2-OKl {
  word-break: break-word;
}

.layout__tableList___2-OKl th input {
  width: 100%;
}

.layout__title___2GJYo {
  margin: 0 0 30px;
}

@media screen and (max-width:769px) {
  .layout__btnWrap___2MxTR {
    width: 100%;
    margin: 10px 0 0;
  }
}

.layout__actionArea___13ypo {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.layout__userUpdateItem___FMC9T {
  width: 180px;
  margin-left: 15px;
}

.layout__createBtn___3yuBm {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createBtn___3yuBm:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createBtn___3yuBm.layout__disabled___2ODQx,
.layout__createBtn___3yuBm:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createBtn___3yuBm:active,
.layout__createBtn___3yuBm:focus,
.layout__createBtn___3yuBm:visited {
  outline: 0;
}

.layout__inputType___2kJTx {
  width: 150px!important;
  border: 1px solid #ddd;
  height: 35px;
}

.layout__actionArea___2kL-q {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}

.layout__actionArea___2kL-q,
.layout__createNew___2g9TV {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___2g9TV {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___2g9TV:hover {
  background: rgba(2,133,71,.74902);
}

.layout__createNew___2g9TV.layout__disabled___3z65E,
.layout__createNew___2g9TV:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___2g9TV:active,
.layout__createNew___2g9TV:focus,
.layout__createNew___2g9TV:visited {
  outline: 0;
}

.layout__createNew___2g9TV:hover {
  text-decoration: none;
  color: #fff;
}

.layout__createNew___2g9TV .layout__plusIcon___a3Ju- {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__defaultValueMappingForm___3f2eC {
  padding: 30px 0;
}

.layout__show___Oeonn {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___jEwr8 {
  color: #838383;
}

.layout__marginBottom___2HdPz {
  margin-bottom: 8px;
}

.layout__buttonWrapper___cun3S {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__btn___eb01q {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___eb01q {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__tableList___1Vak7 {
  word-break: break-word;
}

.layout__tableList___1Vak7 th input {
  width: 100%;
}

.layout__inputItem___3ImRO {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__cancelBtn___1l8yN {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___3a9LD {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___3a9LD:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___3a9LD.layout__disabled___3z65E,
.layout__submitBtn___3a9LD:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___3a9LD:active,
.layout__submitBtn___3a9LD:focus,
.layout__submitBtn___3a9LD:visited {
  outline: 0;
}

.layout__listActionBtn___1TMda {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__paginationWrapper___1jdKo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__paginationWrapper___1jdKo .layout__selectNumberOfDisplay___2uDUi {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

@media screen and (max-width:769px) {
  .layout__paginationWrapper___1jdKo .pagination {
    width: 100%;
    margin-top: 0;
  }
}

.layout__paginationWrapper___1jdKo .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___1jdKo .pagination a {
  color: #008345;
}

.layout__triangleBtn___1fchM {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1fchM {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___1fchM:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1fchM.layout__isOpening___1hrtO:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___2ZVp3 td:not(.layout__wrapTriAngle___253Ls) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___1SedO {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__ratioContainer___2-55Q {
  display: -ms-flexbox;
  display: flex;
}

.layout__spreadLine___AIPwM {
  margin-left: 20px;
  margin-right: 20px;
}

.layout__tableWrapper___Oq37o {
  width: 100%;
  overflow-x: scroll;
}

.layout__selectMulti___2gSe1 {
  margin-top: 40px;
}

.layout__kycbox___1yeiz {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___1yeiz img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___Lqgmy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___1at1V {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___CBecU,
.layout__kycTitle___1at1V {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___CBecU {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___3XfUa {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___3XfUa,
.layout__formContainer___2Ph-K {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___2Ph-K {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___1jZih {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px;
}

.layout__inputLabel___3MpDn {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___2M-TX {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___1FUyk {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___2YBkh,
.layout__reason___30Jan,
.layout__ticket___1FUyk {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__reason___30Jan {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___1YYyq {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___eaVXk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___eaVXk label {
  margin-bottom: 0;
}

.layout__switch___1LRp4 {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___1LRp4 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___25jkM {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___25jkM,
.layout__slider___25jkM:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___25jkM:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___25jkM {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___25jkM {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___25jkM:before {
  transform: translateX(26px);
}

.layout__buttonStyle___3SkLZ {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
}

.layout__workingArea___snTgU {
  margin-top: 40px;
  margin-left: 20px;
}

.layout__searchBox___HvyZ3,
.layout__workingArea___snTgU {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchBox___HvyZ3 {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.layout__searchTitle___m0dyq {
  font-size: 14px;
  color: #555;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___Qi7BR {
  background-color: #fff;
  width: 322px;
  height: 30px;
  border-radius: 14px;
  border: 1px solid #d8d8d8;
  margin-right: 10px;
  margin-top: 8px;
  padding-left: 16px;
}

.layout__radioStyle___3dz6a {
  margin-top: 10px;
}

.layout__historyContainer___3SXN8,
.layout__radioStyle___3dz6a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___3SXN8 {
  margin-top: 40px;
}

.layout__historyTitle___39Joj {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
}

.layout__applicationContainer___1Rheu {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 100px;
  min-height: 262px;
}

.layout__applicationRow___3hlMH {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__applicationSelected___2HgUw {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 24px;
  height: 262px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: initial;
}

.layout__arrowDeselect___1nSYf {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___1q9Ex {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem____osw6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___2kwym {
  background-color: #ec1e25;
}

.layout__buttonDisable___GDJGX,
.layout__buttonSosStyle___2kwym {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___GDJGX {
  background-color: #ddd;
}

.layout__approveSosAction___1221f {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___35rfK {
  color: #028547;
}

.layout__appStyle___2sWK_ {
  color: #666;
}

.layout__tooltip___36aRX {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  border-radius: 16px;
  margin-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
}

.layout__tooltip___36aRX .layout__tooltiptext___KfTlj {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #999;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 210px;
  position: absolute;
  z-index: 1;
}

.layout__tooltip___36aRX:hover .layout__tooltiptext___KfTlj {
  visibility: visible;
}

.layout__createMerchantContainer___1y6TU {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1y6TU .layout__inputTxt___2hMPY {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1y6TU .layout__selectBox___1BYsS {
  width: 250px;
  margin-right: 10px;
}

.layout__createMerchantContainer___1y6TU .layout__selectBox___1BYsS.layout__Select-control___2Y_9Z {
  width: 100%;
}

.layout__createMerchantContainer___1y6TU .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1y6TU .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___1y6TU .content {
  padding: 10px;
}

.layout__createMerchantContainer___1y6TU .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___1y6TU .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1y6TU .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1y6TU .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1y6TU .content .actionContainer .actionButton,
.layout__createMerchantContainer___1y6TU .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1y6TU .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1y6TU .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___WXqg8 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___31-rp {
  padding: 30px 15px;
}

.layout__cardContainer___31-rp .layout__inputSearch___3kkrV {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___31-rp .layout__inputSearch___3kkrV:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___31-rp .layout__inputSearch___3kkrV::placeholder {
  font-style: italic;
}

.layout__cardContainer___31-rp .layout__toolBar___Gu5tl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___31-rp .layout__toolBar___Gu5tl .layout__title___2iy10 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___31-rp .layout__toolBar___Gu5tl .layout__searchContainer___3C5Ep {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___31-rp .layout__content___1P_A9 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___31-rp .layout__content___1P_A9,
.layout__cardContainer___31-rp .layout__content___1P_A9 .layout__createNewCard___DLgHg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___31-rp .layout__content___1P_A9 .layout__createNewCard___DLgHg {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___31-rp .layout__content___1P_A9 .layout__createNewCard___DLgHg .layout__plusIcon___2_tM2 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___31-rp .layout__content___1P_A9 .layout__createNewCard___DLgHg .layout__plusIcon___2_tM2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___31-rp .layout__createBtn___1z02M {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___31-rp .layout__createBtn___1z02M:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___31-rp .layout__createBtn___1z02M.layout__disabled___PNRD6,
.layout__cardContainer___31-rp .layout__createBtn___1z02M:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___31-rp .layout__createBtn___1z02M:active,
.layout__cardContainer___31-rp .layout__createBtn___1z02M:focus,
.layout__cardContainer___31-rp .layout__createBtn___1z02M:visited {
  outline: 0;
}

.layout__cardContainer___31-rp .layout__cardListContainer___3FWTP {
  background-color: #fff;
}

.layout__cardContainer___31-rp .layout__cardsLogo___1KRfq {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___31-rp .layout__featuredDot___2iltB,
.layout__cardContainer___31-rp .layout__notFeaturedDot___aA15p {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___31-rp .layout__notFeaturedDot___aA15p {
  background-color: red;
}

.layout__cardContainer___31-rp .layout__edit___2IvEH {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___31-rp .layout__delete___3AkEd,
.layout__cardContainer___31-rp .layout__edit___2IvEH {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___31-rp .layout__delete___3AkEd {
  padding-right: 6px;
}

.layout__contentBox___3XKiY {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2hrhw {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2hrhw .layout__inputTxt___MbHy6 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2hrhw .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2hrhw .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2hrhw .content {
  padding: 10px;
}

.layout__createMerchantContainer___2hrhw .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___2hrhw .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2hrhw .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2hrhw .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2hrhw .content .actionContainer .actionButton,
.layout__createMerchantContainer___2hrhw .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2hrhw .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2hrhw .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___orO7Y {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1wkkT {
  padding: 30px 15px;
}

.layout__cardContainer___1wkkT .layout__createBtn___v7m4l {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1wkkT .layout__createBtn___v7m4l:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1wkkT .layout__createBtn___v7m4l.layout__disabled___Nb-2r,
.layout__cardContainer___1wkkT .layout__createBtn___v7m4l:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1wkkT .layout__createBtn___v7m4l:active,
.layout__cardContainer___1wkkT .layout__createBtn___v7m4l:focus,
.layout__cardContainer___1wkkT .layout__createBtn___v7m4l:visited {
  outline: 0;
}

.layout__cardContainer___1wkkT .layout__inputSearch___w9Tcw {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1wkkT .layout__inputSearch___w9Tcw:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1wkkT .layout__inputSearch___w9Tcw::placeholder {
  font-style: italic;
}

.layout__cardContainer___1wkkT .layout__toolBar___3GR0i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1wkkT .layout__toolBar___3GR0i .layout__title___1v5G5 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1wkkT .layout__toolBar___3GR0i .layout__searchContainer___1ebTK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1wkkT .layout__content___dOZ8c {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1wkkT .layout__content___dOZ8c,
.layout__cardContainer___1wkkT .layout__content___dOZ8c .layout__createNewCard___3ckgL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1wkkT .layout__content___dOZ8c .layout__createNewCard___3ckgL {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1wkkT .layout__content___dOZ8c .layout__createNewCard___3ckgL .layout__plusIcon___akolY {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1wkkT .layout__content___dOZ8c .layout__createNewCard___3ckgL .layout__plusIcon___akolY span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1wkkT .layout__cardListContainer___1Hg39 {
  background-color: #fff;
}

.layout__cardContainer___1wkkT .layout__cardsLogo___16rXi {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1wkkT .layout__featuredDot___3jIG9,
.layout__cardContainer___1wkkT .layout__notFeaturedDot___2Qi3I {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1wkkT .layout__notFeaturedDot___2Qi3I {
  background-color: red;
}

.layout__cardContainer___1wkkT .layout__edit___2JU_V {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1wkkT .layout__delete___1LQsD,
.layout__cardContainer___1wkkT .layout__edit___2JU_V {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1wkkT .layout__delete___1LQsD {
  padding-right: 6px;
}

.layout__contentBox___1L_h0 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___NEcpY {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___NEcpY .layout__inputTxt___2tnsm {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___NEcpY .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___NEcpY .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___NEcpY .content {
  padding: 10px;
}

.layout__createMerchantContainer___NEcpY .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___NEcpY .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___NEcpY .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___NEcpY .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___NEcpY .content .actionContainer .actionButton,
.layout__createMerchantContainer___NEcpY .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___NEcpY .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___NEcpY .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3EtQM {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1JYiJ {
  padding: 30px 15px;
}

.layout__cardContainer___1JYiJ .layout__createBtn___2654_ {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1JYiJ .layout__createBtn___2654_:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1JYiJ .layout__createBtn___2654_.layout__disabled___3FkSR,
.layout__cardContainer___1JYiJ .layout__createBtn___2654_:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1JYiJ .layout__createBtn___2654_:active,
.layout__cardContainer___1JYiJ .layout__createBtn___2654_:focus,
.layout__cardContainer___1JYiJ .layout__createBtn___2654_:visited {
  outline: 0;
}

.layout__cardContainer___1JYiJ .layout__inputSearch___69RZ8 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1JYiJ .layout__inputSearch___69RZ8:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1JYiJ .layout__inputSearch___69RZ8::placeholder {
  font-style: italic;
}

.layout__cardContainer___1JYiJ .layout__toolBar___QKHYQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1JYiJ .layout__toolBar___QKHYQ .layout__title___2UPH0 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1JYiJ .layout__toolBar___QKHYQ .layout__searchContainer___1RNTW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1JYiJ .layout__content___c7f-b {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1JYiJ .layout__content___c7f-b,
.layout__cardContainer___1JYiJ .layout__content___c7f-b .layout__createNewCard___3TTST {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1JYiJ .layout__content___c7f-b .layout__createNewCard___3TTST {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1JYiJ .layout__content___c7f-b .layout__createNewCard___3TTST .layout__plusIcon___GgRYh {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1JYiJ .layout__content___c7f-b .layout__createNewCard___3TTST .layout__plusIcon___GgRYh span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1JYiJ .layout__cardListContainer___xpolC {
  background-color: #fff;
}

.layout__cardContainer___1JYiJ .layout__cardsLogo___1Efuh {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1JYiJ .layout__featuredDot___1gUKS,
.layout__cardContainer___1JYiJ .layout__notFeaturedDot___1TDGQ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1JYiJ .layout__notFeaturedDot___1TDGQ {
  background-color: red;
}

.layout__cardContainer___1JYiJ .layout__edit___10FvZ {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1JYiJ .layout__delete___43Wu5,
.layout__cardContainer___1JYiJ .layout__edit___10FvZ {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1JYiJ .layout__delete___43Wu5 {
  padding-right: 6px;
}

.layout__contentBox___3hy1z {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnAction___1is0y {
  width: auto;
  min-width: 146px;
  height: auto;
  background-color: #028547;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 50px;
}

.layout__remove___CdA6d {
  float: right;
}

.layout__content___c_Cnv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__popuphieght___3jSz8 {
  height: 168px!important;
}

.layout__createMerchantContainer___2K8VT select {
  border: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2K8VT .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2K8VT .error {
  color: red;
  margin-top: 10px;
  font-style: italic;
  margin-right: 10px;
}

.layout__createMerchantContainer___2K8VT .imageUploadButton {
  height: 36px;
  width: 155px;
  line-height: 34px;
  font-weight: 500;
  border-radius: 18px;
  background-color: #ececec;
  border: 1px solid #ececec;
  margin-right: 10px;
  color: #000!important;
}

.layout__createMerchantContainer___2K8VT .inputFileWrap {
  vertical-align: middle;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__createMerchantContainer___2K8VT .content {
  width: 100%;
  padding: 20px;
}

.layout__createMerchantContainer___2K8VT .content .actionContainer {
  padding: 30px 0;
}

.layout__createMerchantContainer___2K8VT .content .actionContainer .actionButton,
.layout__createMerchantContainer___2K8VT .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2K8VT .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn {
  width: auto;
  min-width: 146px;
  height: auto;
  background-color: #028547;
  padding: 10px;
  margin: 0 20px 10px 0;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2K8VT .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__createMerchantContainer___2K8VT .layout__typeupload___1FaVP {
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}

@media screen and (max-width:769px) {
  .layout__createMerchantContainer___2K8VT .layout__typeupload___1FaVP {
    margin: 0 0 10px;
  }
}

.layout__contentBox___1q_Sd {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___1Pxid {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___1Pxid img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___3OUOU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___ANeN_ {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___RVNbr,
.layout__kycTitle___ANeN_ {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___RVNbr {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___3rZ1j {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___3rZ1j,
.layout__formContainer___I8pMg {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___I8pMg {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___2qaO2 {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputLabel___1k1rW {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___3u3Ku {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___3tFeZ {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___2ZHie,
.layout__inputTicketLos___2KngN,
.layout__ticket___3tFeZ {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___2ZHie,
.layout__inputTicketLos___2KngN {
  width: 180px!important;
}

.layout__inputTicketLos___2KngN {
  margin-left: 16px;
}

.layout__reason___2SsMO {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___SAT23,
.layout__reason___2SsMO {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___3Mx-E {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___3Mx-E label {
  margin-bottom: 0;
}

.layout__switch___5QL_t {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___5QL_t input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___2Ph-3 {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___2Ph-3,
.layout__slider___2Ph-3:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___2Ph-3:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___2Ph-3 {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___2Ph-3 {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___2Ph-3:before {
  transform: translateX(26px);
}

.layout__buttonStyle___23CUY {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
}

.layout__workingArea___1YQ1m {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___R1IXO,
.layout__workingArea___1YQ1m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___R1IXO {
  margin-right: 40px;
}

.layout__searchRow___3pkoW {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___3pkoW,
.layout__searchTitle___2GLqv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___2GLqv {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___4vYB3 {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___33q2q {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___33q2q,
.layout__searchInputLOS___3ma0k,
.layout__spanText___1UJK4 {
  margin-right: 16px;
}

.layout__searchInputLOS___3ma0k {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___3ma0k .layout__Select-control___LIiUJ {
  border-radius: 0!important;
}

.layout__radioStyle___h4_9V {
  margin-top: 10px;
}

.layout__historyContainer___2FxRq,
.layout__radioStyle___h4_9V {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___2FxRq {
  margin-top: 80px;
}

.layout__historyTitle___jgYfl {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___14dPQ {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 100px;
  min-height: 262px;
}

.layout__applicationRow___1A3wN {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__applicationSelected___2wNTw {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 24px;
  height: 262px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: initial;
}

.layout__arrowDeselect___3OWAR {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___3JWyB {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___3Ojdb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___2j5m- {
  background-color: #ec1e25;
}

.layout__buttonDisable___11zVz,
.layout__buttonSosStyle___2j5m- {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___11zVz {
  background-color: #ddd;
}

.layout__approveSosAction___2eApI {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___2aS8A {
  color: #028547;
}

.layout__appStyle___3XkIj {
  color: #666;
}

.layout__tooltip___3ND9m {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  border-radius: 16px;
  margin-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
}

.layout__tooltip___3ND9m .layout__tooltiptext___2Ssqh {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #999;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 210px;
  position: absolute;
  z-index: 1;
}

.layout__tooltip___3ND9m:hover .layout__tooltiptext___2Ssqh {
  visibility: visible;
}

.layout__oval___2dH5Q {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___2SgOI,
.layout__cutOffTimeContainer___cVfDp {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___cVfDp {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___2iE6m {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cutOffTimeRow___2iE6m:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___1U-aY {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___1R0jF {
  margin-right: 24px;
  width: 200px;
  height: 30px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___gUTlO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #028547;
  margin-bottom: 8px;
}

.layout__titleLabel___3UqII,
.layout__titleRow___gUTlO {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___o-NON {
  margin-right: 25px;
}

.layout__mb100___2U43_ {
  margin-bottom: 100px;
}

.layout__tabContainer___1KUUa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  width: 100%;
  margin: auto;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 32px;
}

.layout__tabSale___1vR8J {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.layout__tabCus___1k631,
.layout__tabHHB___3Ennn,
.layout__tabSale___1vR8J {
  width: 120px;
  height: 40px;
  background-color: #ddd;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__tabHHB___3Ennn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.layout__tabActive___3HE0z {
  background-color: #01ad52;
  color: #fff;
  font-weight: 700;
}

.layout__pageTitle___24P5K {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: #555;
}

.layout__wrapCheckAll___1dGzK {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1dGzK {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1dGzK label {
  margin: 0;
}

.layout__wrapCheckAll___1dGzK input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___2lU0W {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___3298l {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___2ucvb td:not(.layout__wrapTriAngle___2E7eK) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___3rVnm {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___3rVnm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___k8-h4 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___k8-h4 {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___k8-h4:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___k8-h4.layout__isOpening___3viz_:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___1HkS3 {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___1HkS3 .layout__formLabel___n4Arh {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___1HkS3 .layout__formField___2Qiuy {
  margin: 0 0 15px;
}

.layout__refreshBtn___2y7D7 {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___I6SMy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___I6SMy .layout__wrapBtn___13MDh {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___Y-1T6:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___Y-1T6:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___Y-1T6 {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___Y-1T6 td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___2CCcp:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___2CCcp:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___2CCcp {
  color: #fff;
  background: purple;
}

.layout__isStaff___2CCcp td>a {
  color: #fff!important;
}

.layout__colorOfPriority___13Pww {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___13Pww.layout__green___2QacZ {
  background: #279327;
}

.layout__colorOfPriority___13Pww.layout__orange___1A8C- {
  background: #fcbd4a;
}

.layout__colorOfPriority___13Pww.layout__red___nSiNR {
  background: #e40505;
}

.layout__colorOfPriority___13Pww.layout__black___30cJX {
  background: #aeaeae;
}

.layout__fullBox___2By19 {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___26e4I,
.layout__fullBox___2By19 {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___26e4I {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___3R2_c {
  margin-top: 15px;
}

.layout__yellowClass___2ZTjj {
  background-color: #fc0;
}

.layout__blueClass___2Crai,
.layout__yellowClass___2ZTjj {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___2Crai {
  background-color: #2206f8;
}

.layout__redClass___bXxTi {
  background-color: red;
}

.layout__greenClass___1qfkl,
.layout__redClass___bXxTi {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___1qfkl {
  background-color: #028547;
}

.layout__contentcontainer___2ZzBl {
  font-size: 10px!important;
}

.layout__tableList___94JGT {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___94JGT {
    overflow: initial;
  }
}

.layout__divSearch___11RDm {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___11RDm {
    overflow: initial;
  }
}

.layout__divSearch___11RDm>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___3GRrN {
  color: red!important;
}

.layout__btnStats___1DNpT {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1DNpT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1DNpT.layout__disabled___4-r1b,
.layout__btnStats___1DNpT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1DNpT:active,
.layout__btnStats___1DNpT:focus,
.layout__btnStats___1DNpT:visited {
  outline: 0;
}

.layout__coverBox___2brWr {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___2brWr input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___cpx7r {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___poPJ0,
.layout__modalcontainer___cpx7r {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___poPJ0 {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___1dWQE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___2A7O- {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___3MZiL {
  width: 100%;
}

.layout__mailContainer___3WxKs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___3p9vM {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___22hFB {
  float: right;
  right: 0;
}

.layout__linkpopup___1uQno {
  cursor: pointer;
}

.layout__inputSearch___1WEuC {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___1WEuC:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___1WEuC::placeholder {
  font-style: italic;
}

.layout__tableList___94JGT td.layout__checkBoxCol___3rS4w,
.layout__tableList___94JGT th.layout__checkBoxCol___3rS4w {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___1pqKk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___2XMja {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___2XMja {
    padding: 0 15px;
  }
}

.layout__list___2XMja td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___2XMja .layout__curPointer___3Ll0U {
  cursor: pointer;
}

.layout__list___2XMja .layout__count___3PJ68 {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___2XMja .layout__countNumber___3-ozI {
  color: #028547;
}

.layout__list___2XMja .layout__tableHeader___2790v {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___2XMja .layout__decreaseIcon___2dzNq,
.layout__list___2XMja .layout__increaseIcon___lsUSx {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___2XMja .layout__decreaseIcon___2dzNq {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___2XMja .layout__downloadIcon___2EXcv {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___2XMja .layout__applicationLink___10kvj {
  color: #000;
}

.layout__list___2XMja .layout__circleIcon___IVeb4 {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #1976d2;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}

.layout__list___2XMja .layout__noteOff___3sTdT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___2XMja .layout__noteOff___3sTdT .layout__divline___KRTgJ {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___2XMja .layout__approved___XSpC4,
.layout__list___2XMja .layout__carddeliver___2UuOi,
.layout__list___2XMja .layout__cardship___383xr,
.layout__list___2XMja .layout__draft___2jTNG,
.layout__list___2XMja .layout__inprocess___24rst,
.layout__list___2XMja .layout__status___DGU7J,
.layout__list___2XMja .layout__submitteddoc___2lZI-,
.layout__list___2XMja .layout__sumittedapp___TuCP6 {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___2XMja .layout__draft___2jTNG {
  color: #9c27b0;
}

.layout__list___2XMja .layout__sumittedapp___TuCP6 {
  color: #e91e63;
}

.layout__list___2XMja .layout__submitteddoc___2lZI- {
  color: #4caf50;
}

.layout__list___2XMja .layout__inprocess___24rst {
  color: #f76045;
}

.layout__list___2XMja .layout__approved___XSpC4 {
  color: #f4bf75;
}

.layout__list___2XMja .layout__cardship___383xr {
  color: #795548;
}

.layout__list___2XMja .layout__carddeliver___2UuOi {
  color: #1976d2;
}

.layout__list___2XMja .layout__border___21j18,
.layout__list___2XMja .layout__carddeliverBorder___1-Z0e,
.layout__list___2XMja .layout__cardshipBorder___2w_3B,
.layout__list___2XMja .layout__savedBorder___21Bl_,
.layout__list___2XMja .layout__submitteddocBorder___3OYWs,
.layout__list___2XMja .layout__sumittedappBorder___1Jy-6,
.layout__list___2XMja .layout__verificationBorder___398mQ {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___2XMja .layout__savedBorder___21Bl_ {
  border-left-color: #9c27b0;
}

.layout__list___2XMja .layout__submitteddocBorder___3OYWs {
  border-left-color: #4caf50;
}

.layout__list___2XMja .layout__cardshipBorder___2w_3B {
  border-left-color: #795548;
}

.layout__list___2XMja .layout__carddeliverBorder___1-Z0e {
  border-left-color: #1976d2;
}

.layout__list___2XMja .layout__sumittedappBorder___1Jy-6,
.layout__list___2XMja .layout__verificationBorder___398mQ {
  border-left-color: #e91e63;
}

.layout__list___2XMja .layout__statusBox___3eTCh {
  margin: 0;
}

.layout__exportContainer___nwV2H {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___2aEn6 {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___2aEn6:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___2aEn6.layout__disabled___4-r1b,
.layout__btnExport___2aEn6:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___2aEn6:active,
.layout__btnExport___2aEn6:focus,
.layout__btnExport___2aEn6:visited {
  outline: 0;
}

.layout__titleConfirmPop___9u4Fv {
  font-size: 20px;
  font-weight: 600;
}

.layout__contentConfirmPop___6-mWa {
  font-size: 16px;
}

.layout__actionContainer___3KmYc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__tabContainer___PhbSQ {
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  margin: auto;
  margin: 20px 0 32px;
}

.layout__tabContainer___PhbSQ,
.layout__tabSale___fQ-6V {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__tabSale___fQ-6V {
  width: 120px;
  height: 40px;
  background-color: #ddd;
  color: #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tabCus___32EQu {
  width: 120px;
}

.layout__tabCus___32EQu,
.layout__tabHHB1___3bPND {
  height: 40px;
  background-color: #ddd;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__tabHHB1___3bPND {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.layout__tabHHB___U2z9D,
.layout__tabHHB1___3bPND {
  width: 160px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.layout__tabHHB___U2z9D {
  height: 40px;
  background-color: #ddd;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__tabActive___1UL81 {
  background-color: #01ad52;
  color: #fff;
  font-weight: 700;
}

.layout__csrHistoriesBox___3B14r {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___5aYsO {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___5aYsO .layout__closeBox___11t19 {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___5aYsO .layout__flexItem___poPJ0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__pointer___2RZ4- {
  cursor: pointer;
}

.layout__pageTitle___3IPxh {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: #555;
}

.layout__wrapCheckAll___1U5c_ {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1U5c_ {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1U5c_ label {
  margin: 0;
}

.layout__wrapCheckAll___1U5c_ input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___16wjB {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___hJvAa {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___JEpmm td:not(.layout__wrapTriAngle___1b92F) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___3YOX9 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___3YOX9 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___36N0h {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___36N0h {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___36N0h:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___36N0h.layout__isOpening___2o7-g:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___1IEqW {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___1IEqW .layout__formLabel___1Bp40 {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___1IEqW .layout__formField___2qqCC {
  margin: 0 0 15px;
}

.layout__refreshBtn___37n3O {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___2-G2d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___2-G2d .layout__wrapBtn___22HRs {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___1Gxhc:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___1Gxhc:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___1Gxhc {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___1Gxhc td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___3Pl0Q:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___3Pl0Q:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___3Pl0Q {
  color: #fff;
  background: purple;
}

.layout__isStaff___3Pl0Q td>a {
  color: #fff!important;
}

.layout__colorOfPriority___2uQMs {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___2uQMs.layout__green___22czO {
  background: #279327;
}

.layout__colorOfPriority___2uQMs.layout__orange___Pk22U {
  background: #fcbd4a;
}

.layout__colorOfPriority___2uQMs.layout__red___k0mmt {
  background: #e40505;
}

.layout__colorOfPriority___2uQMs.layout__black___3EZUe {
  background: #aeaeae;
}

.layout__fullBox___2Z_Dt {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___Srixc,
.layout__fullBox___2Z_Dt {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___Srixc {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___1_R1o {
  margin-top: 15px;
}

.layout__yellowClass___2PJt6 {
  background-color: #fc0;
}

.layout__blueClass___3fv57,
.layout__yellowClass___2PJt6 {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___3fv57 {
  background-color: #2206f8;
}

.layout__redClass___3Wv1- {
  background-color: red;
}

.layout__greenClass___1-N1F,
.layout__redClass___3Wv1- {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___1-N1F {
  background-color: #028547;
}

.layout__contentcontainer___lOUPA {
  font-size: 10px!important;
}

.layout__tableList___34xIK {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___34xIK {
    overflow: initial;
  }
}

.layout__divSearch___eDyn6 {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___eDyn6 {
    overflow: initial;
  }
}

.layout__divSearch___eDyn6>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___AX5mu {
  color: red!important;
}

.layout__btnStats___25Gl0 {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___25Gl0:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___25Gl0.layout__disabled___3sMIz,
.layout__btnStats___25Gl0:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___25Gl0:active,
.layout__btnStats___25Gl0:focus,
.layout__btnStats___25Gl0:visited {
  outline: 0;
}

.layout__coverBox___UJsx3 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___UJsx3 input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___2Q-Q3 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___3rjnX,
.layout__modalcontainer___2Q-Q3 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___3rjnX {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___2LdTm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___VsnHy {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___11Ot- {
  width: 100%;
}

.layout__mailContainer___2nbdq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___3Jw5w {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___2PQzS {
  float: right;
  right: 0;
}

.layout__linkpopup___1k-ho {
  cursor: pointer;
}

.layout__inputSearch___1lKE8 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___1lKE8:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___1lKE8::placeholder {
  font-style: italic;
}

.layout__tableList___34xIK td.layout__checkBoxCol___3iPUu,
.layout__tableList___34xIK th.layout__checkBoxCol___3iPUu {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___3JuE1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___1rW5p {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___1rW5p {
    padding: 0 15px;
  }
}

.layout__list___1rW5p td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1rW5p .layout__curPointer___14sEM {
  cursor: pointer;
}

.layout__list___1rW5p .layout__count___3pSs2 {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___1rW5p .layout__countNumber___PdLmN {
  color: #028547;
}

.layout__list___1rW5p .layout__tableHeader___2Ybez {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___1rW5p .layout__decreaseIcon___n3Jve,
.layout__list___1rW5p .layout__increaseIcon___3r9Y8 {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___1rW5p .layout__decreaseIcon___n3Jve {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1rW5p .layout__downloadIcon___3Q-Cc {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1rW5p .layout__applicationLink___Pu49v {
  color: #000;
}

.layout__list___1rW5p .layout__circleIcon___Xk6Ql {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #1976d2;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}

.layout__list___1rW5p .layout__noteOff___1su8Y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___1rW5p .layout__noteOff___1su8Y .layout__divline___2sDjG {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___1rW5p .layout__approved___nUQ5D,
.layout__list___1rW5p .layout__carddeliver___2EO4m,
.layout__list___1rW5p .layout__cardship___2qu2p,
.layout__list___1rW5p .layout__draft___oZFBH,
.layout__list___1rW5p .layout__inprocess___tRWPG,
.layout__list___1rW5p .layout__status___vJaH8,
.layout__list___1rW5p .layout__submitteddoc___3ivxL,
.layout__list___1rW5p .layout__sumittedapp___21VFy {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1rW5p .layout__draft___oZFBH {
  color: #9c27b0;
}

.layout__list___1rW5p .layout__sumittedapp___21VFy {
  color: #e91e63;
}

.layout__list___1rW5p .layout__submitteddoc___3ivxL {
  color: #4caf50;
}

.layout__list___1rW5p .layout__inprocess___tRWPG {
  color: #f76045;
}

.layout__list___1rW5p .layout__approved___nUQ5D {
  color: #f4bf75;
}

.layout__list___1rW5p .layout__cardship___2qu2p {
  color: #795548;
}

.layout__list___1rW5p .layout__carddeliver___2EO4m {
  color: #1976d2;
}

.layout__list___1rW5p .layout__border___33LSC,
.layout__list___1rW5p .layout__carddeliverBorder___19Fmo,
.layout__list___1rW5p .layout__cardshipBorder___3lbOk,
.layout__list___1rW5p .layout__savedBorder___RHtB9,
.layout__list___1rW5p .layout__submitteddocBorder___Ub8-8,
.layout__list___1rW5p .layout__sumittedappBorder____Wtpi,
.layout__list___1rW5p .layout__verificationBorder___JmOp_ {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1rW5p .layout__savedBorder___RHtB9 {
  border-left-color: #9c27b0;
}

.layout__list___1rW5p .layout__submitteddocBorder___Ub8-8 {
  border-left-color: #4caf50;
}

.layout__list___1rW5p .layout__cardshipBorder___3lbOk {
  border-left-color: #795548;
}

.layout__list___1rW5p .layout__carddeliverBorder___19Fmo {
  border-left-color: #1976d2;
}

.layout__list___1rW5p .layout__sumittedappBorder____Wtpi,
.layout__list___1rW5p .layout__verificationBorder___JmOp_ {
  border-left-color: #e91e63;
}

.layout__list___1rW5p .layout__statusBox___2bkgH {
  margin: 0;
}

.layout__exportContainer___2c123 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___3tVtG {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___3tVtG:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3tVtG.layout__disabled___3sMIz,
.layout__btnExport___3tVtG:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3tVtG:active,
.layout__btnExport___3tVtG:focus,
.layout__btnExport___3tVtG:visited {
  outline: 0;
}

.layout__titleConfirmPop___1AdEc {
  font-size: 20px;
  font-weight: 600;
}

.layout__contentConfirmPop___1uXMP {
  font-size: 16px;
}

.layout__actionContainer___2TFfd {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print {
  .layout__contentBox___17FlJ {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

.layout__resultBox___1feLd {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___10SEv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__btnShowCsrHistories___2oVU2 {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___2-WE7 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___2UMvw {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___2UMvw .layout__closeBox___1oGUg {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___2UMvw .layout__flexItem___PETwm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__btnStats___qZScB {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___qZScB:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___qZScB.layout__disabled___3GFEr,
.layout__btnStats___qZScB:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___qZScB:active,
.layout__btnStats___qZScB:focus,
.layout__btnStats___qZScB:visited {
  outline: 0;
}

.layout__actionRow___3vt6U {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.layout__actionRow___3vt6U,
.layout__workformApp___3jUw_ {
  display: -ms-flexbox;
  display: flex;
}

.layout__workformApp___3jUw_ {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxTitle___2j1py {
  font-size: 16px;
  color: #008345;
  margin-bottom: 24px;
}

.layout__boxContainer___17ZQr {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxContainer___17ZQr,
.layout__boxRow___2Q2gm {
  display: -ms-flexbox;
  display: flex;
}

.layout__boxRow___2Q2gm {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.layout__boxItem___ubm1A {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  margin-left: 10px;
}

.layout__searchoption___1S2xJ {
  width: 200px;
}

.layout__applicationStatisticsContainer___1wOyZ .layout__selectTimeContainer___3Mwhz {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___1wOyZ .layout__selectTimeBlock___2gTxB {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___1wOyZ .layout__selectTimeTitle___2g6tV {
  height: 60px;
  line-height: 60px;
  background: #028547;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___1wOyZ .layout__selectTimeTitle___2g6tV {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___1wOyZ .layout__selectTimeContent___2Meyr {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___1wOyZ .layout__selectTimeContent___2Meyr form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___1wOyZ .layout__labelText___38xs2 {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1wOyZ .layout__labelText___38xs2 {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___1wOyZ .layout__typeWidth___8xkJY {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___1wOyZ .layout__coverBox___1gUZc {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1wOyZ .layout__coverBox___1gUZc {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1wOyZ .layout__coverBox___1gUZc .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___1wOyZ .layout__coverBox___1gUZc input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1wOyZ .layout__coverBox___1gUZc input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___1wOyZ .layout__lineBetween___2pFcN {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___1wOyZ .layout__marTopPeriod___3xsFg {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1wOyZ .layout__marTopPeriod___3xsFg {
    margin-top: 30px;
  }
}

.layout__btnStats___2zz53,
.layout__disableBtn___KHemf,
.layout__enableBtn___3XbSn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___2zz53:hover,
.layout__disableBtn___KHemf:hover,
.layout__enableBtn___3XbSn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2zz53.layout__disabled___9hHTG,
.layout__btnStats___2zz53:disabled,
.layout__disableBtn___KHemf:disabled,
.layout__disabled___9hHTG.layout__disableBtn___KHemf,
.layout__disabled___9hHTG.layout__enableBtn___3XbSn,
.layout__enableBtn___3XbSn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2zz53:active,
.layout__btnStats___2zz53:focus,
.layout__btnStats___2zz53:visited,
.layout__disableBtn___KHemf:active,
.layout__disableBtn___KHemf:focus,
.layout__disableBtn___KHemf:visited,
.layout__enableBtn___3XbSn:active,
.layout__enableBtn___3XbSn:focus,
.layout__enableBtn___3XbSn:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___2zz53,
  .layout__disableBtn___KHemf,
  .layout__enableBtn___3XbSn {
    height: 35px;
  }
}

.layout__disableBtn___KHemf {
  background-color: #ececec;
}

.layout__contentBox___27UOa {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___3XbSn {
  background-color: #028547;
  color: #fff;
}

.layout__formPushData___3_Uzd {
  width: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 32px;
}

.layout__formPushData___3_Uzd,
.layout__input___Q_F7u {
  border: 1px solid #ddd;
}

.layout__input___Q_F7u {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  padding: 8px;
}

.layout__btnCheck___2ofvi {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
  margin-right: 24px;
}

.layout__btnCheck___2ofvi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCheck___2ofvi.layout__disabled___9hHTG,
.layout__btnCheck___2ofvi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCheck___2ofvi:active,
.layout__btnCheck___2ofvi:focus,
.layout__btnCheck___2ofvi:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnCheck___2ofvi {
    height: 35px;
  }
}

.layout__title___29bMw {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}

.layout__formRow___9NYu9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__formRow___9NYu9 span {
  margin-right: 16px;
}

.layout__errorText___36MZA {
  margin-top: 24px;
  color: red;
  font-style: italic;
}

.layout__createMerchantContainer___3-6JU {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3-6JU .layout__inputTxt___d2s3E {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3-6JU .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3-6JU .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3-6JU .content {
  padding: 10px;
}

.layout__createMerchantContainer___3-6JU .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3-6JU .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3-6JU .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3-6JU .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3-6JU .content .actionContainer .actionButton,
.layout__createMerchantContainer___3-6JU .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3-6JU .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3-6JU .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___z0i8o {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1kZRT {
  padding: 30px 15px;
}

.layout__cardContainer___1kZRT .layout__inputSearch___1Wsyf {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1kZRT .layout__inputSearch___1Wsyf:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1kZRT .layout__inputSearch___1Wsyf::placeholder {
  font-style: italic;
}

.layout__cardContainer___1kZRT .layout__toolBar___zg3d4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1kZRT .layout__toolBar___zg3d4 .layout__title___d1V4X {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1kZRT .layout__toolBar___zg3d4 .layout__searchContainer___18k1n {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1kZRT .layout__content___2-S4e {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1kZRT .layout__content___2-S4e,
.layout__cardContainer___1kZRT .layout__content___2-S4e .layout__createNewCard___35doZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1kZRT .layout__content___2-S4e .layout__createNewCard___35doZ {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1kZRT .layout__content___2-S4e .layout__createNewCard___35doZ .layout__plusIcon___tShFK {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1kZRT .layout__content___2-S4e .layout__createNewCard___35doZ .layout__plusIcon___tShFK span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1kZRT .layout__cardListContainer___13yuW {
  background-color: #fff;
}

.layout__cardContainer___1kZRT .layout__cardsLogo___18r6_ {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1kZRT .layout__featuredDot___2XktA,
.layout__cardContainer___1kZRT .layout__notFeaturedDot___3Tmov {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1kZRT .layout__notFeaturedDot___3Tmov {
  background-color: red;
}

.layout__cardContainer___1kZRT .layout__edit___1Cbga {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1kZRT .layout__delete___2RSXm,
.layout__cardContainer___1kZRT .layout__edit___1Cbga {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1kZRT .layout__delete___2RSXm {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1kZRT .layout__check___3IkV5 {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1kZRT .layout__check___3IkV5,
.layout__cardContainer___1kZRT .layout__close___2j4TJ {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1kZRT .layout__close___2j4TJ {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1kZRT .layout__inputForm___r-l9m {
  width: 100px;
}

.layout__contentBox___361Vv {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__pageTitle___31ksT {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: #555;
}

.layout__wrapCheckAll___3OMLR {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___3OMLR {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___3OMLR label {
  margin: 0;
}

.layout__wrapCheckAll___3OMLR input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___1Txh0 {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___2Ek1M {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___1enqs td:not(.layout__wrapTriAngle___2LLob) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___32J1y {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___32J1y {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___2lGG3 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2lGG3 {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___2lGG3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2lGG3.layout__isOpening___wcwQq:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___NMeyX {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___NMeyX .layout__formLabel___3t3bS {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___NMeyX .layout__formField___zdLW0 {
  margin: 0 0 15px;
}

.layout__refreshBtn___2tZV- {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___3zf_G {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___3zf_G .layout__wrapBtn___3vJiI {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___1dJKe:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___1dJKe:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___1dJKe {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___1dJKe td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___Aeagk:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___Aeagk:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___Aeagk {
  color: #fff;
  background: purple;
}

.layout__isStaff___Aeagk td>a {
  color: #fff!important;
}

.layout__colorOfPriority___ZKhxM {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___ZKhxM.layout__green___wU9Yl {
  background: #279327;
}

.layout__colorOfPriority___ZKhxM.layout__orange___28VR5 {
  background: #fcbd4a;
}

.layout__colorOfPriority___ZKhxM.layout__red___3kiLl {
  background: #e40505;
}

.layout__colorOfPriority___ZKhxM.layout__black___2x6Rf {
  background: #aeaeae;
}

.layout__fullBox___3-vdi {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___WK9sl,
.layout__fullBox___3-vdi {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___WK9sl {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___26JQr {
  margin-top: 15px;
}

.layout__yellowClass___1LCzT {
  background-color: #fc0;
}

.layout__blueClass___2QoFh,
.layout__yellowClass___1LCzT {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___2QoFh {
  background-color: #2206f8;
}

.layout__redClass___1j3tY {
  background-color: red;
}

.layout__greenClass___3nrbt,
.layout__redClass___1j3tY {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___3nrbt {
  background-color: #028547;
}

.layout__contentcontainer___3Kc6O {
  font-size: 13px!important;
}

.layout__tableList___1eJxe {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___1eJxe {
    overflow: initial;
  }
}

.layout__divSearch___3433U {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3433U {
    overflow: initial;
  }
}

.layout__divSearch___3433U>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___1ez22 {
  color: red!important;
}

.layout__btnStats___lA9wJ {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___lA9wJ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___lA9wJ.layout__disabled___1eRmM,
.layout__btnStats___lA9wJ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___lA9wJ:active,
.layout__btnStats___lA9wJ:focus,
.layout__btnStats___lA9wJ:visited {
  outline: 0;
}

.layout__coverBox___3phRr {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___3phRr input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___3mM1P {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___HjE1J,
.layout__modalcontainer___3mM1P {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___HjE1J {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___2XIgW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___2-Nr9 {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___2_wy1 {
  width: 100%;
}

.layout__mailContainer___2ZX4U {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___L5AzG {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___2vjcn {
  float: right;
  right: 0;
}

.layout__linkpopup___1Mz8u {
  cursor: pointer;
}

.layout__inputSearch___2_ru2 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___2_ru2:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___2_ru2::placeholder {
  font-style: italic;
}

.layout__tableList___1eJxe td.layout__checkBoxCol___kHVF0,
.layout__tableList___1eJxe th.layout__checkBoxCol___kHVF0 {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___1uvqT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___2Tmt0 {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___2Tmt0 {
    padding: 0 15px;
  }
}

.layout__list___2Tmt0 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___2Tmt0 .layout__curPointer___xyKj1 {
  cursor: pointer;
}

.layout__list___2Tmt0 .layout__count___30qTE {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___2Tmt0 .layout__countNumber___1i883 {
  color: #028547;
}

.layout__list___2Tmt0 .layout__tableHeader___3swU6 {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___2Tmt0 .layout__decreaseIcon___1mGs6,
.layout__list___2Tmt0 .layout__increaseIcon___2wv0c {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___2Tmt0 .layout__decreaseIcon___1mGs6 {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___2Tmt0 .layout__downloadIcon___aFwoe {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___2Tmt0 .layout__applicationLink___3sc7d {
  color: #000;
}

.layout__list___2Tmt0 .layout__circleIcon___3q-IZ {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #1976d2;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}

.layout__list___2Tmt0 .layout__noteOff___2zxxI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___2Tmt0 .layout__noteOff___2zxxI .layout__divline___2nSoU {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___2Tmt0 .layout__approved___1LdhG,
.layout__list___2Tmt0 .layout__carddeliver___2VROg,
.layout__list___2Tmt0 .layout__cardship___1f97w,
.layout__list___2Tmt0 .layout__draft___1kzCx,
.layout__list___2Tmt0 .layout__inprocess___2syaR,
.layout__list___2Tmt0 .layout__status___3oW2v,
.layout__list___2Tmt0 .layout__submitteddoc___1lS2Q,
.layout__list___2Tmt0 .layout__sumittedapp___2-qkj {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___2Tmt0 .layout__draft___1kzCx {
  color: #9c27b0;
}

.layout__list___2Tmt0 .layout__sumittedapp___2-qkj {
  color: #e91e63;
}

.layout__list___2Tmt0 .layout__submitteddoc___1lS2Q {
  color: #4caf50;
}

.layout__list___2Tmt0 .layout__inprocess___2syaR {
  color: #f76045;
}

.layout__list___2Tmt0 .layout__approved___1LdhG {
  color: #f4bf75;
}

.layout__list___2Tmt0 .layout__cardship___1f97w {
  color: #795548;
}

.layout__list___2Tmt0 .layout__carddeliver___2VROg {
  color: #1976d2;
}

.layout__list___2Tmt0 .layout__border___3r-tT,
.layout__list___2Tmt0 .layout__carddeliverBorder___LFVGa,
.layout__list___2Tmt0 .layout__cardshipBorder___KtSXF,
.layout__list___2Tmt0 .layout__savedBorder___30DCO,
.layout__list___2Tmt0 .layout__submitteddocBorder___237B3,
.layout__list___2Tmt0 .layout__sumittedappBorder___1jmEN,
.layout__list___2Tmt0 .layout__verificationBorder___1qDMO {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___2Tmt0 .layout__savedBorder___30DCO {
  border-left-color: #9c27b0;
}

.layout__list___2Tmt0 .layout__submitteddocBorder___237B3 {
  border-left-color: #4caf50;
}

.layout__list___2Tmt0 .layout__cardshipBorder___KtSXF {
  border-left-color: #795548;
}

.layout__list___2Tmt0 .layout__carddeliverBorder___LFVGa {
  border-left-color: #1976d2;
}

.layout__list___2Tmt0 .layout__sumittedappBorder___1jmEN,
.layout__list___2Tmt0 .layout__verificationBorder___1qDMO {
  border-left-color: #e91e63;
}

.layout__list___2Tmt0 .layout__statusBox___2nTtB {
  margin: 0;
}

.layout__exportContainer___gtfZm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
}

.layout__btnExport___1qToP {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-right: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___1qToP:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___1qToP.layout__disabled___1eRmM,
.layout__btnExport___1qToP:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___1qToP:active,
.layout__btnExport___1qToP:focus,
.layout__btnExport___1qToP:visited {
  outline: 0;
}

.layout__titleConfirmPop___2Scmw {
  font-size: 20px;
  font-weight: 600;
}

.layout__contentConfirmPop___1brW5 {
  font-size: 16px;
}

.layout__actionContainer___1m8le {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__actionContainer___1m8le,
.layout__rowContent___2uFOu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.layout__rowContent___2uFOu {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__rowContent___2uFOu .layout__limit___1JZj6 {
  margin-left: 24px;
}

.layout__linkPopup___lZ2xX {
  width: 100%;
  cursor: pointer;
}

.layout__createMerchantContainer___3p_sp {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3p_sp .layout__inputTxt___2brBh {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3p_sp .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3p_sp .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3p_sp .content {
  padding: 10px;
}

.layout__createMerchantContainer___3p_sp .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3p_sp .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3p_sp .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3p_sp .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3p_sp .content .actionContainer .actionButton,
.layout__createMerchantContainer___3p_sp .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3p_sp .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3p_sp .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___VU0Nf {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3Jid6 {
  padding: 30px 15px;
}

.layout__cardContainer___3Jid6 .layout__inputSearch___bGZ5R {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3Jid6 .layout__inputSearch___bGZ5R:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3Jid6 .layout__inputSearch___bGZ5R::placeholder {
  font-style: italic;
}

.layout__cardContainer___3Jid6 .layout__toolBar___1Dfsz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3Jid6 .layout__toolBar___1Dfsz .layout__title___2RTBA {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3Jid6 .layout__toolBar___1Dfsz .layout__searchContainer___3QdFE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3Jid6 .layout__content___14eym {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3Jid6 .layout__content___14eym,
.layout__cardContainer___3Jid6 .layout__content___14eym .layout__createNewCard___K-32x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3Jid6 .layout__content___14eym .layout__createNewCard___K-32x {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3Jid6 .layout__content___14eym .layout__createNewCard___K-32x .layout__plusIcon___1MBBv {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3Jid6 .layout__content___14eym .layout__createNewCard___K-32x .layout__plusIcon___1MBBv span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3Jid6 .layout__cardListContainer___3M_fK {
  background-color: #fff;
}

.layout__cardContainer___3Jid6 .layout__cardsLogo___34A1M {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3Jid6 .layout__featuredDot___3g5yu,
.layout__cardContainer___3Jid6 .layout__notFeaturedDot___1tM8v {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3Jid6 .layout__notFeaturedDot___1tM8v {
  background-color: red;
}

.layout__cardContainer___3Jid6 .layout__edit___iIzWs {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3Jid6 .layout__delete___3hMe9,
.layout__cardContainer___3Jid6 .layout__edit___iIzWs {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3Jid6 .layout__delete___3hMe9 {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3Jid6 .layout__check___19noo {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3Jid6 .layout__check___19noo,
.layout__cardContainer___3Jid6 .layout__close___7DUtr {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3Jid6 .layout__close___7DUtr {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3Jid6 .layout__inputForm___2HQ4G {
  width: 100px;
}

.layout__contentBox___1letQ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___19uH9 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___19uH9 .layout__inputTxt___2Dfri {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___19uH9 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___19uH9 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___19uH9 .content {
  padding: 10px;
}

.layout__createMerchantContainer___19uH9 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___19uH9 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___19uH9 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___19uH9 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___19uH9 .content .actionContainer .actionButton,
.layout__createMerchantContainer___19uH9 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___19uH9 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___19uH9 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___34Fy6 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1Wiif {
  padding: 30px 15px;
}

.layout__cardContainer___1Wiif .layout__inputSearch___3R_sI {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1Wiif .layout__inputSearch___3R_sI:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1Wiif .layout__inputSearch___3R_sI::placeholder {
  font-style: italic;
}

.layout__cardContainer___1Wiif .layout__toolBar___s9qR1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1Wiif .layout__toolBar___s9qR1 .layout__title___yhWqv {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1Wiif .layout__toolBar___s9qR1 .layout__searchContainer___1P6Mg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1Wiif .layout__content___3AaFo {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1Wiif .layout__content___3AaFo,
.layout__cardContainer___1Wiif .layout__content___3AaFo .layout__createNewCard___1kiCX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1Wiif .layout__content___3AaFo .layout__createNewCard___1kiCX {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1Wiif .layout__content___3AaFo .layout__createNewCard___1kiCX .layout__plusIcon___2oe7D {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1Wiif .layout__content___3AaFo .layout__createNewCard___1kiCX .layout__plusIcon___2oe7D span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1Wiif .layout__cardListContainer___3XsMn {
  background-color: #fff;
}

.layout__cardContainer___1Wiif .layout__cardsLogo___2KTUo {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1Wiif .layout__featuredDot___3BOSX,
.layout__cardContainer___1Wiif .layout__notFeaturedDot___1YPjY {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1Wiif .layout__notFeaturedDot___1YPjY {
  background-color: red;
}

.layout__cardContainer___1Wiif .layout__edit___1As60 {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1Wiif .layout__delete___eX0xB,
.layout__cardContainer___1Wiif .layout__edit___1As60 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1Wiif .layout__delete___eX0xB {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1Wiif .layout__check___2aMyV {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1Wiif .layout__check___2aMyV,
.layout__cardContainer___1Wiif .layout__close___13KQ2 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1Wiif .layout__close___13KQ2 {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1Wiif .layout__inputForm___cWiKI {
  width: 100px;
}

.layout__contentBox___3Gn0B {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3r-R5 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3r-R5 .layout__inputTxt___3oK76 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3r-R5 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3r-R5 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3r-R5 .content {
  padding: 10px;
}

.layout__createMerchantContainer___3r-R5 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3r-R5 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3r-R5 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer .actionButton,
.layout__createMerchantContainer___3r-R5 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3r-R5 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___39VWC {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3eJvQ {
  padding: 30px 15px;
}

.layout__cardContainer___3eJvQ .layout__inputSearch___27teY {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3eJvQ .layout__inputSearch___27teY:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3eJvQ .layout__inputSearch___27teY::placeholder {
  font-style: italic;
}

.layout__cardContainer___3eJvQ .layout__toolBar___30rx- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3eJvQ .layout__toolBar___30rx- .layout__title___2wl13 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3eJvQ .layout__toolBar___30rx- .layout__searchContainer___33Bm7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3eJvQ .layout__content___1c0J7 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3eJvQ .layout__content___1c0J7,
.layout__cardContainer___3eJvQ .layout__content___1c0J7 .layout__createNewCard___1vnTk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3eJvQ .layout__content___1c0J7 .layout__createNewCard___1vnTk {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3eJvQ .layout__content___1c0J7 .layout__createNewCard___1vnTk .layout__plusIcon___7-8am {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3eJvQ .layout__content___1c0J7 .layout__createNewCard___1vnTk .layout__plusIcon___7-8am span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3eJvQ .layout__cardListContainer___1tJmg {
  background-color: #fff;
}

.layout__cardContainer___3eJvQ .layout__cardsLogo___2n7zA {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3eJvQ .layout__featuredDot___iC1ad,
.layout__cardContainer___3eJvQ .layout__notFeaturedDot___2CtX0 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3eJvQ .layout__notFeaturedDot___2CtX0 {
  background-color: red;
}

.layout__cardContainer___3eJvQ .layout__edit___373E6 {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3eJvQ .layout__delete___3bUou,
.layout__cardContainer___3eJvQ .layout__edit___373E6 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3eJvQ .layout__delete___3bUou {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3eJvQ .layout__unlock___3j1PQ {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3eJvQ .layout__lockIcon___3vJP-,
.layout__cardContainer___3eJvQ .layout__unlock___3j1PQ {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3eJvQ .layout__lockIcon___3vJP- {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3eJvQ .layout__inputForm___2JZop {
  width: 100px;
}

.layout__contentBox___2mGmR {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__format______19j9w {
  width: 200px;
}

.layout__format______19j9w .layout__Select___ck_vD {
  width: 200px!important;
}

.layout__cardContainer___3XwQl {
  padding: 30px 15px;
}

.layout__cardContainer___3XwQl .layout__inputSearch___5KLgI {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3XwQl .layout__inputSearch___5KLgI:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3XwQl .layout__inputSearch___5KLgI::placeholder {
  font-style: italic;
}

.layout__cardContainer___3XwQl .layout__toolBar___2wfP9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3XwQl .layout__toolBar___2wfP9 .layout__title___10z00 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3XwQl .layout__toolBar___2wfP9 .layout__searchContainer___1QXe3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3XwQl .layout__content___3Shxx {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3XwQl .layout__content___3Shxx,
.layout__cardContainer___3XwQl .layout__content___3Shxx .layout__createNewCard___3LUou {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3XwQl .layout__content___3Shxx .layout__createNewCard___3LUou {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3XwQl .layout__content___3Shxx .layout__createNewCard___3LUou .layout__plusIcon___2PQuI {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3XwQl .layout__content___3Shxx .layout__createNewCard___3LUou .layout__plusIcon___2PQuI span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3XwQl .layout__cardListContainer___TsIqu {
  background-color: #fff;
}

.layout__cardContainer___3XwQl .layout__cardsLogo___7ip-Q {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3XwQl .layout__featuredDot___1Thgq,
.layout__cardContainer___3XwQl .layout__notFeaturedDot___2VxEY {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3XwQl .layout__notFeaturedDot___2VxEY {
  background-color: red;
}

.layout__cardContainer___3XwQl .layout__edit___t5nLI {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3XwQl .layout__delete___64WUk,
.layout__cardContainer___3XwQl .layout__edit___t5nLI {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3XwQl .layout__delete___64WUk {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3XwQl .layout__check___2xOzn {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3XwQl .layout__check___2xOzn,
.layout__cardContainer___3XwQl .layout__close___3x-fa {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3XwQl .layout__close___3x-fa {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAh9JREFUeNq0lj9ME3EUxz/3oyQtQ+/SJmIMiQm6ODGYsDJQBlYWEjBiWdURLE10NNp2MiEkLiwcmxOJLLK4O7A5uGmwmoiV6/UOUnMOfcVCe/+a3ne55b33yf1+7/feV2tOLxAiA1gC5oH7wE1AB86A78An4Ah4B/wJKqQFwAxgC3gKZAiXA7wBXgGNQQHKJ3EV+AJsRgQhcc8kbzUKTAMqwB6QZzjlJf+11POFvQQ2GI02pd5A2ApQYrQqSd0rsBvANsloG5jshb2Q7ktCBvC8CzOAdb/I1PIimYMdtJw++O3kdDIHO6SWF4OA64Ch5MH6tvff9x+h3Sa9V+kDajmdtFmF84tOXPCzWFJAISjKs2zchyVwL64AL0G2g1ss41l22HEWFDATFuVZNu7af6C6e5v0fi0OCGBGAVNRInuBmcO30GzFAQFMKSAbua/GUzCRhna78x1PxenKrJLpHSotp3eOrtmiNV/su8MIshTwLRSUNy5BbrGMd/Kzc6TOeRzgVwUch/6RWe27I8+ycR9txQEeK1l8vhqbm8X71RjYDF2g9/uMsbnZMNiR1pxeMICTGHtrGDnALSVbdZdktQs0urZgEvic0DBuAPeAenfq/wAeJ/RXT4D69eW5L2ZllKoCpp8tKAO1EYFqYoB8PYgnHuQBcDok5FTyN6ReqJUzgTvitJwY7V2RPDOuSb3uiAs9jjgrM7UujvhDFEf8bwA75ruzbujVJQAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3XwQl .layout__inputForm___3HNOb {
  width: 100px;
}

.layout__contentBox___27gfr {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3Qh-o {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3Qh-o .layout__inputTxt___1F_25 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3Qh-o .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3Qh-o .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3Qh-o .content {
  padding: 10px;
}

.layout__createMerchantContainer___3Qh-o .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3Qh-o .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3Qh-o .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer .actionButton,
.layout__createMerchantContainer___3Qh-o .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3Qh-o .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___V_TP4 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___qz3Xw {
  padding: 30px 15px;
}

.layout__cardContainer___qz3Xw .layout__inputSearch___2yzx2 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___qz3Xw .layout__inputSearch___2yzx2:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___qz3Xw .layout__inputSearch___2yzx2::placeholder {
  font-style: italic;
}

.layout__cardContainer___qz3Xw .layout__toolBar___26XY2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___qz3Xw .layout__toolBar___26XY2 .layout__title___1Iksb {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___qz3Xw .layout__toolBar___26XY2 .layout__searchContainer___2fIbb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___qz3Xw .layout__content___3GlMh {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___qz3Xw .layout__content___3GlMh,
.layout__cardContainer___qz3Xw .layout__content___3GlMh .layout__createNewCard___1A8ON {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___qz3Xw .layout__content___3GlMh .layout__createNewCard___1A8ON {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___qz3Xw .layout__content___3GlMh .layout__createNewCard___1A8ON .layout__plusIcon___DdMlL {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___qz3Xw .layout__content___3GlMh .layout__createNewCard___1A8ON .layout__plusIcon___DdMlL span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___qz3Xw .layout__cardListContainer___3F4b9 {
  background-color: #fff;
}

.layout__cardContainer___qz3Xw .layout__cardsLogo___2zQ5Z {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___qz3Xw .layout__featuredDot___2logk,
.layout__cardContainer___qz3Xw .layout__notFeaturedDot___1SRQ8 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___qz3Xw .layout__notFeaturedDot___1SRQ8 {
  background-color: red;
}

.layout__cardContainer___qz3Xw .layout__edit___16sA9 {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___qz3Xw .layout__delete___1GZkV,
.layout__cardContainer___qz3Xw .layout__edit___16sA9 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___qz3Xw .layout__delete___1GZkV {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___qz3Xw .layout__unlock___FjN4T {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___qz3Xw .layout__lockIcon___zupkt,
.layout__cardContainer___qz3Xw .layout__unlock___FjN4T {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___qz3Xw .layout__lockIcon___zupkt {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___qz3Xw .layout__inputForm___oKT_G {
  width: 100px;
}

.layout__contentBox___3PMfT {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__format______1Fkxc {
  width: 200px;
}

.layout__format______1Fkxc .layout__Select___pddHE {
  width: 200px!important;
}

.layout__cardContainer___3JWeY {
  padding: 30px 15px;
}

.layout__cardContainer___3JWeY .layout__inputSearch___cHy8D {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3JWeY .layout__inputSearch___cHy8D:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3JWeY .layout__inputSearch___cHy8D::placeholder {
  font-style: italic;
}

.layout__cardContainer___3JWeY .layout__toolBar___MkSkY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3JWeY .layout__toolBar___MkSkY .layout__title___2kZIh {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3JWeY .layout__toolBar___MkSkY .layout__searchContainer___2qGfd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3JWeY .layout__content___19D14 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3JWeY .layout__content___19D14,
.layout__cardContainer___3JWeY .layout__content___19D14 .layout__createNewCard___18asr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3JWeY .layout__content___19D14 .layout__createNewCard___18asr {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3JWeY .layout__content___19D14 .layout__createNewCard___18asr .layout__plusIcon___1xnBS {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3JWeY .layout__content___19D14 .layout__createNewCard___18asr .layout__plusIcon___1xnBS span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3JWeY .layout__cardListContainer___2ZkKi {
  background-color: #fff;
}

.layout__cardContainer___3JWeY .layout__cardsLogo___WjTEA {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3JWeY .layout__featuredDot___1fG6i,
.layout__cardContainer___3JWeY .layout__notFeaturedDot___3rI4y {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3JWeY .layout__notFeaturedDot___3rI4y {
  background-color: red;
}

.layout__cardContainer___3JWeY .layout__edit___22kra {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3JWeY .layout__delete___3utNW,
.layout__cardContainer___3JWeY .layout__edit___22kra {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3JWeY .layout__delete___3utNW {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3JWeY .layout__check___14QFj {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3JWeY .layout__check___14QFj,
.layout__cardContainer___3JWeY .layout__close___1AWGs {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3JWeY .layout__close___1AWGs {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3JWeY .layout__inputForm___3bpZm {
  width: 100px;
}

.layout__contentBox___3fDg1 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3ZFo0 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3ZFo0 .layout__inputTxt___ribbh {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3ZFo0 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3ZFo0 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3ZFo0 .content {
  padding: 10px;
}

.layout__createMerchantContainer___3ZFo0 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3ZFo0 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3ZFo0 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer .actionButton,
.layout__createMerchantContainer___3ZFo0 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3ZFo0 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3_Co7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1lAiO {
  padding: 30px 15px;
}

.layout__cardContainer___1lAiO .layout__inputSearch___2GyEj {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1lAiO .layout__inputSearch___2GyEj:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1lAiO .layout__inputSearch___2GyEj::placeholder {
  font-style: italic;
}

.layout__cardContainer___1lAiO .layout__toolBar___3vJTw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1lAiO .layout__toolBar___3vJTw .layout__title___2Qkqm {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1lAiO .layout__toolBar___3vJTw .layout__searchContainer___2ElJd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1lAiO .layout__content___1VxDo {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1lAiO .layout__content___1VxDo,
.layout__cardContainer___1lAiO .layout__content___1VxDo .layout__createNewCard___2MT3M {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1lAiO .layout__content___1VxDo .layout__createNewCard___2MT3M {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1lAiO .layout__content___1VxDo .layout__createNewCard___2MT3M .layout__plusIcon___3MUBA {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1lAiO .layout__content___1VxDo .layout__createNewCard___2MT3M .layout__plusIcon___3MUBA span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1lAiO .layout__cardListContainer___1rUAF {
  background-color: #fff;
}

.layout__cardContainer___1lAiO .layout__cardsLogo___3Wqfq {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1lAiO .layout__featuredDot___3CG8A,
.layout__cardContainer___1lAiO .layout__notFeaturedDot___2MB5K {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1lAiO .layout__notFeaturedDot___2MB5K {
  background-color: red;
}

.layout__cardContainer___1lAiO .layout__edit___22wZW {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1lAiO .layout__delete___210P9,
.layout__cardContainer___1lAiO .layout__edit___22wZW {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1lAiO .layout__delete___210P9 {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1lAiO .layout__unlock___23kpU {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAilBMVEX19fVAQED///8+Pj43Nzf7+/uDg4P39/cpKSnAwMAvLy9gYGCqqqpHR0dEREQ7Ozvs7Ozw8PDp6ekdHR0kJCRoaGgyMjJLS0t7e3shISHi4uJXV1empqZSUlLIyMgbGxuTk5Obm5vW1tbDw8N8fHyKiopmZma4uLhwcHDR0dHb29uVlZUSEhIKCgpcGfqnAAAOy0lEQVR4nO1dC3eiPBOGhHQolUuQQrGtWrut2u33///el+CliklIwkW7L885e85utzg+zOQ2mYvjjBgxYsSIESMGB5yi+sG1v1F3AEIQQsShNEkZKHWA/5vAv8ARGDeSzicfm+coz8pyWjJkgfv8eDd5n/H//M00gWnKmS8f82kWeDHG7g8wjr3AX/gPH/cJZ3ntr2oDTm+1fP3OvNiVI879hfsxh99HktHb3pVljt1IwY+B/7eXTTf3BP0SjtXXJGi2zDNPze1cl75/t0KcZBc8ocdpGqq55f0hy3EzrXN4WbEG1MWX44tRjwaByCTKzoce1mSL/fzNaW+sQNOkP4IEJrFfI4S1Kbpu4P9tyZE9nEDalw4JWl/w4yrUZ8g5vrC9QQsAdVKS9sIQ0FeRifkZDUo/n9urkZkonUFCuyR2AHLuppdLH9Yfhj/PlJ+pJUdgJppQSntQIaD7PBd9WzP97RFnE2SzmwO29U2hFxMl5M+lgVYmGruqPY0U/kOCzOkxcilN+tAg+opFCowrI7UhyPcA73xxNPmywEZgCrSHMQhoshDxwK6lAisU5dJwUmUjMHHSjvZFJx/LNjF/StFX5JOoPcEoKvwHMNmQ0zRlfzoltwOhr4GQoOu2IBgWIS6wN0PaCmEGygZhD0OQzCTHI87QeKE4IIpwVDAT8Ofa8w1nmLSbRoUPo9XlJqbih82X+pOnQ3aqKvjJanqvSTFN2XaUds8QbUsJQbP96PnDRREVYeiG/B+LtQ5FmDEFMprtrFTwMCMo+5bWywQbgxHTYRQWu3/pUWTbGLYh7dznIyNovc7vUZy5Br7XjfsbbqF9nJjIl0SDOGozi4bMRs9+srhXzqhQrYF97LVJKlwldoPQmmEU4t0APEG5VW3EgQ+/dqcJ8aeDE0tpxNZj0GWLBC5qP8P+TLm7YatEDwshoGeFq0m0C/fywM84/CBXvIKoqBNkbyxWL/xchZ1TRB8SGxUhDrKgeHqb3M+3q9X8fvK2KdhPJCYQ1Y2UIb9TT6h9nCbWU116Xhk8rWcOqq4qCJDqEgM5X5PHLPNE/lSRi/Vbbafdg8w0CcZlsFztbyfOXjQAQTB/mvp6c1L8ZHpcbAcgr1pfzJtu5pWfV2xGjCRZF6XWR02HvIwDBy11BqFX3s2aLiQYyfmDDkf/fUgzJSvZZu0Ecfmk509iHF+z5te1HNJMUdj80v3XlbYziaB10HTLEW8GZIjeGm00Lo38uoCcpwazGJIh0EUDvygI2eHcaGoA9K6+rBqOIZtmNk0WVd4xBZpOfcR58BWf6TWs+R2CrJqWwu+Jlcca0F/FJweTweZS9KCeZnCm71s5B6D7qXS/uvgaiiGZN6jQ39qbE9rKNqs4HMxI0XP9O0Rn+8hs1earSD13fldGCk1LGLlwXBRHj0plTGYahPp+laRiink3gQxAaZKoOaLH2kQacRUetbjQdf7tkVw4qUniCqbq7203KmQE+R2x4jdgVldhGLED3YFh9mZKkJK09kqBXK4apeHnSsEDztS3i+ijfscUccff/u/exsyWIKXk8qoI0LI2pU67IsjfacIdj/KvRC73a1F4UCH2DP2V/LKI1nXIo6m27okac1/LY6onkQ1DpQrJvWrbUZoPliRJBF/DIfDi+R73KsdBdmd8V6oANMyl6FOx2ud35vOdSF51YEbk/a7Ig2gzoUOGgwFVrPY479anXnlzEBo23I2sFcembG14nFCj86tcLaBHuZHi12FdRf0AKQ6G5aB+lJ5A5nJ3ClPhL4kPVQEt5UffDtesKwK9ym8bgn9BhQDyYTisr68vXB6cfrCY/QMqdMiLKLJrN8/gf0GFDnqSTjR5d5v/SwxnHUh+G5N1dEC9QKPPoVth/i5WTQC/t4SQtI9ANQkgnUaSIKD4oRcjZW8tJb2EqolBtlkV8Sug2NcwBEiSfiJ+hSBrH+MYi8aif9/HMASapuyE3GPuxJk0NtG8BLI4tUy5Glp5+PnhiemP2jxuEyDOw5HJRy6LNQzU/jkrgVVErJ2J2j2TUPrHk+lQvd5bCUyclPJwyqEYsok0kR9/4+4PvwAz0ltqj1AepZRI75zi564ZQpXYM+RSyP2al1cyR4afneswpXwl7PpTpeCpGpDK7w07v4BmsyhbKobzivBkMLb2wlAMeWoPZWv9YCpkJprSJHEU47BjHaZcIB2MIfCLhdShiWIcdsqwSo9M+0mdEMpjFpNUebXoWeal6ZIhW3n5mOg1kfdcILOVdHcdNQzDKn8wdYajyFM09uG3g1gpXwMv7kx7Bd/77veGA43D1BluEq0A6WHzOwxDcGZD38gc904Kht3G7wruTPvFwRkkZ+j96XS1uFplHgXDgWOw+4L81mJk+FswMvz9UDDsdC69HhQMhwtQ7hX/AYbFyPC3419jCA6qQz4OPy5+d2BYueXQx10N0tpy+Ln+qwPjyeDu6+dWGT1755ClCfAqO7FnhdiNY9fu0TNkL9oMT0reNCWO/DDU+jUheHCxIOm3WWBNZjDRrw9iwdC1rw/BGIYNdRWFEutv1Yzh4a+6DNtUwOCZDOY6vDQbA4Yn0GbYwk5xZKFCgby+GV4fI8OR4e1jZDgyvH2MDEeGt4+R4cjw9jEyHBnePkaGI8Pbxw0x5K7V7j/1gqFelnTnDD1/uohfn4vgu5QVobFFjaFmtEp3DKtcKT94up/tbxm+Jp9TaaLfxdMav3PKEHjUvVY2pIRhKKi92fgd4yxcn7QDAoTSv8I+AwIURbPD8VyHlFKtmtBihlFUKymkgyCe7PtzHeUCcpbiKtJ1gljDpXquQyelWh08JAzD8KJCrBoYZ49UkLwHaCUqtVN7uHL8GzDkuWAp1StcLmIYhkUYGhKMFm/8ek8gksBDk6XuC3sbMKT7mGY7hlFUlUwyceJj/L2W3nwB2qjLE+5MtFnegSFUUfegme1WZ4gZQVMTjV2cvRD5KwX0KNci5kNC727qwDBNkqpDgh1DXmTb1ERjnP9RFsAEiGQairgwHRP9YcjTClJViSQ1w7AwnGK4CuOoEieRCbzoubTiTRFpz9p7hlUmkX5CZo1hFLqF4V0fdnG5bXqj6EPSv4xJExWFljOs0grAIEvjnGHIx4ThLMqU+Ni4IwYiVmI1KEx0CMS0v8U5Q14oXRpPI0HsTlfNrxS9CSabakC8aktiDHmeFE8NMUhkOGUYcfUVRjZaddF5hubEAkgE1TbYMo/1jZQzTHal2Cx1yJYJXhvRSIf8dj+Y6BQiECy8BTdS/YmGM+TU2FJhEgR/IrioFnsTFe6ayU21kl/QpLbs410QisEVfzDhyT2mmTYHhjgMI9MRuGu2plnwBL5qtZlC4/gFbqUGy0SNIbOVwkh/x/4Wmqk0QM91GFZ7GVOGFs3kDgx5vJ7peWlnpN6HnvcEne1r2ISGTWNsghebhodHHRrMaScUXf1qGbWgx8JYhUyHJqtEnaFruBfdU+RyXzQZPtd3wKbS2KRtke92ZKhzyBYi12VYr+xj/Eqv5U3Urf+FwhbhjddlqJloAiatkW+KoWatSJg1t364UYbuQuuwrSwZeuMMeemhZo6KImk3zzDWKQ1dlRD7rQzdTGPrjdob6RUZ5svmwruoRQez6zN0/cbtIpr4lhuK22DoNTlqCG29VLjXvSHN1O1KAH22nkjdK98BL7aqFQMtbSbSoWP1f+rqC1HO5NLRi42NhhenK32GVf2i/SvXZchPc0qfUSbu6QHMRN8yi2yU4jINxUCHCXUOvRJ1GXIFKs/IuJTIRxvfJuEmCnFdnj5DXoHq4JHT1iGzGrXfT1L7E+B/ERdhyjC89PtpM+RNWOjBZ6U9DosmR6PEtw/O1LXp+hwVF744g3HIK145ZlbKZaq/pZKhTWPrC3kmuWs/PVG6izZRMGzR+PkU146JUjLsBCPDkWFbjAzbY2Q4MmyLkWF7jAxHhm3xyxha7JRbMdSS1yFDzAOBjCFhCBoM9Q5XXTLkIaOmBCNxQXNdhhryumOIsTnBKHIlDNNGhljzhNwVQyzpUKImyL04ojhogFWTK5G/TmHHkN4YyvroqFDgIhI3+EDy9lEnArWEWObM1BtyxhZjMCqiIi4CYWCNvDranh+OdU2m1pVcl+HmjGG8D1YzAg+D5Y6xWBCj2NSiPdZXoRvI8wFUDP+c3ZlY+f0YwSo2Jvh7qURFfyxjgTadfMBBH6cMsf4L/SFYhIf4prLu2Qf0pryT4ROMvsDsy6a4MpmcTAS7YENDgifed+zPTm6D+ZXFRN6Hz3VNR0Rm1XCHN7CylVg9wsYfPoao4WyOfgqJEbRUEjSVF1uVqQf6fZSHzbdrIY9jPs1fmG5SRHhHZUBoGwaqmw6MzZzhtn1u0CERYrfsmhGMeCQ6G4knP/Kyz8lXmqTbtzBTfthuSBjoMBdMZFoM77yjRHMUgnqBcZD5fpZJUkh+gHV33DtE2dyuJc2+yzi22MiE3EZNH9oDmwv0Hbt2EUD5bBDb6DDE5jGiewjqPjZBIzNHgqpJl8UlLY54ho3hQ8eHzQX6VjsarsNdC+fYoiwiW+utw4CwcYyUb9/SBGHb0p0Wwe9HmMrTTQkQMqxns+ijTSSXIcVFiyaX0D4+uX+0K3mPJu1jP/vGtF1/NlTceoET0cHMBORL3mz8JoBxu07EYBlaNxymq9Y9BJuO4teFr5mWo1QjDToJeekFeSettMhKqwbJNeC9dtGgjQ3F987uiLpFjLtqkYjeb3JCjXNHJ2FFj+K2vL3pJujERI8UZ9hrnzPQKbJNu4WwDkI2XWQNdIa4fNFIOBJCpnlgW1TJNtzCy3FEqI6ClwnMii97gkKK/GeIPglHo82V25FgZFp1igvMsxewNlFQ+HQAfT1ML/Vo4XY4PhpeBqU3PhOUH5QYVxfQYcj/C309Ler18uwCmXcIDWrQVLLiLHhLUOLYM2ygz8usrR+mfl4vIWWLy6B0Bbu8DJ7mCFGLAhFGNBGC+fITl9PMHw5l6ReblxXhdfv0yj7aE+R/CG+wNNu+3w+F+TZ1iGVXJ3uqQIbEtZqvjrgy/g/nLBCrmeFIYAAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1lAiO .layout__lockIcon___1ArhJ,
.layout__cardContainer___1lAiO .layout__unlock___23kpU {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1lAiO .layout__lockIcon___1ArhJ {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1lAiO .layout__inputForm___2Ine_ {
  width: 100px;
}

.layout__contentBox___1olR_ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3um8m {
  padding: 30px 15px;
}

.layout__cardContainer___3um8m .layout__inputSearch___12wZs {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3um8m .layout__inputSearch___12wZs:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3um8m .layout__inputSearch___12wZs::placeholder {
  font-style: italic;
}

.layout__cardContainer___3um8m .layout__toolBar___3tLHr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3um8m .layout__toolBar___3tLHr .layout__title___12EH5 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3um8m .layout__toolBar___3tLHr .layout__searchContainer___rswU0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3um8m .layout__content___1_rt6 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3um8m .layout__content___1_rt6,
.layout__cardContainer___3um8m .layout__content___1_rt6 .layout__createNewCard___1ufCf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3um8m .layout__content___1_rt6 .layout__createNewCard___1ufCf {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3um8m .layout__content___1_rt6 .layout__createNewCard___1ufCf .layout__plusIcon___3Q3Yq {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3um8m .layout__content___1_rt6 .layout__createNewCard___1ufCf .layout__plusIcon___3Q3Yq span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3um8m .layout__cardListContainer___1qD5T {
  background-color: #fff;
}

.layout__cardContainer___3um8m .layout__cardsLogo___15JlM {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3um8m .layout__featuredDot___clBow,
.layout__cardContainer___3um8m .layout__notFeaturedDot___1mAsS {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3um8m .layout__notFeaturedDot___1mAsS {
  background-color: red;
}

.layout__cardContainer___3um8m .layout__edit___32MG3 {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3um8m .layout__delete___1z20k,
.layout__cardContainer___3um8m .layout__edit___32MG3 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3um8m .layout__delete___1z20k {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3um8m .layout__check___1JDFI {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3um8m .layout__check___1JDFI,
.layout__cardContainer___3um8m .layout__close___1we53 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3um8m .layout__close___1we53 {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3um8m .layout__inputForm___3YeU2 {
  width: 100px;
}

.layout__contentBox___3X5E9 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___2c2Ug {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___2c2Ug img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___2qo3G {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___1asPV {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___1Qbbs,
.layout__kycTitle___1asPV {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___1Qbbs {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___2m5nF {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___2m5nF,
.layout__formContainer___1z939 {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___1z939 {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___1tBR1 {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputLabel___3c-AS {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___2x53f {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___5KqNx {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___lML49,
.layout__inputTicketLos___2J3z2,
.layout__ticket___5KqNx {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___lML49,
.layout__inputTicketLos___2J3z2 {
  width: 180px!important;
}

.layout__inputTicketLos___2J3z2 {
  margin-left: 16px;
}

.layout__reason___2wFug {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___3XjSt,
.layout__reason___2wFug {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___1sSzf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___1sSzf label {
  margin-bottom: 0;
}

.layout__switch___3oH3X {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___3oH3X input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___1bEqj {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___1bEqj,
.layout__slider___1bEqj:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___1bEqj:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___1bEqj {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___1bEqj {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___1bEqj:before {
  transform: translateX(26px);
}

.layout__buttonStyle___2R-_J {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
}

.layout__workingArea___eYkjB {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___2b1we,
.layout__workingArea___eYkjB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___2b1we {
  margin-right: 40px;
}

.layout__searchRow___3xMBY {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___3xMBY,
.layout__searchTitle___3qv4S {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___3qv4S {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___1oS4w {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___3xQdv {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___3xQdv,
.layout__searchInputLOS___1jp1E,
.layout__spanText___VexH5 {
  margin-right: 16px;
}

.layout__searchInputLOS___1jp1E {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___1jp1E .layout__Select-control___3MMU6 {
  border-radius: 0!important;
}

.layout__radioStyle___3u55a {
  margin-top: 10px;
}

.layout__historyContainer___1z6zv,
.layout__radioStyle___3u55a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___1z6zv {
  margin-top: 80px;
}

.layout__historyTitle___P2tGV {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___1gRYe {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 100px;
  min-height: 262px;
}

.layout__applicationRow___3RhcA {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__applicationSelected___jKJG6 {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 24px;
  height: 262px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: initial;
}

.layout__arrowDeselect___2W4aJ {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___1NcNs {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___dEyGq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___2y1PV {
  background-color: #ec1e25;
}

.layout__buttonDisable___3tlz-,
.layout__buttonSosStyle___2y1PV {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___3tlz- {
  background-color: #ddd;
}

.layout__approveSosAction___1bGnl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___34Bqm {
  color: #028547;
}

.layout__appStyle___2fPsg {
  color: #666;
}

.layout__tooltip___2L7G2 {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  border-radius: 16px;
  margin-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
}

.layout__tooltip___2L7G2 .layout__tooltiptext___ND3nB {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #999;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 210px;
  position: absolute;
  z-index: 1;
}

.layout__tooltip___2L7G2:hover .layout__tooltiptext___ND3nB {
  visibility: visible;
}

.layout__oval___cfNu4 {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___y_wTW,
.layout__cutOffTimeContainer___1EGxV {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___1EGxV {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___3UPH5 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cutOffTimeRow___3UPH5:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___21U2m {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___3VRBs {
  margin-right: 24px;
  width: 200px;
  height: 30px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___y643D {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #028547;
  margin-bottom: 8px;
}

.layout__titleLabel___3nAo0,
.layout__titleRow___y643D {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___hLw5m {
  margin-right: 25px;
}

.layout__mb100___3ekBx {
  margin-bottom: 100px;
}

.layout__createMerchantContainer___Hl5xq {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___Hl5xq .layout__inputTxt___3WPDg {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___Hl5xq .layout__maxHeightTextArea___heORM {
  max-height: 350px;
  min-height: 50px;
}

.layout__createMerchantContainer___Hl5xq .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___Hl5xq .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___Hl5xq .content {
  padding: 10px;
}

.layout__createMerchantContainer___Hl5xq .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___Hl5xq .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___Hl5xq .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer .actionButton,
.layout__createMerchantContainer___Hl5xq .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___Hl5xq .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1ERlt {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___22Abw {
  padding: 30px 15px;
}

.layout__cardContainer___22Abw .layout__createBtn___10hbT {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___22Abw .layout__createBtn___10hbT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___22Abw .layout__createBtn___10hbT.layout__disabled___tRB7Y,
.layout__cardContainer___22Abw .layout__createBtn___10hbT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___22Abw .layout__createBtn___10hbT:active,
.layout__cardContainer___22Abw .layout__createBtn___10hbT:focus,
.layout__cardContainer___22Abw .layout__createBtn___10hbT:visited {
  outline: 0;
}

.layout__cardContainer___22Abw .layout__inputSearch___1gD1K {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___22Abw .layout__inputSearch___1gD1K:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___22Abw .layout__inputSearch___1gD1K::placeholder {
  font-style: italic;
}

.layout__cardContainer___22Abw .layout__toolBar___30PZr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___22Abw .layout__toolBar___30PZr .layout__title___Edwim {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___22Abw .layout__toolBar___30PZr .layout__searchContainer___C6qtW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___22Abw .layout__content___34vhs {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___22Abw .layout__content___34vhs,
.layout__cardContainer___22Abw .layout__content___34vhs .layout__createNewCard___T0e-s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___22Abw .layout__content___34vhs .layout__createNewCard___T0e-s {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___22Abw .layout__content___34vhs .layout__createNewCard___T0e-s .layout__plusIcon___stUVY {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___22Abw .layout__content___34vhs .layout__createNewCard___T0e-s .layout__plusIcon___stUVY span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___22Abw .layout__cardListContainer___137_M {
  background-color: #fff;
}

.layout__cardContainer___22Abw .layout__cardsLogo___I3x7b {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___22Abw .layout__featuredDot___6pOl7,
.layout__cardContainer___22Abw .layout__notFeaturedDot___1o8D7 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___22Abw .layout__notFeaturedDot___1o8D7 {
  background-color: red;
}

.layout__cardContainer___22Abw .layout__edit___3REny {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___22Abw .layout__delete___BkipL,
.layout__cardContainer___22Abw .layout__edit___3REny {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___22Abw .layout__delete___BkipL {
  padding-right: 6px;
}

.layout__valueCardOffer___3YbYy {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.layout__contentBox___3owx8 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___3A2DJ {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___3A2DJ img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___3qnqk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___2OE60 {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___2c7Kv,
.layout__kycTitle___2OE60 {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___2c7Kv {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___1Ja80 {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___1Ja80,
.layout__formContainer___150zp {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___150zp {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___1--Kq {
  border-radius: 4px;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputDateStyle___1--Kq,
.layout__inputDateStyleArea___1cQ_x {
  background-color: #fff!important;
  text-transform: uppercase;
  font-size: 14px!important;
}

.layout__inputDateStyleArea___1cQ_x {
  border-radius: 4px;
  width: 410px!important;
  min-height: 100px!important;
  border: 1px solid #cacaca!important;
  margin-right: 0;
  outline: unset;
}

.layout__inputLabel___2zImB {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___3TF1J {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___zRAoi {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___2db0l,
.layout__inputTicketLos___1gitu,
.layout__ticket___zRAoi {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___2db0l,
.layout__inputTicketLos___1gitu {
  width: 180px!important;
}

.layout__inputTicketLos___1gitu {
  margin-left: 16px;
}

.layout__reason___1fXhy {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___3up4j,
.layout__reason___1fXhy {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___2NeG6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___2NeG6 label {
  margin-bottom: 0;
}

.layout__switch___32NvV {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___32NvV input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___zo3zW {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___zo3zW,
.layout__slider___zo3zW:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___zo3zW:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___zo3zW {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___zo3zW {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___zo3zW:before {
  transform: translateX(26px);
}

.layout__buttonStyle___2EqAQ {
  min-width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
  padding: 0 15px;
}

.layout__workingArea___3HeYy {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___1kYNa,
.layout__workingArea___3HeYy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___1kYNa {
  margin-right: 40px;
}

.layout__searchRow___1qt0m {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___1qt0m,
.layout__searchTitle___1CW3i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___1CW3i {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___ARCP_ {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___19dfi {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___19dfi,
.layout__searchInputLOS___P98T_,
.layout__spanText___3mBH4 {
  margin-right: 16px;
}

.layout__searchInputLOS___P98T_ {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___P98T_ .layout__Select-control___3c_uB {
  border-radius: 0!important;
}

.layout__radioStyle___30okn {
  margin-top: 10px;
}

.layout__historyContainer___1sG6e,
.layout__radioStyle___30okn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___1sG6e {
  margin-top: 80px;
}

.layout__historyTitle___rVlb_ {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___Fzmni {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 100px;
  min-height: 262px;
}

.layout__applicationRow___1kFEx {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__applicationSelected___2QNSU {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 24px;
  height: 262px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: initial;
}

.layout__arrowDeselect___2MYf3 {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___gQI01 {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___1X67j {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___CYqdC {
  background-color: #ec1e25;
}

.layout__buttonDisable___1GjJH,
.layout__buttonSosStyle___CYqdC {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___1GjJH {
  background-color: #ddd;
}

.layout__approveSosAction___1Gp0A {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___2PH1t {
  color: #028547;
}

.layout__appStyle___Ja0ft {
  color: #666;
}

.layout__tooltip___2zC2P {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  border-radius: 16px;
  margin-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
}

.layout__tooltip___2zC2P .layout__tooltiptext___2DZ5o {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #999;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 210px;
  position: absolute;
  z-index: 1;
}

.layout__tooltip___2zC2P:hover .layout__tooltiptext___2DZ5o {
  visibility: visible;
}

.layout__oval___a4uK7 {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___1ewSM,
.layout__cutOffTimeContainer___1rPYz {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___1rPYz {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___zPDdg {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cutOffTimeRow___zPDdg:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___11qYD {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___c2PvK {
  margin-right: 24px;
  width: 200px;
  height: 30px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___2gMun {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #028547;
  margin-bottom: 8px;
}

.layout__titleLabel___JFKzQ,
.layout__titleRow___2gMun {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___2IR7b {
  margin-right: 25px;
}

.layout__mb100___NQJ8r {
  margin-bottom: 100px;
}

.layout__bntSave___2dvPt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-right: 68px;
}

.layout__cardContainer___2re8h {
  padding: 30px 43px;
}

.layout__cardContainer___2re8h .layout__pageTitle___3RsPN {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___2re8h .layout__inputSearch___13cm5 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2re8h .layout__inputSearch___13cm5:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2re8h .layout__inputSearch___13cm5::placeholder {
  font-style: italic;
}

.layout__cardContainer___2re8h .layout__toolBar___ftYNW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___2re8h .layout__toolBar___ftYNW .layout__title___2bl5k {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2re8h .layout__content___20z1d,
.layout__cardContainer___2re8h .layout__toolBar___ftYNW .layout__searchContainer___3jS6q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2re8h .layout__content___20z1d {
  cursor: pointer;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  font-weight: 700;
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 149px;
  height: 30px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.layout__cardContainer___2re8h .layout__cardListContainer___12h0f {
  background-color: #fff;
  overflow-x: auto;
}

.layout__cardContainer___2re8h .layout__cardsLogo___B4tdT {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2re8h .layout__featuredDot___20q5N,
.layout__cardContainer___2re8h .layout__notFeaturedDot___3LfVV {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2re8h .layout__notFeaturedDot___3LfVV {
  background-color: red;
}

.layout__cardContainer___2re8h .layout__edit___3zfcS {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2re8h .layout__delete___OXGaH,
.layout__cardContainer___2re8h .layout__edit___3zfcS {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2re8h .layout__delete___OXGaH {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTO9Yde9Zc+1UbuxTb+xTb+1TbuxUb+tUbu9VcOxUcetUb+xTb+xTb+xTb+tTb+tTbvQ7RbkAAAAQdFJOUwAPHnDaqGB/wDVPj++4h8HOATeOAAAAiElEQVQoz43SWQ7DIAwEUANODFm5/2nbgLMyTjt/6AkYGYj+iAtSklrqsua0NMct6y6ZyzouRJKNvJIe2GT5UbsXEH+vfU2yqe4aEblCgqtvCUAmbQiIKw02JUCzTV0lb5MDNOoQAYnS1FJQ4pZ6mwalaL0JfJUX8mTNl4/fwVbB7zweP6fc9AGZFR8L8luTxwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2re8h .layout__check___NrQEt {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2re8h .layout__check___NrQEt,
.layout__cardContainer___2re8h .layout__close___3pdJo {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2re8h .layout__close___3pdJo {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2re8h .layout__inputForm___2UhBl {
  width: 100px;
}

.layout__contentBox___Zflv2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___Zflv2,
.layout__titletable___26WNo {
  display: -ms-flexbox;
  display: flex;
}

.layout__titletable___26WNo {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #008345;
  padding: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
}

.layout__table___2sbl3 {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.layout__tbleditbtn___1BcPj {
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 100px;
  height: 30px;
  border-radius: 16px;
  cursor: pointer;
}

.layout__rowtitle___3BpBU,
.layout__tbleditbtn___1BcPj {
  color: #fff;
  text-align: center;
}

.layout__rowtitle___3BpBU {
  background: #008345;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 16px;
}

.layout__row1___g31GW {
  padding: 24px 16px;
}

.layout__inputItem___2wfnb {
  font-size: 14px!important;
}

.layout__rednote___1QHUl {
  color: red;
  font-size: 16px;
}

.layout__channel___3pzwh {
  text-transform: uppercase;
}

.layout__chilchannel___1JZqn {
  max-width: 97px;
  font-weight: 700;
}

.layout__titleHeader___1zuXG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__titleHeader___1zuXG .layout__txtTitle___32t-Z {
  color: #028547;
  font-weight: 700;
}

.layout__btnAdd___1dRPF {
  width: 100px;
  height: 32px;
  background: #028547;
  border-radius: 16px;
  color: #fff;
}

.layout__contentBody___2gCKs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}

.layout__contentBody___2gCKs .layout__titleContent___fahtj {
  font-weight: 700;
  font-size: 14px;
  margin-right: 16px;
}

.layout__inputItemAdd___3WOLt {
  width: 337px;
}

.layout__addChannel___rVpt9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
}

.layout__txtItem___3Yw8m {
  text-align: center;
  margin-top: 8px;
}

.layout__groupItem___13bbg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1HhhA {
  padding: 30px 43px 0;
}

.layout__cardContainer___1HhhA .layout__pageTitle___1kNTN {
  margin: 0 0 30px;
  text-align: left;
  color: #555;
  font-weight: 700;
}

.layout__cardContainer___1HhhA .layout__inputSearch___2FTgl {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1HhhA .layout__inputSearch___2FTgl:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1HhhA .layout__inputSearch___2FTgl::placeholder {
  font-style: italic;
}

.layout__cardContainer___1HhhA .layout__toolBar___15FuE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1HhhA .layout__toolBar___15FuE .layout__title___3ZbEz {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1HhhA .layout__content___20SpG,
.layout__cardContainer___1HhhA .layout__toolBar___15FuE .layout__searchContainer___1rm1- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1HhhA .layout__content___20SpG {
  cursor: pointer;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  font-weight: 700;
  background: #1976d2;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  height: 30px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.layout__cardContainer___1HhhA .layout__cardListContainer___i_Yvn {
  background-color: #fff;
  overflow-x: auto;
}

.layout__cardContainer___1HhhA .layout__cardsLogo___cO5_c {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1HhhA .layout__featuredDot___1YxHd,
.layout__cardContainer___1HhhA .layout__notFeaturedDot___1Q3dK {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1HhhA .layout__notFeaturedDot___1Q3dK {
  background-color: red;
}

.layout__cardContainer___1HhhA .layout__edit____3BbH {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTI5OyYjMTMyOyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43ODE1IDQuMTIzNDRMMTQuNzAzMyAzLjE1NTQ3QzE1LjA5OTIgMi43MzcxMSAxNS4wOTkyIDIuMDYxNzIgMTQuNzAzMyAxLjY0NjA5TDEzLjQzMjUgMC4zMTE3MjJDMTMuMDM2NyAtMC4xMDM5MDcgMTIuMzkzNCAtMC4xMDM5MDcgMTEuOTk1IDAuMzExNzIyTDExLjA3MzEgMS4yNzk3QzEwLjk3NDIgMS4zODM2IDEwLjk3NDIgMS41NTMxNCAxMS4wNzMxIDEuNjU3MDRMMTMuNDIyMSA0LjEyMzQ0QzEzLjUyMSA0LjIyNzM0IDEzLjY4MjUgNC4yMjczNCAxMy43ODE1IDQuMTIzNDRaTTEwLjQxNjcgMTMuOTk3MkMxMS4xMDY4IDEzLjk5NzIgMTEuNjY2NyAxMy40MDkzIDExLjY2NjcgMTIuNjg0N1Y4LjM2OTkxQzExLjY2NjcgOC4wNzczMyAxMS4zMzA3IDcuOTMyNDEgMTEuMTMyOCA4LjEzNzQ5TDEwLjA5MTIgOS4yMzEyNEMxMC4wMzM5IDkuMjk0MTIgMTAgOS4zNzYxNSAxMCA5LjQ2MzY2VjEyLjI0NzJIMS42NjY2N1YzLjQ5NzI2SDcuNjUxMDRDNy43MzQzOCAzLjQ5NzI2IDcuODEyNSAzLjQ2MTcyIDcuODcyMzkgMy40MDE1Nkw4LjkxNDA2IDIuMzA3ODFDOS4xMTE5OSAyLjEwMDAxIDguOTcxMzYgMS43NDcyNyA4LjY5MjcxIDEuNzQ3MjdIMS4yNUMwLjU1OTg5NiAxLjc0NzI3IDAgMi4zMzUxNSAwIDMuMDU5NzZWMTIuNjg0N0MwIDEzLjQwOTMgMC41NTk4OTYgMTMuOTk3MiAxLjI1IDEzLjk5NzJIMTAuNDE2N1pNNy4xNDY1MyAxMS4wODc4TDQuNzI5ODQgMTEuMzY5NUM0LjQwNjk0IDExLjQwNzggNC4xMzM1IDExLjEyMDcgNC4xNjk5NSAxMC43ODE2TDQuNDM4MiA4LjI0NDExTDEwLjEyNTcgMi4yNzIyNkMxMC4yMjQ2IDIuMTY4MzYgMTAuMzg2MSAyLjE2ODM2IDEwLjQ4NTEgMi4yNzIyNkwxMi44MzQgNC43Mzg2N0MxMi45MzMgNC44NDI1NyAxMi45MzMgNS4wMTIxIDEyLjgzNCA1LjExNkw3LjE0NjUzIDExLjA4NzhaIiBmaWxsPSIjOUE5QTlBIi8+Cjwvc3ZnPgo=) 8px/16px 16px no-repeat;
}

.layout__cardContainer___1HhhA .layout__delete___21RW1,
.layout__cardContainer___1HhhA .layout__edit____3BbH {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1HhhA .layout__delete___21RW1 {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTM1OyYjMTg0OyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjE4ODE0QzEyIDIuNDI5NjEgMTEuODA4IDIuNjI1NjMgMTEuNTcxNCAyLjYyNTYzSDAuNDI4NTcyQzAuMTkyMDI1IDIuNjI1NjMgMCAyLjQyOTYxIDAgMi4xODgxNFYxLjMxMzE0QzAgMS4wNzE2NiAwLjE5MjAyNSAwLjg3NTYzOSAwLjQyODU3MiAwLjg3NTYzOUgzLjY0Mjg2TDMuODk0NjUgMC4zNjQzMDdDMy45OTc5MiAwLjE0ODY4MSA0LjIxNDU3IDAuMDAwNjQwODY4IDQuNDY1MzcgMC4wMDA2NDA4NjhINy41Mjk0NkM3LjUyOTUzIDAuMDAwNjQwODY4IDcuNTI5NTIgMC4wMDA0ODA2NTEgNy41Mjk1MSAwLjAwMDMyMDQzNEM3LjUyOTQ5IDAuMDAwMTYwMjE3IDcuNTI5NDggMCA3LjUyOTU2IDBMNy42MzUzIDAuMDA4ODUyMDJDNy44NDE3MyAwLjA0Mzc4NzcgOC4wMTUwOCAwLjE3OTI3OSA4LjEwNTM1IDAuMzY0MzA3TDguMzU3MTQgMC44NzU2MzlIMTEuNTcxNEMxMS44MDggMC44NzU2MzkgMTIgMS4wNzE2NiAxMiAxLjMxMzE0VjIuMTg4MTRaTTEwLjU3NTMgMTIuNzcwMkMxMC41MzMyIDEzLjQ1NTggOS45NzQ0MyAxNC4wMDA1IDkuMjkyMjUgMTQuMDAwNkgyLjcwODNDMi4wMjYxMyAxNC4wMDA1IDEuNDY3MzUgMTMuNDU1OCAxLjQyNTI4IDEyLjc3MDJMMC44NTc0MjIgMy41MDA2NEgxMS4xNDMxTDEwLjU3NTMgMTIuNzcwMloiIGZpbGw9IiM5QTlBOUEiLz4KPC9zdmc+Cg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1HhhA .layout__check___1SC-I {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1HhhA .layout__check___1SC-I,
.layout__cardContainer___1HhhA .layout__close___2p7je {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1HhhA .layout__close___2p7je {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1HhhA .layout__inputForm___j_PO2 {
  width: 100px;
}

.layout__contentBox___3v6uf {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___3v6uf,
.layout__titletable___2oYPg {
  display: -ms-flexbox;
  display: flex;
}

.layout__titletable___2oYPg {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #008345;
  padding: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
}

.layout__table___ivuuM {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.layout__tbleditbtn___101IP {
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 100px;
  height: 30px;
  border-radius: 16px;
  cursor: pointer;
}

.layout__rowtitle___2vhtl,
.layout__tbleditbtn___101IP {
  color: #fff;
  text-align: center;
}

.layout__rowtitle___2vhtl {
  background: #008345;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 16px;
}

.layout__row1___3WTBN {
  padding: 24px 16px;
}

.layout__inputItem___1D1rV {
  font-size: 14px!important;
  max-width: 150px;
}

.layout__rednote___1lBe6 {
  color: red;
  font-size: 16px;
}

.layout__channel___1B5Hp {
  text-transform: uppercase;
}

.layout__chilchannel___2S220 {
  max-width: 97px;
  font-weight: 700;
}

.layout__titleHeader___HQU0V {
  text-align: center;
}

.layout__titleHeader___HQU0V .layout__txtTitle___2Ob-f {
  color: #1976d2;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__btnAdd___QQ0tH {
  background: #1976d2;
  border-radius: 16px;
  color: #fff;
}

.layout__btnAdd___QQ0tH,
.layout__btnCancel___11ozg {
  width: 100px;
  height: 32px;
}

.layout__btnCancel___11ozg {
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 16px;
  color: #1976d2;
}

.layout__contentBody___gT6QM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  width: 100%;
  max-width: 375px;
}

.layout__contentBody___gT6QM input {
  border-radius: 4px;
}

.layout__contentBody___gT6QM .layout__titleContent___3l95s {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__addChannel___265cQ,
.layout__contentBody___gT6QM .layout__groupCheckbox___2NQNJ {
  display: -ms-flexbox;
  display: flex;
}

.layout__addChannel___265cQ {
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}

.layout__txtItem___jv6Zz {
  text-align: center;
  margin-top: 8px;
}

.layout__groupItem___3FA25 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tittleTable___fWLaN {
  margin-left: 18px;
}

.layout__tittleTable___fWLaN ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.layout__tittleTable___fWLaN ul li:before {
  content: "\2022";
  color: #1976d2;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.layout__tittleTable___fWLaN .layout__txtTilTable___1eqaz {
  color: #1976d2;
  font-weight: 700;
  font-size: 14px;
}

.layout__groupSearch___1_5eH {
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 18px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 16px;
}

.layout__groupSearch___1_5eH .layout__itemGroup___1cAYX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__groupSearch___1_5eH .layout__itemGroup___1cAYX span {
  font-weight: 700;
}

.layout__groupSearch___1_5eH .layout__itemGroup___1cAYX input {
  margin-left: 2px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
}

@media only screen and (max-width:1366px) {
  .layout__groupSearch___1_5eH .layout__itemGroup___1cAYX {
    display: block;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout__groupSearch___1_5eH .layout__itemGroup___1cAYX span {
    font-weight: 700;
  }

  .layout__groupSearch___1_5eH .layout__itemGroup___1cAYX input {
    margin-left: 2px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
  }
}

.layout__btnSearch___snkOm {
  background: #9a9a9a;
  border-radius: 20px;
  color: #fff;
  padding: 8px 22px;
}

.layout__tblSchemes___33bgX {
  padding: 30px 43px;
}

.layout__tblSchemes___33bgX .layout__tableHeader___8DWfc {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblSchemes___33bgX .layout__tableHeader___8DWfc th {
  text-align: center;
}

.layout__tblSchemes___33bgX .layout__rowTbl___2wJ8D {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 4px;
}

.layout__tblSchemes___33bgX .layout__rowTbl___2wJ8D td {
  padding-top: 16px;
}

.layout__tblSchemes___33bgX .layout__groupAction___dLrf6 {
  min-width: 88px!important;
}

@media only screen and (max-width:1366px) {
  .layout__tblSchemes___33bgX .layout__subPro___20E2E {
    max-width: 160px!important;
    word-wrap: break-word;
  }

  .layout__tblSchemes___33bgX .layout__idCol___1g4KE {
    max-width: 65px!important;
  }
}

.layout__switchContainer___1JHP_ {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__switchContainer___1JHP_ label {
  margin-bottom: 0;
}

.layout__switch___2xRwJ {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___2xRwJ input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__inputDateStyle___1YuAE {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 180px;
}

.layout__slider___3Joho {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

input[type=checkbox]:not(:checked)+.layout__slider___3Joho:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  right: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: .4s;
}

input[type=checkbox]:not(:checked)+.layout__slider___3Joho:before {
  position: absolute;
  content: "NO";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}

input[type=checkbox]:checked+.layout__slider___3Joho:before {
  position: absolute;
  content: "YES";
  height: 16px;
  width: 16px;
  left: -2px;
  bottom: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}

input[type=checkbox]:checked+.layout__slider___3Joho {
  background-color: #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___3Joho:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: .4s;
}

input[type=checkbox]:focus+.layout__slider___3Joho {
  box-shadow: 0 0 1px #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___3Joho:before {
  transform: translateX(26px);
}

.layout__edit____3BbH {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTI5OyYjMTMyOyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43ODE1IDQuMTIzNDRMMTQuNzAzMyAzLjE1NTQ3QzE1LjA5OTIgMi43MzcxMSAxNS4wOTkyIDIuMDYxNzIgMTQuNzAzMyAxLjY0NjA5TDEzLjQzMjUgMC4zMTE3MjJDMTMuMDM2NyAtMC4xMDM5MDcgMTIuMzkzNCAtMC4xMDM5MDcgMTEuOTk1IDAuMzExNzIyTDExLjA3MzEgMS4yNzk3QzEwLjk3NDIgMS4zODM2IDEwLjk3NDIgMS41NTMxNCAxMS4wNzMxIDEuNjU3MDRMMTMuNDIyMSA0LjEyMzQ0QzEzLjUyMSA0LjIyNzM0IDEzLjY4MjUgNC4yMjczNCAxMy43ODE1IDQuMTIzNDRaTTEwLjQxNjcgMTMuOTk3MkMxMS4xMDY4IDEzLjk5NzIgMTEuNjY2NyAxMy40MDkzIDExLjY2NjcgMTIuNjg0N1Y4LjM2OTkxQzExLjY2NjcgOC4wNzczMyAxMS4zMzA3IDcuOTMyNDEgMTEuMTMyOCA4LjEzNzQ5TDEwLjA5MTIgOS4yMzEyNEMxMC4wMzM5IDkuMjk0MTIgMTAgOS4zNzYxNSAxMCA5LjQ2MzY2VjEyLjI0NzJIMS42NjY2N1YzLjQ5NzI2SDcuNjUxMDRDNy43MzQzOCAzLjQ5NzI2IDcuODEyNSAzLjQ2MTcyIDcuODcyMzkgMy40MDE1Nkw4LjkxNDA2IDIuMzA3ODFDOS4xMTE5OSAyLjEwMDAxIDguOTcxMzYgMS43NDcyNyA4LjY5MjcxIDEuNzQ3MjdIMS4yNUMwLjU1OTg5NiAxLjc0NzI3IDAgMi4zMzUxNSAwIDMuMDU5NzZWMTIuNjg0N0MwIDEzLjQwOTMgMC41NTk4OTYgMTMuOTk3MiAxLjI1IDEzLjk5NzJIMTAuNDE2N1pNNy4xNDY1MyAxMS4wODc4TDQuNzI5ODQgMTEuMzY5NUM0LjQwNjk0IDExLjQwNzggNC4xMzM1IDExLjEyMDcgNC4xNjk5NSAxMC43ODE2TDQuNDM4MiA4LjI0NDExTDEwLjEyNTcgMi4yNzIyNkMxMC4yMjQ2IDIuMTY4MzYgMTAuMzg2MSAyLjE2ODM2IDEwLjQ4NTEgMi4yNzIyNkwxMi44MzQgNC43Mzg2N0MxMi45MzMgNC44NDI1NyAxMi45MzMgNS4wMTIxIDEyLjgzNCA1LjExNkw3LjE0NjUzIDExLjA4NzhaIiBmaWxsPSIjOUE5QTlBIi8+Cjwvc3ZnPgo=) 8px/16px 16px no-repeat;
}

.layout__delete___21RW1,
.layout__edit____3BbH {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___21RW1 {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTM1OyYjMTg0OyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjE4ODE0QzEyIDIuNDI5NjEgMTEuODA4IDIuNjI1NjMgMTEuNTcxNCAyLjYyNTYzSDAuNDI4NTcyQzAuMTkyMDI1IDIuNjI1NjMgMCAyLjQyOTYxIDAgMi4xODgxNFYxLjMxMzE0QzAgMS4wNzE2NiAwLjE5MjAyNSAwLjg3NTYzOSAwLjQyODU3MiAwLjg3NTYzOUgzLjY0Mjg2TDMuODk0NjUgMC4zNjQzMDdDMy45OTc5MiAwLjE0ODY4MSA0LjIxNDU3IDAuMDAwNjQwODY4IDQuNDY1MzcgMC4wMDA2NDA4NjhINy41Mjk0NkM3LjUyOTUzIDAuMDAwNjQwODY4IDcuNTI5NTIgMC4wMDA0ODA2NTEgNy41Mjk1MSAwLjAwMDMyMDQzNEM3LjUyOTQ5IDAuMDAwMTYwMjE3IDcuNTI5NDggMCA3LjUyOTU2IDBMNy42MzUzIDAuMDA4ODUyMDJDNy44NDE3MyAwLjA0Mzc4NzcgOC4wMTUwOCAwLjE3OTI3OSA4LjEwNTM1IDAuMzY0MzA3TDguMzU3MTQgMC44NzU2MzlIMTEuNTcxNEMxMS44MDggMC44NzU2MzkgMTIgMS4wNzE2NiAxMiAxLjMxMzE0VjIuMTg4MTRaTTEwLjU3NTMgMTIuNzcwMkMxMC41MzMyIDEzLjQ1NTggOS45NzQ0MyAxNC4wMDA1IDkuMjkyMjUgMTQuMDAwNkgyLjcwODNDMi4wMjYxMyAxNC4wMDA1IDEuNDY3MzUgMTMuNDU1OCAxLjQyNTI4IDEyLjc3MDJMMC44NTc0MjIgMy41MDA2NEgxMS4xNDMxTDEwLjU3NTMgMTIuNzcwMloiIGZpbGw9IiM5QTlBOUEiLz4KPC9zdmc+Cg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__tblDisb___1iYBy .layout__tableHeader___8DWfc {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblDisb___1iYBy .layout__rowTbl___2wJ8D,
.layout__tblDisb___1iYBy .layout__tableHeader___8DWfc th {
  text-align: center;
}

.layout__tblDisb___1iYBy .layout__rowTbl___2wJ8D {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 4px;
}

.layout__tblDisb___1iYBy .layout__rowTbl___2wJ8D td {
  padding-top: 16px;
}

.layout__selField___GVB6p {
  max-width: 280px;
  height: 20px!important;
}

.layout__selField3___3yrcy {
  height: 30px!important;
  font-size: 14px!important;
}

.layout__groupDisb1___2iMVc {
  max-width: 234px;
  width: 100%;
}

.layout__modalBody___1AmXw {
  max-width: 400px;
  width: 100%;
}

.layout__modalBody2____gEgB {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.layout__modalBody2____gEgB .layout__btnAdd___QQ0tH {
  margin-left: 16px;
}

.layout__modalContent___3vyz8 form {
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__btnFunc___3l9Bq,
.layout__modalContent___3vyz8 form {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnFunc___3l9Bq {
  text-align: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.layout__contentBody1___h-Tcm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  width: 100%;
  max-width: 375px;
}

.layout__contentBody1___h-Tcm input {
  border-radius: 4px;
}

.layout__contentBody1___h-Tcm .layout__titleContent___3l95s {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody1___h-Tcm .layout__groupInput___2RFLQ {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBody1___h-Tcm .layout__groupInput___2RFLQ span {
  margin: 0 6px;
}

.layout__selField2___4jozt {
  max-width: 118px;
  height: 30px!important;
}

.layout__inputField___2tj1e {
  max-width: 108px;
}

.layout__inputField___2tj1e,
.layout__inputField1___sHJB_ {
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 30px!important;
  font-size: 14px!important;
}

.layout__inputField1___sHJB_ {
  max-width: 111px;
  padding: 10px 10px 10px 5px;
}

.layout__groupFielPopup___1ipVb .layout__Select-placeholder___KCJCd,
.layout__groupFielPopup___1ipVb .layout__selField___GVB6p .layout__Select--single___-aB9E>.layout__Select-control___3nwu1 .layout__Select-value___7D-ky {
  max-width: 85%!important;
}

.layout__err___jYRw7,
.layout__errorPopup___1a-AJ {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
  font-weight: 500;
}

.layout__errorPopup___1a-AJ {
  margin-top: 15px;
}

.layout__groupFielPopup___1ipVb {
  width: 100%;
  max-width: 281px;
}

.layout__createMerchantContainer___2EZL5 {
  margin-top: 31px;
}

.layout__groupItem___2DTC2 {
  margin-bottom: 16px;
}

.layout__titleField___34cI1 {
  padding-bottom: 4px;
}

.layout__contentField___2IA0G input {
  border-radius: 8px;
  font-size: 14px!important;
  border: 1px solid #ced4da!important;
  background-color: #fff!important;
}

.layout__contentField___2IA0G input :focus {
  border: 1px solid;
}

.layout__btnCalculation___3WoxV {
  padding: 8px 24px;
  background: #9a9a9a;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.layout__tblContainer___2EZjJ {
  margin-top: 40px;
}

.layout__tblContainer___2EZjJ .layout__tableHeader___29boz {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblContainer___2EZjJ .layout__tableHeader___29boz th,
.layout__tblContainer___2EZjJ td {
  text-align: center;
}

.layout__cardContainer___3IvwJ {
  padding: 30px 43px;
}

.layout__cardContainer___3IvwJ .layout__pageTitle___3_0NV {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___3IvwJ .layout__toolBar___1229H {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3IvwJ .layout__toolBar___1229H .layout__title___1GwW8 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3IvwJ .layout__content___2L-ql,
.layout__cardContainer___3IvwJ .layout__toolBar___1229H .layout__searchContainer___2qLoI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3IvwJ .layout__content___2L-ql {
  cursor: pointer;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  font-weight: 700;
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 149px;
  height: 30px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.layout__cardContainer___3IvwJ .layout__countFile___13-_c {
  margin-bottom: 14px;
  font-size: 15px;
}

.layout__cardContainer___3IvwJ .layout__searchFilter___3K2Pj {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.layout__cardContainer___3IvwJ .layout__searchFilter___3K2Pj input {
  margin-right: 14px;
  max-width: 139px;
  width: 100%;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.layout__cardContainer___3IvwJ .layout__searchFilter___3K2Pj .layout__btnFilter___140M5 {
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: #8d84f8;
  font-size: 12px;
  padding: 0 4px;
}

.layout__cardContainer___3IvwJ .layout__tableList___3T7eU {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___3IvwJ .layout__tableList___3T7eU {
    overflow: initial;
  }
}

.layout__cardContainer___3IvwJ .layout__tableList___3T7eU td.layout__checkBoxCol___22ViG,
.layout__cardContainer___3IvwJ .layout__tableList___3T7eU th.layout__checkBoxCol___22ViG {
  min-width: 35px;
  text-align: center;
}

.layout__cardContainer___3IvwJ .layout__tableList___3T7eU td {
  text-align: center;
}

.layout__cardContainer___3IvwJ .layout__tableHeader___1FzRG {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__cardContainer___3IvwJ .layout__tableHeader___1FzRG th {
  text-align: center;
  padding-top: 18px;
}

.layout__cardContainer___3IvwJ .layout__checkAllBox___3A-TN {
  max-width: 13px;
}

.layout__cardContainer___3IvwJ .layout__divSearch___3nyh3 {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-top: 18px;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___3IvwJ .layout__divSearch___3nyh3 {
    overflow: initial;
  }
}

.layout__cardContainer___3IvwJ .layout__divSearch___3nyh3>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__cardContainer___3IvwJ .layout__btnRetry___ht3pM {
  border: 1px solid;
  padding: 8px;
  background: #028547;
  border-radius: 8px;
  color: #fff;
}

.layout__fullBox___2CX8T {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___1_li3 {
  min-width: calc(100% - 300px);
}

.layout__box___3bK18 {
  padding: 0 10px;
}

.layout__searchbox___1Gpqr {
  margin-top: 15px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__searchbox___1Gpqr,
.layout__searchType___3Fpc9 {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.layout__searchType___3Fpc9 {
  margin: 0 0 15px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__searchType___3Fpc9 .layout__spanText___3-BQp {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__statusBox___3CiKl {
  margin: 0 0 15px;
}

.layout__searchInput___6WZel {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___3WAQ6 {
  margin-top: 20px;
}

.layout__contentcontainer___2co6x {
  font-size: 10px!important;
  width: 100%;
  max-width: 1130px;
}

.layout__contentcontainer___2co6x .layout__tableContain___1dLs5 {
  width: 100%;
}

.layout__contentcontainer___2co6x .layout__tableHeader___hvhxy {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentcontainer___2co6x .layout__thSpan___3mAr2 {
  text-align: center;
}

.layout__contentcontainer___2co6x .layout__trSpan___3vw_5 {
  text-align: center;
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.layout__searchBtn___1BcwN {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtn___1BcwN:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___1BcwN.layout__disabled___2Da7Z,
.layout__searchBtn___1BcwN:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___1BcwN:active,
.layout__searchBtn___1BcwN:focus,
.layout__searchBtn___1BcwN:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___1BcwN {
    margin-top: 15px;
  }
}

.layout__searchBtnOD___o0arH {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtnOD___o0arH:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtnOD___o0arH.layout__disabled___2Da7Z,
.layout__searchBtnOD___o0arH:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtnOD___o0arH:active,
.layout__searchBtnOD___o0arH:focus,
.layout__searchBtnOD___o0arH:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtnOD___o0arH {
    margin-top: 15px;
  }
}

.layout__calendarBox___2oktP .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___2oktP .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___3A1dV {
  overflow: auto;
}

.layout__tableWrapper___3A1dV>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___25Ae0 input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___4pjZj {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___1wRBg,
.layout__modalcontainer___4pjZj {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___1wRBg {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___12weH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___3-e3Z {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___2ihBG {
  width: 100%;
}

.layout__mailContainer___3xcKD {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___2suRE {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___3v-iR {
  float: right;
  right: 0;
}

.layout__linkpopup___1jLNf {
  cursor: pointer;
}

.layout__list___1YJg3 {
  padding: 0 15px;
  margin-bottom: 36px;
}

.layout__list___1YJg3 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1YJg3 .layout__curPointer___3nUAP {
  cursor: pointer;
}

.layout__list___1YJg3 .layout__count___2rQ7D {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___1YJg3 .layout__countNumber___EkGN5 {
  color: #028547;
}

.layout__list___1YJg3 .layout__decreaseIcon___3Fzbd,
.layout__list___1YJg3 .layout__increaseIcon___1D0Ly {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___1YJg3 .layout__decreaseIcon___3Fzbd {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1YJg3 .layout__downloadIcon___3wLC2 {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1YJg3 .layout__applicationLink___1awnM {
  color: #000;
}

.layout__list___1YJg3 .layout__approved___v9hJL,
.layout__list___1YJg3 .layout__carddeliver___IQf-w,
.layout__list___1YJg3 .layout__cardship___1NY7D,
.layout__list___1YJg3 .layout__draft___1SX72,
.layout__list___1YJg3 .layout__inprocess___1Bl1H,
.layout__list___1YJg3 .layout__status___4-Pqg,
.layout__list___1YJg3 .layout__submitteddoc___153JU,
.layout__list___1YJg3 .layout__sumittedapp___1o03F {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1YJg3 .layout__draft___1SX72 {
  color: #9c27b0;
}

.layout__list___1YJg3 .layout__sumittedapp___1o03F {
  color: #e91e63;
}

.layout__list___1YJg3 .layout__submitteddoc___153JU {
  color: #4caf50;
}

.layout__list___1YJg3 .layout__inprocess___1Bl1H {
  color: #f76045;
}

.layout__list___1YJg3 .layout__approved___v9hJL {
  color: #f4bf75;
}

.layout__list___1YJg3 .layout__cardship___1NY7D {
  color: #795548;
}

.layout__list___1YJg3 .layout__carddeliver___IQf-w {
  color: #1976d2;
}

.layout__list___1YJg3 .layout__border___18Uw7,
.layout__list___1YJg3 .layout__carddeliverBorder___MY_ji,
.layout__list___1YJg3 .layout__cardshipBorder___13s1T,
.layout__list___1YJg3 .layout__savedBorder___3GnRa,
.layout__list___1YJg3 .layout__submitteddocBorder___2b9Ds,
.layout__list___1YJg3 .layout__sumittedappBorder___3LAmQ,
.layout__list___1YJg3 .layout__verificationBorder___1XNYU {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1YJg3 .layout__savedBorder___3GnRa {
  border-left-color: #9c27b0;
}

.layout__list___1YJg3 .layout__submitteddocBorder___2b9Ds {
  border-left-color: #4caf50;
}

.layout__list___1YJg3 .layout__cardshipBorder___13s1T {
  border-left-color: #795548;
}

.layout__list___1YJg3 .layout__carddeliverBorder___MY_ji {
  border-left-color: #1976d2;
}

.layout__list___1YJg3 .layout__sumittedappBorder___3LAmQ,
.layout__list___1YJg3 .layout__verificationBorder___1XNYU {
  border-left-color: #e91e63;
}

.layout__list___1YJg3 .layout__statusBox___3CiKl {
  margin: 0;
}

.layout__searchBoxWrapper___4zJs0 {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___4zJs0 {
    max-width: 500px;
  }
}

.layout__triangleBtn___1tza1 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1tza1 {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___1tza1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1tza1.layout__isOpening___1IEbm:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___7DQRp td:not(.layout__wrapTriAngle___1-vqB) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__exportContainer___3-4Hd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___3ahI5 {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___3ahI5:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3ahI5.layout__disabled___2Da7Z,
.layout__btnExport___3ahI5:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3ahI5:active,
.layout__btnExport___3ahI5:focus,
.layout__btnExport___3ahI5:visited {
  outline: 0;
}

.layout__coverBoxExport___201yf {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBoxExport___201yf input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__searchByType___3Iypm {
  width: 396px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
}

.layout__searchByType___3Iypm .layout__selectIn___2lunt {
  border: none;
  outline: none;
  width: 180px;
  background: #fff;
}

.layout__searchByType___3Iypm .layout__inputType___Vu47X {
  border-left: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 200px;
}

.layout__selectSp___5z9h_ {
  width: 200px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__selectSp___5z9h_ .layout__selectIn___2lunt {
  width: 100%;
  background: #fff;
}

.layout__noneBorderOutline___27tFu,
.layout__selectSp___5z9h_ .layout__selectIn___2lunt {
  border: none;
  outline: none;
}

.layout__datePicker___2B4Er {
  width: 84px;
}

.layout__selectSpPicker___1TRFV {
  width: 200px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 4px;
}

.layout__selectSpPicker___1TRFV .layout__selectIn___2lunt {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
}

.layout__submitSearch___13oMA {
  width: 96px;
  height: 30px;
  border-radius: 20px;
  background: #1961ca;
  color: #fff;
  text-transform: uppercase;
}

.layout__formCon___2HJaY {
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background: #f7f7f7;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoApp___QpwyW,
.layout__infoKYC___xpolD {
  width: 100%;
  max-width: 1130px;
}

.layout__infoKYC___xpolD {
  margin-bottom: 24px;
}

.layout__detail___3sp8Y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.layout__pageTitle___32cjN {
  text-transform: uppercase;
  font-weight: 700;
}

.layout__inputDis___2VLYC {
  width: 348px;
  height: 32px;
  border-radius: 4px;
  border: 1px;
  background: #ced4da;
}

.layout__liText___2dvE9 {
  font-size: 16px;
  font-weight: 700;
  color: #1961ca;
  margin: 12px 0;
  text-transform: uppercase;
}

.layout__statusType___21xEi {
  margin: 0 0 15px;
  gap: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__statusType___21xEi .layout__selectSp___5z9h_ {
  width: 328px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__csrHistoriesBox___1h6OV {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___pua0Q {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___pua0Q .layout__closeBox___3fZpB {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___pua0Q .layout__flexItem___1wRBg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__quickActionItem___1OaDY {
  font-size: 14px;
  color: #717171;
  padding: 15px;
  cursor: pointer;
}

.layout__quickActionItem___1OaDY,
.layout__statusContain___1LyqN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__statusContain___1LyqN {
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__inputNote___3-S-7 {
  width: 728px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.layout__imgWrap___1qF0F {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentContainer___1KuV1 {
  font-size: 10px!important;
  width: 100%;
  overflow-x: scroll;
}

@media screen and (max-width:769px) {
  .layout__contentContainer___1KuV1 .layout__tableContain___1dLs5 {
    min-width: 1244px;
  }
}

@media screen and (min-width:769px) {
  .layout__contentContainer___1KuV1 .layout__tableContain___1dLs5 {
    min-width: 1640px;
  }
}

.layout__contentContainer___1KuV1 .layout__tableHeader___hvhxy {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentContainer___1KuV1 .layout__trSpan___3vw_5 {
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.layout__wrapDiv___1oWmh {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__error___2pj-X {
  border-bottom: 1px solid red;
}

.layout__failError___1KqZ8 {
  color: red;
  font-size: 12px;
}

.layout__statusTypeDoc___MqfAy {
  margin: 0 0 15px;
  gap: 8px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__statusTypeDoc___MqfAy .layout__selectSp___5z9h_ {
  width: 328px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__spanH1___21Sl6 {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__spanEllipsis___2Cwe7 {
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout__footer_text___35XAU {
  color: #dd621d;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.layout__button_con___1iqBx {
  background: #028547;
  border-radius: 25px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #028547;
}

.layout__button_con___1iqBx:hover {
  transform: translateY(-3px);
  transition: all 1s cubic-bezier(.075,.82,.165,1);
}

.layout__button_white___Mq_gE {
  background: #fff!important;
  border-radius: 25px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #028547!important;
  border: 2px solid #028547;
}

.layout__loginContainer___3kEGv {
  background-color: #f8f8f8;
  height: 100%;
}

.layout__loginContainer___3kEGv input {
  border: none!important;
  border-radius: 0!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__loginContainer___3kEGv .layout__top___25XOY {
  background-color: #028547;
  height: 350px;
  position: relative;
}

.layout__loginContainer___3kEGv .layout__top___25XOY .layout__logo___1QEBX {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 45px;
}

.layout__loginContainer___3kEGv .layout__top___25XOY .layout__loginForm___2Whqu {
  position: absolute;
  width: 482px;
  height: 416px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0,0,0,.14);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  text-align: center;
  padding: 0 50px;
  padding-bottom: 5px;
}

.layout__loginContainer___3kEGv .layout__top___25XOY .layout__loginForm___2Whqu .layout__formName___1QQ_h {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px;
}

.layout__loginContainer___3kEGv .layout__top___25XOY .layout__loginForm___2Whqu .layout__loginBtn___3SsMJ {
  width: 288px;
  height: 50px;
  border-radius: 100px;
  background-color: #028547;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  transition: background-color .5s;
}

.layout__loginContainer___3kEGv .layout__top___25XOY .layout__loginForm___2Whqu .layout__loginBtnDisabled___1IOUj {
  background-color: #d8dbdb;
}

.layout__loginContainer___3kEGv .layout__forgetPwd___UfyZy {
  font-size: 15px;
  line-height: 17px;
  color: #dd621d;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
}

.buttonGroup {
  text-align: right;
}

.btnDefault {
  padding: 0 30px;
  height: 40px;
  border-radius: 100px;
  background-color: #028547;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .5s;
  margin: 20px 0 20px 10px;
}

.btnDefault:hover {
  color: #fff;
}

.btnDefault.btnDisabled {
  background-color: #d8dbdb;
  color: #337ab7;
}

.btnDefault.btnDisabled:hover {
  color: #23527c;
}

.modal-email,
.successEmail .forgetPwdForm,
.successEmail .modal-title,
.successEmailText {
  display: none;
}

.successEmail .modal-email,
.successEmail .successEmailText {
  display: block;
}

.loginInput .adInput {
  text-align: left;
}

.loginInput .adInput input::-webkit-input-placeholder {
  font-size: 14px;
}

.loginInput .adInput input::-moz-placeholder {
  font-size: 14px;
}

.loginInput .adInput input:-ms-input-placeholder {
  font-size: 14px;
}

.loginInput .adInput input:-moz-placeholder {
  font-size: 14px;
}

.loginInput .adInput input.hasValue~label,
.loginInput .adInput input~label {
  top: -30px;
  font-size: 18px;
}

.loginInput .adInput input.hasValue~label,
.loginInput .adInput input:focus~label {
  top: -20px;
  font-size: 18px;
}

.card-user__text_card___1R1MS {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #4c4c4c;
}

.card-user__text_card___1R1MS,
.card-user__text_header___9Cgga {
  overflow-wrap: break-word;
  line-clamp: 1;
}

.card-user__text_header___9Cgga {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #7a7a7a;
}

.layout__cardContainer___34gfv {
  padding: 30px 15px;
}

.layout__cardContainer___34gfv .layout__inputSearch___3pOGZ {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___34gfv .layout__inputSearch___3pOGZ:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___34gfv .layout__inputSearch___3pOGZ::placeholder {
  font-style: italic;
}

.layout__cardContainer___34gfv .layout__toolBar___2y2dV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___34gfv .layout__toolBar___2y2dV .layout__title___1fKwZ {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___34gfv .layout__toolBar___2y2dV .layout__searchContainer___2TwZ- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___34gfv .layout__content___1YdtW {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___34gfv .layout__content___1YdtW,
.layout__cardContainer___34gfv .layout__content___1YdtW .layout__createNewCard___DBG5B {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___34gfv .layout__content___1YdtW .layout__createNewCard___DBG5B {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___34gfv .layout__content___1YdtW .layout__createNewCard___DBG5B .layout__plusIcon___BHD7d {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___34gfv .layout__content___1YdtW .layout__createNewCard___DBG5B .layout__plusIcon___BHD7d span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___34gfv .layout__cardListContainer___1rCUS {
  background-color: #fff;
}

.layout__cardContainer___34gfv .layout__cardsLogo___2GF93 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___34gfv .layout__featuredDot___1fByC,
.layout__cardContainer___34gfv .layout__notFeaturedDot___11Iww {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___34gfv .layout__notFeaturedDot___11Iww {
  background-color: red;
}

.layout__cardContainer___34gfv .layout__edit___63kcB {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___34gfv .layout__delete___X5F9c {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.layout__contentBox___yq4uC {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___3nz7J {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3nz7J:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3nz7J.layout__disabled___3MJhT,
.layout__btnStats___3nz7J:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3nz7J:active,
.layout__btnStats___3nz7J:focus,
.layout__btnStats___3nz7J:visited {
  outline: 0;
}

.layout__btnStats___3nz7J.layout__disabled___3MJhT {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.layout__line_clamp___1gBdB {
  -webkit-line-clamp: 3;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.layout__cardContainer___1-rjY {
  padding: 30px 15px;
}

.layout__cardContainer___1-rjY .layout__inputSearch___RQRcw {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1-rjY .layout__inputSearch___RQRcw:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1-rjY .layout__inputSearch___RQRcw::placeholder {
  font-style: italic;
}

.layout__cardContainer___1-rjY .layout__toolBar___11z7- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1-rjY .layout__toolBar___11z7- .layout__title___l8fUl {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1-rjY .layout__toolBar___11z7- .layout__searchContainer___1IX46 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1-rjY .layout__content____xWst {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1-rjY .layout__content____xWst,
.layout__cardContainer___1-rjY .layout__content____xWst .layout__createNewCard___1zLwz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1-rjY .layout__content____xWst .layout__createNewCard___1zLwz {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1-rjY .layout__content____xWst .layout__createNewCard___1zLwz .layout__plusIcon___2YTpd {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1-rjY .layout__content____xWst .layout__createNewCard___1zLwz .layout__plusIcon___2YTpd span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1-rjY .layout__cardListContainer___3JwsC {
  background-color: #fff;
}

.layout__cardContainer___1-rjY .layout__cardsLogo___133Qg {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1-rjY .layout__featuredDot___1sSNp,
.layout__cardContainer___1-rjY .layout__notFeaturedDot___2FnxI {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1-rjY .layout__notFeaturedDot___2FnxI {
  background-color: red;
}

.layout__cardContainer___1-rjY .layout__edit___2YcKx {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1-rjY .layout__delete___2OsH3 {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.layout__contentBox___AnsvP {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___3isWk {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3isWk:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3isWk.layout__disabled___1Fbpr,
.layout__btnStats___3isWk:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3isWk:active,
.layout__btnStats___3isWk:focus,
.layout__btnStats___3isWk:visited {
  outline: 0;
}

.layout__btnStats___3isWk.layout__disabled___1Fbpr {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.layout__line_clamp___8TbCB {
  -webkit-line-clamp: 3;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker__tether-element-attached-top .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker__tether-element-attached-top .react-datepicker__triangle,.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker__month-read-view--down-arrow,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element{margin-top:-20px}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker__navigation{line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;border:.45rem solid transparent;z-index:1}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{display:inline;float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__week-number{color:#ccc}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__week-number{display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__day-name{color:#000}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:700}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__month-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:inline-block;height:0;outline:0;padding:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\D7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:7px;text-align:center;top:50%}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__tether-element{z-index:2147483647}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.template__cardContainer___2kzoQ {
  padding: 30px 15px;
}

.template__cardContainer___2kzoQ .template__inputSearch___2q9iJ {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.template__cardContainer___2kzoQ .template__inputSearch___2q9iJ:-ms-input-placeholder {
  font-style: italic;
}

.template__cardContainer___2kzoQ .template__inputSearch___2q9iJ::placeholder {
  font-style: italic;
}

.template__cardContainer___2kzoQ .template__toolBar___18tI8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.template__cardContainer___2kzoQ .template__toolBar___18tI8 .template__title___3g7Dz {
  font-size: 20px;
  color: #4d4d4d;
}

.template__cardContainer___2kzoQ .template__toolBar___18tI8 .template__searchContainer___eBB_- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.template__cardContainer___2kzoQ .template__content___1peVh {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.template__cardContainer___2kzoQ .template__content___1peVh,
.template__cardContainer___2kzoQ .template__content___1peVh .template__createNewCard___3dOqE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.template__cardContainer___2kzoQ .template__content___1peVh .template__createNewCard___3dOqE {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.template__cardContainer___2kzoQ .template__content___1peVh .template__createNewCard___3dOqE .template__plusIcon___3l3tc {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.template__cardContainer___2kzoQ .template__content___1peVh .template__createNewCard___3dOqE .template__plusIcon___3l3tc span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.template__cardContainer___2kzoQ .template__cardListContainer___1pfIH {
  background-color: #fff;
}

.template__cardContainer___2kzoQ .template__cardsLogo___3DzvC {
  max-height: 50px;
  max-width: 50px;
}

.template__cardContainer___2kzoQ .template__featuredDot___2pBRK,
.template__cardContainer___2kzoQ .template__notFeaturedDot___i0JOC {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.template__cardContainer___2kzoQ .template__notFeaturedDot___i0JOC {
  background-color: red;
}

.template__cardContainer___2kzoQ .template__edit___26BwY {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

.template__cardContainer___2kzoQ .template__delete___2jIGW {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.template__contentBox___1L3IT {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.template__btnStats___z0CA- {
  height: 35px;
  min-width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.template__btnStats___z0CA-:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.template__btnStats___z0CA-.template__disabled___kIOVo,
.template__btnStats___z0CA-:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.template__btnStats___z0CA-:active,
.template__btnStats___z0CA-:focus,
.template__btnStats___z0CA-:visited {
  outline: 0;
}

.template__btnStats___z0CA-.template__disabled___kIOVo {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.template__line_clamp___1EtNJ {
  -webkit-line-clamp: 3;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.layout__applicationStatisticsContainer___14lXI .layout__selectTimeContainer___16aJL {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___14lXI .layout__selectTimeBlock___1Axxf {
  width: 100%;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___14lXI .layout__selectTimeTitle___118z6 {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 40px;
  color: #028547;
  text-transform: uppercase;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___14lXI .layout__selectTimeTitle___118z6 {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___14lXI .layout__selectTimeContent___1PlTQ {
  padding: 30px 40px;
  padding-top: 0;
}

.layout__applicationStatisticsContainer___14lXI .layout__selectTimeContent___1PlTQ form {
  width: 100%;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___14lXI .layout__labelText___2o3v- {
  font-size: 14px;
  color: #000;
  opacity: .6;
  font-weight: 600;
  margin: 0!important;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___14lXI .layout__labelText___2o3v- {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___14lXI .layout__labelTextEr___1lD4O {
  font-size: 14px;
  color: red;
  opacity: .6;
  font-weight: 600;
  margin: 0!important;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___14lXI .layout__labelTextEr___1lD4O {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___14lXI .layout__typeWidth___3_b2B {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___14lXI .layout__coverBox___3bhz_ {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___14lXI .layout__coverBox___3bhz_ {
    width: 100%;
    display: block;
  }
}

.layout__applicationStatisticsContainer___14lXI .layout__coverBox___3bhz_ input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___14lXI .layout__coverBox___3bhz_ input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___14lXI .layout__lineBetween___1WZZb {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___14lXI .layout__marTopPeriod___2yVlA {
  margin-left: 40px;
}

.layout__applicationStatisticsContainer___14lXI .layout__marPeriod___Qplva,
.layout__applicationStatisticsContainer___14lXI .layout__marTopPeriod___2yVlA {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.layout__applicationStatisticsContainer___14lXI .layout__marBottomPerod___1OnXG {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin: 0 40px;
}

.layout__applicationStatisticsContainer___14lXI .layout__marTopCheck___hk6uC {
  margin-top: 24px;
}

.layout__applicationStatisticsContainer___14lXI .layout__inputSale___2g5Mo {
  width: 200px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 6px 0 6px 6px;
}

.layout__applicationStatisticsContainer___14lXI .layout__buttonGreen___3NOfZ {
  width: 62px;
  height: 30px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  font-weight: 600;
}

.layout__applicationStatisticsContainer___14lXI .layout__buttonBlue___1VlZt {
  width: 62px;
  height: 30px;
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
  font-weight: 600;
}

.layout__applicationStatisticsContainer___14lXI .layout__buttonPur___3zNwd {
  width: 62px;
  height: 30px;
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
  font-weight: 600;
}

.layout__applicationStatisticsContainer___14lXI .layout__divShowCheck___3Ow63 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.layout__applicationStatisticsContainer___14lXI .layout__licheck___1-WDV {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___2mHRh,
.layout__disableBtn___IJUs8,
.layout__enableBtn___3p-t8 {
  height: 50px;
  width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btnStats___2mHRh,
  .layout__disableBtn___IJUs8,
  .layout__enableBtn___3p-t8 {
    height: 30px;
  }
}

.layout__disableBtn___IJUs8 {
  background-color: #ececec;
}

.layout__enableBtn___3p-t8 {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___1mxdy {
  width: 100%;
  margin: auto;
}

.layout__btnExport___2AAJq {
  height: 32px;
  width: 120px;
  border-radius: 25px;
  margin: 8px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___2AAJq:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___2AAJq.layout__disabled___22xna,
.layout__btnExport___2AAJq:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___2AAJq:active,
.layout__btnExport___2AAJq:focus,
.layout__btnExport___2AAJq:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___2AAJq {
    height: 35px;
  }
}

.layout__pageTitle___1nLbr {
  margin-bottom: 30px;
}

.layout__excBlock___1jcrp {
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 36px;
  margin-top: 24px;
}

.layout__inputItem___MODhZ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 40px;
  padding-left: 10px;
  margin-left: 10px;
}

.layout__wrapCheckAll___2UkTb {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___2UkTb {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___2UkTb label {
  margin: 0;
}

.layout__wrapCheckAll___2UkTb input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___2QQnl {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___1be58 {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___1RRqK td:not(.layout__wrapTriAngle___ZsvNu) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___3Ib4g {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___3Ib4g {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___2-GGA {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2-GGA {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___2-GGA:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2-GGA.layout__isOpening___ManVr:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___1XQqV {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___1XQqV .layout__formLabel___2S2aU {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___1XQqV .layout__formField___JCE61 {
  margin: 0 0 15px;
}

.layout__refreshBtn___2TfKu {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___3WAeu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___3WAeu .layout__wrapBtn___oOkOl {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___3bxe3:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___3bxe3:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___3bxe3 {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___3bxe3 td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___1pcft:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___1pcft:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___1pcft {
  color: #fff;
  background: purple;
}

.layout__isStaff___1pcft td>a {
  color: #fff!important;
}

.layout__colorOfPriority___3yphI {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___3yphI.layout__green___1297U {
  background: #279327;
}

.layout__colorOfPriority___3yphI.layout__orange___1t65C {
  background: #fcbd4a;
}

.layout__colorOfPriority___3yphI.layout__red___1JLUy {
  background: #e40505;
}

.layout__colorOfPriority___3yphI.layout__black___1lGuT {
  background: #aeaeae;
}

.layout__fullBox___3hEjs {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___13FZu,
.layout__fullBox___3hEjs {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___13FZu {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___L3vk4 {
  margin-top: 15px;
}

.layout__yellowClass___1Uf_U {
  background-color: #fc0;
}

.layout__blueClass___1rmwK,
.layout__yellowClass___1Uf_U {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___1rmwK {
  background-color: #2206f8;
}

.layout__redClass___3Ak3K {
  background-color: red;
}

.layout__greenClass___1t9DK,
.layout__redClass___3Ak3K {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___1t9DK {
  background-color: #028547;
}

.layout__contentcontainer___1E8vw {
  font-size: 10px!important;
}

.layout__tableList___3xBke {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___3xBke {
    overflow: initial;
  }
}

.layout__tableList___3xBke td.layout__checkBoxCol___ojCvM,
.layout__tableList___3xBke th.layout__checkBoxCol___ojCvM {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___3xBke td {
  padding-left: 6px;
}

.layout__tableTh___1VVR9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
}

.layout__tableTh___1VVR9 label {
  margin: 5px 0;
}

.layout__divSearch___3uEbv {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3uEbv {
    overflow: initial;
  }
}

.layout__divSearch___3uEbv>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___2hxlL {
  color: red!important;
}

.layout__btnStats___2mHRh,
.layout__disableBtn___IJUs8,
.layout__enableBtn___3p-t8 {
  height: 30px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___2mHRh:hover,
.layout__disableBtn___IJUs8:hover,
.layout__enableBtn___3p-t8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2mHRh.layout__disabled___22xna,
.layout__btnStats___2mHRh:disabled,
.layout__disableBtn___IJUs8:disabled,
.layout__disabled___22xna.layout__disableBtn___IJUs8,
.layout__disabled___22xna.layout__enableBtn___3p-t8,
.layout__enableBtn___3p-t8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2mHRh:active,
.layout__btnStats___2mHRh:focus,
.layout__btnStats___2mHRh:visited,
.layout__disableBtn___IJUs8:active,
.layout__disableBtn___IJUs8:focus,
.layout__disableBtn___IJUs8:visited,
.layout__enableBtn___3p-t8:active,
.layout__enableBtn___3p-t8:focus,
.layout__enableBtn___3p-t8:visited {
  outline: 0;
}

.layout__coverBox___3bhz_ {
  width: 230px;
  display: inline-block;
}

.layout__coverBox___3bhz_ input {
  cursor: pointer;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___7G1jC {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___30-pz,
.layout__modalcontainer___7G1jC {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___30-pz {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___3F6k2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___R6o3E {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___1ZiUD {
  width: 100%;
}

.layout__mailContainer___2t_2L {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___2kk1g {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___1_Cyl {
  float: right;
  right: 0;
}

.layout__linkpopup___3BEAu {
  cursor: pointer;
}

.layout__inputSearch___3H1EH {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  margin-bottom: 10px;
}

.layout__inputControl___2424z {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: -7px;
}

.layout__searchOption___2b1LH {
  margin-bottom: 10px;
}

.layout__searchOption___2b1LH>.layout__Select-control___2Qt9R {
  border: none;
  border: 1px solid #cacaca;
  outline: none;
  float: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 32px;
  height: auto!important;
  border-radius: 5px;
  width: 100px!important;
  cursor: pointer;
}

.layout__inputSearch___3H1EH:-ms-input-placeholder {
  font-style: italic;
  padding-left: 5px;
}

.layout__inputSearch___3H1EH::placeholder {
  font-style: italic;
  padding-left: 5px;
}

.layout__tbodyT___1wLsB {
  background-color: #008345;
  color: #fff;
}

.layout__workListNote___3c_Uc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___1NaE8 {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___1NaE8 {
    padding: 0 15px;
  }
}

.layout__list___1NaE8 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1NaE8 .layout__curPointer___rz2J0 {
  cursor: pointer;
}

.layout__list___1NaE8 .layout__count___1YuMc {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___1NaE8 .layout__countNumber___2qCeU {
  color: #028547;
}

.layout__list___1NaE8 .layout__tableHeader___2FuGc {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___1NaE8 .layout__decreaseIcon___2nu_l,
.layout__list___1NaE8 .layout__increaseIcon___11JR1 {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___1NaE8 .layout__decreaseIcon___2nu_l {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1NaE8 .layout__downloadIcon___11SF- {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1NaE8 .layout__applicationLink___1mmwR {
  color: #000;
}

.layout__list___1NaE8 .layout__circleIcon___jaLsN {
  background: #1976d2;
}

.layout__list___1NaE8 .layout__circleIcon___jaLsN,
.layout__list___1NaE8 .layout__circleIconOD___2ipy1 {
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}

.layout__list___1NaE8 .layout__circleIconOD___2ipy1 {
  background: #a460e8;
}

.layout__list___1NaE8 .layout__noteOff___OVlfT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___1NaE8 .layout__noteOff___OVlfT .layout__divline___2T0CR {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___1NaE8 .layout__approved___34hTu,
.layout__list___1NaE8 .layout__carddeliver___3aghe,
.layout__list___1NaE8 .layout__cardship___1-55Q,
.layout__list___1NaE8 .layout__draft___3NUWU,
.layout__list___1NaE8 .layout__inprocess___3rzs3,
.layout__list___1NaE8 .layout__status___3F7uy,
.layout__list___1NaE8 .layout__submitteddoc___iZPxI,
.layout__list___1NaE8 .layout__sumittedapp___2mFfo {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1NaE8 .layout__draft___3NUWU {
  color: #9c27b0;
}

.layout__list___1NaE8 .layout__sumittedapp___2mFfo {
  color: #e91e63;
}

.layout__list___1NaE8 .layout__submitteddoc___iZPxI {
  color: #4caf50;
}

.layout__list___1NaE8 .layout__inprocess___3rzs3 {
  color: #f76045;
}

.layout__list___1NaE8 .layout__approved___34hTu {
  color: #f4bf75;
}

.layout__list___1NaE8 .layout__cardship___1-55Q {
  color: #795548;
}

.layout__list___1NaE8 .layout__carddeliver___3aghe {
  color: #1976d2;
}

.layout__list___1NaE8 .layout__border___1ckyC,
.layout__list___1NaE8 .layout__carddeliverBorder___2KxET,
.layout__list___1NaE8 .layout__cardshipBorder___3kUfL,
.layout__list___1NaE8 .layout__savedBorder___2a2LK,
.layout__list___1NaE8 .layout__submitteddocBorder___1cHtk,
.layout__list___1NaE8 .layout__sumittedappBorder___1K8sq,
.layout__list___1NaE8 .layout__verificationBorder___2cdMZ {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1NaE8 .layout__savedBorder___2a2LK {
  border-left-color: #9c27b0;
}

.layout__list___1NaE8 .layout__submitteddocBorder___1cHtk {
  border-left-color: #4caf50;
}

.layout__list___1NaE8 .layout__cardshipBorder___3kUfL {
  border-left-color: #795548;
}

.layout__list___1NaE8 .layout__carddeliverBorder___2KxET {
  border-left-color: #1976d2;
}

.layout__list___1NaE8 .layout__sumittedappBorder___1K8sq,
.layout__list___1NaE8 .layout__verificationBorder___2cdMZ {
  border-left-color: #e91e63;
}

.layout__list___1NaE8 .layout__statusBox___2lm3I {
  margin: 0;
}

.layout__bntRetry___Z7dvm {
  background: #14cf14d1;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
}

.layout__laypoutCheckSelect___3MxQ2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__laypoutDownLoad___3JMne {
  width: 570px;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__laypoutCheckbox___1q25v {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8px;
  gap: 12px;
}

.layout__laypoutSelectDate___3HhFt {
  width: 350px;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

.layout__inputDate___3YszZ {
  width: 45%;
}

.layout__textCenter___1L_fR {
  text-align: center;
}

.layout__contentWrapper___sn5Du {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__warpField___2pi1j {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__btn___3qGyD {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___3qGyD {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___3BsUz {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___1T69M {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___1T69M:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___1T69M.layout__disabled___PKq8T,
.layout__submitBtn___1T69M:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___1T69M:active,
.layout__submitBtn___1T69M:focus,
.layout__submitBtn___1T69M:visited {
  outline: 0;
}

.layout__show___Ifv1w {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___u379l {
  color: #555;
  margin-bottom: 4px;
}

.layout__buttonWrapper___3TEf2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___2zpC1 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__rednote___1p5fF {
  color: red;
  font-style: italic;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__noteBlock___oHBjR {
  text-align: left;
}

.layout__warpContain___UTMY8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.layout__listyle___6WVoo {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0cc3be;
}

.layout__textHeader___3t-Ms {
  padding-left: 16px;
}

.layout__textH1___3_gv9 {
  padding-left: 24px;
  font-size: 18px;
  line-height: 21px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__buttonSearch___14BtA,
.layout__textH1___3_gv9 {
  text-transform: uppercase;
}

.layout__buttonSearch___14BtA {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

.layout__layoutButton___3PUS2 {
  gap: 24px;
}

.layout__buttonId___341pv,
.layout__layoutButton___3PUS2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__buttonId___341pv {
  height: 34px;
  width: 120px;
  border: 1px solid;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #e1e1e1!important;
}

.layout__laoutCif___3iOH6 {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 12px;
}

.layout__laoutCif___3iOH6,
.layout__layoutId___3ttR0 {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.layout__layoutId___3ttR0 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__buttonContain___23Ja3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 86px;
  gap: 24px;
}

.layout__buttonClose___1QyTl,
.layout__buttonCloseMarin___2zWYL {
  width: 96px;
  height: 30px;
  color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #0cc3be;
}

.layout__buttonSearchNext___30o1N,
.layout__buttonSearchNextHis___18YHk {
  width: 134px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__buttonSearchNextHis___18YHk {
  margin-right: 48px;
  margin-top: 12px;
}

.layout__buttonSearchCancel___2Wb0e {
  width: 134px;
  height: 30px;
  color: #fff;
  background-color: #f32f30;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__contianHeader___2doVR,
.layout__modalContain___2iX49 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__labelView___1D-ib {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__modalFooter___1BRoF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___2qJWl {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___2qJWl,
.layout__buttonConfirm___2FE2a {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___2FE2a {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__selectTimeContent___2Q8Ha {
  padding-top: 0;
}

.layout__selectTimeContent___2Q8Ha form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___1xWl6 {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___1xWl6 {
    overflow: initial;
  }
}

.layout__divSearch___1xWl6>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___2rFkn {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___2rFkn {
    overflow: initial;
  }
}

.layout__tableList___2rFkn td.layout__checkBoxCol___3ALrD,
.layout__tableList___2rFkn th.layout__checkBoxCol___3ALrD {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___2rFkn th {
  min-width: 55px;
  height: 40px;
}

.layout__tbodyT___1Qxie {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___2cQu2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tableTh___2cQu2 label {
  margin: 5px 0;
  padding: 0 16px;
}

.layout__tableThno___2IDbA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.layout__tableThno___2IDbA label {
  margin: 5px 0;
  padding: 0 16px;
}

.layout__tableTd___1iKFJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}

.layout__tableTd___1iKFJ label {
  margin: 5px 0;
  padding: 0 16px;
}

.layout__tdBorder120___2eK5g {
  height: 120px;
}

.layout__tdBorder___3xWa0,
.layout__tdBorder120___2eK5g {
  min-width: 55px;
  color: #000;
  border: 1px solid #ddd;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__tdBorder___3xWa0 {
  height: 40px;
}

.layout__tdBorderMargin___1TNAE {
  min-width: 55px;
  height: 40px;
  color: #000;
  border: 1px solid #ddd;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
}

.layout__input___MOhKY {
  width: 60px;
  border: none;
  outline: unset;
  text-align: center;
}

.layout__input___MOhKY:disabled {
  cursor: not-allowed!important;
  background: unset!important;
}

.layout__wrapContain___2g3So {
  margin-left: 30px;
}

.layout__headerTitle___12Xa_ {
  font-size: 18px;
  line-height: 21px;
  color: #555;
  padding-top: 24px;
}

.layout__headerTitle___12Xa_,
.layout__listyle___-4zZ3 {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.layout__listyle___-4zZ3 {
  font-size: 16px;
  color: #0cc3be;
}

.layout__buttonSearch___3FCTs {
  text-align: center;
  padding: 8px 16px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__containHeader___35vFi,
.layout__containLeft___Ui6Vg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__containLeft___Ui6Vg {
  gap: 16px;
  padding-right: 24px;
}

.layout__LabelSearch___1CAWa {
  text-align: center;
  padding: 8px 16px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.layout__upload___1uxZD {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.layout__selectTimeContent___3okj2 {
  padding-top: 0;
}

.layout__selectTimeContent___3okj2 form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___2E7ms {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___2E7ms {
    overflow: initial;
  }
}

.layout__divSearch___2E7ms>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___2-INQ {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___2-INQ {
    overflow: initial;
  }
}

.layout__tableList___2-INQ td.layout__checkBoxCol___1YY0C,
.layout__tableList___2-INQ th.layout__checkBoxCol___1YY0C {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___2-INQ td {
  padding-left: 6px;
}

.layout__tableList___2-INQ td,
.layout__tableList___2-INQ th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___2-INQ td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___Pj8re {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___1rHd3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}

.layout__tableTh___1rHd3 label {
  margin: 5px 0;
  color: #fff;
}

.layout__tableTh___1rHd3 span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  text-transform: none;
}

.layout__wrapContain___15M1h {
  margin-left: 30px;
}

.layout__assignForm___2nM-X {
  margin: 0 0 24px;
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___2nM-X .layout__formLabel___3wSNu {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___2nM-X .layout__formFieldSearchBy___1khnZ {
  width: 75%;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___2nM-X .layout__searchInputleft___3dvXk {
  border-bottom: 1px solid;
}

.layout__assignForm___2nM-X .layout__formFieldSP___1GNhb {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___7WYhz {
  font-size: 10px!important;
}

.layout__pageTitle___1s-Ce {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.layout__serchVoucher___2Pzow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1000px;
  margin-left: 12px;
  gap: 12px;
}

.layout__wrapLS___3QjBV,
.layout__wrapSP___2z-Rl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSearch___1kiZe {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___3imdm {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__buttonHeader___17xX7 {
  width: 166px;
  height: 30px;
  background: #fff;
  border: 1px solid #0cc3be;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0cc3be;
  margin-bottom: 32px;
}

.layout__coverBox___34VPI {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__coverBox___34VPI {
    width: 100%;
    display: block;
  }
}

.layout__coverBox___34VPI input {
  cursor: pointer;
  width: 140px;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100%;
  background-color: #fff;
}

@media screen and (max-width:430px) {
  .layout__coverBox___34VPI input {
    width: 100%;
  }
}

.layout__modalContain___1Nqhv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__inputView___7Ac46 {
  width: 60%;
}

.layout__inputView___7Ac46 .layout__form-control___24rnm {
  border: 1px solid #d8d8d8!important;
}

.layout__labelView___34LWH {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__selectNote___2oXYv {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 0 0 0 0!important;
}

.layout__containModal___3l8YT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__buttonAction___3Fsfc {
  width: 92px;
}

.layout__buttonA___2vNJo,
.layout__buttonAction___3Fsfc {
  height: 30px;
  border: 1px solid #0cc3be;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0cc3be;
  font-weight: 700;
}

.layout__buttonA___2vNJo {
  width: 78px;
}

.layout__buttonA___2vNJo:hover {
  text-decoration: unset;
}

.layout__divWarpButton___XuXHA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.layout__inputItem___1hm-f {
  border-radius: 8px;
}

.layout__optionCss___3KEAD {
  appearance: none;
  padding: 5px;
  line-height: 20px;
  min-height: 50px;
}

.layout__err___1jAYb {
  margin-top: 4px;
  color: red;
}

.layout__modalFooter___3eoX5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___waIFW {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___waIFW,
.layout__buttonConfirm___24xNf {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___24xNf {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__searchInput___1GEYS {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #d8d8d8;
}

.layout__flexNew___wSmK9 {
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}

.layout__delete___16Aos,
.layout__flexNew___wSmK9 {
  display: -ms-flexbox;
  display: flex;
}

.layout__delete___16Aos {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__selectTimeContent___1DYRg {
  padding-top: 0;
}

.layout__selectTimeContent___1DYRg form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___3i-Pp {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3i-Pp {
    overflow: initial;
  }
}

.layout__divSearch___3i-Pp>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___jDglC {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___jDglC {
    overflow: initial;
  }
}

.layout__tableList___jDglC td.layout__checkBoxCol___BMxiH,
.layout__tableList___jDglC th.layout__checkBoxCol___BMxiH {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___jDglC td {
  padding-left: 6px;
}

.layout__tableList___jDglC td,
.layout__tableList___jDglC th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___jDglC td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___QRf6x {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___3aM_x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}

.layout__tableTh___3aM_x label {
  margin: 5px 0;
  color: #fff;
}

.layout__tableTh___3aM_x span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  text-transform: none;
}

.layout__wrapContain___1LDIn {
  margin-left: 30px;
}

.layout__assignForm___2lgRK {
  margin: 0 0 24px;
  width: 100%;
  height: 64px;
  background: #f7f7f7;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___2lgRK .layout__formLabel___2hztS {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___2lgRK .layout__formFieldSearchBy___1UIb1 {
  width: 75%;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___2lgRK .layout__searchInputleft___3Sb7l {
  border-bottom: 1px solid;
}

.layout__assignForm___2lgRK .layout__formFieldSP___1scR- {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___3uCDH {
  font-size: 10px!important;
}

.layout__pageTitle___15jQ1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.layout__searchVoucher___3-_-8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1200px;
  margin-left: 12px;
  gap: 36px;
}

.layout__wrapLS___55oLG,
.layout__wrapSP___1C2gk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__wrapSP___1C2gk {
  width: 70%;
}

.layout__buttonSearch___yp5oj {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___2R2Qo {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__buttonHeader___3Y1JX {
  width: 166px;
  height: 30px;
  background: #fff;
  border: 1px solid #0cc3be;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0cc3be;
  margin-bottom: 32px;
}

.layout__coverBox___3TlS8 {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__coverBox___3TlS8 {
    width: 100%;
    display: block;
  }
}

.layout__coverBox___3TlS8 input {
  cursor: pointer;
  width: 140px;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100%;
  background-color: #fff;
}

@media screen and (max-width:430px) {
  .layout__coverBox___3TlS8 input {
    width: 100%;
  }
}

.layout__modalContain___bAJqO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__inputView___1KN7j {
  width: 60%;
}

.layout__inputView___1KN7j .layout__form-control___1XnhP {
  border: 1px solid #d8d8d8!important;
}

.layout__labelView___1g8Ed {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__selectNote___1SBzA {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 0 0 0 0!important;
}

.layout__containModal___2sks9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__buttonA___2PCcU,
.layout__buttonAction___3Gq3t {
  width: 78px;
  height: 30px;
  border: 1px solid #0cc3be;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0cc3be;
  font-weight: 700;
}

.layout__buttonA___2PCcU:hover {
  text-decoration: unset;
}

.layout__divWarpButton___3vOru {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.layout__inputItem___3rSGW {
  border-radius: 8px;
}

.layout__optionCss___1FyCZ {
  appearance: none;
  padding: 5px;
  line-height: 20px;
  min-height: 50px;
}

.layout__err___2wY_V {
  margin-top: 4px;
  color: red;
}

.layout__modalFooter___N4kFW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___3U2rz {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___3U2rz,
.layout__buttonConfirm___280QI {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___280QI {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__searchInput___38ZbX {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #d8d8d8;
}

.layout__selectTimeContent___3s68O {
  padding-top: 0;
}

.layout__selectTimeContent___3s68O form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___2-MsI {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___2-MsI {
    overflow: initial;
  }
}

.layout__divSearch___2-MsI>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___2mDhW {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___2mDhW {
    overflow: initial;
  }
}

.layout__tableList___2mDhW td.layout__checkBoxCol___22nkv,
.layout__tableList___2mDhW th.layout__checkBoxCol___22nkv {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___2mDhW td {
  padding-left: 6px;
}

.layout__tableList___2mDhW td,
.layout__tableList___2mDhW th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___2mDhW td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___1KZ0d {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___2lLlN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}

.layout__tableTh___2lLlN label {
  margin: 5px 0;
  color: #fff;
}

.layout__wrapContain___2HCsw {
  margin-left: 30px;
}

.layout__assignForm___3o3lQ {
  margin: 0 0 24px;
  width: 100%;
  height: 64px;
  background: #f7f7f7;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___3o3lQ .layout__formLabel___2bJGZ {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___3o3lQ .layout__formFieldSearchBy___3_osk {
  width: 75%;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___3o3lQ .layout__searchInputleft___323cI {
  border-bottom: 1px solid;
}

.layout__assignForm___3o3lQ .layout__formFieldSP___2FxOE {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___1Ullh {
  font-size: 10px!important;
}

.layout__pageTitle___2UtdZ {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.layout__serchVoucher___3ZxiY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1200px;
  margin-left: 12px;
}

.layout__wrapLS___EmAyx {
  width: 35%;
}

.layout__wrapLS___EmAyx,
.layout__wrapSP___1CjZ4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__wrapSP___1CjZ4 {
  width: 18%;
}

.layout__buttonA___oy9wb {
  width: 78px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.layout__buttonA___oy9wb:hover {
  text-decoration: unset;
}

.layout__buttonSearch___Seoij {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___1jdxm {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
  margin-top: 12px;
}

.layout__buttonHeader___3HdKl {
  width: 166px;
  height: 30px;
  background: #fff;
  border: 1px solid #0cc3be;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0cc3be;
  margin-bottom: 32px;
}

.layout__coverBox___33h1l {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__coverBox___33h1l {
    width: 100%;
    display: block;
  }
}

.layout__coverBox___33h1l input {
  cursor: pointer;
  width: 120px;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100%;
  background-color: #fff;
}

@media screen and (max-width:430px) {
  .layout__coverBox___33h1l input {
    width: 100%;
  }
}

.layout__inputView___2QwX9 .layout__form-control___2EKGX {
  border: 1px solid #d8d8d8!important;
}

.layout__selectNote___1VcSa {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 0 0 0 0!important;
}

.layout__containModal___8xgiJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__buttonAction___TsURe {
  width: 78px;
  height: 30px;
  border: 1px solid #0cc3be;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0cc3be;
  font-weight: 700;
}

.layout__divWarpButton___3r2XM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.layout__searchInput___34EUI {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #d8d8d8;
}

.layout__warpButton___2s1n2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 12px;
  gap: 12px;
}

.layout__checkbox___HSfwo {
  width: 12px;
}

.layout__contianHeader___3AEJ8,
.layout__modalContain___1lw3q {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__labelView___OOe1T {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__modalFooter___2pXBL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___2dgpu {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___2dgpu,
.layout__buttonConfirm___tmIH9 {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___tmIH9 {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__modalContainNew___1Ad9S {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
}

.layout__applicationStatisticsContainer___3nRip .layout__selectTimeContainer___3GJh9 {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___3nRip .layout__selectTimeBlock___3lad6 {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___3nRip .layout__selectTimeTitle___K5VZH {
  height: 60px;
  line-height: 60px;
  background: #0cc3be;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___3nRip .layout__selectTimeTitle___K5VZH {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___3nRip .layout__selectTimeContent___16FzV {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___3nRip .layout__selectTimeContent___16FzV form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___3nRip .layout__labelText___1c9JQ {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3nRip .layout__labelText___1c9JQ {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3nRip .layout__typeWidth___2ft7H {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___3nRip .layout__coverBox___3GB86 {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3nRip .layout__coverBox___3GB86 {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3nRip .layout__coverBox___3GB86 .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___3nRip .layout__coverBox___3GB86 input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3nRip .layout__coverBox___3GB86 input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___3nRip .layout__lineBetween___3LiQ- {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___3nRip .layout__marTopPeriod___WeoJJ {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3nRip .layout__marTopPeriod___WeoJJ {
    margin-top: 30px;
  }
}

.layout__btnStats___3bhW8,
.layout__disableBtn___3Hm2X,
.layout__enableBtn___-7uuk {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3bhW8:hover,
.layout__disableBtn___3Hm2X:hover,
.layout__enableBtn___-7uuk:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3bhW8.layout__disabled___N-mE4,
.layout__btnStats___3bhW8:disabled,
.layout__disableBtn___3Hm2X:disabled,
.layout__disabled___N-mE4.layout__disableBtn___3Hm2X,
.layout__disabled___N-mE4.layout__enableBtn___-7uuk,
.layout__enableBtn___-7uuk:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3bhW8:active,
.layout__btnStats___3bhW8:focus,
.layout__btnStats___3bhW8:visited,
.layout__disableBtn___3Hm2X:active,
.layout__disableBtn___3Hm2X:focus,
.layout__disableBtn___3Hm2X:visited,
.layout__enableBtn___-7uuk:active,
.layout__enableBtn___-7uuk:focus,
.layout__enableBtn___-7uuk:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___3bhW8,
  .layout__disableBtn___3Hm2X,
  .layout__enableBtn___-7uuk {
    height: 35px;
  }
}

.layout__disableBtn___3Hm2X {
  background-color: #ececec;
}

.layout__contentBox___3GCSb {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___-7uuk {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___1Qgmz {
  width: 90%;
  margin: auto;
}

.layout__tableList___10LBd td {
  padding-left: 6px;
}

.layout__btnExport___vR1m4 {
  height: 32px;
  width: 120px;
  border-radius: 25px;
  margin: 8px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___vR1m4:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___vR1m4.layout__disabled___N-mE4,
.layout__btnExport___vR1m4:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___vR1m4:active,
.layout__btnExport___vR1m4:focus,
.layout__btnExport___vR1m4:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___vR1m4 {
    height: 35px;
  }
}

.layout__selectTimeContent___3PIYg {
  padding-top: 0;
}

.layout__selectTimeContent___3PIYg form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___2zNuE {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___2zNuE {
    overflow: initial;
  }
}

.layout__divSearch___2zNuE>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___28U5z {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___28U5z {
    overflow: initial;
  }
}

.layout__tableList___28U5z td.layout__checkBoxCol___1xkz-,
.layout__tableList___28U5z th.layout__checkBoxCol___1xkz- {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___28U5z td {
  padding-left: 6px;
}

.layout__tableList___28U5z td,
.layout__tableList___28U5z th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___28U5z td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___1anb6 {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___1lbee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.layout__tableTh___1lbee label {
  margin: 5px 0;
}

.layout__tableTh___1lbee span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  text-transform: none;
}

.layout__wrapContain___1JZjA {
  margin-left: 30px;
}

.layout__buttonA___1wXtR {
  width: 78px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.layout__buttonA___1wXtR:hover {
  text-decoration: unset;
}

.layout__assignForm___1RBa_ {
  margin: 0 0 24px;
  width: 100%;
  height: 64px;
  background: #f7f7f7;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___1RBa_ .layout__formLabel___2mfSK {
  display: block;
  min-height: 18px;
  font-weight: 700;
  font-size: 13px;
  color: #4a4a4a;
}

.layout__assignForm___1RBa_ .layout__formField___XPaca {
  width: 45%;
  height: 33px;
}

.layout__assignForm___1RBa_ .layout__formFieldSP___3Xa5J {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___1Xpbp {
  font-size: 10px!important;
}

.layout__pageTitle___18dmF {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.layout__serchVoucher___5_mPV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1200px;
  margin-left: 12px;
}

.layout__wrapLS___2W1Hq {
  width: 30%;
}

.layout__wrapLS___2W1Hq,
.layout__wrapSP___Lg7OR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__wrapSP___Lg7OR {
  width: 70%;
}

.layout__buttonSearch___U_Ts4 {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___36lDa {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__inputItem___2699s {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
  background-color: #fff!important;
}

.layout__applicationStatisticsContainer___3iE80 .layout__selectTimeContainer___31o-K {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___3iE80 .layout__selectTimeBlock___2cgJF {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___3iE80 .layout__selectTimeTitle___2JV2U {
  height: 60px;
  line-height: 60px;
  background: #0cc3be;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___3iE80 .layout__selectTimeTitle___2JV2U {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___3iE80 .layout__selectTimeContent___1tRhH {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___3iE80 .layout__selectTimeContent___1tRhH form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___3iE80 .layout__labelText___TjF1C {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3iE80 .layout__labelText___TjF1C {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3iE80 .layout__typeWidth___1YXlh {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___3iE80 .layout__coverBox___2iCHg {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3iE80 .layout__coverBox___2iCHg {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3iE80 .layout__coverBox___2iCHg .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___3iE80 .layout__coverBox___2iCHg input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3iE80 .layout__coverBox___2iCHg input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___3iE80 .layout__lineBetween___2JlXA {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___3iE80 .layout__marTopPeriod___xUd3Y {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3iE80 .layout__marTopPeriod___xUd3Y {
    margin-top: 30px;
  }
}

.layout__btnStats___165td,
.layout__disableBtn___1osM2,
.layout__enableBtn___1eY4C {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #0cc3be;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___165td:hover,
.layout__disableBtn___1osM2:hover,
.layout__enableBtn___1eY4C:hover {
  color: #fff;
  background: #0cc3be;
  opacity: .8;
}

.layout__btnStats___165td.layout__disabled___2DY69,
.layout__btnStats___165td:disabled,
.layout__disableBtn___1osM2:disabled,
.layout__disabled___2DY69.layout__disableBtn___1osM2,
.layout__disabled___2DY69.layout__enableBtn___1eY4C,
.layout__enableBtn___1eY4C:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___165td:active,
.layout__btnStats___165td:focus,
.layout__btnStats___165td:visited,
.layout__disableBtn___1osM2:active,
.layout__disableBtn___1osM2:focus,
.layout__disableBtn___1osM2:visited,
.layout__enableBtn___1eY4C:active,
.layout__enableBtn___1eY4C:focus,
.layout__enableBtn___1eY4C:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___165td,
  .layout__disableBtn___1osM2,
  .layout__enableBtn___1eY4C {
    height: 35px;
  }
}

.layout__disableBtn___1osM2 {
  background-color: #ececec;
}

.layout__contentBox___3u3-D {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___1eY4C {
  background-color: #0cc3be;
  color: #fff;
}

.layout__exportTable___3HswG {
  width: 90%;
  margin: auto;
}

.layout__tableList___3XqQS td {
  padding-left: 6px;
}

.layout__btnExport___gccKm {
  height: 32px;
  width: 120px;
  border-radius: 25px;
  margin: 8px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease 0s;
}

.layout__btnExport___gccKm,
.layout__btnExport___gccKm:hover {
  background: #0cc3be;
  color: #fff;
}

.layout__btnExport___gccKm:hover {
  opacity: .8;
}

.layout__btnExport___gccKm.layout__disabled___2DY69,
.layout__btnExport___gccKm:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___gccKm:active,
.layout__btnExport___gccKm:focus,
.layout__btnExport___gccKm:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___gccKm {
    height: 35px;
  }
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs {
  padding: 30px 15px;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__content___qSidh {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__content___qSidh,
.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__content___qSidh .layout__createNewCard___UOI_4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__content___qSidh .layout__createNewCard___UOI_4 {
  text-decoration: none;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  padding: 0 10px;
  gap: 10px;
  cursor: pointer;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__content___qSidh .layout__createNewCard___UOI_4 .layout__plusIcon___2IAwx {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__content___qSidh .layout__createNewCard___UOI_4 .layout__plusIcon___2IAwx span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR {
  width: 1600px;
  background-color: #fff;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR {
    overflow: initial;
  }
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR table,
.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR td,
.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR th {
  border: 1px solid #ddd;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR table,
.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__custTypeCardListContainer___3dyZR th {
  text-align: center;
  vertical-align: middle!important;
}

.layout__custTypeContainer___3nfTf .layout__cardContainer___33CIs .layout__edit___1rM-S {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 30px;
  border-radius: 10px;
  text-align: right;
  padding-right: 20px;
}

.styles__createMerchantContainer___1r6dx {
  margin: auto;
}

.styles__createMerchantContainer___1r6dx .styles__inputTxt___PrFkU {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.styles__createMerchantContainer___1r6dx .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.styles__createMerchantContainer___1r6dx .styles__textAlert___2AfTY {
  color: red;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl {
  padding: 10px;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx {
  padding: 3rem 0;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__actionButton___1hNMD,
.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__cancelBtn___3oh0H,
.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__cancelBtn___3oh0H {
  background-color: #ececec;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj.styles__disabled___1Xm9v,
.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj:active,
.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj:focus,
.styles__createMerchantContainer___1r6dx .styles__content___1Xkzl .styles__actionContainer___1GWWx .styles__createBtn___3wHXj:visited {
  outline: 0;
}

.styles__createMerchantContainer___3TlK0 .styles__inputTxt___22xFa {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.styles__createMerchantContainer___3TlK0 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.styles__createMerchantContainer___3TlK0 .styles__row___E2V58 {
  margin-bottom: 10px;
}

.styles__createMerchantContainer___3TlK0 .styles__column___2gErX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: "center";
  align-items: "center";
  gap: 20px;
}

.layout__contentBox___3p3v8 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___z0Ydq {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___z0Ydq .layout__mt50px___1UX9q {
  margin-top: 50px;
}

.layout__contentWrapper___z0Ydq .layout__mt30px___Ysc4S {
  margin-top: 30px;
}

.layout__contentWrapper___z0Ydq input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___z0Ydq .layout__remove___2kcAB {
  float: right;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__actionButton___1azeh,
.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__cancelBtn___3aHvT,
.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ {
  height: 35px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__cancelBtn___3aHvT {
  background-color: #ececec;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ.layout__disabled___2WME4,
.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ:active,
.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ:focus,
.layout__contentWrapper___z0Ydq .layout__content___HBmRM .layout__actionContainer____4a7n .layout__createBtn___1HlcZ:visited {
  outline: 0;
}

.layout__contentBox___22lBi {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___9kQ0Z {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___9kQ0Z .layout__mt50px___1ZI-6 {
  margin-top: 50px;
}

.layout__contentWrapper___9kQ0Z .layout__mt30px___O9xyD {
  margin-top: 30px;
}

.layout__contentWrapper___9kQ0Z input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc {
  padding: 3rem 0;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__actionButton___MDuZK,
.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__cancelBtn___V9KOJ,
.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__cancelBtn___V9KOJ {
  background-color: #ececec;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B.layout__disabled___o179e,
.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B:active,
.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B:focus,
.layout__contentWrapper___9kQ0Z .layout__content___2tdV6 .layout__actionContainer___1roEc .layout__createBtn___1ll2B:visited {
  outline: 0;
}

.layout__contentBox___13zXi {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___13zXi,
.layout__createNew___1HGVp {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___1HGVp {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___1HGVp:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1HGVp.layout__disabled___2uqrv,
.layout__createNew___1HGVp:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1HGVp:active,
.layout__createNew___1HGVp:focus,
.layout__createNew___1HGVp:visited {
  outline: 0;
}

.layout__createNew___1HGVp a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___1HGVp a:hover {
  text-decoration: none;
}

.layout__createNew___1HGVp .layout__plusIcon___jahRI {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___2rSxy {
  padding: 20px 0;
}

.layout__content___2rSxy .layout__createNewMerchant___bvmk3 {
  text-decoration: none;
  width: 200px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___2rSxy .layout__createNewMerchant___bvmk3 .layout__plusIcon___jahRI {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___2rSxy .layout__createNewMerchant___bvmk3 .layout__plusIcon___jahRI span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___2rSxy .layout__textAccount___3Pfv5 {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___2Zx9m {
  width: 100%;
}

.layout__actionButton___2zzCK,
.layout__deleteButton___1pOWP,
.layout__unlockButton___3CNzO {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___1pOWP {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___3CNzO {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__comboBranch___2mDL0 {
  height: auto;
}

.layout__createMerchantContainer___30cfx {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___30cfx .layout__inputTxt___peHmg {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___30cfx .layout__selectBox___14Dn6 {
  width: 250px;
  margin-right: 10px;
}

.layout__createMerchantContainer___30cfx .layout__selectBox___14Dn6.layout__Select-control___2fsWN {
  width: 100%;
}

.layout__createMerchantContainer___30cfx .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___30cfx .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___30cfx .content {
  padding: 10px;
}

.layout__createMerchantContainer___30cfx .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___30cfx .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___30cfx .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___30cfx .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___30cfx .content .actionContainer .actionButton,
.layout__createMerchantContainer___30cfx .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___30cfx .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___30cfx .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1bg33 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3VxsJ {
  padding: 30px 15px;
}

.layout__cardContainer___3VxsJ .layout__inputSearch___3Woqr {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3VxsJ .layout__inputSearch___3Woqr:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3VxsJ .layout__inputSearch___3Woqr::placeholder {
  font-style: italic;
}

.layout__cardContainer___3VxsJ .layout__toolBar___2QWSV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3VxsJ .layout__toolBar___2QWSV .layout__title___350vv {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3VxsJ .layout__toolBar___2QWSV .layout__searchContainer___26oRB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3VxsJ .layout__content___1-pDD {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3VxsJ .layout__content___1-pDD,
.layout__cardContainer___3VxsJ .layout__content___1-pDD .layout__createNewCard___ROpMH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3VxsJ .layout__content___1-pDD .layout__createNewCard___ROpMH {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3VxsJ .layout__content___1-pDD .layout__createNewCard___ROpMH .layout__plusIcon___2swaL {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3VxsJ .layout__content___1-pDD .layout__createNewCard___ROpMH .layout__plusIcon___2swaL span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC.layout__disabled___1MZoS,
.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC:active,
.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC:focus,
.layout__cardContainer___3VxsJ .layout__createBtn___JXxoC:visited {
  outline: 0;
}

.layout__cardContainer___3VxsJ .layout__cardListContainer___3lkSf {
  background-color: #fff;
}

.layout__cardContainer___3VxsJ .layout__cardsLogo___2pjAn {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3VxsJ .layout__featuredDot___3ViDq,
.layout__cardContainer___3VxsJ .layout__notFeaturedDot___33PKZ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3VxsJ .layout__notFeaturedDot___33PKZ {
  background-color: red;
}

.layout__cardContainer___3VxsJ .layout__edit___1Iiuw {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3VxsJ .layout__delete___ED-s5,
.layout__cardContainer___3VxsJ .layout__edit___1Iiuw {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3VxsJ .layout__delete___ED-s5 {
  padding-right: 6px;
}

.layout__contentBox___E4R-2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1XJ8R {
  padding: 30px 43px;
}

.layout__cardContainer___1XJ8R .layout__pageTitle___oYPLW {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___1XJ8R .layout__toolBar___23YLj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1XJ8R .layout__toolBar___23YLj .layout__title___1oDCI {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1XJ8R .layout__content___XaM6v,
.layout__cardContainer___1XJ8R .layout__toolBar___23YLj .layout__searchContainer___261Fv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1XJ8R .layout__content___XaM6v {
  cursor: pointer;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  font-weight: 700;
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 149px;
  height: 30px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.layout__cardContainer___1XJ8R .layout__countFile___10XkF {
  margin-bottom: 14px;
  font-size: 15px;
}

.layout__cardContainer___1XJ8R .layout__searchFilter___2Avfp {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.layout__cardContainer___1XJ8R .layout__searchFilter___2Avfp input {
  margin-right: 14px;
  max-width: 139px;
  width: 100%;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.layout__cardContainer___1XJ8R .layout__searchFilter___2Avfp .layout__btnFilter___3DX2W {
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: #8d84f8;
  font-size: 12px;
  padding: 0 4px;
}

.layout__cardContainer___1XJ8R .layout__tableList___2KUgo {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___1XJ8R .layout__tableList___2KUgo {
    overflow: initial;
  }
}

.layout__cardContainer___1XJ8R .layout__tableList___2KUgo td.layout__checkBoxCol___2bP-e,
.layout__cardContainer___1XJ8R .layout__tableList___2KUgo th.layout__checkBoxCol___2bP-e {
  min-width: 35px;
  text-align: center;
}

.layout__cardContainer___1XJ8R .layout__tableList___2KUgo td {
  text-align: center;
}

.layout__cardContainer___1XJ8R .layout__tableHeader___Bajnu {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__cardContainer___1XJ8R .layout__tableHeader___Bajnu th {
  text-align: center;
  padding-top: 18px;
}

.layout__cardContainer___1XJ8R .layout__checkAllBox___3uBdc {
  max-width: 13px;
}

.layout__cardContainer___1XJ8R .layout__divSearch___3wQiT {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-top: 18px;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___1XJ8R .layout__divSearch___3wQiT {
    overflow: initial;
  }
}

.layout__cardContainer___1XJ8R .layout__divSearch___3wQiT>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__cardContainer___1XJ8R .layout__btnRetry___1Shp3 {
  border: 1px solid;
  padding: 8px;
  background: #028547;
  border-radius: 8px;
  color: #fff;
}

.layout__createMerchantContainer___32Xl3 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___32Xl3 .layout__inputTxt___1keUQ {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___32Xl3 .layout__maxHeightTextArea___2GBwE {
  max-height: 350px;
  min-height: 50px;
}

.layout__createMerchantContainer___32Xl3 .layout__warpOut___O3_W8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__createMerchantContainer___32Xl3 .layout__titleField___1wmLD {
  padding-left: 1rem;
}

.layout__createMerchantContainer___32Xl3 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___32Xl3 .content {
  padding: 10px;
}

.layout__createMerchantContainer___32Xl3 .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___32Xl3 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___32Xl3 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer .actionButton,
.layout__createMerchantContainer___32Xl3 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___32Xl3 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1FnyB {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1S9Ko {
  padding: 30px 15px;
}

.layout__cardContainer___1S9Ko .layout__createBtn___179HB {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1S9Ko .layout__createBtn___179HB:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1S9Ko .layout__createBtn___179HB.layout__disabled___2ei06,
.layout__cardContainer___1S9Ko .layout__createBtn___179HB:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1S9Ko .layout__createBtn___179HB:active,
.layout__cardContainer___1S9Ko .layout__createBtn___179HB:focus,
.layout__cardContainer___1S9Ko .layout__createBtn___179HB:visited {
  outline: 0;
}

.layout__cardContainer___1S9Ko .layout__inputSearch___3V5xN {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1S9Ko .layout__inputSearch___3V5xN:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1S9Ko .layout__inputSearch___3V5xN::placeholder {
  font-style: italic;
}

.layout__cardContainer___1S9Ko .layout__toolBar___AY6CI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1S9Ko .layout__toolBar___AY6CI .layout__title___dHJjM {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1S9Ko .layout__toolBar___AY6CI .layout__searchContainer___I4BR3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1S9Ko .layout__content___3lyPN {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1S9Ko .layout__content___3lyPN,
.layout__cardContainer___1S9Ko .layout__content___3lyPN .layout__createNewCard___3Dgdm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1S9Ko .layout__content___3lyPN .layout__createNewCard___3Dgdm {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1S9Ko .layout__content___3lyPN .layout__createNewCard___3Dgdm .layout__plusIcon___3su5C {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1S9Ko .layout__content___3lyPN .layout__createNewCard___3Dgdm .layout__plusIcon___3su5C span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1S9Ko .layout__cardListContainer___1Gfji {
  background-color: #fff;
}

.layout__cardContainer___1S9Ko .layout__cardsLogo___1gbhN {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1S9Ko .layout__featuredDot___3YTxk,
.layout__cardContainer___1S9Ko .layout__notFeaturedDot___3upas {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1S9Ko .layout__notFeaturedDot___3upas {
  background-color: red;
}

.layout__cardContainer___1S9Ko .layout__edit___35ce3 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1S9Ko .layout__delete___3O5CW,
.layout__cardContainer___1S9Ko .layout__edit___35ce3 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1S9Ko .layout__delete___3O5CW {
  padding-right: 6px;
}

.layout__valueCardOffer___2eLpg {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.layout__contentBox___1U5Cv {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___1U5Cv,
.layout__searchType___dsOia {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchType___dsOia {
  margin: 0 0 50px;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}

.layout__searchType___dsOia .layout__spanText___fX-gv {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__searchByType___3Nv75 {
  width: 396px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
}

.layout__searchByType___3Nv75 .layout__selectIn___18mOw {
  border: none;
  outline: none;
  width: 180px;
  background: #fff;
}

.layout__searchByType___3Nv75 .layout__inputType___1xuFJ {
  border-left: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 200px;
}

.layout__submitSearch___2333W {
  width: 96px;
  height: 30px;
  border-radius: 20px;
  background: #1961ca;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentBox___2AFye {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2tQty {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2tQty .layout__mt50px___1O6iU {
  margin-top: 50px;
}

.layout__contentWrapper___2tQty .layout__mt30px___1-z9F {
  margin-top: 30px;
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 {
  padding: 3rem 0;
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__actionButton___2rfpf,
.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__cancelBtn___2ayxF,
.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__cancelBtn___2ayxF {
  background-color: #ececec;
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR.layout__disabled___3os6Z,
.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR:active,
.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR:focus,
.layout__contentWrapper___2tQty .layout__content___2wOhy .layout__actionContainer___KT562 .layout__createBtn___21JOR:visited {
  outline: 0;
}

.layout__btn___1CU73 {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___1CU73 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___2ayxF {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___1te7k {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___1te7k:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___1te7k.layout__disabled___3os6Z,
.layout__submitBtn___1te7k:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___1te7k:active,
.layout__submitBtn___1te7k:focus,
.layout__submitBtn___1te7k:visited {
  outline: 0;
}

.layout__show___62NZM {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3eS6a {
  color: #838383;
}

.layout__buttonWrapper___2y7er {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___3i8eG {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__contentBox___3-_w0 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___1Gj1Z {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___1Gj1Z .layout__mt50px___2OWFS {
  margin-top: 50px;
}

.layout__contentWrapper___1Gj1Z .layout__mt30px___3cpj2 {
  margin-top: 30px;
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj {
  padding: 3rem 0;
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__actionButton___2-zAe,
.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__cancelBtn___1XeGq,
.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__cancelBtn___1XeGq {
  background-color: #ececec;
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX.layout__disabled___2tS8Q,
.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX:active,
.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX:focus,
.layout__contentWrapper___1Gj1Z .layout__content___jC3uS .layout__actionContainer___1zalj .layout__createBtn___EeojX:visited {
  outline: 0;
}

.layout__btn___r7nf0 {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 20px;
  min-width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btn___r7nf0 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___1XeGq {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___2FXx3 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___2FXx3:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___2FXx3.layout__disabled___2tS8Q,
.layout__submitBtn___2FXx3:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___2FXx3:active,
.layout__submitBtn___2FXx3:focus,
.layout__submitBtn___2FXx3:visited {
  outline: 0;
}

.layout__show___2AMRE {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3RT8r {
  color: #838383;
}

.layout__buttonWrapper___3vjoR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___2k8Nc {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 70%!important;
  font-size: 13px!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__contentBox___22u5Y {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___OX1y4 {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___OX1y4 .layout__mt50px___1uuyz {
  margin-top: 50px;
}

.layout__contentWrapper___OX1y4 .layout__mt30px___C8Z9r {
  margin-top: 30px;
}

.layout__contentWrapper___OX1y4 input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 {
  padding: 3rem 0;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__actionButton___2LacS,
.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__cancelBtn___2GaVI,
.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__cancelBtn___2GaVI {
  background-color: #ececec;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF.layout__disabled___33XF3,
.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF:active,
.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF:focus,
.layout__contentWrapper___OX1y4 .layout__content___30pFk .layout__actionContainer___2qE34 .layout__createBtn___13syF:visited {
  outline: 0;
}

.layout__listActionBtn___jjk0v {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___E0V5P {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___2dMYZ {
  margin-top: 32px;
}

.layout__listCheckApprove___2dMYZ ul li {
  margin-bottom: 40px;
}

.layout__box___Fa5FJ {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoArea___2CyKj {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___2CyKj {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___2W1PO,
.layout__filterDiv___3e2UQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___3e2UQ {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___bT0l8 {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___6fPOV {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___6fPOV {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___6fPOV:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___6fPOV.layout__isOpening___3cWlF:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3N_Kv td:not(.layout__wrapTriAngle___1BBSM) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__filterOption___1Mwkl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 0 0 20px;
}

.layout__filterOption___1Mwkl:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___1Mwkl {
    width: 100%!important;
  }
}

.layout__filterOption___1Mwkl b {
  display: block;
  width: 100%;
}

.layout__searchArea___1VQKL {
  width: 374px;
  max-width: 100%;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__searchArea___1VQKL input,
.layout__searchArea___1VQKL select {
  border: none;
}

.layout__searchArea___1VQKL input,
.layout__searchArea___1VQKL select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___1VQKL select {
    width: 100%;
  }
}

.layout__searchSelect___3OcVY {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___3OcVY,
.layout__searchSelect___3OcVY select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___3OcVY select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___3OcVY select:active,
.layout__searchSelect___3OcVY select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___3OcVY option {
  color: #000;
}

.layout__createNew___1Upmn {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___1Upmn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1Upmn.layout__disabled___FV595,
.layout__createNew___1Upmn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1Upmn:active,
.layout__createNew___1Upmn:focus,
.layout__createNew___1Upmn:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___1Upmn {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___1Upmn a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___1Upmn a:hover {
  text-decoration: none;
}

.layout__createNew___1Upmn .layout__plusIcon___1AcOx {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___20lGT {
  padding: 20px 0;
}

.layout__content___20lGT .layout__Rectangle___2slDz {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___20lGT .layout__createNewMerchant___1L5kT {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___20lGT .layout__createNewMerchant___1L5kT .layout__plusIcon___1AcOx {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___20lGT .layout__createNewMerchant___1L5kT .layout__plusIcon___1AcOx span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___20lGT .layout__assignButton___3PRAE {
  text-decoration: none;
  width: 220px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
}

.layout__content___20lGT .layout__textAccount___24SL- {
  padding-top: 20px;
  display: block;
}

.layout__email___3hrm- {
  word-break: break-all;
}

.layout__containerBox___658Ee {
  width: 100%;
}

.layout__actionButton___3qyZq,
.layout__deleteButton___3yrjz,
.layout__unlockButton___3EF_- {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___3yrjz {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___3EF_- {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__contentBox___Ad1Sm {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___3bbjh {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___2fywC {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___TUxfP {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___TUxfP,
.layout__titleSelect___2CVKz {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___2CVKz {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___2N6oU {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___wRDH0,
.layout__doneBtn___2N6oU {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___wRDH0 {
  background-color: #82a393;
}

.layout__footerModal___YyNLy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___2hAMx,
.layout__saleManagerText___3Mh4s {
  width: 418px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #008345;
}

.layout__linkText___2hAMx a:hover {
  text-decoration: none;
}

.layout__saleSupport___3JYtG {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___3JYtG select[multiple]:focus option:checked,
.layout__saleSupport___3JYtG select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___3JYtG select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___3JYtG option {
  width: 300px;
  height: 30px;
  text-align: left;
  vertical-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.layout__saleSupport___3JYtG option:active,
.layout__saleSupport___3JYtG option:checked,
.layout__saleSupport___3JYtG option:focus,
.layout__saleSupport___3JYtG option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___2r5z0 {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___2PH1f,
.layout__nokyc___2r5z0 {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___2PH1f {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___2FPO3 {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___yruUX,
.layout__kycHistory___3bqeu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___3bqeu img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___2apaB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___YQJZj {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___1h8Uh {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___1h8Uh img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___B43fj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___B43fj img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___2hp5j {
  color: red;
  font-style: italic;
}

.layout__inputStyle___29Jpr {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___2Np3L {
  margin-left: 16px;
}

.layout__approvedCC___XpGBF,
.layout__checkCC___2Np3L {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___XpGBF {
  margin-left: 25px;
}

.layout__checkUPL___1bs-R {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___2H-BM,
.layout__checkUPL___1bs-R {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___2H-BM {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___IyPqr {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__minWidthTr___3OHOz {
  min-width: 100px;
}

.layout__fullBox___2rB_N {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___24UYt {
  min-width: calc(100% - 300px);
}

.layout__box___1fIlT {
  padding: 0 10px;
}

.layout__searchbox___3cSuv {
  margin-top: 15px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__searchbox___3cSuv,
.layout__searchType___2PTeS {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.layout__searchType___2PTeS {
  margin: 0 0 15px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__searchType___2PTeS .layout__spanText___3k7R5 {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__statusBox___2GpSQ {
  margin: 0 0 15px;
}

.layout__searchInput___2Qr0o {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___CVAS3 {
  margin-top: 20px;
}

.layout__contentcontainer___HovO5 {
  font-size: 10px!important;
  width: 100%;
  max-width: 1130px;
}

.layout__contentcontainer___HovO5 .layout__tableContain___1qznu {
  width: 100%;
}

.layout__contentcontainer___HovO5 .layout__tableHeader___O46LM {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentcontainer___HovO5 .layout__thSpan___3dIqZ {
  text-align: center;
}

.layout__contentcontainer___HovO5 .layout__trSpan___2GU-L {
  text-align: center;
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.layout__searchBtn___ju8mL {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtn___ju8mL:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___ju8mL.layout__disabled___3KcSb,
.layout__searchBtn___ju8mL:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___ju8mL:active,
.layout__searchBtn___ju8mL:focus,
.layout__searchBtn___ju8mL:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___ju8mL {
    margin-top: 15px;
  }
}

.layout__searchBtnOD___iGIfa {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #a460e8!important;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__searchBtnOD___iGIfa:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtnOD___iGIfa.layout__disabled___3KcSb,
.layout__searchBtnOD___iGIfa:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtnOD___iGIfa:active,
.layout__searchBtnOD___iGIfa:focus,
.layout__searchBtnOD___iGIfa:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtnOD___iGIfa {
    margin-top: 15px;
  }
}

.layout__calendarBox___2OTdh .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___2OTdh .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___2-VTZ {
  overflow: auto;
}

.layout__tableWrapper___2-VTZ>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___18VpV input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__modalcontainer___2jdv3 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___1kNmD,
.layout__modalcontainer___2jdv3 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___1kNmD {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___2E_Wp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___2L78T {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___kkfXP {
  width: 100%;
}

.layout__mailContainer___1Uy7X {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___1VDLo {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___1nYk- {
  float: right;
  right: 0;
}

.layout__linkpopup___22X7k {
  cursor: pointer;
}

.layout__list___1SVbO {
  padding: 0 15px;
}

.layout__list___1SVbO td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1SVbO .layout__curPointer___1wXNy {
  cursor: pointer;
}

.layout__list___1SVbO .layout__count___18cbA {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #aeaeae;
  padding: 18px 0;
}

.layout__list___1SVbO .layout__countNumber___3Pjqb {
  color: #028547;
}

.layout__list___1SVbO .layout__decreaseIcon___16Q4O,
.layout__list___1SVbO .layout__increaseIcon___3oHFs {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #028547;
}

.layout__list___1SVbO .layout__decreaseIcon___16Q4O {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1SVbO .layout__downloadIcon___33FWr {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1SVbO .layout__applicationLink___1BVlN {
  color: #000;
}

.layout__list___1SVbO .layout__approved___1oOw0,
.layout__list___1SVbO .layout__carddeliver___3K1r4,
.layout__list___1SVbO .layout__cardship___2kaVG,
.layout__list___1SVbO .layout__draft___3BWSW,
.layout__list___1SVbO .layout__inprocess___2hZcc,
.layout__list___1SVbO .layout__status___255Ta,
.layout__list___1SVbO .layout__submitteddoc___vEUk3,
.layout__list___1SVbO .layout__sumittedapp___240ze {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1SVbO .layout__draft___3BWSW {
  color: #9c27b0;
}

.layout__list___1SVbO .layout__sumittedapp___240ze {
  color: #e91e63;
}

.layout__list___1SVbO .layout__submitteddoc___vEUk3 {
  color: #4caf50;
}

.layout__list___1SVbO .layout__inprocess___2hZcc {
  color: #f76045;
}

.layout__list___1SVbO .layout__approved___1oOw0 {
  color: #f4bf75;
}

.layout__list___1SVbO .layout__cardship___2kaVG {
  color: #795548;
}

.layout__list___1SVbO .layout__carddeliver___3K1r4 {
  color: #1976d2;
}

.layout__list___1SVbO .layout__border___1oplk,
.layout__list___1SVbO .layout__carddeliverBorder___1XL9v,
.layout__list___1SVbO .layout__cardshipBorder___2mtUU,
.layout__list___1SVbO .layout__savedBorder___1K_mW,
.layout__list___1SVbO .layout__submitteddocBorder___3oac1,
.layout__list___1SVbO .layout__sumittedappBorder___2xD5s,
.layout__list___1SVbO .layout__verificationBorder___1yR5l {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1SVbO .layout__savedBorder___1K_mW {
  border-left-color: #9c27b0;
}

.layout__list___1SVbO .layout__submitteddocBorder___3oac1 {
  border-left-color: #4caf50;
}

.layout__list___1SVbO .layout__cardshipBorder___2mtUU {
  border-left-color: #795548;
}

.layout__list___1SVbO .layout__carddeliverBorder___1XL9v {
  border-left-color: #1976d2;
}

.layout__list___1SVbO .layout__sumittedappBorder___2xD5s,
.layout__list___1SVbO .layout__verificationBorder___1yR5l {
  border-left-color: #e91e63;
}

.layout__list___1SVbO .layout__statusBox___2GpSQ {
  margin: 0;
}

.layout__searchBoxWrapper___1A0yz {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___1A0yz {
    max-width: 500px;
  }
}

.layout__triangleBtn___13eai {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___13eai {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___13eai:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___13eai.layout__isOpening___2ekmd:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___2GoCV td:not(.layout__wrapTriAngle___1zLwI) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__exportContainer___VYS0C {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___1gA4K {
  height: 35px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___1gA4K:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___1gA4K.layout__disabled___3KcSb,
.layout__btnExport___1gA4K:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___1gA4K:active,
.layout__btnExport___1gA4K:focus,
.layout__btnExport___1gA4K:visited {
  outline: 0;
}

.layout__coverBoxExport___6_ax1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBoxExport___6_ax1 input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

.layout__searchByType___38Ybs {
  width: 396px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
}

.layout__searchByType___38Ybs .layout__selectIn___31ihy {
  border: none;
  outline: none;
  width: 180px;
  background: #fff;
}

.layout__searchByType___38Ybs .layout__inputType___2Qz6Q {
  border-left: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 200px;
}

.layout__selectSp___bGrON {
  width: 200px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__selectSp___bGrON .layout__selectIn___31ihy {
  width: 100%;
  background: #fff;
}

.layout__noneBorderOutline___3jZ55,
.layout__selectSp___bGrON .layout__selectIn___31ihy {
  border: none;
  outline: none;
}

.layout__datePicker___1QpIX {
  width: 84px;
}

.layout__selectSpPicker___3KRFm {
  width: 200px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 4px;
}

.layout__selectSpPicker___3KRFm .layout__selectIn___31ihy {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
}

.layout__submitSearch___2oST4 {
  width: 96px;
  height: 30px;
  border-radius: 20px;
  background: #1961ca;
  color: #fff;
  text-transform: uppercase;
}

.layout__formCon___3Qb2D {
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background: #f7f7f7;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoApp___11ovn,
.layout__infoKYC___3JC0k {
  width: 100%;
  max-width: 1130px;
}

.layout__infoKYC___3JC0k {
  margin-bottom: 24px;
}

.layout__detail___3KL9T {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.layout__pageTitle___--3a5 {
  text-transform: uppercase;
  font-weight: 700;
}

.layout__inputDis___2wbvX {
  width: 348px;
  height: 32px;
  border-radius: 4px;
  border: 1px;
  background: #ced4da;
}

.layout__liText___19VSb {
  font-size: 16px;
  font-weight: 700;
  color: #1961ca;
  margin: 12px 0;
  text-transform: uppercase;
}

.layout__statusType___2iA9g {
  margin: 0 0 15px;
  gap: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__statusType___2iA9g .layout__selectSp___bGrON {
  width: 328px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__csrHistoriesBox___3piZS {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.51);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__boxInner___gatB1 {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___gatB1 .layout__closeBox___3RYcz {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___gatB1 .layout__flexItem___1kNmD {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__quickActionItem___3gww8 {
  font-size: 14px;
  color: #717171;
  padding: 15px;
  cursor: pointer;
}

.layout__quickActionItem___3gww8,
.layout__statusContain___3_sCa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__statusContain___3_sCa {
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__inputNote___1U4IW {
  width: 728px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.layout__imgWrap___3MSAf {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentContainer___3yPMC {
  font-size: 10px!important;
  width: 100%;
}

.layout__contentContainer___3yPMC .layout__tableContain___1qznu {
  width: 100%;
}

.layout__contentContainer___3yPMC .layout__tableHeader___O46LM {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentContainer___3yPMC .layout__trSpan___2GU-L {
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.layout__wrapDiv___1-Sig {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__error___2-ztO {
  border-bottom: 1px solid red;
}

.layout__failError___3bYEG {
  color: red;
  font-size: 12px;
}

.layout__applicationStatisticsContainer___3XMqK .layout__selectTimeContainer___3hqJU {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___3XMqK .layout__selectTimeBlock___1bfsl {
  width: 610px;
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  margin: 0 0 30px;
  max-width: calc(100% - 30px);
}

.layout__applicationStatisticsContainer___3XMqK .layout__selectTimeTitle___2A-yx {
  height: 60px;
  line-height: 60px;
  background: #028547;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media screen and (max-width:768px) {
  .layout__applicationStatisticsContainer___3XMqK .layout__selectTimeTitle___2A-yx {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___3XMqK .layout__selectTimeContent___3sAVY {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___3XMqK .layout__selectTimeContent___3sAVY form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___3XMqK .layout__labelText___29BRf {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3XMqK .layout__labelText___29BRf {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3XMqK .layout__typeWidth___1uBn9 {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___3XMqK .layout__coverBox___1naAC {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3XMqK .layout__coverBox___1naAC {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3XMqK .layout__coverBox___1naAC .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___3XMqK .layout__coverBox___1naAC input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyYS1hZG1pbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ny4wMDAwMDAsIC00MDIuMDAwMDAwKSIgZmlsbD0iI0NBQ0FDQSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjQuMDAwMDAwLCA0MDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTk2LDE0IEwxMDEsMTQgTDEwMSw5IEw5Niw5IEw5NiwxNCBaIE05NCwxOCBMMTA4LDE4IEwxMDgsNyBMOTQsNyBMOTQsMTggWiBNMTA4LDIgTDEwNywyIEwxMDcsMCBMMTA1LDAgTDEwNSwyIEw5NywyIEw5NywwIEw5NSwwIEw5NSwyIEw5NCwyIEM5Mi44OSwyIDkyLjAxLDIuOSA5Mi4wMSw0IEw5MiwxOCBDOTIsMTkuMSA5Mi44OSwyMCA5NCwyMCBMMTA4LDIwIEMxMDkuMSwyMCAxMTAsMTkuMSAxMTAsMTggTDExMCw0IEMxMTAsMi45IDEwOS4xLDIgMTA4LDIgTDEwOCwyIFoiIGlkPSJQYWdlLTEtQ29weS0yIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3XMqK .layout__coverBox___1naAC input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___3XMqK .layout__lineBetween___ilsDE {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___3XMqK .layout__marTopPeriod___12gFa {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3XMqK .layout__marTopPeriod___12gFa {
    margin-top: 30px;
  }
}

.layout__btnStats___1ogzE,
.layout__disableBtn___11Sc5,
.layout__enableBtn___3L_Nx {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___1ogzE:hover,
.layout__disableBtn___11Sc5:hover,
.layout__enableBtn___3L_Nx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1ogzE.layout__disabled___3CoC1,
.layout__btnStats___1ogzE:disabled,
.layout__disableBtn___11Sc5:disabled,
.layout__disabled___3CoC1.layout__disableBtn___11Sc5,
.layout__disabled___3CoC1.layout__enableBtn___3L_Nx,
.layout__enableBtn___3L_Nx:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1ogzE:active,
.layout__btnStats___1ogzE:focus,
.layout__btnStats___1ogzE:visited,
.layout__disableBtn___11Sc5:active,
.layout__disableBtn___11Sc5:focus,
.layout__disableBtn___11Sc5:visited,
.layout__enableBtn___3L_Nx:active,
.layout__enableBtn___3L_Nx:focus,
.layout__enableBtn___3L_Nx:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___1ogzE,
  .layout__disableBtn___11Sc5,
  .layout__enableBtn___3L_Nx {
    height: 35px;
  }
}

.layout__disableBtn___11Sc5 {
  background-color: #ececec;
}

.layout__contentBox___3mik1 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___3L_Nx {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___2xFHn {
  width: 90%;
  margin: auto;
}

.layout__tableList___1M2or td {
  padding-left: 6px;
}

.layout__btnExport___7Y7XA {
  height: 32px;
  width: 120px;
  border-radius: 25px;
  margin: 8px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnExport___7Y7XA:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___7Y7XA.layout__disabled___3CoC1,
.layout__btnExport___7Y7XA:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___7Y7XA:active,
.layout__btnExport___7Y7XA:focus,
.layout__btnExport___7Y7XA:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___7Y7XA {
    height: 35px;
  }
}

.layout__configContainer___sWzet {
  padding: 0 43px;
}

.layout__configContainer___sWzet td,
.layout__configContainer___sWzet th {
  text-align: left;
  padding-left: 10px;
}

.layout__btn___12cMU {
  -ms-flex-pack: end;
  justify-content: end;
  cursor: pointer;
}

.layout__btn___12cMU,
.layout__btnAdd___1FGlh {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnAdd___1FGlh {
  height: 35px;
  width: 141px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__rowTbl___1Ydv6 {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 4px;
}

.layout__rowTbl___1Ydv6 td {
  padding-top: 16px;
}

.layout__edit___30qa0 {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTI5OyYjMTMyOyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43ODE1IDQuMTIzNDRMMTQuNzAzMyAzLjE1NTQ3QzE1LjA5OTIgMi43MzcxMSAxNS4wOTkyIDIuMDYxNzIgMTQuNzAzMyAxLjY0NjA5TDEzLjQzMjUgMC4zMTE3MjJDMTMuMDM2NyAtMC4xMDM5MDcgMTIuMzkzNCAtMC4xMDM5MDcgMTEuOTk1IDAuMzExNzIyTDExLjA3MzEgMS4yNzk3QzEwLjk3NDIgMS4zODM2IDEwLjk3NDIgMS41NTMxNCAxMS4wNzMxIDEuNjU3MDRMMTMuNDIyMSA0LjEyMzQ0QzEzLjUyMSA0LjIyNzM0IDEzLjY4MjUgNC4yMjczNCAxMy43ODE1IDQuMTIzNDRaTTEwLjQxNjcgMTMuOTk3MkMxMS4xMDY4IDEzLjk5NzIgMTEuNjY2NyAxMy40MDkzIDExLjY2NjcgMTIuNjg0N1Y4LjM2OTkxQzExLjY2NjcgOC4wNzczMyAxMS4zMzA3IDcuOTMyNDEgMTEuMTMyOCA4LjEzNzQ5TDEwLjA5MTIgOS4yMzEyNEMxMC4wMzM5IDkuMjk0MTIgMTAgOS4zNzYxNSAxMCA5LjQ2MzY2VjEyLjI0NzJIMS42NjY2N1YzLjQ5NzI2SDcuNjUxMDRDNy43MzQzOCAzLjQ5NzI2IDcuODEyNSAzLjQ2MTcyIDcuODcyMzkgMy40MDE1Nkw4LjkxNDA2IDIuMzA3ODFDOS4xMTE5OSAyLjEwMDAxIDguOTcxMzYgMS43NDcyNyA4LjY5MjcxIDEuNzQ3MjdIMS4yNUMwLjU1OTg5NiAxLjc0NzI3IDAgMi4zMzUxNSAwIDMuMDU5NzZWMTIuNjg0N0MwIDEzLjQwOTMgMC41NTk4OTYgMTMuOTk3MiAxLjI1IDEzLjk5NzJIMTAuNDE2N1pNNy4xNDY1MyAxMS4wODc4TDQuNzI5ODQgMTEuMzY5NUM0LjQwNjk0IDExLjQwNzggNC4xMzM1IDExLjEyMDcgNC4xNjk5NSAxMC43ODE2TDQuNDM4MiA4LjI0NDExTDEwLjEyNTcgMi4yNzIyNkMxMC4yMjQ2IDIuMTY4MzYgMTAuMzg2MSAyLjE2ODM2IDEwLjQ4NTEgMi4yNzIyNkwxMi44MzQgNC43Mzg2N0MxMi45MzMgNC44NDI1NyAxMi45MzMgNS4wMTIxIDEyLjgzNCA1LjExNkw3LjE0NjUzIDExLjA4NzhaIiBmaWxsPSIjOUE5QTlBIi8+Cjwvc3ZnPgo=) 8px/16px 16px no-repeat;
}

.layout__delete___3cAfb,
.layout__edit___30qa0 {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___3cAfb {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTM1OyYjMTg0OyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjE4ODE0QzEyIDIuNDI5NjEgMTEuODA4IDIuNjI1NjMgMTEuNTcxNCAyLjYyNTYzSDAuNDI4NTcyQzAuMTkyMDI1IDIuNjI1NjMgMCAyLjQyOTYxIDAgMi4xODgxNFYxLjMxMzE0QzAgMS4wNzE2NiAwLjE5MjAyNSAwLjg3NTYzOSAwLjQyODU3MiAwLjg3NTYzOUgzLjY0Mjg2TDMuODk0NjUgMC4zNjQzMDdDMy45OTc5MiAwLjE0ODY4MSA0LjIxNDU3IDAuMDAwNjQwODY4IDQuNDY1MzcgMC4wMDA2NDA4NjhINy41Mjk0NkM3LjUyOTUzIDAuMDAwNjQwODY4IDcuNTI5NTIgMC4wMDA0ODA2NTEgNy41Mjk1MSAwLjAwMDMyMDQzNEM3LjUyOTQ5IDAuMDAwMTYwMjE3IDcuNTI5NDggMCA3LjUyOTU2IDBMNy42MzUzIDAuMDA4ODUyMDJDNy44NDE3MyAwLjA0Mzc4NzcgOC4wMTUwOCAwLjE3OTI3OSA4LjEwNTM1IDAuMzY0MzA3TDguMzU3MTQgMC44NzU2MzlIMTEuNTcxNEMxMS44MDggMC44NzU2MzkgMTIgMS4wNzE2NiAxMiAxLjMxMzE0VjIuMTg4MTRaTTEwLjU3NTMgMTIuNzcwMkMxMC41MzMyIDEzLjQ1NTggOS45NzQ0MyAxNC4wMDA1IDkuMjkyMjUgMTQuMDAwNkgyLjcwODNDMi4wMjYxMyAxNC4wMDA1IDEuNDY3MzUgMTMuNDU1OCAxLjQyNTI4IDEyLjc3MDJMMC44NTc0MjIgMy41MDA2NEgxMS4xNDMxTDEwLjU3NTMgMTIuNzcwMloiIGZpbGw9IiM5QTlBOUEiLz4KPC9zdmc+Cg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__btnFunc___2Afmf {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 32px;
}

.layout__btnCancel___3yWL2 {
  width: 100px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #028547;
}

.layout__modalContent___37Iw4 form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__titleHeader___3wSIW {
  text-align: center;
}

.layout__titleHeader___3wSIW .layout__txtTitle___1ILc_ {
  color: #028547;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__modalBody___2qHu1 {
  width: 85%;
}

.layout__contentBody___3vwZB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  width: 100%;
}

.layout__contentBody___3vwZB label {
  margin-right: 8px;
}

.layout__contentBody___3vwZB input {
  border-radius: 4px;
}

.layout__contentBody___3vwZB .layout__titleContent___dfbdQ {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody___3vwZB .layout__groupCheckbox___1UEfo {
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup____yUjb {
  width: 100%;
  max-width: 281px;
}

.layout__groupFielPopup____yUjb .layout__Select-placeholder___e9Giu,
.layout__groupFielPopup____yUjb .layout__selField___39xJX .layout__Select--single___389AO>.layout__Select-control___2Hzdr .layout__Select-value___OsdmT {
  max-width: 85%!important;
}

.layout__groupFielPopup1___3DJD2 {
  width: 100%;
  max-width: 281px;
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup1___3DJD2 .layout__Select-placeholder___e9Giu,
.layout__groupFielPopup1___3DJD2 .layout__selField___39xJX .layout__Select--single___389AO>.layout__Select-control___2Hzdr .layout__Select-value___OsdmT {
  max-width: 85%!important;
}

.layout__switch___2dhI0 {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__grpCheckbox___x2wTy,
.layout__switch___2dhI0 {
  display: -ms-flexbox;
  display: flex;
}

.layout__grpCheckbox___x2wTy .layout__label___1Z6mW {
  width: 42%;
}

.layout__grpCheckbox___x2wTy .layout__switch___2dhI0 {
  margin-right: 15px;
}

.layout__grpCheckbox___x2wTy .layout__switch___2dhI0 .layout__slider___3NO15 {
  margin-right: 2px;
}

.layout__configContainer___1R-P4 {
  padding: 0 43px;
}

.layout__configContainer___1R-P4 td,
.layout__configContainer___1R-P4 th {
  text-align: center;
}

.layout__btn___2LWK3 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.layout__btn___2LWK3,
.layout__btnAdd___39Ivb {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnAdd___39Ivb {
  height: 35px;
  width: 141px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__rowTbl___SpA1L {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 4px;
}

.layout__rowTbl___SpA1L td {
  padding: 16px;
}

.layout__edit___W-f83 {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTI5OyYjMTMyOyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43ODE1IDQuMTIzNDRMMTQuNzAzMyAzLjE1NTQ3QzE1LjA5OTIgMi43MzcxMSAxNS4wOTkyIDIuMDYxNzIgMTQuNzAzMyAxLjY0NjA5TDEzLjQzMjUgMC4zMTE3MjJDMTMuMDM2NyAtMC4xMDM5MDcgMTIuMzkzNCAtMC4xMDM5MDcgMTEuOTk1IDAuMzExNzIyTDExLjA3MzEgMS4yNzk3QzEwLjk3NDIgMS4zODM2IDEwLjk3NDIgMS41NTMxNCAxMS4wNzMxIDEuNjU3MDRMMTMuNDIyMSA0LjEyMzQ0QzEzLjUyMSA0LjIyNzM0IDEzLjY4MjUgNC4yMjczNCAxMy43ODE1IDQuMTIzNDRaTTEwLjQxNjcgMTMuOTk3MkMxMS4xMDY4IDEzLjk5NzIgMTEuNjY2NyAxMy40MDkzIDExLjY2NjcgMTIuNjg0N1Y4LjM2OTkxQzExLjY2NjcgOC4wNzczMyAxMS4zMzA3IDcuOTMyNDEgMTEuMTMyOCA4LjEzNzQ5TDEwLjA5MTIgOS4yMzEyNEMxMC4wMzM5IDkuMjk0MTIgMTAgOS4zNzYxNSAxMCA5LjQ2MzY2VjEyLjI0NzJIMS42NjY2N1YzLjQ5NzI2SDcuNjUxMDRDNy43MzQzOCAzLjQ5NzI2IDcuODEyNSAzLjQ2MTcyIDcuODcyMzkgMy40MDE1Nkw4LjkxNDA2IDIuMzA3ODFDOS4xMTE5OSAyLjEwMDAxIDguOTcxMzYgMS43NDcyNyA4LjY5MjcxIDEuNzQ3MjdIMS4yNUMwLjU1OTg5NiAxLjc0NzI3IDAgMi4zMzUxNSAwIDMuMDU5NzZWMTIuNjg0N0MwIDEzLjQwOTMgMC41NTk4OTYgMTMuOTk3MiAxLjI1IDEzLjk5NzJIMTAuNDE2N1pNNy4xNDY1MyAxMS4wODc4TDQuNzI5ODQgMTEuMzY5NUM0LjQwNjk0IDExLjQwNzggNC4xMzM1IDExLjEyMDcgNC4xNjk5NSAxMC43ODE2TDQuNDM4MiA4LjI0NDExTDEwLjEyNTcgMi4yNzIyNkMxMC4yMjQ2IDIuMTY4MzYgMTAuMzg2MSAyLjE2ODM2IDEwLjQ4NTEgMi4yNzIyNkwxMi44MzQgNC43Mzg2N0MxMi45MzMgNC44NDI1NyAxMi45MzMgNS4wMTIxIDEyLjgzNCA1LjExNkw3LjE0NjUzIDExLjA4NzhaIiBmaWxsPSIjOUE5QTlBIi8+Cjwvc3ZnPgo=) 8px/16px 16px no-repeat;
}

.layout__delete___17Yn6,
.layout__edit___W-f83 {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___17Yn6 {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTM1OyYjMTg0OyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjE4ODE0QzEyIDIuNDI5NjEgMTEuODA4IDIuNjI1NjMgMTEuNTcxNCAyLjYyNTYzSDAuNDI4NTcyQzAuMTkyMDI1IDIuNjI1NjMgMCAyLjQyOTYxIDAgMi4xODgxNFYxLjMxMzE0QzAgMS4wNzE2NiAwLjE5MjAyNSAwLjg3NTYzOSAwLjQyODU3MiAwLjg3NTYzOUgzLjY0Mjg2TDMuODk0NjUgMC4zNjQzMDdDMy45OTc5MiAwLjE0ODY4MSA0LjIxNDU3IDAuMDAwNjQwODY4IDQuNDY1MzcgMC4wMDA2NDA4NjhINy41Mjk0NkM3LjUyOTUzIDAuMDAwNjQwODY4IDcuNTI5NTIgMC4wMDA0ODA2NTEgNy41Mjk1MSAwLjAwMDMyMDQzNEM3LjUyOTQ5IDAuMDAwMTYwMjE3IDcuNTI5NDggMCA3LjUyOTU2IDBMNy42MzUzIDAuMDA4ODUyMDJDNy44NDE3MyAwLjA0Mzc4NzcgOC4wMTUwOCAwLjE3OTI3OSA4LjEwNTM1IDAuMzY0MzA3TDguMzU3MTQgMC44NzU2MzlIMTEuNTcxNEMxMS44MDggMC44NzU2MzkgMTIgMS4wNzE2NiAxMiAxLjMxMzE0VjIuMTg4MTRaTTEwLjU3NTMgMTIuNzcwMkMxMC41MzMyIDEzLjQ1NTggOS45NzQ0MyAxNC4wMDA1IDkuMjkyMjUgMTQuMDAwNkgyLjcwODNDMi4wMjYxMyAxNC4wMDA1IDEuNDY3MzUgMTMuNDU1OCAxLjQyNTI4IDEyLjc3MDJMMC44NTc0MjIgMy41MDA2NEgxMS4xNDMxTDEwLjU3NTMgMTIuNzcwMloiIGZpbGw9IiM5QTlBOUEiLz4KPC9zdmc+Cg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__btnFunc___2T_Ks {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 32px;
}

.layout__btnCancel___19NCC {
  width: 100px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #028547;
}

.layout__modalContent___2sfas form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__titleHeader___3rzS_ {
  text-align: center;
}

.layout__titleHeader___3rzS_ .layout__txtTitle___3llVO {
  color: #028547;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__modalBody___VgsSF {
  width: 100%;
}

.layout__contentBody___3Ewk- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  width: 100%;
}

.layout__contentBody___3Ewk- label {
  margin-right: 8px;
}

.layout__contentBody___3Ewk- input {
  border-radius: 4px;
}

.layout__contentBody___3Ewk- .layout__titleContent___ISkTL {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody___3Ewk- .layout__groupCheckbox___29Dlq {
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup___3pH42 {
  width: 100%;
  max-width: 80%;
}

.layout__groupFielPopup___3pH42 .layout__Select-placeholder___3lgy5,
.layout__groupFielPopup___3pH42 .layout__selField___3Hf_y .layout__Select--single___3ptVj>.layout__Select-control___3YA3z .layout__Select-value___-DySL {
  max-width: 85%!important;
  font-size: 16px;
}

.layout__groupFielPopup___3pH42 textarea {
  border-radius: 4px;
  border: 1px solid #cacaca;
  max-height: 250px;
  font-size: 14px;
}

.layout__groupFielPopup___3pH42 input {
  font-size: 14px;
}

.layout__groupFielPopup1___2O4Ik {
  width: 100%;
  max-width: 281px;
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup1___2O4Ik .layout__Select-placeholder___3lgy5,
.layout__groupFielPopup1___2O4Ik .layout__selField___3Hf_y .layout__Select--single___3ptVj>.layout__Select-control___3YA3z .layout__Select-value___-DySL {
  max-width: 85%!important;
}

.layout__switch___G7m5L {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__grpCheckbox___1t9Q8,
.layout__switch___G7m5L {
  display: -ms-flexbox;
  display: flex;
}

.layout__grpCheckbox___1t9Q8 .layout__label___1n4v2 {
  width: 42%;
}

.layout__grpCheckbox___1t9Q8 .layout__switch___G7m5L {
  margin-right: 15px;
}

.layout__grpCheckbox___1t9Q8 .layout__switch___G7m5L .layout__slider___2M65u {
  margin-right: 2px;
}

.layout__tdconfig___3QeFr {
  width: 50%;
  text-align: left!important;
}

.layout__config___uMI48 {
  max-width: 800px;
}

.layout__config___uMI48,
.layout__txtCode___1pRt2 {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.layout__txtCode___1pRt2 {
  text-align: left;
  margin: 0 20px;
  word-wrap: break-word;
  max-width: 450px;
}

@media screen and (max-width:430px) {
  .layout__txtCode___1pRt2 {
    margin-left: 0;
  }
}

.layout__inputType___31IAq {
  width: 150px!important;
  border: 1px solid #ddd;
  height: 35px;
  border-radius: 8px;
}

.layout__searchInput___1VOx- {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.layout__createMerchantContainer___3kzhY {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3kzhY .layout__inputTxt___1s2bI {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3kzhY .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3kzhY .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___3kzhY .content {
  padding: 10px;
}

.layout__createMerchantContainer___3kzhY .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___3kzhY .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3kzhY .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3kzhY .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3kzhY .content .actionContainer .actionButton,
.layout__createMerchantContainer___3kzhY .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3kzhY .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3kzhY .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3oNfs {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3fdui {
  padding: 30px 15px;
}

.layout__cardContainer___3fdui .layout__inputSearch___1ZUgS {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3fdui .layout__inputSearch___1ZUgS:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3fdui .layout__inputSearch___1ZUgS::placeholder {
  font-style: italic;
}

.layout__cardContainer___3fdui .layout__toolBar___1IVL6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3fdui .layout__toolBar___1IVL6 .layout__title___3NB3z {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3fdui .layout__toolBar___1IVL6 .layout__searchContainer___28rUR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3fdui .layout__content___1xpq9 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3fdui .layout__content___1xpq9,
.layout__cardContainer___3fdui .layout__content___1xpq9 .layout__createNewCard___2yxez {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3fdui .layout__content___1xpq9 .layout__createNewCard___2yxez {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___3fdui .layout__content___1xpq9 .layout__createNewCard___2yxez .layout__plusIcon___3MAQC {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3fdui .layout__content___1xpq9 .layout__createNewCard___2yxez .layout__plusIcon___3MAQC span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3fdui .layout__createBtn___2iIA1 {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___3fdui .layout__createBtn___2iIA1:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3fdui .layout__createBtn___2iIA1.layout__disabled___3Brz1,
.layout__cardContainer___3fdui .layout__createBtn___2iIA1:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3fdui .layout__createBtn___2iIA1:active,
.layout__cardContainer___3fdui .layout__createBtn___2iIA1:focus,
.layout__cardContainer___3fdui .layout__createBtn___2iIA1:visited {
  outline: 0;
}

.layout__cardContainer___3fdui .layout__cardListContainer___3_eRz {
  background-color: #fff;
}

.layout__cardContainer___3fdui .layout__cardsLogo___30Q2s {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3fdui .layout__featuredDot___12_yn,
.layout__cardContainer___3fdui .layout__notFeaturedDot___DCw-U {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3fdui .layout__notFeaturedDot___DCw-U {
  background-color: red;
}

.layout__cardContainer___3fdui .layout__edit___O5lA0 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3fdui .layout__delete___1TFMQ,
.layout__cardContainer___3fdui .layout__edit___O5lA0 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___3fdui .layout__delete___1TFMQ {
  padding-right: 6px;
}

.layout__contentBox___OOj1D {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2oYii {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2oYii .layout__inputTxt___g-PDI {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2oYii .layout__selectBox___1jcZT {
  margin-right: 10px;
}

.layout__createMerchantContainer___2oYii .layout__selectBox___1jcZT.layout__Select-control___1_68M {
  width: 100%;
}

.layout__createMerchantContainer___2oYii .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2oYii .layout__selectContainer___3xRvr {
  height: auto;
}

.layout__createMerchantContainer___2oYii .content {
  padding: 10px;
}

.layout__createMerchantContainer___2oYii .content .langSwitchContainer {
  background-color: #eee;
  height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cacaca;
}

.layout__createMerchantContainer___2oYii .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2oYii .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2oYii .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2oYii .content .actionContainer .actionButton,
.layout__createMerchantContainer___2oYii .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2oYii .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2oYii .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__createMerchantContainer___2oYii .layout__show___qt7Xt {
  display: block;
  margin-bottom: 20px;
}

.layout__contentBox___1wO-W {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1zS8p {
  padding: 30px 15px;
}

.layout__cardContainer___1zS8p .layout__inputSearch___170Zg {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1zS8p .layout__inputSearch___170Zg:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1zS8p .layout__inputSearch___170Zg::placeholder {
  font-style: italic;
}

.layout__cardContainer___1zS8p .layout__toolBar___37EaW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1zS8p .layout__toolBar___37EaW .layout__title___2OWK7 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1zS8p .layout__toolBar___37EaW .layout__searchContainer___napie {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1zS8p .layout__content___yFGC8 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1zS8p .layout__content___yFGC8,
.layout__cardContainer___1zS8p .layout__content___yFGC8 .layout__createNewCard___3asDP {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1zS8p .layout__content___yFGC8 .layout__createNewCard___3asDP {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.layout__cardContainer___1zS8p .layout__content___yFGC8 .layout__createNewCard___3asDP .layout__plusIcon___3-U9v {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1zS8p .layout__content___yFGC8 .layout__createNewCard___3asDP .layout__plusIcon___3-U9v span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h.layout__disabled___y0eKa,
.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h:active,
.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h:focus,
.layout__cardContainer___1zS8p .layout__createBtn___3gJ1h:visited {
  outline: 0;
}

.layout__cardContainer___1zS8p .layout__cardListContainer___MbWk1 {
  background-color: #fff;
}

.layout__cardContainer___1zS8p .layout__cardsLogo___2m2JP {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1zS8p .layout__featuredDot___RtLM-,
.layout__cardContainer___1zS8p .layout__notFeaturedDot___2QBWM {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1zS8p .layout__notFeaturedDot___2QBWM {
  background-color: red;
}

.layout__cardContainer___1zS8p .layout__edit___1YMw0 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1zS8p .layout__delete___1yIau,
.layout__cardContainer___1zS8p .layout__edit___1YMw0 {
  color: inherit;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAf1JREFUSA291k1LAkEYB/DdTfIeBXWIDl6iS3UR8mQEmkIE3SQ81CU617HDfoE+gngsKqhL+AJhB2G7aZ26BIGIQhB0FFL7P8tOjLovo87uwO6sMzvPb8bZfVRVfCrJZHKp3+9fIPyuqqrzqF9x5EulUp5IlU6ySyKRWAVWAbxoE/u6XC5npMPpdHql2+2+OKDmPDCpY81mRlM1RaPRJtCqR5AjaTB9vdjXM13Xf2OxWAbwnQu+PuPSKdzF7elBJBJRcrlcJZvN3jcajTUEoWO4NKeGOZQ9SHEB/Goq2AZlK3PE8WC1cRxODLugjjjAOTx423idPieCHdC6pmknCLwHedbSB1bearVuisXiB/WN/R47oVjNDrLSN57sfeAPFmxW6DtH3yXfNtbrJIDSV6nzANA22h75NroWXrEg+oSYGwyxUNrTd9bGaiFYNkq4J+wH6gn7hbrCfqKOsN+oLRwEOgIHhQ7AQaL/cCqVWuj1em/IMOynjfrqXBqkjCScHGiwVzFTJoLGh1AFqGHlXukoTSpEJ6x2i2q+YCKnSPgKauoTSoP8eK9rE8ZNIzANJJwP4JZ7+ftErlXsbxgr/gESdhsgEyWH9ngzaNSErT2ka9sie6UMCQ3DgDpoq+EGA39lDHx+LhQKX2yArJrgZQS/xUGIgcA1QB1ZgFOcP7o73GB8x40CAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
}

.layout__cardContainer___1zS8p .layout__delete___1yIau {
  padding-right: 6px;
}

.layout__contentBox___1Ap8O {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___2ZbrA {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___2ZbrA img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___3H9DZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___1NNbp {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___3_0CE,
.layout__kycTitle___1NNbp {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___3_0CE {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___3GvVk {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___3GvVk,
.layout__formContainer___Trn5m {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___Trn5m {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___28P0C {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputLabel___1r4Mr {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___34cCq {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___1aj1l {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___GyFnx,
.layout__inputTicketLos___1WO14,
.layout__ticket___1aj1l {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___GyFnx,
.layout__inputTicketLos___1WO14 {
  width: 180px!important;
}

.layout__inputTicketLos___1WO14 {
  margin-left: 16px;
}

.layout__reason___DrjAz {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___zQUEj,
.layout__reason___DrjAz {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___34wDn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___34wDn label {
  margin-bottom: 0;
}

.layout__switch___276N5 {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___276N5 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___3ZKgV {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___3ZKgV,
.layout__slider___3ZKgV:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___3ZKgV:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___3ZKgV {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___3ZKgV {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___3ZKgV:before {
  transform: translateX(26px);
}

.layout__buttonStyle___35ltx {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
}

.layout__workingArea___Jz1HA {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___2PObU,
.layout__workingArea___Jz1HA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___2PObU {
  margin-right: 40px;
}

.layout__searchRow___3TCD1 {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___3TCD1,
.layout__searchTitle___1jpls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___1jpls {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___3SGkd {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___1i9Sd {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___1i9Sd,
.layout__searchInputLOS___12npF,
.layout__spanText___1M3RL {
  margin-right: 16px;
}

.layout__searchInputLOS___12npF {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___12npF .layout__Select-control___2sVsy {
  border-radius: 0!important;
}

.layout__radioStyle___15p7c {
  margin-top: 10px;
}

.layout__historyContainer___1Vd0a,
.layout__radioStyle___15p7c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___1Vd0a {
  margin-top: 80px;
}

.layout__historyTitle___24OfU {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___2A83R {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 100px;
  min-height: 262px;
}

.layout__applicationRow___10pH8 {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__applicationSelected___18S07 {
  width: 428px;
  margin: 0 0 8px;
  padding: 0 16px 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 24px;
  height: 262px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: initial;
}

.layout__arrowDeselect___2f5Gm {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___1gcJ8 {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___2y_wY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___2BzEg {
  background-color: #ec1e25;
}

.layout__buttonDisable___25fed,
.layout__buttonSosStyle___2BzEg {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___25fed {
  background-color: #ddd;
}

.layout__approveSosAction___auHA1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___39lAs {
  color: #028547;
}

.layout__appStyle___3AZ9s {
  color: #666;
}

.layout__tooltip___2hizS {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  border-radius: 16px;
  margin-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bolder;
  position: relative;
}

.layout__tooltip___2hizS .layout__tooltiptext___2ApQS {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #999;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 210px;
  position: absolute;
  z-index: 1;
}

.layout__tooltip___2hizS:hover .layout__tooltiptext___2ApQS {
  visibility: visible;
}

.layout__oval___2DeMX {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___3O8tU,
.layout__cutOffTimeContainer___U_IXP {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___U_IXP {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___EmBu9 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-left: 8px;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__cutOffTimeRow___EmBu9:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___1D9g1 {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___Uu8oA {
  width: 100px;
}

.layout__cutOffTimeValue___Uu8oA,
.layout__cutOffTimeValue1___2BuLt {
  margin-right: 10px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__cutOffTimeValue1___2BuLt {
  width: 60px;
}

.layout__cutOffTimeValueDate___xIygc {
  margin-right: 10px;
  width: 124px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___3oGV9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #028547;
  margin-bottom: 8px;
}

.layout__titleLabel___2R_Xb,
.layout__titleRow___3oGV9 {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___z2h7z {
  margin-right: 18px;
}

.layout__cursor___2bUZj {
  cursor: pointer;
}

.layout__mb100___1d_dD {
  margin-bottom: 100px;
}

.layout__groupField___1WP3g {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__listActionBtn___1IeMK {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___ZnJMR {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___1gLvJ {
  margin-top: 32px;
}

.layout__listCheckApprove___1gLvJ ul li {
  margin-bottom: 40px;
}

.layout__box___1ZMG4 {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoArea___3yP9C {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___3yP9C {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___5dNKP,
.layout__filterDiv___2uN3L {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___2uN3L {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___UTxmr {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___rQWpb {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___rQWpb {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___rQWpb:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___rQWpb.layout__isOpening___2GUqw:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___OpPGh td:not(.layout__wrapTriAngle___2RX0n) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

@media screen and (min-width:769px) {
  .layout__collapsed___OpPGh td {
    word-break: break-all;
  }

  .layout__collapsed___OpPGh td:nth-child(2) {
    min-width: auto;
  }
}

.layout__filterOption___WzdNI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 0 0 20px;
}

.layout__filterOption___WzdNI:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___WzdNI {
    width: 100%!important;
  }
}

.layout__filterOption___WzdNI b {
  display: block;
  width: 100%;
}

.layout__searchArea___3J228 {
  width: 374px;
  max-width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__searchArea___3J228 input,
.layout__searchArea___3J228 select {
  border: none;
}

.layout__searchArea___3J228 input,
.layout__searchArea___3J228 select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___3J228 select {
    width: 100%;
  }
}

.layout__searchSelect___1mLfZ {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___1mLfZ,
.layout__searchSelect___1mLfZ select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___1mLfZ select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___1mLfZ select:active,
.layout__searchSelect___1mLfZ select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___1mLfZ option {
  color: #000;
}

.layout__createNew___2UHPJ {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___2UHPJ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___2UHPJ.layout__disabled___2YtEO,
.layout__createNew___2UHPJ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___2UHPJ:active,
.layout__createNew___2UHPJ:focus,
.layout__createNew___2UHPJ:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___2UHPJ {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___2UHPJ a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___2UHPJ a:hover {
  text-decoration: none;
}

.layout__createNew___2UHPJ .layout__plusIcon___2YTbD {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___3tUcO {
  padding: 20px 0;
}

.layout__content___3tUcO .layout__Rectangle___1A6Jc {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___3tUcO .layout__createNewMerchant___1MSbb {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___3tUcO .layout__createNewMerchant___1MSbb .layout__plusIcon___2YTbD {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___3tUcO .layout__createNewMerchant___1MSbb .layout__plusIcon___2YTbD span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___3tUcO .layout__assignButton___7HdNG {
  text-decoration: none;
  width: 220px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
}

.layout__content___3tUcO .layout__textAccount___a3bOS {
  padding-top: 20px;
  display: block;
}

.layout__email___1BNvh {
  word-break: break-all;
}

.layout__containerBox___1xME6 {
  width: 100%;
}

.layout__actionButton___39ohJ,
.layout__deleteButton___1Qoe8,
.layout__unlockButton___nVDIv {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___1Qoe8 {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___nVDIv {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__contentBox___3q6KQ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___9HCD9 {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___3x8WA {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___1qvFb {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___1qvFb,
.layout__titleSelect___2-QlD {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___2-QlD {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___6Mxl7 {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___38xp5,
.layout__doneBtn___6Mxl7 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___38xp5 {
  background-color: #82a393;
}

.layout__footerModal___X64ym {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___2gnQm,
.layout__saleManagerText___7xw_u {
  width: 418px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #008345;
}

.layout__linkText___2gnQm a:hover {
  text-decoration: none;
}

.layout__saleSupport___32_cY {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___32_cY select[multiple]:focus option:checked,
.layout__saleSupport___32_cY select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___32_cY select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___32_cY option {
  width: 300px;
  height: 30px;
  text-align: left;
  vertical-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.layout__saleSupport___32_cY option:active,
.layout__saleSupport___32_cY option:checked,
.layout__saleSupport___32_cY option:focus,
.layout__saleSupport___32_cY option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___3m9xK {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___2nBQN,
.layout__nokyc___3m9xK {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___2nBQN {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___3IKWW {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___16faG,
.layout__kycHistory___3Hwjr {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___3Hwjr img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___Avw-H {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___1i5cG {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___3JTUB {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___3JTUB img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___tuYDq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___tuYDq img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___abPCX {
  color: red;
  font-style: italic;
}

.layout__inputStyle___OP8iT {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___1GPdx {
  margin-left: 16px;
}

.layout__approvedCC___2wK2H,
.layout__checkCC___1GPdx {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___2wK2H {
  margin-left: 25px;
}

.layout__checkUPL___1TN1E {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___2LnTQ,
.layout__checkUPL___1TN1E {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___2LnTQ {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___1uurD {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__approveNew___2iz_t {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__approveNew___2iz_t:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__approveNew___2iz_t.layout__disabled___2YtEO,
.layout__approveNew___2iz_t:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__approveNew___2iz_t:active,
.layout__approveNew___2iz_t:focus,
.layout__approveNew___2iz_t:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__approveNew___2iz_t {
    margin: 0 20px 10px 0;
  }
}

.layout__approveNew___2iz_t a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__approveNew___2iz_t a:hover {
  text-decoration: none;
}

.layout__approveNew___2iz_t .layout__plusIcon___2YTbD {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__totalAccount___jI_5q {
  margin: 10px 15px;
}

.layout__selectCustom___2B-p0 div:first-child div:first-child {
  border: none!important;
  outline: 0;
  margin-top: 0;
}

.layout__listActionBtn___3ZFQi {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___3St7y {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___3Zo2q {
  margin-top: 32px;
}

.layout__listCheckApprove___3Zo2q ul li {
  margin-bottom: 40px;
}

.layout__box___1TZlf {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoArea___1Nsj0 {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___1Nsj0 {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___2ut6q,
.layout__filterDiv___20wmH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___20wmH {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___16uKc {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___1GrTC {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1GrTC {
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 5px;
  }
}

.layout__triangleBtn___1GrTC:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1GrTC.layout__isOpening___1eSXc:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___oImEn td:not(.layout__wrapTriAngle___1h4vZ) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

@media screen and (min-width:769px) {
  .layout__collapsed___oImEn td:nth-child(2) {
    min-width: auto;
  }
}

.layout__filterOption___2ROEp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 0 0 20px;
}

.layout__filterOption___2ROEp:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___2ROEp {
    width: 100%!important;
  }
}

.layout__filterOption___2ROEp b {
  display: block;
  width: 100%;
}

.layout__searchArea___iVpKV {
  width: 374px;
  max-width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__searchArea___iVpKV input,
.layout__searchArea___iVpKV select {
  border: none;
}

.layout__searchArea___iVpKV input,
.layout__searchArea___iVpKV select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___iVpKV select {
    width: 100%;
  }
}

.layout__searchSelect___3BTRS {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___3BTRS,
.layout__searchSelect___3BTRS select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___3BTRS select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___3BTRS select:active,
.layout__searchSelect___3BTRS select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___3BTRS option {
  color: #000;
}

.layout__createNew___2KhNn {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 20px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createNew___2KhNn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___2KhNn.layout__disabled___2UBAe,
.layout__createNew___2KhNn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___2KhNn:active,
.layout__createNew___2KhNn:focus,
.layout__createNew___2KhNn:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___2KhNn {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___2KhNn a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___2KhNn a:hover {
  text-decoration: none;
}

.layout__createNew___2KhNn .layout__plusIcon___3lb3C {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___2gnFa {
  padding: 20px 0;
}

.layout__content___2gnFa .layout__Rectangle___1hbas {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___2gnFa .layout__createNewMerchant___3tPVf {
  text-decoration: none;
  width: 170px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin: 15px 0;
}

.layout__content___2gnFa .layout__createNewMerchant___3tPVf .layout__plusIcon___3lb3C {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___2gnFa .layout__createNewMerchant___3tPVf .layout__plusIcon___3lb3C span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___2gnFa .layout__assignButton___1I56j {
  text-decoration: none;
  width: 220px;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
}

.layout__content___2gnFa .layout__textAccount___iDmWf {
  padding-top: 20px;
  display: block;
}

.layout__email___qyKDT {
  word-break: break-all;
}

.layout__containerBox___1ylpH {
  width: 100%;
}

.layout__actionButton___13xo7,
.layout__deleteButton___1yWJL,
.layout__unlockButton___3bygy {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___1yWJL {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___3bygy {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAAXNSR0IArs4c6QAAAYlJREFUKBV9Ub9Lw0AUziWpSbWDCupkR3FSEAoiiMUhDWRTMgoFwa2jIoKDi4r/hDgJQiEkDUm7ODjp4KyDDkJDHERpcNDU1O+kVw7T9sHj/fjed/fuOyJwZhjGRBzHp2jphJDRTqdzI0nSrud5T9zYX0pYo1wuq0EQ3KPOg3SO+AniFuKYoigLjuO8sFkaRVaEYbgDwhx8vV6vV+D7qqouof6GHbE5FnvEJEmm0KyCcMdA27ZfcauNepn1WJRZ0mg0DlnOR1EU30Ee53s0J6VSaRUAXVP5D3brReB55BYOsX3fv6R9omlaCNII8jfaGGI5YNOZTCZfq9WadNUZnHiCVQ+GkARd103ocNXVotkTZxipH9YTh4GmaeZardYF6klZlrdd131mGB9TN0ZRtInVN+DFdrtd4Yf5PEXEG24hVgT/gV/zw3yeIkKkh2w2S+WfhfT08/ta6o10yrKsDwTqA03GOl9A1/CfxwOnAOAJ8xTvzgv0xjP4HnwFPtBASABWC4XCI5QWfgHuJY7cjHuGygAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
}

.layout__contentBox___dFrLZ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___yumCY {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___1-0wR {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___3juo8 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___3juo8,
.layout__titleSelect___um_RK {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___um_RK {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___31Ibn {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___poA_K,
.layout__doneBtn___31Ibn {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___poA_K {
  background-color: #82a393;
}

.layout__footerModal___33zOC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___3eeDy,
.layout__saleManagerText___1ns2U {
  width: 418px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #008345;
}

.layout__linkText___3eeDy a:hover {
  text-decoration: none;
}

.layout__saleSupport___FRihJ {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___FRihJ select[multiple]:focus option:checked,
.layout__saleSupport___FRihJ select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___FRihJ select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___FRihJ option {
  width: 300px;
  height: 30px;
  text-align: left;
  vertical-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.layout__saleSupport___FRihJ option:active,
.layout__saleSupport___FRihJ option:checked,
.layout__saleSupport___FRihJ option:focus,
.layout__saleSupport___FRihJ option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___3mQqg {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___1_kaP,
.layout__nokyc___3mQqg {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___1_kaP {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___7KlX6 {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___2r18n,
.layout__kycHistory___qi2Jj {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___qi2Jj img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___3jcMk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___Y9I0I {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___2Td9C {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___2Td9C img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___1eU5V {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___1eU5V img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___j7iSR {
  color: red;
  font-style: italic;
}

.layout__inputStyle___3ugdO {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___1KJVk {
  margin-left: 16px;
}

.layout__approvedCC___YxZWO,
.layout__checkCC___1KJVk {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___YxZWO {
  margin-left: 25px;
}

.layout__checkUPL___2vrg6 {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___1uNAG,
.layout__checkUPL___2vrg6 {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___1uNAG {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___3QHcx {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__approveNew___Mct1i {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__approveNew___Mct1i:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__approveNew___Mct1i.layout__disabled___2UBAe,
.layout__approveNew___Mct1i:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__approveNew___Mct1i:active,
.layout__approveNew___Mct1i:focus,
.layout__approveNew___Mct1i:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__approveNew___Mct1i {
    margin: 0 20px 10px 0;
  }
}

.layout__approveNew___Mct1i a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__approveNew___Mct1i a:hover {
  text-decoration: none;
}

.layout__approveNew___Mct1i .layout__plusIcon___3lb3C {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__totalAccount___pGv_i {
  margin: 10px 15px;
}

.layout__selectCustom___27jzQ div:first-child div:first-child {
  border: none!important;
  outline: 0;
  margin-top: 0;
}

.layout__boxInner___3Qr71 {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___3Qr71 .layout__closeBox___3C5-L {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.layout__boxInner___3Qr71 .layout__flexItem___3vJsz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__containerModal___1Az5s {
  max-width: 800px;
  width: 100%;
}

.layout__cardContainer___3mFpq {
  padding: 30px 43px;
}

.layout__cardContainer___3mFpq .layout__pageTitle___2xVGf {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___3mFpq .layout__toolBar___opVHE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___3mFpq .layout__toolBar___opVHE .layout__title___2ZOpF {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3mFpq .layout__content___31TXA,
.layout__cardContainer___3mFpq .layout__toolBar___opVHE .layout__searchContainer___3fpCt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3mFpq .layout__content___31TXA {
  cursor: pointer;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  font-weight: 700;
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 149px;
  height: 30px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.layout__cardContainer___3mFpq .layout__countFile___2j_XV {
  margin-bottom: 14px;
  font-size: 15px;
}

.layout__cardContainer___3mFpq .layout__searchFilter___3bPhN {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.layout__cardContainer___3mFpq .layout__searchFilter___3bPhN input {
  margin-right: 14px;
  max-width: 139px;
  width: 100%;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.layout__cardContainer___3mFpq .layout__searchFilter___3bPhN .layout__btnFilter___3KU71 {
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: #8d84f8;
  font-size: 12px;
  padding: 0 4px;
}

.layout__cardContainer___3mFpq .layout__tableList___1LQfk {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___3mFpq .layout__tableList___1LQfk {
    overflow: initial;
  }
}

.layout__cardContainer___3mFpq .layout__tableList___1LQfk td.layout__checkBoxCol___WCPp8,
.layout__cardContainer___3mFpq .layout__tableList___1LQfk th.layout__checkBoxCol___WCPp8 {
  min-width: 35px;
  text-align: center;
}

.layout__cardContainer___3mFpq .layout__tableList___1LQfk td {
  text-align: center;
}

.layout__cardContainer___3mFpq .layout__tableHeader___ZvWTK {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__cardContainer___3mFpq .layout__tableHeader___ZvWTK th {
  text-align: center;
  padding-top: 18px;
}

.layout__cardContainer___3mFpq .layout__checkAllBox___2_Da2 {
  max-width: 13px;
}

.layout__cardContainer___3mFpq .layout__divSearch___2B49V {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-top: 18px;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___3mFpq .layout__divSearch___2B49V {
    overflow: initial;
  }
}

.layout__cardContainer___3mFpq .layout__divSearch___2B49V>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__cardContainer___3mFpq .layout__btnRetry___Vzqvg {
  border: 1px solid;
  padding: 8px;
  background: #028547;
  border-radius: 8px;
  color: #fff;
}

.layout__cardContainer___1pB5t {
  padding: 30px 43px 0;
}

.layout__cardContainer___1pB5t .layout__pageTitle___1BoYb {
  margin: 0 0 30px;
  text-align: left;
  color: #555;
  font-weight: 700;
}

.layout__cardContainer___1pB5t .layout__searchInput___3cvqt {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.layout__cardContainer___1pB5t .layout__btnAdd___1ZL9k {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.layout__cardContainer___1pB5t .layout__inputSearch___32uzo {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1pB5t .layout__inputSearch___32uzo:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1pB5t .layout__inputSearch___32uzo::placeholder {
  font-style: italic;
}

.layout__cardContainer___1pB5t .layout__toolBar___3WU4w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.layout__cardContainer___1pB5t .layout__toolBar___3WU4w .layout__title___Z1vSd {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1pB5t .layout__content___1wfbm,
.layout__cardContainer___1pB5t .layout__toolBar___3WU4w .layout__searchContainer___3ZbKW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1pB5t .layout__content___1wfbm {
  cursor: pointer;
  -ms-flex-pack: end;
  justify-content: end;
  color: #fff;
  font-weight: 700;
  background: #1976d2;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  height: 30px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.layout__cardContainer___1pB5t .layout__cardListContainer___2I7rZ {
  background-color: #fff;
  overflow-x: auto;
}

.layout__cardContainer___1pB5t .layout__cardsLogo___3sjoX {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1pB5t .layout__featuredDot___1M_X2,
.layout__cardContainer___1pB5t .layout__notFeaturedDot___1wkvV {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1pB5t .layout__notFeaturedDot___1wkvV {
  background-color: red;
}

.layout__cardContainer___1pB5t .layout__edit___1CpHX {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0xNC43MiA0Ljg3Ni45NjgtLjk2OGExLjA3IDEuMDcgMCAwIDAgMC0xLjUxbC0xLjMzNC0xLjMzNGExLjA3IDEuMDcgMCAwIDAtMS41MSAwbC0uOTY3Ljk2OGEuMjY3LjI2NyAwIDAgMCAwIC4zNzhsMi40NjYgMi40NjZhLjI2Ny4yNjcgMCAwIDAgLjM3NyAwem0tMy41MzMgOS44NzRjLjcyNSAwIDEuMzEzLS41ODggMS4zMTMtMS4zMTNWOS4xMjNhLjMyOS4zMjkgMCAwIDAtLjU2LS4yMzNsLTEuMDk0IDEuMDk0YS4zMzYuMzM2IDAgMCAwLS4wOTYuMjMyVjEzSDJWNC4yNWg2LjI4NGMuMDg3IDAgLjE3LS4wMzYuMjMyLS4wOTZMOS42MSAzLjA2MWEuMzI4LjMyOCAwIDAgMC0uMjMzLS41NjFIMS41NjJDLjgzOCAyLjUuMjUgMy4wODguMjUgMy44MTN2OS42MjRjMCAuNzI1LjU4OCAxLjMxMyAxLjMxMiAxLjMxM2g5LjYyNXptLTUuOTcxLTIuNjI4IDIuNTM3LS4yODEgNS45NzItNS45NzJhLjI2Ny4yNjcgMCAwIDAgMC0uMzc4bC0yLjQ2Ni0yLjQ2NmEuMjY3LjI2NyAwIDAgMC0uMzc4IDBMNC45MSA4Ljk5N2wtLjI4MSAyLjUzN2EuNTMyLjUzMiAwIDAgMCAuNTg4LjU4OHoiIGZpbGw9IiM5QTlBOUEiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K) 8px/16px 16px no-repeat;
}

.layout__cardContainer___1pB5t .layout__delete___3yuUw,
.layout__cardContainer___1pB5t .layout__edit___1CpHX {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1pB5t .layout__delete___3yuUw {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTM1OyYjMTg0OyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjE4ODE0QzEyIDIuNDI5NjEgMTEuODA4IDIuNjI1NjMgMTEuNTcxNCAyLjYyNTYzSDAuNDI4NTcyQzAuMTkyMDI1IDIuNjI1NjMgMCAyLjQyOTYxIDAgMi4xODgxNFYxLjMxMzE0QzAgMS4wNzE2NiAwLjE5MjAyNSAwLjg3NTYzOSAwLjQyODU3MiAwLjg3NTYzOUgzLjY0Mjg2TDMuODk0NjUgMC4zNjQzMDdDMy45OTc5MiAwLjE0ODY4MSA0LjIxNDU3IDAuMDAwNjQwODY4IDQuNDY1MzcgMC4wMDA2NDA4NjhINy41Mjk0NkM3LjUyOTUzIDAuMDAwNjQwODY4IDcuNTI5NTIgMC4wMDA0ODA2NTEgNy41Mjk1MSAwLjAwMDMyMDQzNEM3LjUyOTQ5IDAuMDAwMTYwMjE3IDcuNTI5NDggMCA3LjUyOTU2IDBMNy42MzUzIDAuMDA4ODUyMDJDNy44NDE3MyAwLjA0Mzc4NzcgOC4wMTUwOCAwLjE3OTI3OSA4LjEwNTM1IDAuMzY0MzA3TDguMzU3MTQgMC44NzU2MzlIMTEuNTcxNEMxMS44MDggMC44NzU2MzkgMTIgMS4wNzE2NiAxMiAxLjMxMzE0VjIuMTg4MTRaTTEwLjU3NTMgMTIuNzcwMkMxMC41MzMyIDEzLjQ1NTggOS45NzQ0MyAxNC4wMDA1IDkuMjkyMjUgMTQuMDAwNkgyLjcwODNDMi4wMjYxMyAxNC4wMDA1IDEuNDY3MzUgMTMuNDU1OCAxLjQyNTI4IDEyLjc3MDJMMC44NTc0MjIgMy41MDA2NEgxMS4xNDMxTDEwLjU3NTMgMTIuNzcwMloiIGZpbGw9IiM5QTlBOUEiLz4KPC9zdmc+Cg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1pB5t .layout__check___2P5U8 {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1pB5t .layout__check___2P5U8,
.layout__cardContainer___1pB5t .layout__close___2YhNu {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1pB5t .layout__close___2YhNu {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1pB5t .layout__inputForm___2QFLA {
  width: 100px;
}

.layout__contentBox___HsmUH {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___HsmUH,
.layout__titletable___11bqU {
  display: -ms-flexbox;
  display: flex;
}

.layout__titletable___11bqU {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #008345;
  padding: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
}

.layout__table___1KvD_ {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.layout__tbleditbtn___12pqq {
  background: #028547;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 16px;
  gap: 10px;
  width: 100px;
  height: 30px;
  border-radius: 16px;
  cursor: pointer;
}

.layout__rowtitle___2nUgP,
.layout__tbleditbtn___12pqq {
  color: #fff;
  text-align: center;
}

.layout__rowtitle___2nUgP {
  background: #008345;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 16px;
}

.layout__row1___1d5Dw {
  padding: 24px 16px;
}

.layout__inputItem___1MVxs {
  font-size: 14px!important;
  max-width: 150px;
}

.layout__rednote___7tjtq {
  color: red;
  font-size: 16px;
}

.layout__channel___3Hq8G {
  text-transform: uppercase;
}

.layout__chilchannel___2Ha49 {
  max-width: 97px;
  font-weight: 700;
}

.layout__titleHeader___31fB8 {
  text-align: center;
}

.layout__titleHeader___31fB8 .layout__txtTitle___B1SWQ {
  color: #1976d2;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__btnAdd___1ZL9k {
  background: #1976d2;
  border-radius: 16px;
  color: #fff;
}

.layout__btnAdd___1ZL9k,
.layout__btnCancel___2-UA2 {
  width: 100px;
  height: 32px;
}

.layout__btnCancel___2-UA2 {
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 16px;
  color: #1976d2;
}

.layout__contentBody___37C_S {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  width: 100%;
  max-width: 375px;
}

.layout__contentBody___37C_S input {
  border-radius: 4px;
}

.layout__contentBody___37C_S .layout__titleContent___34JQm {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__addChannel___1sul3,
.layout__contentBody___37C_S .layout__groupCheckbox___3MyKu {
  display: -ms-flexbox;
  display: flex;
}

.layout__addChannel___1sul3 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}

.layout__txtItem___B0VrW {
  text-align: center;
  margin-top: 8px;
}

.layout__groupItem___1veO1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tittleTable___27v4O {
  margin-left: 18px;
}

.layout__tittleTable___27v4O ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.layout__tittleTable___27v4O ul li:before {
  content: "\2022";
  color: #1976d2;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.layout__tittleTable___27v4O .layout__txtTilTable___1J6E3 {
  color: #1976d2;
  font-weight: 700;
  font-size: 14px;
}

.layout__groupSearch___2LL5C {
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 18px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 16px;
}

.layout__groupSearch___2LL5C .layout__itemGroup___3B_jS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__groupSearch___2LL5C .layout__itemGroup___3B_jS span {
  font-weight: 700;
}

.layout__groupSearch___2LL5C .layout__itemGroup___3B_jS input {
  margin-left: 2px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
}

@media only screen and (max-width:1366px) {
  .layout__groupSearch___2LL5C .layout__itemGroup___3B_jS {
    display: block;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout__groupSearch___2LL5C .layout__itemGroup___3B_jS span {
    font-weight: 700;
  }

  .layout__groupSearch___2LL5C .layout__itemGroup___3B_jS input {
    margin-left: 2px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
  }
}

.layout__btnSearch___2BUsc {
  background: #9a9a9a;
  border-radius: 20px;
  color: #fff;
  padding: 8px 22px;
}

.layout__tableHeader___28Nvx {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__rowTbl___1hQWA,
.layout__tableHeader___28Nvx th {
  text-align: center;
}

.layout__rowTbl___1hQWA {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 4px;
}

.layout__rowTbl___1hQWA td {
  padding-top: 16px;
}

.layout__groupAction___19fVA {
  min-width: 88px!important;
}

@media only screen and (max-width:1366px) {
  .layout__subPro___2Zg3O {
    max-width: 160px!important;
    word-wrap: break-word;
  }

  .layout__idCol___dKsP1 {
    max-width: 65px!important;
  }
}

.layout__switchContainer___11WdE {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__switchContainer___11WdE label {
  margin-bottom: 0;
}

.layout__switch___22NUG {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___22NUG input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__inputDateStyle___3ZOlz {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 180px;
}

.layout__slider___nVoMm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

input[type=checkbox]:not(:checked)+.layout__slider___nVoMm:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  right: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: .4s;
}

input[type=checkbox]:not(:checked)+.layout__slider___nVoMm:before {
  position: absolute;
  content: "OFF";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}

input[type=checkbox]:checked+.layout__slider___nVoMm:before {
  position: absolute;
  content: "ON";
  height: 16px;
  width: 16px;
  left: -2px;
  bottom: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}

input[type=checkbox]:checked+.layout__slider___nVoMm {
  background-color: #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___nVoMm:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: .4s;
}

input[type=checkbox]:focus+.layout__slider___nVoMm {
  box-shadow: 0 0 1px #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___nVoMm:before {
  transform: translateX(26px);
}

.layout__edit___1CpHX {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0xNC43MiA0Ljg3Ni45NjgtLjk2OGExLjA3IDEuMDcgMCAwIDAgMC0xLjUxbC0xLjMzNC0xLjMzNGExLjA3IDEuMDcgMCAwIDAtMS41MSAwbC0uOTY3Ljk2OGEuMjY3LjI2NyAwIDAgMCAwIC4zNzhsMi40NjYgMi40NjZhLjI2Ny4yNjcgMCAwIDAgLjM3NyAwem0tMy41MzMgOS44NzRjLjcyNSAwIDEuMzEzLS41ODggMS4zMTMtMS4zMTNWOS4xMjNhLjMyOS4zMjkgMCAwIDAtLjU2LS4yMzNsLTEuMDk0IDEuMDk0YS4zMzYuMzM2IDAgMCAwLS4wOTYuMjMyVjEzSDJWNC4yNWg2LjI4NGMuMDg3IDAgLjE3LS4wMzYuMjMyLS4wOTZMOS42MSAzLjA2MWEuMzI4LjMyOCAwIDAgMC0uMjMzLS41NjFIMS41NjJDLjgzOCAyLjUuMjUgMy4wODguMjUgMy44MTN2OS42MjRjMCAuNzI1LjU4OCAxLjMxMyAxLjMxMiAxLjMxM2g5LjYyNXptLTUuOTcxLTIuNjI4IDIuNTM3LS4yODEgNS45NzItNS45NzJhLjI2Ny4yNjcgMCAwIDAgMC0uMzc4bC0yLjQ2Ni0yLjQ2NmEuMjY3LjI2NyAwIDAgMC0uMzc4IDBMNC45MSA4Ljk5N2wtLjI4MSAyLjUzN2EuNTMyLjUzMiAwIDAgMCAuNTg4LjU4OHoiIGZpbGw9IiM5QTlBOUEiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K) 8px/16px 16px no-repeat;
}

.layout__delete___3yuUw,
.layout__edit___1CpHX {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___3yuUw {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IiYjMjM5OyYjMTM1OyYjMTg0OyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyLjE4ODE0QzEyIDIuNDI5NjEgMTEuODA4IDIuNjI1NjMgMTEuNTcxNCAyLjYyNTYzSDAuNDI4NTcyQzAuMTkyMDI1IDIuNjI1NjMgMCAyLjQyOTYxIDAgMi4xODgxNFYxLjMxMzE0QzAgMS4wNzE2NiAwLjE5MjAyNSAwLjg3NTYzOSAwLjQyODU3MiAwLjg3NTYzOUgzLjY0Mjg2TDMuODk0NjUgMC4zNjQzMDdDMy45OTc5MiAwLjE0ODY4MSA0LjIxNDU3IDAuMDAwNjQwODY4IDQuNDY1MzcgMC4wMDA2NDA4NjhINy41Mjk0NkM3LjUyOTUzIDAuMDAwNjQwODY4IDcuNTI5NTIgMC4wMDA0ODA2NTEgNy41Mjk1MSAwLjAwMDMyMDQzNEM3LjUyOTQ5IDAuMDAwMTYwMjE3IDcuNTI5NDggMCA3LjUyOTU2IDBMNy42MzUzIDAuMDA4ODUyMDJDNy44NDE3MyAwLjA0Mzc4NzcgOC4wMTUwOCAwLjE3OTI3OSA4LjEwNTM1IDAuMzY0MzA3TDguMzU3MTQgMC44NzU2MzlIMTEuNTcxNEMxMS44MDggMC44NzU2MzkgMTIgMS4wNzE2NiAxMiAxLjMxMzE0VjIuMTg4MTRaTTEwLjU3NTMgMTIuNzcwMkMxMC41MzMyIDEzLjQ1NTggOS45NzQ0MyAxNC4wMDA1IDkuMjkyMjUgMTQuMDAwNkgyLjcwODNDMi4wMjYxMyAxNC4wMDA1IDEuNDY3MzUgMTMuNDU1OCAxLjQyNTI4IDEyLjc3MDJMMC44NTc0MjIgMy41MDA2NEgxMS4xNDMxTDEwLjU3NTMgMTIuNzcwMloiIGZpbGw9IiM5QTlBOUEiLz4KPC9zdmc+Cg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__tdconfig___2poij {
  width: 50%;
  text-align: left!important;
}

.layout__tblDisb___2sw5c .layout__tableHeader___28Nvx {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblDisb___2sw5c .layout__rowTbl___1hQWA,
.layout__tblDisb___2sw5c .layout__tableHeader___28Nvx th {
  text-align: center;
}

.layout__tblDisb___2sw5c .layout__rowTbl___1hQWA {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 4px;
}

.layout__tblDisb___2sw5c .layout__rowTbl___1hQWA td {
  padding-top: 16px;
}

.layout__selField___1NNHc {
  max-width: 280px;
  height: 20px!important;
}

.layout__selField3___1hMeR {
  height: 30px!important;
  font-size: 14px!important;
}

.layout__groupDisb1___pLywE {
  max-width: 234px;
  width: 100%;
}

.layout__modalBody___Eqhr6 {
  max-width: 400px;
  width: 100%;
}

.layout__modalBody2___1VenR {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.layout__modalBody2___1VenR .layout__btnAdd___1ZL9k {
  margin-left: 16px;
}

.layout__modalBody2___1VenR .layout__btnAdd___1ZL9k span {
  margin: auto;
}

.layout__modalContent____tizn form {
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__btnFunc___2Cak4,
.layout__modalContent____tizn form {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnFunc___2Cak4 {
  text-align: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.layout__contentBody1___214t_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
  width: 100%;
  max-width: 375px;
}

.layout__contentBody1___214t_ input {
  border-radius: 4px;
}

.layout__contentBody1___214t_ .layout__titleContent___34JQm {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody1___214t_ .layout__groupInput___2th3e {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBody1___214t_ .layout__groupInput___2th3e span {
  margin: 0 6px;
}

.layout__selField2___1pjeg {
  max-width: 118px;
  height: 30px!important;
}

.layout__inputField___3WvAI {
  max-width: 108px;
}

.layout__inputField___3WvAI,
.layout__inputField1____LZRO {
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 30px!important;
  font-size: 14px!important;
}

.layout__inputField1____LZRO {
  max-width: 111px;
  padding: 10px 10px 10px 5px;
}

.layout__groupFielPopup___3cUo- .layout__Select-placeholder___fb3JF,
.layout__groupFielPopup___3cUo- .layout__selField___1NNHc .layout__Select--single___37jMI>.layout__Select-control___3ezTI .layout__Select-value___1PtGJ {
  max-width: 85%!important;
}

.layout__err___1VlXH,
.layout__errorPopup___2ubon {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
  font-weight: 500;
}

.layout__errorPopup___2ubon {
  margin-top: 15px;
}

.layout__groupFielPopup___3cUo- {
  width: 100%;
  max-width: 281px;
}

.layout__selectContainer___EpCV7 {
  position: relative;
}

.layout__selectContainer___EpCV7 label {
  position: absolute;
  top: 0;
  left: 10px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transition: all .2s ease;
}

.layout__selectContainer___EpCV7 .Select.Select--multi.has-value~label,
.layout__selectContainer___EpCV7 .Select.Select--single.has-value~label {
  position: absolute;
  top: -30px;
  font-size: 14px;
}

.layout__selectContainer___EpCV7 .Select.Select--single.is-loading .Select-placeholder {
  display: none;
}

.layout__selectContainer___EpCV7 .Select-value-label {
  font-size: 18px;
}

.layout__selectContainer___EpCV7 .Select-value {
  top: -4px;
  max-width: 85%!important;
}

.layout__removeClearValueIcon___2JLvD .Select-clear {
  display: none!important;
}

.layout__styledV2___3poTr.layout__isValid___34ela.layout__uplStyle___kCPwa .Select--multi .Select-control,
.layout__styledV2___3poTr.layout__isValid___34ela.layout__uplStyle___kCPwa .Select--single .Select-control {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___3poTr.layout__isValid___34ela.layout__uplStyle___kCPwa .Select--multi.is-disabled .Select-control,
.layout__styledV2___3poTr.layout__isValid___34ela.layout__uplStyle___kCPwa .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___3poTr.layout__isValid___34ela.layout__odStyle___1Ca_P .Select--multi .Select-control,
.layout__styledV2___3poTr.layout__isValid___34ela.layout__odStyle___1Ca_P .Select--single .Select-control {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___3poTr.layout__isValid___34ela.layout__odStyle___1Ca_P .Select--multi.is-disabled .Select-control,
.layout__styledV2___3poTr.layout__isValid___34ela.layout__odStyle___1Ca_P .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___3poTr.layout__isValid___34ela .Select--multi .Select-control,
.layout__styledV2___3poTr.layout__isValid___34ela .Select--single .Select-control {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___3poTr.layout__isValid___34ela .Select--multi.is-disabled .Select-control,
.layout__styledV2___3poTr.layout__isValid___34ela .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___3poTr.layout__isInvalid___1j-Rg .Select--multi .Select-control,
.layout__styledV2___3poTr.layout__isInvalid___1j-Rg .Select--single .Select-control {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___3poTr .Select--multi .Select-control,
.layout__styledV2___3poTr .Select--single .Select-control {
  width: 100%;
  margin: 0;
  border-radius: 7px;
  border: 1px solid #cacaca;
  box-shadow: none!important;
}

.layout__styledV2___3poTr .Select-input {
  height: 32px;
}

.layout__styledV2___3poTr .Select-clear-zone {
  line-height: 1;
}

.layout__styledV2___3poTr .Select--single>.Select-control .Select-value,
.layout__styledV2___3poTr .Select-placeholder {
  padding: 0 0 0 5px;
}

.layout__errorStyle___3pTAR {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__invalid___3C63e .Select--multi .Select-control,
.layout__invalid___3C63e .Select--single .Select-control {
  border-color: #dd621d;
}

.layout__hidden___31NRm {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border: none;
}

.layout__group___Ti_a3 {
  position: relative;
}

.layout__group___Ti_a3 input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border: 1px solid #cacaca;
  width: 100%;
  color: #4c4c4c;
  background: transparent;
  height: 30px;
}

.layout__group___Ti_a3 input.layout__invalid___xBLXK {
  border-bottom: 1px solid #dd621d;
}

.layout__group___Ti_a3 input:focus {
  outline: none;
}

.layout__group___Ti_a3 label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___Ti_a3 input.layout__hasValue___2N-Ig~label,
.layout__group___Ti_a3 input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___Ti_a3 .layout__bar___wTM3k {
  position: relative;
  display: block;
}

.layout__group___Ti_a3 .layout__bar___wTM3k:after,
.layout__group___Ti_a3 .layout__bar___wTM3k:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___Ti_a3 .layout__bar___wTM3k:before {
  left: 50%;
}

.layout__group___Ti_a3 .layout__bar___wTM3k:after {
  right: 50%;
}

.layout__group___Ti_a3 .layout__errorStyle___KyZAo {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___Ti_a3 input:focus~.layout__bar___wTM3k:after,
.layout__group___Ti_a3 input:focus~.layout__bar___wTM3k:before {
  width: 50%;
}

.layout__withLabel___2kFEu {
  margin-top: 45px;
}

.layout__styledV2___3U2Y8 {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___3U2Y8.layout__isValid___2hbWl>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___3U2Y8.layout__isValid___2hbWl.layout__uplStyle___YyKbq>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___3U2Y8.layout__isValid___2hbWl.layout__odStyle___1hrvi>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___3U2Y8.layout__isInvalid___1tlAk>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___3U2Y8>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.layout__styledV2___3U2Y8>input:disabled {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

