@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___qwpqP {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1055;
}

.Notification__notificationContainer___qwpqP .Notification__alert___2cWGD,
.Notification__notificationContainer___qwpqP .Notification__error___2IA_S,
.Notification__notificationContainer___qwpqP .Notification__info___2OEh4,
.Notification__notificationContainer___qwpqP .Notification__success___hGirl {
  padding: 15px 40px 15px 20px;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.Notification__notificationContainer___qwpqP .Notification__alert___2cWGD .Notification__closeNotification___3v3Ow,
.Notification__notificationContainer___qwpqP .Notification__error___2IA_S .Notification__closeNotification___3v3Ow,
.Notification__notificationContainer___qwpqP .Notification__info___2OEh4 .Notification__closeNotification___3v3Ow,
.Notification__notificationContainer___qwpqP .Notification__success___hGirl .Notification__closeNotification___3v3Ow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  font-size: 25px;
  transform: translateY(-50%);
}

.Notification__notificationContainer___qwpqP .Notification__info___2OEh4 {
  background-color: #d9edf7;
}

.Notification__notificationContainer___qwpqP .Notification__success___hGirl {
  background-color: #dff0d8;
}

.Notification__notificationContainer___qwpqP .Notification__error___2IA_S {
  background-color: #f2dede;
}

.layout__loaderContainer___1CMjz {
  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___1CMjz .layout__loader___2_Hvw,
.layout__loaderContainer___1CMjz .layout__loader___2_Hvw:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.layout__loaderContainer___1CMjz .layout__loader___2_Hvw {
  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___P1nV4 1.1s infinite linear;
}

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

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

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

.layout__cardContainer___14u4C .layout__top___4gGMW {
  height: 50px;
  background-color: #f5f5f5;
  position: relative;
}

.layout__cardContainer___14u4C .layout__top___4gGMW .layout__icon___3-Uhe {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 55px;
  padding: 10px;
  background-color: #028547;
  transform: translateX(-50%) translateY(50%);
}

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

.layout__cardContainer___14u4C .layout__itemList___1flzE,
.layout__cardContainer___14u4C .layout__title___2240i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___14u4C .layout__itemList___1flzE {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__cardContainer___14u4C .layout__itemList___1flzE 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___14u4C .layout__itemList___1flzE a:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___14u4C .layout__itemList___1flzE a.layout__disabled___2uQEh,
.layout__cardContainer___14u4C .layout__itemList___1flzE a:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___14u4C .layout__itemList___1flzE a:active,
.layout__cardContainer___14u4C .layout__itemList___1flzE a:focus,
.layout__cardContainer___14u4C .layout__itemList___1flzE a:visited {
  outline: 0;
}

.layout__cardContainer___14u4C .layout__itemList___1flzE a img {
  height: 25px;
  padding-right: 10px;
}

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

.layout__headerContainer___2HRyf {
  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___2HRyf .layout__titleBar___2vDnQ {
  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___2HRyf .layout__titleBar___2vDnQ .layout__logo___5MPJs {
  height: 25px;
}

.layout__headerContainer___2HRyf .layout__titleBar___2vDnQ .layout__logoutBtn___1a_Pq {
  padding-left: 5px;
  vertical-align: top;
}

.layout__headerContainer___2HRyf .layout__titleBarNoneTab___1oKKy {
  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___2HRyf .layout__titleBarNoneTab___1oKKy .layout__logo___5MPJs {
  height: 25px;
}

.layout__headerContainer___2HRyf .layout__titleBarNoneTab___1oKKy .layout__logoutBtn___1a_Pq {
  padding-left: 5px;
  vertical-align: top;
}

.layout__headerContainer___2HRyf .layout__newApplication___2JifR {
  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___2HRyf .layout__newApplication___2JifR a {
  color: #008345;
}

.layout__headerContainer___2HRyf .layout__newApplication___2JifR .layout__logo___5MPJs {
  width: 24px;
  height: 25px;
  object-fit: contain;
}

.layout__headerContainer___2HRyf .layout__changeProductTypeBox___2j_Ci {
  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___2HRyf .layout__changeProductTypeBox___2j_Ci>div {
  color: #4a4a4a;
  padding: 22px 20px;
  cursor: pointer;
}

.layout__headerContainer___2HRyf .layout__changeProductTypeBox___2j_Ci>div:nth-child(2) {
  position: relative;
}

.layout__headerContainer___2HRyf .layout__changeProductTypeBox___2j_Ci>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___2HRyf .layout__changeProductTypeBox___2j_Ci>div:nth-child(3) {
  position: relative;
}

.layout__headerContainer___2HRyf .layout__changeProductTypeBox___2j_Ci>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___2HRyf .layout__changeProductTypeBox___2j_Ci .layout__active___3hnlT {
  color: #028547;
  font-weight: 700;
}

.layout__headerContainer___2HRyf .layout__changeProductTypeBox___2j_Ci .layout__activeOD___1T3fl {
  opacity: 1;
  color: #a460e8;
  font-weight: 700;
}

.layout__headerContainer___2HRyf .layout__changeProductTypeBox___2j_Ci .layout__activeTD___h46kT {
  opacity: 1;
  color: #0cc3be;
  font-weight: 700;
}

.layout__headerContainer___2HRyf .layout__mainNav___3pY69>ul li {
  position: relative;
}

.layout__headerContainer___2HRyf .layout__mainNav___3pY69>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___2HRyf .layout__mainNav___3pY69>ul li li:before {
  display: none;
}

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

.layout__headerContainer___2HRyf .layout__mainNav___3pY69 .layout__greenCircle___5p77p: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___2HRyf .layout__mainNav___3pY69 .layout__greenCircle___5p77p>label {
  position: static;
}

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

.layout__headerContainer___2HRyf .layout__mainNav___3pY69 .layout__greenCircleCardBundle___3gsEB: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___2HRyf .layout__mainNav___3pY69 .layout__greenCircleCardBundle___3gsEB>label {
  position: static;
}

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

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

.layout__headerContainer___2HRyf .layout__mainNav___3pY69 .layout__beginProcessSection___3aWTd>label:before {
  top: 18px;
}

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

.layout__headerContainer___2HRyf .layout__mainNav___3pY69 .layout__endProcessSection___2KGVj>label:before {
  bottom: 18px;
}

.layout__headerContainer___2HRyf .layout__mainNav___3pY69 .layout__endProcessSectionBundle___1Fy3r:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -20px;
}

.layout__headerContainer___2HRyf .layout__mainNav___3pY69 .layout__endProcessSectionBundle___1Fy3r>label:before {
  bottom: 18px;
}

.layout__headerContainer___2HRyf .layout__mainNavUpl___3e1Ak>ul li {
  position: relative;
}

.layout__headerContainer___2HRyf .layout__mainNavUpl___3e1Ak>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___2HRyf .layout__mainNavUpl___3e1Ak>ul li li:before {
  display: none;
}

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

.layout__headerContainer___2HRyf .layout__mainNavUpl___3e1Ak .layout__greenCircle___5p77p: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___2HRyf .layout__mainNavUpl___3e1Ak .layout__greenCircle___5p77p>label {
  position: static;
}

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

.layout__headerContainer___2HRyf .layout__mainNavUpl___3e1Ak .layout__greenCircleBundle___3C744: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___2HRyf .layout__mainNavUpl___3e1Ak .layout__greenCircleBundle___3C744>label {
  position: static;
}

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

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

.layout__headerContainer___2HRyf .layout__mainNavUpl___3e1Ak .layout__beginProcessSection___3aWTd>label:before {
  top: 18px;
}

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

.layout__headerContainer___2HRyf .layout__mainNavUpl___3e1Ak .layout__endProcessSection___2KGVj>label:before {
  bottom: 18px;
}

.layout__headerContainer___2HRyf .layout__mainNavOD___2Ol5F>ul li {
  position: relative;
}

.layout__headerContainer___2HRyf .layout__mainNavOD___2Ol5F>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___2HRyf .layout__mainNavOD___2Ol5F>ul li li:before {
  display: none;
}

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

.layout__headerContainer___2HRyf .layout__mainNavOD___2Ol5F .layout__greenCircle___5p77p: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___2HRyf .layout__mainNavOD___2Ol5F .layout__greenCircle___5p77p>label {
  position: static;
}

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

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

.layout__headerContainer___2HRyf .layout__mainNavOD___2Ol5F .layout__beginProcessSection___3aWTd>label:before {
  top: 18px;
}

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

.layout__headerContainer___2HRyf .layout__mainNavOD___2Ol5F .layout__endProcessSection___2KGVj>label:before {
  bottom: 18px;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .layout__nav___1MuQP a.layout__active___3hnlT {
  opacity: 1;
  color: #008345;
  font-weight: 700;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .layout__nav___1MuQP a.layout__activeOD___1T3fl {
  opacity: 1;
  color: #a460e8;
  font-weight: 700;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF 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___2HRyf .layout__menubar___1-kuF label {
  font-weight: 400!important;
  font-style: normal!important;
}

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

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .nav a:focus,
.layout__headerContainer___2HRyf .layout__menubar___1-kuF .nav a:hover,
.layout__headerContainer___2HRyf .layout__menubar___1-kuF .nav label:focus,
.layout__headerContainer___2HRyf .layout__menubar___1-kuF .nav label:hover {
  color: #008345;
  text-decoration: none;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .nav label {
  cursor: pointer;
  text-align: left;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .group-list a,
.layout__headerContainer___2HRyf .layout__menubar___1-kuF .group-list label {
  text-align: left;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .sub-group-list a,
.layout__headerContainer___2HRyf .layout__menubar___1-kuF .sub-group-list label {
  padding-left: 4rem;
}

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

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

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

.layout__headerContainer___2HRyf .layout__menubar___1-kuF label>span {
  transition: transform .65s ease;
}

.layout__headerContainer___2HRyf .layout__menubar___1-kuF .nav__list input[type=checkbox]:checked+label>span {
  transform: rotate(90deg);
}

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

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

.layout__mainNavTD___cF2HA>ul li {
  position: relative;
}

.layout__mainNavTD___cF2HA>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___cF2HA>ul li li:before {
  display: none;
}

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

.layout__mainNavTD___cF2HA .layout__greenCircle___5p77p: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___cF2HA .layout__greenCircle___5p77p>label {
  position: static;
}

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

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

.layout__mainNavTD___cF2HA .layout__beginProcessSection___3aWTd>label:before {
  top: 18px;
}

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

.layout__mainNavTD___cF2HA .layout__onlyProcessSection___3A5C4>label:before {
  top: 18px;
  bottom: 18px;
}

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

.layout__mainNavTD___cF2HA .layout__endProcessSection___2KGVj>label:before {
  bottom: 18px;
}

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

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

.layout__changeJourney___2tfyJ .layout__journeyText___2BvDz:hover {
  background-color: #028547;
  color: #fff;
}

.layout__journeyTooltip___1_OkY {
  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___1_OkY: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___3-lpe {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 1;
}

.layout__wrapLogo___1VkeK {
  display: none;
}

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

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

.layout__wrapNavbar___2feAy {
  background-color: #f7f7f7;
}

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

.layout__userInfoWrap___Q-HdY {
  display: none;
}

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

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

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

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

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

.layout__navbarContainer___3PbS2 {
  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___3PbS2.layout__show___3W5MU {
    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___3PbS2 {
    display: none!important;
  }
}

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

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

.layout__navbarContainer___3PbS2 a {
  color: #4c4c4c;
}

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

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

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

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

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

.layout__mlAuto___3AZxW {
  margin-left: auto;
}

.layout__logoutBtn___NySGb {
  cursor: pointer;
}

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

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

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

.layout__checkboxWrapLang___2_K3A 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___2_K3A span {
    font-size: 13px;
    line-height: 23px;
  }
}

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

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

.layout__group___OQGJS {
  position: relative;
}

.layout__group___OQGJS 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___OQGJS input.layout__invalid___Grq7b {
  border-bottom: 1px solid #dd621d;
}

.layout__group___OQGJS input:focus {
  outline: none;
}

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

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

.layout__group___OQGJS .layout__bar___I_QoK {
  position: relative;
  display: block;
}

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

.layout__group___OQGJS .layout__bar___I_QoK:before {
  left: 50%;
}

.layout__group___OQGJS .layout__bar___I_QoK:after {
  right: 50%;
}

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

.layout__group___OQGJS input:focus~.layout__bar___I_QoK:after,
.layout__group___OQGJS input:focus~.layout__bar___I_QoK:before {
  width: 50%;
}

.layout__withLabel___xQzHG {
  margin-top: 45px;
}

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

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

.layout__styledV2___FXlBw.layout__isValid___f7QzO.layout__uplStyle___23UBh>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___FXlBw.layout__isValid___f7QzO.layout__odStyle___t3w1F>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

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

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

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

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

.layout__loginContainer___3vrAk .layout__top___3XyjU {
  background-color: #028547;
  height: 350px;
  position: relative;
}

.layout__loginContainer___3vrAk .layout__top___3XyjU .layout__logo___14fqg {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
}

@media screen and (max-width:759px) {
  .layout__loginContainer___3vrAk .layout__top___3XyjU .layout__logo___14fqg {
    width: 150px;
  }
}

.layout__loginContainer___3vrAk .layout__top___3XyjU .layout__loginForm___BLj0I {
  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___3vrAk .layout__top___3XyjU .layout__loginForm___BLj0I {
    padding: 0 20px;
  }
}

.layout__loginContainer___3vrAk .layout__top___3XyjU .layout__loginForm___BLj0I .layout__formName___2ghEZ {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px;
}

.layout__loginContainer___3vrAk .layout__top___3XyjU .layout__loginForm___BLj0I .layout__loginBtn___2W_ME {
  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___3vrAk .layout__top___3XyjU .layout__loginForm___BLj0I .layout__loginBtn___2W_ME {
    max-width: 100%;
    font-size: 13px;
    height: 40px;
    margin-top: 30px;
  }
}

.layout__loginContainer___3vrAk .layout__top___3XyjU .layout__loginForm___BLj0I .layout__loginBtn___2W_ME:disabled {
  background-color: #d8dbdb;
}

.layout__loginContainer___3vrAk .layout__forgetPwd___reDLW {
  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___2HpXE {
  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___1k56- {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__input___b485G {
  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___3-gW4 {
  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___25Qrv {
  display: block;
}

.layout__hide___3zC-L {
  display: none;
}

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

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

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

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

.layout__loginContainerOTP___CurIA .layout__top___3XyjU {
  background-color: #028547;
  height: 350px;
  position: relative;
}

.layout__loginContainerOTP___CurIA .layout__top___3XyjU .layout__logo___14fqg {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
}

@media screen and (max-width:759px) {
  .layout__loginContainerOTP___CurIA .layout__top___3XyjU .layout__logo___14fqg {
    width: 150px;
  }
}

.layout__loginContainerOTP___CurIA .layout__top___3XyjU .layout__loginForm___BLj0I {
  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___CurIA .layout__top___3XyjU .layout__loginForm___BLj0I {
    padding: 0 20px;
  }
}

.layout__loginContainerOTP___CurIA .layout__top___3XyjU .layout__loginForm___BLj0I .layout__formName___2ghEZ {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px;
}

.layout__loginContainerOTP___CurIA .layout__top___3XyjU .layout__loginForm___BLj0I .layout__loginBtn___2W_ME {
  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___CurIA .layout__top___3XyjU .layout__loginForm___BLj0I .layout__loginBtn___2W_ME {
    max-width: 100%;
    font-size: 13px;
    height: 40px;
    margin-top: 30px;
  }
}

.layout__loginContainerOTP___CurIA .layout__top___3XyjU .layout__loginForm___BLj0I .layout__loginBtn___2W_ME:disabled {
  background-color: #d8dbdb;
}

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

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

.layout__otNotify___1RUR3,
.layout__textOTP___1hmfM {
  width: 100%;
  font-weight: 600;
}

.layout__otNotify___1RUR3 {
  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___14d2V {
  position: relative;
  border-bottom: 1px solid #cacaca;
}

.layout__invalid___1FZ62 {
  border-color: red;
}

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

.layout__flexSection___2iNbg.layout__isExtended___Zmv0D {
  transition: all .3s ease 0s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}

.layout__isExtended___Zmv0D .layout__flexSectionControl___2bSiB {
  font-size: 34px;
}

.layout__flexSectionControl___2bSiB {
  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___2bSiB {
    display: none;
  }
}

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

.layout__flexSectionControl___2bSiB>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___2bSiB>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___2bSiB>span:hover:before {
  opacity: 1;
  top: 100%;
}

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

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

.layout__box___2NmZp {
  padding: 0 10px;
}

.layout__searchbox___2elNw {
  margin-top: 15px;
}

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

.layout__searchType___XwU0k,
.layout__statusBox___1RqS0 {
  margin: 0 0 15px;
}

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

.layout__searchText___3Ssr0 {
  margin-top: 20px;
}

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

.layout__searchBtn___3Qdg5 {
  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___3Qdg5:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

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

.layout__searchBtnOD___3raNx {
  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___3raNx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

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

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

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

.layout__tableWrapper___3b_IF {
  overflow: auto;
}

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

.layout__coverBox___1LIhe input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

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

.layout__flexItem___2C8H4,
.layout__modalcontainer___347o- {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.layout__fulltext___2CeZd {
  width: 100%;
}

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

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

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

.layout__linkpopup___1wx_5 {
  cursor: pointer;
}

.layout__list___2MWpO {
  padding: 0 15px;
}

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

.layout__list___2MWpO .layout__curPointer___1gsQn {
  cursor: pointer;
}

.layout__list___2MWpO .layout__count___2oBvd {
  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___2MWpO .layout__countNumber___2Gc45 {
  color: #028547;
}

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

.layout__list___2MWpO .layout__decreaseIcon___31Hcy,
.layout__list___2MWpO .layout__increaseIcon___3cQ_W {
  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___2MWpO .layout__decreaseIcon___31Hcy {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___2MWpO .layout__downloadIcon___2es7h {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___2MWpO .layout__applicationLink___3SmXm {
  color: #000;
}

.layout__list___2MWpO .layout__approved___1MyUv,
.layout__list___2MWpO .layout__carddeliver___3hGLy,
.layout__list___2MWpO .layout__cardship___164RX,
.layout__list___2MWpO .layout__draft___1ICzb,
.layout__list___2MWpO .layout__inprocess___ZRU8Y,
.layout__list___2MWpO .layout__status___3IKqE,
.layout__list___2MWpO .layout__submitteddoc___3Xdoz,
.layout__list___2MWpO .layout__sumittedapp___1x2xr {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___2MWpO .layout__draft___1ICzb {
  color: #9c27b0;
}

.layout__list___2MWpO .layout__sumittedapp___1x2xr {
  color: #e91e63;
}

.layout__list___2MWpO .layout__submitteddoc___3Xdoz {
  color: #4caf50;
}

.layout__list___2MWpO .layout__inprocess___ZRU8Y {
  color: #f76045;
}

.layout__list___2MWpO .layout__approved___1MyUv {
  color: #f4bf75;
}

.layout__list___2MWpO .layout__cardship___164RX {
  color: #795548;
}

.layout__list___2MWpO .layout__carddeliver___3hGLy {
  color: #1976d2;
}

.layout__list___2MWpO .layout__border___xbwwH,
.layout__list___2MWpO .layout__carddeliverBorder___3-DWM,
.layout__list___2MWpO .layout__cardshipBorder___ciWYa,
.layout__list___2MWpO .layout__savedBorder___P7O4h,
.layout__list___2MWpO .layout__submitteddocBorder___3RxQI,
.layout__list___2MWpO .layout__sumittedappBorder___3cc6L,
.layout__list___2MWpO .layout__verificationBorder___3n--_ {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___2MWpO .layout__savedBorder___P7O4h {
  border-left-color: #9c27b0;
}

.layout__list___2MWpO .layout__submitteddocBorder___3RxQI {
  border-left-color: #4caf50;
}

.layout__list___2MWpO .layout__cardshipBorder___ciWYa {
  border-left-color: #795548;
}

.layout__list___2MWpO .layout__carddeliverBorder___3-DWM {
  border-left-color: #1976d2;
}

.layout__list___2MWpO .layout__sumittedappBorder___3cc6L,
.layout__list___2MWpO .layout__verificationBorder___3n--_ {
  border-left-color: #e91e63;
}

.layout__list___2MWpO .layout__statusBox___1RqS0 {
  margin: 0;
}

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

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

.layout__triangleBtn___14k8R {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___14k8R {
    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___14k8R:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

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

.layout__btnExport___1DwlV {
  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___1DwlV:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

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

.layout__coverBoxExport___1H7KO input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) 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___3xRvr {
  position: relative;
}

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

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

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

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

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

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

.layout__styledV2___3Zt4j.layout__isValid___Y9uXB.layout__uplStyle___1XAsF .Select--multi .Select-control,
.layout__styledV2___3Zt4j.layout__isValid___Y9uXB.layout__uplStyle___1XAsF .Select--single .Select-control {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

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

.layout__styledV2___3Zt4j.layout__isValid___Y9uXB.layout__odStyle___3mjei .Select--multi .Select-control,
.layout__styledV2___3Zt4j.layout__isValid___Y9uXB.layout__odStyle___3mjei .Select--single .Select-control {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

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

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

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

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

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

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

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

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

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

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

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

.layout__group___3DNo3 {
  position: relative;
}

.layout__group___3DNo3 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___3DNo3 textarea.layout__invalid___7AT8v {
  border-bottom: 1px solid #dd621d;
}

.layout__group___3DNo3 textarea:focus {
  outline: none;
}

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

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

.layout__group___3DNo3 .layout__bar___1bOkY {
  position: relative;
  display: block;
}

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

.layout__group___3DNo3 .layout__bar___1bOkY:before {
  left: 50%;
}

.layout__group___3DNo3 .layout__bar___1bOkY:after {
  right: 50%;
}

.layout__group___3DNo3 textarea:focus~.layout__bar___1bOkY:after,
.layout__group___3DNo3 textarea:focus~.layout__bar___1bOkY:before {
  width: 50%;
}

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

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

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

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

.layout__application_printable___1SXQO textarea {
  height: 105px;
}

.layout__application_printable___1SXQO .layout__formTable___25KYw {
  margin: 10px 0;
  width: 100%;
}

.layout__application_printable___1SXQO .layout__formTable___25KYw td {
  border: 1px solid #333;
  padding: 15px;
}

.layout__application_printable___1SXQO .layout__columnCenter___1OZts {
  width: 50%;
  vertical-align: middle;
}

.layout__application_printable___1SXQO .layout__columnCenter___1OZts input {
  margin-right: 10px!important;
}

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

.layout__application_printable___1SXQO .layout__wrapCheckbox___Oq1zC~.layout__wrapCheckbox___Oq1zC {
  margin-left: 20px;
}

.layout__application_printable___1SXQO .layout__wrapCheckbox___Oq1zC input {
  opacity: 0;
  visibility: hidden;
}

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

.layout__application_printable___1SXQO input[type=checkbox]:checked+.layout__checkboxIcon___3wx7p: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___1SXQO .layout__formCheckbox____AMQ6 {
  border: 1px solid #333;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.layout__application_printable___1SXQO .layout__formCheckbox____AMQ6 input {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.layout__application_printable___1SXQO .layout__vpbank___2INXr {
  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___1SXQO .layout__vpbank___2INXr div:first-child {
  padding-left: 15px;
  background: #fff;
  width: 20%;
}

.layout__application_printable___1SXQO .layout__action___3okb1 {
  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___1SXQO .layout__pNormal___25zW9 p {
  margin: 0 0 2px;
}

.layout__application_printable___1SXQO .layout__fieldName___26s-2 {
  white-space: nowrap;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

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

.layout__application_printable___1SXQO .layout__toprange___it1Pi,
.layout__application_printable___1SXQO .layout__toprange2___EIE6u {
  margin-top: 10px!important;
}

.layout__application_printable___1SXQO .layout__bold___VRzr6 {
  font-size: 13px;
  font-weight: 600;
}

.layout__application_printable___1SXQO .layout__checkbox___3owOK {
  margin-right: 10px;
}

.layout__application_printable___1SXQO .layout__header___q0JnX {
  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___1SXQO .layout__header___q0JnX div.layout__container___3ouVu {
  max-width: 100%!important;
}

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

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

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

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

.layout__application_printable___1SXQO .layout__header___q0JnX .layout__note___3dMVk {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  color: #0b8344;
}

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

.layout__application_printable___1SXQO .layout__alignLeft___1oJEF {
  text-align: left;
}

.layout__application_printable___1SXQO .layout__alignRight___3Agsr {
  text-align: right;
}

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

.layout__application_printable___1SXQO .layout__titleHeading___1uVnm .layout__textEngHeader___3Hsml {
  color: #fff;
  font-size: 14px;
}

.layout__application_printable___1SXQO .layout__titleHeading___1uVnm .layout__textVNHeader___2NzWS {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

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

.layout__application_printable___1SXQO ul.layout__signvpbank___1Xg72 {
  list-style: none;
}

.layout__application_printable___1SXQO .layout__paddingBottomSmall___NtoGi {
  padding-bottom: 10px!important;
}

.layout__application_printable___1SXQO .layout__marginBottom10___1gvcM {
  margin-bottom: 10px!important;
}

.layout__application_printable___1SXQO .layout__ulNoMarginBottom___2BWYg {
  margin-bottom: 0;
}

.layout__application_printable___1SXQO .layout__ulNoMarginBottom___2BWYg li {
  margin-bottom: 10px!important;
}

.layout__application_printable___1SXQO .layout__textUnderline___rTB5N {
  text-decoration: underline;
}

.layout__application_printable___1SXQO .layout__textItalic___2C5hf {
  font-style: italic;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS {
  background-color: #fff;
  padding: 10px 15px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__formRow___3mLR4 {
  padding-bottom: 15px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__formRow___3mLR4.layout__alignBottom___1-DrT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__formRow___3mLR4.layout__alignBottom___1-DrT .layout__formRow___3mLR4 {
  padding-bottom: 0;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__formRow___3mLR4.layout__padding___GyMkG {
  padding: 0 10px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textVN___2Bw_R {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textVNLight___3olMK {
  color: #333;
  font-size: 14px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textNormal___qWNI1 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textPading___27Nki {
  padding-left: 5px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__nghieng___1QQMC {
  font-style: italic!important;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textEng___c8Vc1 {
  color: #969696;
  font-size: 14px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf {
  min-height: 23px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf>span {
  display: block;
  float: left;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf div {
  overflow: hidden;
  padding-left: 10px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf .layout__wrapCheckbox___Oq1zC {
  position: relative;
  cursor: pointer;
  min-width: 15px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf .layout__wrapCheckbox___Oq1zC~.layout__wrapCheckbox___Oq1zC {
  margin-left: 20px;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf .layout__wrapCheckbox___Oq1zC input {
  opacity: 0;
  visibility: hidden;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf div[contenteditable=true],
.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf div[contenteditable=true] div {
  padding: 0;
}

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

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf input[type=checkbox]:checked+.layout__checkboxIcon___3wx7p: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___1SXQO .layout__formBox___2FOpS .layout__boxFlex___1TJVf .layout__wrapInputNumber___1zx54 input {
  width: 15px;
  height: 15px;
  margin: 0 3.5px;
  box-shadow: none;
  border: 1px solid #d2d2d2;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBox___3nK_c,
.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxFull___3krP0,
.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxMedium___1gtyE,
.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxSmall___3mqmT {
  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___1SXQO .layout__formBox___2FOpS .layout__inputBoxSmall___3mqmT {
  width: 50px;
  margin-left: 0;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxMedium___1gtyE {
  width: 400px;
  margin-left: 0;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxFull___3krP0 {
  width: 100%;
  margin-left: 0;
}

.layout__application_printable___1SXQO .layout__btnStats___Cc-hl {
  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___1SXQO .layout__btnStats___Cc-hl:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__application_printable___1SXQO .layout__btnStats___Cc-hl.layout__disabled___1UDpj,
.layout__application_printable___1SXQO .layout__btnStats___Cc-hl:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__application_printable___1SXQO .layout__btnStats___Cc-hl:active,
.layout__application_printable___1SXQO .layout__btnStats___Cc-hl:focus,
.layout__application_printable___1SXQO .layout__btnStats___Cc-hl:visited {
  outline: 0;
}

.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxFull___3krP0,
.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxMedium___1gtyE,
.layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxSmall___3mqmT,
.layout__application_printable___1SXQO .layout__inputBox___3nK_c,
.layout__application_printable___1SXQO .layout__inputBoxFull___3krP0,
.layout__application_printable___1SXQO .layout__inputBoxMedium___1gtyE,
.layout__application_printable___1SXQO .layout__inputBoxSmall___3mqmT {
  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___1SXQO .layout__inputBoxSmall___3mqmT {
  width: 50px;
  margin-left: 0;
}

.layout__application_printable___1SXQO .layout__inputBoxMedium___1gtyE {
  width: 400px;
  margin-left: 0;
}

.layout__application_printable___1SXQO .layout__inputBoxFull___3krP0 {
  width: 100%;
  margin-left: 0;
}

.layout__application_printable___1SXQO .layout__biggerSpace___3EiSD {
  padding-top: 70px;
}

.layout__application_printable___1SXQO .layout__space___2Xmb5 {
  padding-top: 15px;
}

.layout__application_printable___1SXQO .layout__borderless___1i5OS td,
.layout__application_printable___1SXQO .layout__borderless___1i5OS th {
  border: 0!important;
}

.layout__application_printable___1SXQO .layout__borderless___1i5OS .layout__haveBorder___3kr5K td,
.layout__application_printable___1SXQO .layout__borderless___1i5OS .layout__haveBorder___3kr5K th {
  border: 1px solid #ddd!important;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x {
  background: none!important;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x h1,
.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x h2,
.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x h3 {
  color: #333;
  font-weight: 700;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x h3 {
  margin-top: 6px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x h1 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 5px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x h5 {
  color: #333;
  margin: 0!important;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__loanPurposeHeader___2A--x .layout__title___2Z1ni {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 30px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__midTitle___24IM0 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__midTitle___24IM0 span {
  text-transform: none;
  font-weight: 400;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__middle___342Cl ul li {
  list-style-type: none;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__vT___3Yg3f td {
  vertical-align: top;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__table___12rfD {
  width: 100%;
  margin-bottom: 30px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__table___12rfD td {
  border: 1px solid #eee;
  padding: 8px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__phan3Editable___1UuzR {
  margin: 5px;
  min-height: 70px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__note___3dMVk {
  font-size: 13px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__staffVerification___3sxyA {
  text-align: center;
  margin-top: 70px;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__staffVerification___3sxyA .layout__title___2Z1ni {
  text-align: center;
  font-weight: 700;
}

.layout__application_printable___1SXQO .layout__loanPurpose___1X5bo .layout__staffVerification___3sxyA .layout__canboTindung___1LTPi {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 170px;
}

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

  .layout__loanPurposeHeader___2A--x .layout__container___3ouVu.layout__loanPurposeHeadingTitle___3E3JI .layout__titleDescription___3CJrb,
  .layout__loanPurposeHeader___2A--x .layout__container___3ouVu.layout__loanPurposeHeadingTitle___3E3JI h2,
  .layout__loanPurposeHeader___2A--x .layout__container___3ouVu.layout__loanPurposeHeadingTitle___3E3JI h3 {
    color: #333!important;
  }

  .layout__loanPurposeHeader___2A--x .layout__container___3ouVu.layout__loanPurposeHeadingTitle___3E3JI h1 {
    margin-top: 25px!important;
  }

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

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

  .layout__application_printable___1SXQO textarea {
    height: 105px;
  }

  .layout__application_printable___1SXQO .layout__fieldName___26s-2 {
    white-space: nowrap!important;
    display: table-cell!important;
    text-align: left!important;
    vertical-align: top!important;
  }

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

  .layout__application_printable___1SXQO .layout__pNormal___25zW9 p {
    margin: 0 0 5px!important;
  }

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

  .layout__application_printable___1SXQO .layout__titleHeading___1uVnm .layout__textEngHeader___3Hsml {
    color: #fff!important;
    font-size: 14px!important;
  }

  .layout__application_printable___1SXQO .layout__titleHeading___1uVnm .layout__textVNHeader___2NzWS {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

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

  .layout__application_printable___1SXQO .layout__toprange___it1Pi {
    margin-top: 10px!important;
  }

  .layout__application_printable___1SXQO .layout__toprange2___EIE6u {
    margin-top: 5px!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textVN___2Bw_R {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textNormal___qWNI1 {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 400!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textPading___27Nki {
    padding-left: 5px!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__nghieng___1QQMC {
    font-style: italic!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__textEng___c8Vc1 {
    color: #969696!important;
    font-size: 14px!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBox___3nK_c,
  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxFull___3krP0,
  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxMedium___1gtyE,
  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxSmall___3mqmT {
    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___1SXQO .layout__formBox___2FOpS .layout__inputBoxSmall___3mqmT {
    width: 50px!important;
    margin-left: 0!important;
  }

  .layout__application_printable___1SXQO .layout__formBox___2FOpS .layout__inputBoxFull___3krP0 {
    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___1SXQO .layout__formBox___2FOpS .layout__cccdInput___28TA1 {
    font-size: 12px!important;
  }

  .layout__application_printable___1SXQO .layout__header___q0JnX {
    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___1SXQO .layout__header___q0JnX div.layout__container___3ouVu {
    max-width: 100%!important;
  }

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

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

  .layout__application_printable___1SXQO .layout__header___q0JnX p {
    font-style: italic!important;
  }

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

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

  .layout__application_printable___1SXQO .layout__header___q0JnX .layout__note___3dMVk,
  .layout__application_printable___1SXQO .layout__header___q0JnX h3 {
    font-size: 14px!important;
    margin-bottom: 0!important;
    font-style: italic!important;
    color: #0b8344!important;
  }

  .layout__application_printable___1SXQO .layout__btnStats___Cc-hl {
    display: none;
  }

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

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

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

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

@media screen {
  .layout__noPrint___2zssp,
  .layout__noPrint___2zssp * {
    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___dQaPZ {
  background-color: #fff;
  padding: 0 15px;
  width: 965px;
  margin: 0 auto;
}

.layout__application_printable___dQaPZ .layout__AppFormPopUp___1DnE5 {
  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___dQaPZ ol,
.layout__application_printable___dQaPZ ul {
  list-style: none;
  padding: 0;
}

.layout__application_printable___dQaPZ .layout__wrapBtn___2_mkJ {
  width: 340px;
  text-align: center;
}

.layout__application_printable___dQaPZ .layout__btnStats___3mvy- {
  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___dQaPZ .layout__btnStats___3mvy-:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__application_printable___dQaPZ .layout__btnStats___3mvy-.layout__disabled___uM3Wz,
.layout__application_printable___dQaPZ .layout__btnStats___3mvy-:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__application_printable___dQaPZ .layout__btnStats___3mvy-:active,
.layout__application_printable___dQaPZ .layout__btnStats___3mvy-:focus,
.layout__application_printable___dQaPZ .layout__btnStats___3mvy-:visited {
  outline: 0;
}

.layout__application_printable___dQaPZ textarea {
  height: 105px;
}

.layout__application_printable___dQaPZ .layout__small___1aNQb {
  height: 60px;
}

.layout__application_printable___dQaPZ .layout__require___39Oku {
  color: red;
}

.layout__application_printable___dQaPZ .layout__vpbank___1Lm0e {
  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___dQaPZ .layout__vpbank___1Lm0e div:first-child {
  padding-left: 15px;
  background: #fff;
  width: 20%;
}

.layout__application_printable___dQaPZ .layout__action___NZ4UB {
  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___dQaPZ .layout__loanRoles___318_Q>li {
  margin: 0 0 10px!important;
}

.layout__application_printable___dQaPZ .layout__pNormal___1v3Rk p {
  margin: 0!important;
}

.layout__application_printable___dQaPZ .layout__pNormal___1v3Rk p+p {
  margin: 10px 0 0;
}

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

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

.layout__application_printable___dQaPZ .layout__toprange___3wtbv,
.layout__application_printable___dQaPZ .layout__toprange2___3gxtz {
  margin-top: 10px!important;
}

.layout__application_printable___dQaPZ .layout__bold___3sEfd {
  font-size: 13px;
  font-weight: 600;
}

.layout__application_printable___dQaPZ .layout__checkbox___2DTLj,
.layout__application_printable___dQaPZ .layout__radioBox___11f_m {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.layout__application_printable___dQaPZ .layout__borderless___1YLVk td,
.layout__application_printable___dQaPZ .layout__borderless___1YLVk th,
.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeTable___1d8Ph.layout__removeInputBorder___c3k-U div[contentEditable=true],
.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeTable___1d8Ph.layout__removeInputBorder___c3k-U input {
  border: 0!important;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu {
  background: none!important;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu h1,
.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu h2,
.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu h3 {
  color: #333;
  font-weight: 700;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu h3 {
  margin-top: 6px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu h1 {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 5px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu h5 {
  color: #333;
  margin: 0!important;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__loanPurposeHeader___3cNuu .layout__title___1Uaxg {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 30px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__midTitle____pTQC {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  font-size: 16px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__middle___3aaM8 ul li {
  list-style-type: none;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__vT___20qL1 td {
  vertical-align: top;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__table___2POBE {
  width: 100%;
  margin-bottom: 30px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__table___2POBE td {
  border: 1px solid #eee;
  padding: 8px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__phan3Editable___3ZuR4 {
  margin: 5px;
  min-height: 70px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__note___3_yPX {
  font-size: 13px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__staffVerification___4DcBo {
  text-align: center;
  margin-top: 70px;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__staffVerification___4DcBo .layout__title___1Uaxg {
  text-align: center;
  font-weight: 700;
}

.layout__application_printable___dQaPZ .layout__loanPurpose___3aEm7 .layout__staffVerification___4DcBo .layout__canboTindung___1IYU9 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 170px;
}

.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ {
  position: relative;
  padding-bottom: 110px;
}

.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ tbody tr>td,
.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ tbody tr>th {
  padding-left: 15px;
  padding-right: 15px;
}

.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV {
  background: none!important;
}

.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV h1 {
  line-height: 1.4;
}

.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV h1,
.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV h3 {
  color: #000!important;
}

.layout__application_printable___dQaPZ .layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV .layout__titleDescription___3yAG9 {
  margin: 10px 0 20px;
  color: #000;
  font-style: normal;
}

.layout__application_printable___dQaPZ .layout__companyInfo___3n_VC .layout__circle___2ogFR,
.layout__application_printable___dQaPZ .layout__companyInfo___3n_VC p,
.layout__application_printable___dQaPZ .layout__companyInfo___3n_VC strong {
  font-size: 11px;
  color: #004e9c!important;
}

.layout__application_printable___dQaPZ .layout__header___3fMga {
  padding: 10px 10px 0;
  margin-bottom: 0;
  margin-top: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA9QAAACZCAYAAADO+nKrAAAAAXNSR0IB2cksfwAADAlJREFUeJzt3euS48QZgGFplkBgN8AlJJVbSZELy68kVdxF7iK3kiJ/OYWZ2QMsu6yjntFnt9uyPW7J5+cpjCVLams5LLxq2dN+9re/zBoAAABgJ62gBgAAgN0JagAAAKggqAEAAKCCoAYAAIAKghoAAAAqCGoAAACoIKgBAACggqAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAKggqAEAAKCCoAYAAIAKghoAAAAqCGoAAACoIKgBAACggqAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAKggqAEAAKCCoAYAAIAKghoAAAAqCGoAAACoIKgBAACggqAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAKggqAEAAKCCoAYAAIAKghoAAAAqCGoAAACoIKgBAACggqAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAKggqAEAAKCCoAYAAIAKghoAAAAqCGoAAACoIKgBAACggqAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAHiqtvvjpvvTs1ZQAwAAcMW6OG5vmsdATqH8EMvNfLl99rjP43L7ENRBUAMAAHAZstnj5iabSb55XJ9HcRbRo95OUAMAAHBy2mZwxng5lJu1s8cHOUVBDQAAwF6l1n3WLuJ36Rbrpn/tMZznyweO4xqCGgAAgKdJkXuzmBneGMTZfucQxzUENQAAwLVpB26hfkokX2gY1xLUAAAA52owjPPPGTfDkSyMJyGoAQAAjunJs8XN8meQb1TxsQlqAACAsWqiuP88stni8yWoAQAAUgS3w0E8GMvFl3NxnQQ1AABw/iJuW0HM4QhqAADgeFLLtss/Xmk4hsv9ijiGIxDUAABAnWJWeB6889nfxUzw4pbqxueHuRiCGgAArknEbha0+QzwUviWs8BCGJYIagAAOGX5LdFthO1A9LYDs8H9vku3SgOTaZ///atZE0k9T+tZtpytzmbFfgAAwJII2D6El9Z3DeDWTDCcsvbFP/+6OY+3/Qs8j/HZYnUl0Bfb89dnxbFCHQCAg3nKzG/cDt0u9h+MX7dBw1UaH9Q7vdsT9xsI8dlQpMeGwYBPf6zZBgDA6YvgLWL2IXKL6J2/loftQAwvzRoDjHSaQT1irK1vMVvsMUsxnlbL6M5mzGdrXl/aHguiHQC4Fg9Bmn2jc1PEbkRsfOlVuxy2S8Eb48WMcBwHcOKuL6jLPaY4p3KMpeBejfDF8/Jn1Wcbti3fJi/gAYBCHrgPiwMzs7Gtj9V5zJYzwLGtCOA2j2EABPVegvrQ4xQh/hDd6T92G2bWH19e/Vz7umM2ztQDAI/modqvL0VtP0v7sF+5fxa22etLcTtfz+O2MZMLcESC+hKCenCsiQZ7yjDlF9Otm41f2T976cO67cOfg1/5QrtiOwBXIGZLmyJg59ua4YjNZlhXQra4HXlln7i1OQ9aM7YAV0tQC+ot40wzzCRjrRy/YcD+n+q2+tvnB2b1B36s3C7jzlc/lC+s/VUAHEYWpvNQnG8rY7JfzWdF8215XOYxWwZrcdxqtDZLJ7Iy4wsAJ0BQC+ot40wzzCRj7RLU2/Y4yb9nzWpcZ/E9a9rN0b507Gx5t4HP489XVr45f/j0Vi4EbNo/37fN9hu6ljArB2iXj4ep5CE3tLkIxuUNhYFvB26Hbrsd+hbhcr88OuM8N+2fjdmW28tfQ3HubX4+bhMGgNEEtaDeMs40w0wy1jUE9VRvNvlf60OOteMBs4GLAhv332341eDfPv5RLgecQBsNBmVu24+o2fL7VrvteIEIAByYoBbUW8aZZphJxhLUE4615+NHjVX9L/fTRz6Jv//FbbBjaUkAgIMT1IJ6yzjTDDPJWIJ6wrH2fPyosQT1mOEAADgcQS2ot4wzzTCTjCWoJxxrz8ePGktQjxkOAIDDEdSCess40wwzyViCesKx9nz8qLEE9ZjhAAA4HEEtqLeMM80wk4wlqCcca8/HjxpLUI8ZDgCAwxHUgnrLONMMM8lYgnrCsfZ8/KixBPWY4QAAOBxBLai3jDPNMJOMJagnHGvPx48aS1CPGQ4AgMMR1IJ6yzjTDDPJWIJ6wrH2fPyosQT1mOEAADic9sU/vtoc1JO+2ymMdcJBPSVBPclbHvQNBPUe3nzNyKcUsad0LgAA7KT9+t//OlxQAwAAwIVo//PNfwU1AAAA7EhQAwAAQAVBDQAAABUENQAAAFQQ1AAAAFBBUAMAnId33ePNyDHuu8eHCc7lVH3R1P8gwT90j5sJzwW4AoIaAKhRxt3P3eNttp6i7b445nV/XD7G62KfMvje9mPnbov1X5vh0Fz3+tD7bnr9ffd4tcPruaG/DkNe/flPf3z/hP04Ad3/P3/ebI7v593jdxu2/75/7Lp96H2fNY8XA0qfdo9PBl4fuuiQzvV58dqXxXr5a/q4e3yWrbf92Lsck7Z/NHCOcDYENQAcTorDX/rlFHq/9sspyiKm8qCMcPyte7zsl/Poy2Mz36dpluO1DL/8/cptL/uxyvd62NZF328NwMS6Jknx/2m/miL7RbY5j/t08eBZv5zi/ON+OY/18iJDfhHhRbOI+PyiQ35RIV20+Dw7Pr+QkV8kyC98fNSsXpTgCghqAC7JXf8csZpHZkRkHolp//TfwV/6x2zLGBGb+cxnjJEfuxTAXYQOzXoCcIG6vopQz8M8Qj4P9wj9CPN8lj/CPb+4EGEfFx/y/ePiQr5/XHz4pNl8RwQjCGoAxkqzqSke86CMmdWYbY2YjVnTuD04QjYCNWL3tyeMGXH7tgvW8pZgAKDQtV/M9keA57P5EeD5bP+X2XMEfFwoiGMj4uNiQRwf4R8XDD5rNn8U4iwJaoDLkX4/T7EZURq3A8dMa0RtCtQP/XOEawRtBG6Eb0TrbbP4LGiM/74L2W2fHwUAmOv6M2bfY9Y+Qj5m4GPmfoqIj7sF9vZ5fUENsF8xKxtRe9ss4vV1v5zCNuL3Vf9aCteI2wjel82a4O3CtvySJgAAel33RpxHdKcw/7h/jvD+on/tebMI9Y3HCGrgmqVITRGbYjRC9bZ/LS3fFcsRvUOBe98sZoHjdua7LnT9HgsAcKEENXDK4nOyaTY2Zmpf9cuviuWI29f9ctzqHDO9afmuX07bxC4AAKMIamAqcVtzer7rn+O122L7bbac759ee9Wvv+mC920DAAAnSlDDdYrblmNm9y5bjxneNLP7JluPmeKY9X0Z27vwvT/w+QMAwNEJajgP6YutInLTI0I4D+L8tfS4Ldbnx3cB/OHA5w8AABdHUMP+xOd/U9jeb3lsDGK3PgMAwOkR1LAq/czdCN1NMRwzw3dD27sIfn3wMwcAAA5GUHNpHr69uX/cZsvl+n2zJoa7EP758KcNAACcG0HNKXnXbI/h2037dDH87vCnDQAAXCNBzZTSzO5PzWPo3mbL8bxutjhi2MwwAABwNgQ1ufQlWmUED4Xx4LYuiH89wjkDAAAchaC+POnnAv+v2RzF64L45TFOGAAA4BwJ6tOUZopTFP+05jl/LG0zSwwAAHAYgnq/0o9NiuD9sRkO5PK1H7sovj/K2QIAAPBkgvppUhinIP6hf47Z4R+zx0osmy0GAAC4XNcW1O+bRRBHCP+QrUcof5+vd2H89ihnCwAAwMk656BOP2opYjgP4u+L9Xk4+9ItAAAApnIqQZ1C97tmEb/fN4tZ4qH1NGv8/jinCgAAAPsJ6l+ax5njCOT43PF32XJ6fBvLPmsMAADAudkW1O+aRQCvDeJ8vYvjN3s9YwAAADgBKai/bh5vp06x/G22/F0Xx3fHPDkAAAA4Ve2xTwAAAADOkaAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAKggqAEAAKCCoAYAAIAKghoAAAAqCGoAAACoIKgBAACggqAGAACACoIaAAAAKghqAAAAqCCoAQAAoIKgBgAAgAqCGgAAACoIagAAAKggqAEAAKCCoAYAAIAK/wfeOxVgJRO+CQAAAABJRU5ErkJggg==) no-repeat!important;
  background-color: #fff;
  text-align: center;
  margin-right: 0;
  color: #fff!important;
  -webkit-print-color-adjust: exact;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__header___3fMga .layout__headerDescription___3hNuv .layout__inputBoxFull___1MOww,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__header___3fMga .layout__headerDescription___3hNuv .layout__inputBoxMedium___1bIKV,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__header___3fMga .layout__headerDescription___3hNuv .layout__inputBoxSmall___TNDpX,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__headerDescription___3hNuv .layout__formBox___MbDbO .layout__inputBoxFull___1MOww,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__headerDescription___3hNuv .layout__formBox___MbDbO .layout__inputBoxMedium___1bIKV,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__headerDescription___3hNuv .layout__formBox___MbDbO .layout__inputBoxSmall___TNDpX,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__headerDescription___3hNuv .layout__inputBox___3hNAB {
  width: 60px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__header___3fMga .layout__inputBoxFull___1MOww,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__header___3fMga .layout__inputBoxMedium___1bIKV,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__header___3fMga .layout__inputBoxSmall___TNDpX,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__formBox___MbDbO .layout__inputBoxFull___1MOww,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__formBox___MbDbO .layout__inputBoxMedium___1bIKV,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__formBox___MbDbO .layout__inputBoxSmall___TNDpX,
.layout__application_printable___dQaPZ .layout__header___3fMga .layout__inputBox___3hNAB {
  background: none;
  border: none;
  border-bottom: 1px dotted #d2d2d2;
  margin: 0 5px;
  width: 100px;
}

.layout__application_printable___dQaPZ .layout__header___3fMga .layout__constractNumber___1ippe i {
  color: #fff!important;
}

.layout__application_printable___dQaPZ .layout__header___3fMga .layout__headerDescription___3hNuv {
  color: #4a4a4a;
}

.layout__application_printable___dQaPZ .layout__header___3fMga div.layout__container___3VbLi {
  max-width: 100%!important;
}

.layout__application_printable___dQaPZ .layout__header___3fMga .layout__haveAccountInVpBank___oQFXf {
  line-height: 1.5;
}

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

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

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

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

.layout__application_printable___dQaPZ .layout__header___3fMga .layout__titleDescription___3yAG9 {
  margin: 15px 0;
}

.layout__application_printable___dQaPZ .layout__header___3fMga .layout__note___3_yPX {
  font-size: 14px;
  margin-bottom: 0;
  font-style: italic;
  color: #0b8344;
}

.layout__application_printable___dQaPZ .layout__mrl0___9FY8x {
  margin-left: 0!important;
}

.layout__application_printable___dQaPZ .layout__listStyle1___11uzS {
  margin: 0 0 10px;
}

.layout__application_printable___dQaPZ .layout__listStyle1___11uzS li {
  padding-left: 20px;
  position: relative;
}

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

.layout__application_printable___dQaPZ .layout__listStyle2___2a7Og li {
  padding-left: 20px;
}

.layout__application_printable___dQaPZ .layout__wrapCheckbox___PXMLj {
  font-weight: 400!important;
}

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

.layout__application_printable___dQaPZ .layout__rmbdl___c2c05 {
  position: relative;
  left: -1px;
}

.layout__application_printable___dQaPZ .layout__space___3mZpr {
  padding-top: 15px;
}

.layout__application_printable___dQaPZ .layout__biggerSpace___1AOj6 {
  padding-top: 150px;
}

.layout__application_printable___dQaPZ .layout__alignLeft___1h-Gv {
  text-align: left;
}

.layout__application_printable___dQaPZ .layout__alignRight___2SLWE {
  text-align: right;
}

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

.layout__application_printable___dQaPZ .layout__titleHeading___-Youj .layout__textEngHeader___3bqmz {
  color: #fff;
  font-size: 14px;
}

.layout__application_printable___dQaPZ .layout__titleHeading___-Youj .layout__textVNHeader___3yuZi {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

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

.layout__application_printable___dQaPZ ul.layout__signvpbank___3zJq8 {
  list-style: none;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO {
  background-color: #fff;
  padding: 10px 15px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__formRow___2f67s {
  padding-bottom: 15px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__formRow___2f67s.layout__alignBottom___2JusC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__formRow___2f67s.layout__alignBottom___2JusC .layout__formRow___2f67s {
  padding-bottom: 0;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textVN___3t9JB {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textVNLight___3Hw5T {
  color: #333;
  font-size: 14px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textNormal___OACdo {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textDescription___1MXZx {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textPading___GdR0H {
  padding-left: 5px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__nghieng___3Obpz {
  font-style: italic!important;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__pdr0___3Vzlu {
  padding-right: 0!important;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__pdl0___1a6o3 {
  padding-left: 0!important;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textEng___3zHQI {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 {
  min-height: 23px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2>span {
  display: block;
  float: left;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 div {
  overflow: hidden;
  padding-left: 10px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 .layout__wrapCheckbox___PXMLj {
  position: relative;
  cursor: pointer;
  min-width: 15px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 .layout__wrapCheckbox___PXMLj~.layout__wrapCheckbox___PXMLj {
  margin-left: 20px;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 .layout__wrapCheckbox___PXMLj input {
  opacity: 0;
  visibility: hidden;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 div[contenteditable=true],
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 div[contenteditable=true] div {
  padding: 0;
}

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

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 input[type=checkbox]:checked+.layout__checkboxIcon___1cbov: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___dQaPZ .layout__formBox___MbDbO .layout__boxFlex___3MSm2 .layout__wrapInputNumber___2bXYz input {
  width: 15px;
  height: 15px;
  margin: 0 3.5px;
  box-shadow: none;
  border: 1px solid #d2d2d2;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBox___3hNAB,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxFull___1MOww,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxMedium___1bIKV,
.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxSmall___TNDpX {
  text-align: left;
  font-size: 14px;
  color: #333;
  background-image: none;
  border: none;
  margin-left: 5px;
  border-bottom: 1px dotted #d2d2d2;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxSmall___TNDpX {
  width: 50px;
  margin-left: 0;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxMedium___1bIKV {
  width: 100px;
  margin-left: 0;
}

.layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxFull___1MOww {
  width: 100%;
  margin-left: 0;
}

.layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV {
  background: none!important;
  padding-top: 60px;
}

.layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV h1 {
  color: #000;
}

.layout__insuranceForm___3DKfZ .layout__insuranceFormHeader___3KLvV .layout__titleDescription___3yAG9 {
  margin: 15px 0 30px;
  color: #000;
  font-style: normal;
}

.layout__insuranceForm___3DKfZ .layout__formBox___MbDbO {
  background: none;
}

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

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

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

.layout__insuranceFormTable___1JiwI .layout__radioBoxWrap___gMKa_ {
  width: 100px;
}

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

.layout__circle___2ogFR {
  padding: 0 10px;
}

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

  .layout__AppFormPopUp___1DnE5 {
    display: none!important;
  }

  .layout__loanPurposeHeader___3cNuu .layout__container___3VbLi.layout__loanPurposeHeadingTitle___2LqjZ .layout__titleDescription___3yAG9,
  .layout__loanPurposeHeader___3cNuu .layout__container___3VbLi.layout__loanPurposeHeadingTitle___2LqjZ h2,
  .layout__loanPurposeHeader___3cNuu .layout__container___3VbLi.layout__loanPurposeHeadingTitle___2LqjZ h3 {
    color: #333!important;
  }

  .layout__loanPurposeHeader___3cNuu .layout__container___3VbLi.layout__loanPurposeHeadingTitle___2LqjZ h1 {
    margin-top: 25px!important;
  }

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

  .layout__application_printable___dQaPZ textarea {
    height: 105px;
  }

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

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

  .layout__application_printable___dQaPZ .layout__pNormal___1v3Rk p {
    margin: 0!important;
  }

  .layout__application_printable___dQaPZ .layout__pNormal___1v3Rk p+p {
    margin: 10px 0 0!important;
  }

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

  .layout__application_printable___dQaPZ .layout__titleHeading___-Youj .layout__textEngHeader___3bqmz {
    color: #fff!important;
    font-size: 14px!important;
  }

  .layout__application_printable___dQaPZ .layout__titleHeading___-Youj .layout__textVNHeader___3yuZi {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

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

  .layout__application_printable___dQaPZ .layout__toprange___3wtbv {
    margin-top: 10px!important;
  }

  .layout__application_printable___dQaPZ .layout__toprange2___3gxtz {
    margin-top: 5px!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textVN___3t9JB {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 700!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textDescription___1MXZx {
    font-style: italic;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textDescription___1MXZx,
  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textNormal___OACdo {
    color: #333!important;
    font-size: 14px!important;
    font-weight: 400!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textPading___GdR0H {
    padding-left: 5px!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__nghieng___3Obpz {
    font-style: italic!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__textEng___3zHQI {
    color: #333!important;
    font-size: 14px!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBox___3hNAB,
  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxFull___1MOww,
  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxMedium___1bIKV,
  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxSmall___TNDpX {
    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___dQaPZ .layout__formBox___MbDbO .layout__inputBoxSmall___TNDpX {
    width: 50px!important;
    margin-left: 0!important;
  }

  .layout__application_printable___dQaPZ .layout__formBox___MbDbO .layout__inputBoxFull___1MOww {
    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___dQaPZ .layout__header___3fMga {
    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___dQaPZ .layout__header___3fMga div.layout__container___3VbLi {
    max-width: 100%!important;
  }

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

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

  .layout__application_printable___dQaPZ .layout__header___3fMga p {
    font-style: italic!important;
  }

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

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

  .layout__application_printable___dQaPZ .layout__header___3fMga .layout__note___3_yPX,
  .layout__application_printable___dQaPZ .layout__header___3fMga h3 {
    font-size: 14px!important;
    margin-bottom: 0!important;
    font-style: italic!important;
    color: #0b8344!important;
  }

  .layout__application_printable___dQaPZ .layout__btnStats___3mvy- {
    display: none;
  }

  .layout__vpbank___1Lm0e {
    margin-bottom: 5px;
  }

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

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

.layout__fileInputContainer___2a2J8 .layout__inputTag___3kA-s {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
}

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

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

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

.layout__fileInputContainer___2a2J8 .layout__selectFileBtn___o29f_.layout__invalid___2jeDy {
  border-color: #dd621d;
}

.layout__fileInputContainer___2a2J8 .layout__thumbnail___1SQ3v {
  max-height: inherit;
  max-width: 100px;
  max-height: 100px;
}

.layout__fileInputContainer___2a2J8 .layout__closeButton___KN3o9 {
  margin-top: 20px;
}

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

.layout__fileInputContainer___2a2J8 .layout__closeButton___KN3o9 i:after,
.layout__fileInputContainer___2a2J8 .layout__closeButton___KN3o9 i:before {
  content: "";
  position: absolute;
  background-color: #696969;
}

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

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

.layout__fileInputContainer___2a2J8 .layout__error___1BxQ7 {
  color: #dd621d;
  margin-top: 10px;
}

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

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

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

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

.layout__createMerchantContainer___2vE4d .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___2vE4d .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__merchantsContainer___GsvT- {
  padding: 0 15px;
}

.layout__merchantsContainer___GsvT- .layout__toolBar___2Jg52 {
  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___GsvT- .layout__toolBar___2Jg52 .layout__title___2yoOf {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__merchantsContainer___GsvT- .layout__toolBar___2Jg52 .layout__searchContainer___8ZCKC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__merchantsContainer___GsvT- .layout__content___1aSkw,
.layout__merchantsContainer___GsvT- .layout__content___1aSkw .layout__createNewMerchant___2JnIh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__merchantsContainer___GsvT- .layout__content___1aSkw .layout__createNewMerchant___2JnIh {
  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___GsvT- .layout__content___1aSkw .layout__createNewMerchant___2JnIh .layout__plusIcon___2tyI4 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__merchantsContainer___GsvT- .layout__content___1aSkw .layout__createNewMerchant___2JnIh .layout__plusIcon___2tyI4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__merchantsContainer___GsvT- .layout__merchantListContainer___353Od {
  background-color: #fff;
}

.layout__merchantsContainer___GsvT- .layout__merchantLogo___rlX0R {
  max-height: 50px;
  max-width: 50px;
}

.layout__merchantsContainer___GsvT- .layout__featuredDot___3zeBV,
.layout__merchantsContainer___GsvT- .layout__notFeaturedDot___3d8-f {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__merchantsContainer___GsvT- .layout__notFeaturedDot___3d8-f {
  background-color: red;
}

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

.layout__merchantsContainer___GsvT- .layout__delete___BsDj-,
.layout__merchantsContainer___GsvT- .layout__edit___1JuNm {
  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___GsvT- .layout__delete___BsDj- {
  padding-right: 6px;
}

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

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

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

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

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

.layout__applicationStatisticsContainer___2B9He .layout__selectTimeContent___1YMzF {
  padding: 30px 0 60px;
}

.layout__applicationStatisticsContainer___2B9He .layout__selectTimeContent___1YMzF form {
  width: 318px;
  margin: 0 auto;
}

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

.layout__applicationStatisticsContainer___2B9He .layout__typeWidth___DM1nW {
  width: 140px;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___2B9He .layout__coverBox___824xa {
  width: 140px;
  display: inline-block;
}

.layout__applicationStatisticsContainer___2B9He .layout__coverBox___824xa input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

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

.layout__applicationStatisticsContainer___2B9He .layout__marTopPeriod___2FNLW {
  margin-top: 40px;
}

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

.layout__btnStats___3P2Sq,
.layout__disableBtn___1-wrZ,
.layout__enableBtn___26tsJ {
  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___3P2Sq:hover,
.layout__disableBtn___1-wrZ:hover,
.layout__enableBtn___26tsJ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3P2Sq.layout__disabled___2i_dQ,
.layout__btnStats___3P2Sq:disabled,
.layout__disableBtn___1-wrZ:disabled,
.layout__disabled___2i_dQ.layout__disableBtn___1-wrZ,
.layout__disabled___2i_dQ.layout__enableBtn___26tsJ,
.layout__enableBtn___26tsJ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3P2Sq:active,
.layout__btnStats___3P2Sq:focus,
.layout__btnStats___3P2Sq:visited,
.layout__disableBtn___1-wrZ:active,
.layout__disableBtn___1-wrZ:focus,
.layout__disableBtn___1-wrZ:visited,
.layout__enableBtn___26tsJ:active,
.layout__enableBtn___26tsJ:focus,
.layout__enableBtn___26tsJ:visited {
  outline: 0;
}

.layout__disableBtn___1-wrZ {
  background-color: #ececec;
}

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

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

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

.layout__actionArea___1tW52,
.layout__createNew___mrczr {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___mrczr {
  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___mrczr:hover {
  background: rgba(2,133,71,.74902);
}

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

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

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

.layout__createNew___mrczr .layout__plusIcon___2jyNm {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__defaultValueMappingForm___3XvoI {
  padding: 30px 0;
}

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

.layout__titleField___ZNXcc {
  color: #838383;
}

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

.layout__btn___2x4-8 {
  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___2x4-8 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__tableList___mGN1e th input {
  width: 100%;
}

.layout__inputItem___2f6Vu {
  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___1avHo {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___20KtB {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

.layout__listActionBtn____H0ku {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__paginationWrapper___3Zi_- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__paginationWrapper___3Zi_- .layout__selectNumberOfDisplay___2we9c {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

@media screen and (max-width:769px) {
  .layout__paginationWrapper___3Zi_- .pagination {
    width: 100%;
    margin-top: 0;
  }
}

.layout__paginationWrapper___3Zi_- .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___3Zi_- .pagination a {
  color: #008345;
}

.layout__triangleBtn___1eFOr {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1eFOr {
    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___1eFOr:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

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

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

.layout__actionArea___z2QwQ,
.layout__createNew___2huxR {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___2huxR {
  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___2huxR:hover {
  background: rgba(2,133,71,.74902);
}

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

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

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

.layout__createNew___2huxR .layout__plusIcon___K-J29 {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__systemConfigurationForm___1cSHZ {
  padding: 30px 0;
}

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

.layout__titleField___3JLFl {
  color: #838383;
}

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

.layout__btn___10Mj- {
  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___10Mj- {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__tableList___HtsVC th input {
  width: 100%;
}

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

.layout__submitBtn___BNRnr {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

.layout__listActionBtn___1Mdvx {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__paginationWrapper___1Dwem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__paginationWrapper___1Dwem .layout__selectNumberOfDisplay___2qLE8 {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

@media screen and (max-width:769px) {
  .layout__paginationWrapper___1Dwem .pagination {
    width: 100%;
    margin-top: 0;
  }
}

.layout__paginationWrapper___1Dwem .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___1Dwem .pagination a {
  color: #008345;
}

.layout__triangleBtn___3eDAu {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___3eDAu {
    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___3eDAu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

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

.layout__inputItem___3pau- {
  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___1mu6f {
  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___1mu6f h3 {
  font-size: 17px;
}

.layout__statisticsPage___3Y0Ke {
  height: 100%;
}

.layout__statisticsPage___3Y0Ke .layout__statisticsContainer___1uZJ9 {
  padding: 0 20px 30px;
}

.layout__statisticsPage___3Y0Ke h2 {
  width: 20%;
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 0;
}

.layout__statisticsPage___3Y0Ke .layout__selectTimeContent___36Q-9 {
  padding: 0;
  float: right;
}

.layout__statisticsPage___3Y0Ke .layout__labelPeriodText___3Tk3x {
  float: left;
  font-size: 18px;
  color: #4c4c4c;
  margin: 4px 15px 0 45px;
}

.layout__statisticsPage___3Y0Ke .layout__typeWidth___1RRaF {
  width: 140px;
  float: left;
}

.layout__statisticsPage___3Y0Ke .layout__marTopPeriod___21i8A {
  float: left;
  margin-top: 55px;
}

.layout__statisticsPage___3Y0Ke .layout__coverBox___2hPlN {
  width: 140px;
  display: inline-block;
}

.layout__statisticsPage___3Y0Ke .layout__coverBox___2hPlN input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

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

.layout__statisticsPage___3Y0Ke .layout__contentStatistics___2ljiK {
  margin: 0 auto;
  width: 85%;
}

.layout__statisticsPage___3Y0Ke .layout__contentStatistics___2ljiK h3 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 40px 0 20px;
}

.layout__statisticsPage___3Y0Ke .layout__blockTotalReport___dfXtx .layout__block___3r_hB {
  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___3Y0Ke .layout__blockTotalReport___dfXtx .layout__block___3r_hB.layout__applicationsSubmitted___12Elo {
  width: 23%;
  margin-left: 0;
}

.layout__statisticsPage___3Y0Ke .layout__blockTotalReport___dfXtx .layout__block___3r_hB .layout__content___1kRHj {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.layout__statisticsPage___3Y0Ke .layout__blockTotalReport___dfXtx .layout__block___3r_hB .layout__title___i28KF {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #a4a4a4;
  margin: 0;
}

.layout__statisticsPage___3Y0Ke .layout__blockTotalReport___dfXtx .layout__block___3r_hB .layout__number___3P6yv {
  font-size: 32px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC {
  position: relative;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC .layout__wrapStatisticsChart___2JVb7 {
  box-shadow: 1px 1px 7px 0 hsla(0,0%,57%,.5);
  background: #fff;
  width: 100%;
  padding-bottom: 15px;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC .layout__textDescription___23r-h {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC .layout__textDescription___23r-h .layout__lineBetween___ObTu- {
  margin: 0 6px;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC .layout__statisticsChart___1WeVE {
  width: 100%;
  height: 368px;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC .layout__detailsDownload___2-YXq {
  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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjIycHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDIyIDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjRGMUFBMzNFLUUzMzktNDRCMi04NTUxLTc4NzcxQTA1NDUzQTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0iV2ViLWFkbWluLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iM2EtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA1LjAwMDAwMCwgLTM4Ni4wMDAwMDApIiBmaWxsPSIjNEQ0RDREIj4NCiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xNi1Db3B5LTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk5OC4wMDAwMDAsIDM3OS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iYm9vay1kb3dubG9hZC0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjAwMDAwMCwgNy4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkxheWVyXzEiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuNjM0NDI1NiwwLjEwMTg0MTUxOCBDNC44ODgxMTkyMiwwLjEwMTg0MTUxOCAwLjIxNDI4NTcxNCw0LjY3MjU5NTc5IDAuMjE0Mjg1NzE0LDEwLjI5MDQyMjcgQzAuMjE0Mjg1NzE0LDE1LjkwODI0OTYgNC44ODgxMTkyMiwyMC40NzkwMDM5IDEwLjYzNDQyNTYsMjAuNDc5MDAzOSBDMTYuMzc5OTMwNCwyMC40NzkwMDM5IDIxLjA1NDU2NTQsMTUuOTA5MDMzNCAyMS4wNTQ1NjU0LDEwLjI5MDQyMjcgQzIxLjA1NDU2NTQsNC42NzE4MTIwNSAxNi4zNzk5MzA0LDAuMTAxODQxNTE4IDEwLjYzNDQyNTYsMC4xMDE4NDE1MTggWiBNMTAuNjM0NDI1NiwxOC45MTE1Mjk5IEM1Ljc3MzAyOTU1LDE4LjkxMTUyOTkgMS44MTczODQxNSwxNS4wNDM3ODc3IDEuODE3Mzg0MTUsMTAuMjkwNDIyNyBDMS44MTczODQxNSw1LjUzNzA1NzcyIDUuNzczMDI5NTUsMS42NjkzMTU1NSAxMC42MzQ0MjU2LDEuNjY5MzE1NTUgQzE1LjQ5NTgyMTYsMS42NjkzMTU1NSAxOS40NTE0NjcsNS41MzcwNTc3MiAxOS40NTE0NjcsMTAuMjkwNDIyNyBDMTkuNDUxNDY3LDE1LjA0Mzc4NzcgMTUuNDk1ODIxNiwxOC45MTE1Mjk5IDEwLjYzNDQyNTYsMTguOTExNTI5OSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMjczOTI3MiwxMC41MjAwNTc3IEwxMS40MzU5NzQ4LDEyLjMxNzE2NjYgTDExLjQzNTk3NDgsNi4zNzE3Mzc2NCBDMTEuNDM1OTc0OCw1LjkzOTExNDgxIDExLjA3Njg4MDcsNS41ODgwMDA2MiAxMC42MzQ0MjU2LDUuNTg4MDAwNjIgQzEwLjE5MTk3MDQsNS41ODgwMDA2MiA5LjgzMjg3NjM1LDUuOTM5MTE0ODEgOS44MzI4NzYzNSw2LjM3MTczNzY0IEw5LjgzMjg3NjM1LDEyLjMxNzE2NjYgTDcuOTk0OTIzOTksMTAuNTIwMDU3NyBDNy42ODE1MTgyNSwxMC4yMTM2MTY1IDcuMTc0OTM5MTQsMTAuMjEzNjE2NSA2Ljg2MTUzMzM5LDEwLjUyMDA1NzcgQzYuNTQ4MTI3NjUsMTAuODI2NDk4OCA2LjU0ODEyNzY1LDExLjMyMTgyMDYgNi44NjE1MzMzOSwxMS42MjgyNjE4IEwxMC4wNjc3MzAzLDE0Ljc2MzIwOTkgQzEwLjE0MTQ3MjgsMTQuODM1MzEzNyAxMC4yMzA0NDQ4LDE0Ljg5MjUyNjUgMTAuMzI4MjMzOCwxNC45MzI0OTcxIEMxMC40MjYwMjI4LDE0Ljk3MTY4MzkgMTAuNTMwMjI0MiwxNC45OTI4NDQ4IDEwLjYzNDQyNTYsMTQuOTkyODQ0OCBDMTAuNzM4NjI3LDE0Ljk5Mjg0NDggMTAuODQyODI4NCwxNC45NzE2ODM5IDEwLjk0MDYxNzQsMTQuOTMyNDk3MSBDMTEuMDM4NDA2NCwxNC44OTI1MjY1IDExLjEyNzM3ODMsMTQuODM1MzEzNyAxMS4yMDExMjA5LDE0Ljc2MzIwOTkgTDE0LjQwNzMxNzcsMTEuNjI4MjYxOCBDMTQuNzIwNzIzNSwxMS4zMjE4MjA2IDE0LjcyMDcyMzUsMTAuODI2NDk4OCAxNC40MDczMTc3LDEwLjUyMDA1NzcgQzE0LjA5MzkxMiwxMC4yMTM2MTY1IDEzLjU4NzMzMjksMTAuMjEzNjE2NSAxMy4yNzM5MjcyLDEwLjUyMDA1NzcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=) no-repeat 8px 7px #ececec;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  display: inline-block;
  padding: 0 0 0 36px;
}

.layout__statisticsPage___3Y0Ke .layout__blockAverageTurnaround___1zRPC .layout__detailsDownload___2-YXq:hover {
  text-decoration: none;
}

.layout__btnStats___1H5WJ,
.layout__disableBtn___1Eh7Z,
.layout__enableBtn___2gJNv {
  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___1H5WJ:hover,
.layout__disableBtn___1Eh7Z:hover,
.layout__enableBtn___2gJNv:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1H5WJ.layout__disabled___2EXOh,
.layout__btnStats___1H5WJ:disabled,
.layout__disableBtn___1Eh7Z:disabled,
.layout__disabled___2EXOh.layout__disableBtn___1Eh7Z,
.layout__disabled___2EXOh.layout__enableBtn___2gJNv,
.layout__enableBtn___2gJNv:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1H5WJ:active,
.layout__btnStats___1H5WJ:focus,
.layout__btnStats___1H5WJ:visited,
.layout__disableBtn___1Eh7Z:active,
.layout__disableBtn___1Eh7Z:focus,
.layout__disableBtn___1Eh7Z:visited,
.layout__enableBtn___2gJNv:active,
.layout__enableBtn___2gJNv:focus,
.layout__enableBtn___2gJNv:visited {
  outline: 0;
}

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

.layout__disableBtn___1Eh7Z {
  background-color: #ececec;
}

.layout__statisticsPage___py0bW {
  padding: 30px;
}

.layout__itemRow___2QpbB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
}

.layout__wrapItem___TlAaH {
  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___TlAaH {
    margin-left: 0;
  }
}

.layout__wrapItem___TlAaH:first-child {
  margin-left: 0;
}

.layout__smallBoxContainer___B-dEB {
  width: 30%;
  height: 150px;
  margin: 10px 20px 5px;
  background-color: #ccc;
}

.layout__container___JxfRF {
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
}

.layout__textDate___4xqZz,
.layout__textTitle___oDaVY {
  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___4xqZz,
  .layout__textTitle___oDaVY {
    margin: 15px 10px;
  }
}

.layout__textDate___4xqZz {
  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___4xqZz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}

.layout__textDate___4xqZz button {
  width: 50px;
  height: 30px;
  border-radius: 6px;
  font-size: 12px;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

.layout__textDate___4xqZz button.layout__disabled___1O5Ej,
.layout__textDate___4xqZz button:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

.layout__textTotal___FEF8w {
  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___FEF8w {
    font-size: 15px;
  }
}

.layout__headerLine___RduTO {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__headerLine___RduTO,
.layout__totalApp___3KpOp {
  display: -ms-flexbox;
  display: flex;
}

.layout__totalApp___3KpOp {
  width: 30%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__greenText___24pPD {
  color: #00955c!important;
}

.layout__redText___Iv-Wd {
  color: #ff6260!important;
}

.layout__anotherinfo___sfMzq {
  width: 114px;
  height: 67px;
  border-radius: 1.9px;
  border: 1px solid #d8d8d8;
}

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

.layout__smallContainer___1Qesx {
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

.layout__smallContainer___1Qesx .layout__info___3wAIv {
  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___1Qesx .layout__info___3wAIv {
    font-size: 18px;
  }
}

.layout__smallContainer___1Qesx .layout__notContacted___3_377 {
  color: #ff6260!important;
}

.layout__smallContainer___1Qesx .layout__notAllocate___1jQnH {
  color: #f77c27!important;
}

.layout__smallContainer___1Qesx p {
  font-size: 11px;
  color: #4a4a4a;
  font-weight: 400;
  font-style: normal;
}

.layout__footContainerRed___1GIiG,
.layout__footerContainerGreen___1P1M_ {
  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___1GIiG {
  background-color: #ff6260;
}

.layout__smallInfo___1P7j6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.layout__infoText___CDjFL {
  margin: 5px;
}

.layout__inputDay___GaUJV {
  display: none;
}

.layout__coverBox___scKfk {
  width: 145px;
  display: inline-block;
}

@media screen and (max-width:769px) {
  .layout__coverBox___scKfk {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    padding: 0;
  }
}

.layout__coverBox___scKfk .react-datepicker__input-container {
  width: 100%;
}

.layout__coverBox___scKfk input {
  cursor: pointer;
  width: 114px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:769px) {
  .layout__coverBox___scKfk input {
    width: 100%;
  }
}

.layout__customInputMultiContainer___10pvS {
  margin-top: 45px;
  position: relative;
}

.layout__customInputMultiContainer___10pvS label {
  color: #7a7a7a;
  position: absolute;
  top: -20px;
  left: 5px;
  font-size: 14px;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe {
  position: relative;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe 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___10pvS .layout__group___1VBGe textarea.layout__invalid___3e6Xp {
  border-bottom: 1px solid #dd621d;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe textarea:focus {
  outline: none;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe .layout__bar___2ouGX {
  position: relative;
  display: block;
}

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

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe .layout__bar___2ouGX:before {
  left: 50%;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe .layout__bar___2ouGX:after {
  right: 50%;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe textarea:focus~.layout__bar___2ouGX:after,
.layout__customInputMultiContainer___10pvS .layout__group___1VBGe textarea:focus~.layout__bar___2ouGX:before {
  width: 50%;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe .layout__plusIcon___1kdC1 {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
  bottom: 10px;
  right: 0;
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe .layout__plusIcon___1kdC1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__customInputMultiContainer___10pvS .layout__group___1VBGe textarea.layout__multi___2SUoO {
  padding-right: 25px;
}

.layout__customInputMultiContainer___10pvS .layout__rotate___1A02C {
  transform: rotate(45deg);
}

.layout__createMerchantContainer___o3qnx {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

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

.layout__createMerchantContainer___o3qnx .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___o3qnx .content {
  padding: 10px;
}

.layout__createMerchantContainer___o3qnx .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___o3qnx .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___3oQhn {
  padding: 30px 15px;
}

.layout__cardContainer___3oQhn .layout__toolBar___3qHaw {
  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___3oQhn .layout__toolBar___3qHaw .layout__title___3CHKO {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3oQhn .layout__toolBar___3qHaw .layout__searchContainer___1RMnB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___3oQhn .layout__content___17Be6,
.layout__cardContainer___3oQhn .layout__content___17Be6 .layout__createNewCard___3aNvM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3oQhn .layout__content___17Be6 .layout__createNewCard___3aNvM {
  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___3oQhn .layout__content___17Be6 .layout__createNewCard___3aNvM .layout__plusIcon___20adI {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3oQhn .layout__content___17Be6 .layout__createNewCard___3aNvM .layout__plusIcon___20adI span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3oQhn .layout__cardListContainer___1HFXE {
  background-color: #fff;
}

.layout__cardContainer___3oQhn .layout__cardsLogo___1oNVF {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3oQhn .layout__featuredDot___3pWbo,
.layout__cardContainer___3oQhn .layout__notFeaturedDot___10pGD {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3oQhn .layout__notFeaturedDot___10pGD {
  background-color: red;
}

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

.layout__cardContainer___3oQhn .layout__delete___1tzJs,
.layout__cardContainer___3oQhn .layout__edit___2d4U9 {
  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___3oQhn .layout__delete___1tzJs {
  padding-right: 6px;
}

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

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

.layout__contentWrapper___3-elr {
  margin: auto;
  margin-top: 50px;
  width: 900px;
  margin-bottom: 30px;
}

.layout__contentWrapper___3-elr .layout__label___3CRJp {
  font-size: 14px;
  text-align: left;
  margin-top: 25px;
  color: #838383;
  margin-bottom: 15px;
}

.layout__contentWrapper___3-elr .layout__bigTitle___1n6D6 {
  font-family: Roboto,Arial;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
}

.layout__contentWrapper___3-elr .layout__title___3OMkC {
  font-family: Roboto,Arial;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
  text-transform: uppercase;
}

.layout__contentWrapper___3-elr .layout__formInput___3FLr0 {
  width: 300px;
  margin-bottom: 5px;
}

.layout__contentWrapper___3-elr .layout__errorText___2YP8i {
  color: red;
  font-style: italic;
}

.layout__contentWrapper___3-elr .layout__roleInput___3hB7R {
  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___3-elr .layout__panelPhiaDuoiWrapper___CY7UK {
  margin-top: 30px;
  padding-bottom: 30px;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__title___3OMkC {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__cbb___QAOsX {
  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___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowButton___aA9Pt,
.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowLeftButton___3rVK9,
.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowRightButton___2xNkS {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowButton___aA9Pt:hover,
.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowLeftButton___3rVK9:hover,
.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowRightButton___2xNkS:hover {
  opacity: .8;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowRightButton___2xNkS {
  border: 1px solid #008345;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__arrowLeftButton___3rVK9 {
  margin-top: 10px;
  border: 1px solid #9b9b9b;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__channelPanel___1fP8p {
  padding: 0;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__channelPanel___1fP8p .layout__assignLocation___2pZXJ {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-top: 60px;
  width: 300px;
  margin-bottom: 16px;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__locationPanel___cgE9h {
  margin-top: 40px;
  padding: 0;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__locationPanel___cgE9h .layout__assignLocation___2pZXJ {
  width: 300px;
}

.layout__contentWrapper___3-elr .layout__panelPhiaDuoiWrapper___CY7UK .layout__locationPanel___cgE9h .layout__assignLocation___2pZXJ,
.layout__contentWrapper___3-elr .layout__selectedLocs___2JQ2a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__contentWrapper___3-elr .layout__selectedLocs___2JQ2a {
  font-family: Roboto;
}

.layout__contentWrapper___3-elr .layout__rightTable___123ha {
  width: 100%;
}

.layout__contentWrapper___3-elr .layout__rightTable___123ha .layout__child___268xn {
  border: 1px solid #cacaca;
  height: 450px;
  overflow-y: scroll;
}

.layout__contentWrapper___3-elr .layout__buttonSave___sMW_1 {
  background-color: #008345;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.layout__contentWrapper___3-elr .layout__buttonCancel___2F9nI,
.layout__contentWrapper___3-elr .layout__buttonSave___sMW_1 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.layout__contentWrapper___3-elr .layout__buttonCancel___2F9nI {
  background-color: #d8d8d8;
  margin-left: 30px;
}

.layout__contentWrapper___3-elr .layout__mt50px___2w9xV {
  margin-top: 50px;
}

.layout__contentWrapper___3-elr .layout__mt30px___T6Ecu {
  margin-top: 30px;
}

.layout__contentWrapper___3-elr input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd {
  padding: 3rem 0;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__actionButton___4nI8C,
.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__cancelBtn___XphjR,
.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71 {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__cancelBtn___XphjR {
  background-color: #ececec;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71.layout__disabled___2GxNo,
.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71:active,
.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71:focus,
.layout__contentWrapper___3-elr .layout__content___3ChUD .layout__actionContainer___6GVTd .layout__createBtn___1Gm71:visited {
  outline: 0;
}

.layout__contentWrapper___3-elr .layout__collapsibleInTable___19R-6 {
  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___38IFS {
  position: relative;
  padding-bottom: 5px;
}

.DatePicker__datePickerContainer___38IFS input.DatePicker__hidden___h7AOJ {
  height: 0;
  width: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.DatePicker__selectWraper___13SDm {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.DatePicker__selectWraper___13SDm>div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.DatePicker__selectWraper___13SDm>div .Select--multi .Select-control,
.DatePicker__selectWraper___13SDm>div .Select--single .Select-control {
  width: 100%;
}

.DatePicker__styledV2___1zn4u {
  position: relative;
}

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

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

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

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

@media screen and (min-width:768px) {
  .DatePicker__styledV2___1zn4u .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}

@media (min-width:768px) {
  .DatePicker__styledV2___1zn4u .col-sm-4 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.DatePicker__Select--single___3eJWl .DatePicker__Select-control___2ayu3 {
  width: 50px!important;
}

.DatePicker__errorStyle___3REOg {
  color: red;
  font-style: italic;
  font-size: 12px;
  margin-top: 10px;
}

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

.layout__contentWrapper___33x0B {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___33x0B .layout__mt50px___2bueI {
  margin-top: 50px;
}

.layout__contentWrapper___33x0B .layout__mt30px___2YLfG {
  margin-top: 30px;
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm {
  padding: 3rem 0;
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__actionButton___1ZAkF,
.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__cancelBtn___1dNto,
.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2 {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__cancelBtn___1dNto {
  background-color: #ececec;
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2.layout__disabled___2RTie,
.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2:active,
.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2:focus,
.layout__contentWrapper___33x0B .layout__content___1yEqG .layout__actionContainer___33iYm .layout__createBtn___10TC2:visited {
  outline: 0;
}

.layout__btn___EyHoC {
  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___EyHoC {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___14sjw {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

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

.layout__titleField___3jFxW {
  color: #838383;
}

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

.layout__inputItem___pGQME {
  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___24MaY {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2zBJ3 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2zBJ3 .layout__mt50px___3Loq1 {
  margin-top: 50px;
}

.layout__contentWrapper___2zBJ3 .layout__mt30px___sqLD- {
  margin-top: 30px;
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW {
  padding: 3rem 0;
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__actionButton___1StOv,
.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__cancelBtn___fs0Bs,
.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__cancelBtn___fs0Bs {
  background-color: #ececec;
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic.layout__disabled___36BBN,
.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic:active,
.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic:focus,
.layout__contentWrapper___2zBJ3 .layout__content___2dIT4 .layout__actionContainer___3S6BW .layout__createBtn___3MDic:visited {
  outline: 0;
}

.layout__btn___2c6Eo {
  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___2c6Eo {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___1jh_E {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

.layout__submitBtn___1jh_E:disabled {
  background: #838383;
  cursor: not-allowed;
}

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

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

.layout__inputItem___1X5ze {
  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___1r0FV {
  color: red;
  border: 1px solid red;
  padding: 15px 10px;
  margin: 30px 0 10px;
}

.layout__titleField___2yTsw {
  color: #838383;
}

.layout__titleField___2yTsw label {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__titleField___2yTsw input[type=checkbox] {
  margin: 0 5px 0 0;
}

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

.layout__contentWrapper___2CN1s {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2CN1s .layout__mt50px___2rgCW {
  margin-top: 50px;
}

.layout__contentWrapper___2CN1s .layout__mt30px___uWkfT {
  margin-top: 30px;
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa {
  padding: 3rem 0;
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__actionButton___3awLL,
.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__cancelBtn___7yzFE,
.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__cancelBtn___7yzFE {
  background-color: #ececec;
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f.layout__disabled___2ELmT,
.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f:active,
.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f:focus,
.layout__contentWrapper___2CN1s .layout__content___eQwKw .layout__actionContainer___3lKpa .layout__createBtn___16t6f:visited {
  outline: 0;
}

.layout__btn___23o9P {
  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___23o9P {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___3qm1v {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

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

.layout__titleField___1b-Cq {
  color: #838383;
}

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

.layout__inputItem___2DKX4 {
  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___15zLd {
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz {
  padding: 3rem 0;
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__actionButton___1rKh1,
.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__cancelBtn___1grFz,
.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__cancelBtn___1grFz {
  background-color: #ececec;
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca.layout__disabled___2sZK-,
.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca:active,
.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca:focus,
.layout__contentWrapper___15zLd .layout__content___24V8I .layout__actionContainer___2ZnHz .layout__createBtn___Wteca:visited {
  outline: 0;
}

.layout__contentWrapper___15zLd .layout__hide___2eVNB {
  display: none;
}

.layout__btn___15vRY {
  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___15vRY {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___spaj0 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

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

.layout__titleField___21LaF {
  color: #838383;
}

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

.layout__inputItem___194kc {
  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___2Pp8v {
  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___9Jwmx {
  text-align: left;
}

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

.layout__contentWrapper___6FoXp {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___6FoXp .layout__mt50px___1knjA {
  margin-top: 50px;
}

.layout__contentWrapper___6FoXp .layout__mt30px___3xlIM {
  margin-top: 30px;
}

.layout__contentWrapper___6FoXp input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi {
  padding: 3rem 0;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__actionButton___enS-x,
.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__cancelBtn___vw4-2,
.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__cancelBtn___vw4-2 {
  background-color: #ececec;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr.layout__disabled___X4zpC,
.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr:active,
.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr:focus,
.layout__contentWrapper___6FoXp .layout__content___1AXu5 .layout__actionContainer___36NTi .layout__createBtn___1qlUr:visited {
  outline: 0;
}

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

.layout__contentWrapper___3FN8p {
  margin: auto;
  margin-top: 50px;
  width: 900px;
  margin-bottom: 30px;
}

.layout__contentWrapper___3FN8p .layout__label___2B6Lr {
  font-size: 14px;
  text-align: left;
  margin-top: 25px;
  color: #838383;
}

.layout__contentWrapper___3FN8p .layout__bigTitle___2_xMB {
  font-family: Roboto,Arial;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
}

.layout__contentWrapper___3FN8p .layout__title___3kF_m {
  font-family: Roboto,Arial;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
  text-transform: uppercase;
}

.layout__contentWrapper___3FN8p .layout__formInput___1vpSj {
  width: 300px;
  margin-bottom: 5px;
}

.layout__contentWrapper___3FN8p .layout__errorText___26CXJ {
  color: red;
  font-style: italic;
}

.layout__contentWrapper___3FN8p .layout__roleInput___2YoLb {
  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___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh {
  margin-top: 30px;
  padding-bottom: 30px;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__title___3kF_m {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #008345;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__cbb___2ipBZ {
  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___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowButton___WSbyq,
.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowLeftButton___1KrNh,
.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowRightButton___UfY4B {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowButton___WSbyq:hover,
.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowLeftButton___1KrNh:hover,
.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowRightButton___UfY4B:hover {
  opacity: .8;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowRightButton___UfY4B {
  border: 1px solid #008345;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__arrowLeftButton___1KrNh {
  margin-top: 10px;
  border: 1px solid #9b9b9b;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__channelPanel___1IihV {
  padding: 0;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__channelPanel___1IihV .layout__assignLocation___2FF2A {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-top: 60px;
  width: 300px;
  margin-bottom: 16px;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__locationPanel___os9K0 {
  margin-top: 40px;
  padding: 0;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__locationPanel___os9K0 .layout__assignLocation___2FF2A {
  width: 300px;
}

.layout__contentWrapper___3FN8p .layout__panelPhiaDuoiWrapper___nVQJh .layout__locationPanel___os9K0 .layout__assignLocation___2FF2A,
.layout__contentWrapper___3FN8p .layout__selectedLocs___BPFyd {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #008345;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__contentWrapper___3FN8p .layout__selectedLocs___BPFyd {
  font-family: Roboto;
}

.layout__contentWrapper___3FN8p .layout__rightTable___1bTCc {
  width: 100%;
}

.layout__contentWrapper___3FN8p .layout__rightTable___1bTCc .layout__child___asvPS {
  border: 1px solid #cacaca;
  height: 450px;
  overflow-y: scroll;
}

.layout__contentWrapper___3FN8p .layout__buttonSave___18vHL {
  background-color: #008345;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.layout__contentWrapper___3FN8p .layout__buttonCancel___10sDV,
.layout__contentWrapper___3FN8p .layout__buttonSave___18vHL {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.layout__contentWrapper___3FN8p .layout__buttonCancel___10sDV {
  background-color: #d8d8d8;
  margin-left: 30px;
}

.layout__contentWrapper___3FN8p .layout__mt50px___16DOk {
  margin-top: 50px;
}

.layout__contentWrapper___3FN8p .layout__mt30px___258o- {
  margin-top: 30px;
}

.layout__contentWrapper___3FN8p input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw {
  padding: 3rem 0;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__actionButton___1ZdPH,
.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__cancelBtn___2nIRh,
.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__cancelBtn___2nIRh {
  background-color: #ececec;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E.layout__disabled___3QjOW,
.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E:active,
.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E:focus,
.layout__contentWrapper___3FN8p .layout__content___3RiYh .layout__actionContainer___TFcOw .layout__createBtn___m60_E:visited {
  outline: 0;
}

.layout__contentWrapper___3FN8p .layout__collapsibleInTable___3qnFG {
  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___279kw {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2ScbC {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2ScbC .layout__mt50px___kLWWu {
  margin-top: 50px;
}

.layout__contentWrapper___2ScbC .layout__mt30px___2FFzM {
  margin-top: 30px;
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv {
  padding: 3rem 0;
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__actionButton___23Eji,
.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__cancelBtn___3BR2H,
.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__cancelBtn___3BR2H {
  background-color: #ececec;
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU.layout__disabled___3GyLO,
.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU:active,
.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU:focus,
.layout__contentWrapper___2ScbC .layout__content___1B5Mp .layout__actionContainer___xV3rv .layout__createBtn___3dILU:visited {
  outline: 0;
}

.layout__btn___33VDP {
  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___33VDP {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___1UEa- {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

.layout__submitBtn___1UEa-:active,
.layout__submitBtn___1UEa-:focus,
.layout__submitBtn___1UEa-:visited {
  outline: 0;
}

.layout__submitBtn___1UEa-:disabled {
  background: #838383;
  cursor: not-allowed;
}

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

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

.layout__inputItem___85uH0 {
  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___4DxMq {
  color: red;
  border: 1px solid red;
  padding: 15px 10px;
  margin: 30px 0 10px;
}

.layout__titleField___1gAbi {
  color: #838383;
}

.layout__titleField___1gAbi label {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__titleField___1gAbi input[type=checkbox] {
  margin: 0 5px 0 0;
}

.layout__contentWrapper___2hlpE {
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A {
  padding: 10px;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__langSwitchContainer___f1_RH {
  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___2hlpE .layout__content___1U11A .layout__langSwitchContainer___f1_RH button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__langSwitchContainer___f1_RH button.layout__active___xm1zG {
  background-color: #028547;
  color: #fff;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl {
  padding: 3rem 0;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__actionButton___2E7Yr,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__cancelBtn___289Yw,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__cancelBtn___289Yw {
  background-color: #ececec;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF.layout__disabled___2-F0P,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF:active,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF:focus,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__actionContainer___-6Unl .layout__createBtn___JXonF:visited {
  outline: 0;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__filterOption___ZHVma {
  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___2hlpE .layout__content___1U11A .layout__filterOption___ZHVma:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__contentWrapper___2hlpE .layout__content___1U11A .layout__filterOption___ZHVma {
    width: 100%!important;
  }
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__filterOption___ZHVma b {
  display: block;
  width: 100%;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__searchArea___2XNSp {
  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___2hlpE .layout__content___1U11A .layout__searchArea___2XNSp input,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__searchArea___2XNSp select {
  border: none;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__searchArea___2XNSp input,
.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__searchArea___2XNSp select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__contentWrapper___2hlpE .layout__content___1U11A .layout__searchArea___2XNSp select {
    width: 100%;
  }
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__searchAreaHide___3EaQF {
  display: none;
}

.layout__contentWrapper___2hlpE .layout__content___1U11A .layout__show___3xvxx {
  display: block;
  margin-top: 40px;
}

.layout__contentWrapper___2hlpE .layout__hide___2XdW2 {
  display: none;
}

.layout__btn___2CYO4 {
  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___2CYO4 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___1ZxB3 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

.layout__submitBtn___1ZxB3.layout__disabled___2-F0P,
.layout__submitBtn___1ZxB3:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

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

.layout__titleField___cT-Lv {
  color: #838383;
}

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

.layout__inputItem___2uJnH {
  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___3oDZB {
  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___EbvlW {
  text-align: left;
}

.layout__contentField___3lOu_ {
  padding: 5px 0;
}

.layout__contentField___3lOu_.layout__listOfIdWrap___RwyQb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3lOu_.layout__listOfIdWrap___RwyQb .layout__listOfId___LJwTD {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___3lOu_.layout__listOfIdWrap___RwyQb .layout__listOfId___LJwTD .form-inline .form-control {
  width: 100%;
}

.layout__contentField___3lOu_.layout__listOfIdWrap___RwyQb .layout__passportNumber___hsIKh {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___3lOu_.layout__radio___1_sP6 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___3lOu_.layout__radio___1_sP6,
.layout__contentField___3lOu_.layout__radio___1_sP6>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3lOu_.layout__radio___1_sP6>div {
  margin-right: 15px;
}

.layout__contentField___3lOu_.layout__radio___1_sP6>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___3lOu_.layout__numberWithExt___1Mqhq {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___3lOu_.layout__numberWithExt___1Mqhq>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___3lOu_.layout__numberWithExt___1Mqhq>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__contentWrapper___qWoCZ {
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ {
  padding: 3rem 0;
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__actionButton___3AviU,
.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__cancelBtn___34thV,
.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__cancelBtn___34thV {
  background-color: #ececec;
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X.layout__disabled___3m0Fx,
.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X:active,
.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X:focus,
.layout__contentWrapper___qWoCZ .layout__content___pO9FA .layout__actionContainer___2Flp_ .layout__createBtn___2K1_X:visited {
  outline: 0;
}

.layout__contentWrapper___qWoCZ .layout__hide___docN3 {
  display: none;
}

.layout__btn___2Z1Y7 {
  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___2Z1Y7 {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

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

.layout__submitBtn___2jAuJ {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

.layout__btnExport___2bLC1 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

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

.layout__titleField___3kIw5 {
  color: #838383;
}

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

.layout__inputItem___2Vo3w {
  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___eUhfo {
  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___2gIGS {
  text-align: left;
}

.layout__listActionBtn___2s5TK {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___37H_e {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___1JZRA {
  margin-top: 32px;
}

.layout__listCheckApprove___1JZRA ul li {
  margin-bottom: 40px;
}

.layout__box___3oQMp {
  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___2KKEI {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___2KKEI {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___3TBOf,
.layout__filterDiv___3wTAO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___3wTAO {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___1KNq- {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___2l2Dj {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2l2Dj {
    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___2l2Dj:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

.layout__filterOption___WBaHy {
  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___WBaHy:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___WBaHy {
    width: 100%!important;
  }
}

.layout__filterOption___WBaHy b {
  display: block;
  width: 100%;
}

.layout__searchArea___2P7yX {
  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___2P7yX input,
.layout__searchArea___2P7yX select {
  border: none;
}

.layout__searchArea___2P7yX input,
.layout__searchArea___2P7yX select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___2P7yX select {
    width: 100%;
  }
}

.layout__searchSelect___1kYl5 {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___1kYl5,
.layout__searchSelect___1kYl5 select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___1kYl5 select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___1kYl5 select:active,
.layout__searchSelect___1kYl5 select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___1kYl5 option {
  color: #000;
}

.layout__createNew___2B4Ub {
  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___2B4Ub:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___2B4Ub.layout__disabled___C-Wal,
.layout__createNew___2B4Ub:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

@media screen and (max-width:1201px) {
  .layout__createNew___2B4Ub {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___2B4Ub a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___2B4Ub a:hover {
  text-decoration: none;
}

.layout__createNew___2B4Ub .layout__plusIcon___2Rzaj {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___3oLX5 {
  padding: 20px 0;
}

.layout__content___3oLX5 .layout__Rectangle___1YFUl {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___3oLX5 .layout__createNewMerchant___1IYe5 {
  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___3oLX5 .layout__createNewMerchant___1IYe5 .layout__plusIcon___2Rzaj {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___3oLX5 .layout__createNewMerchant___1IYe5 .layout__plusIcon___2Rzaj span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___3oLX5 .layout__assignButton___15Ttn {
  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___3oLX5 .layout__textAccount___29Oes {
  padding-top: 20px;
  display: block;
}

.layout__email___97xOQ {
  word-break: break-all;
}

.layout__containerBox___GYzHc {
  width: 100%;
}

.layout__actionButton___-vdrJ,
.layout__deleteButton___2y5CG,
.layout__unlockButton___2PRmT {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___2y5CG {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___2PRmT {
  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___3rNnW {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___1GXx3 {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___1XmcE {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___1jgCt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___1jgCt,
.layout__titleSelect___3oWYR {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___3oWYR {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___1sGB- {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___2T2uL,
.layout__doneBtn___1sGB- {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___2T2uL {
  background-color: #82a393;
}

.layout__footerModal___a00-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___2QrBX,
.layout__saleManagerText___19PUu {
  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___2QrBX a:hover {
  text-decoration: none;
}

.layout__saleSupport___2gSjR {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___2gSjR select[multiple]:focus option:checked,
.layout__saleSupport___2gSjR select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___2gSjR select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___2gSjR 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___2gSjR option:active,
.layout__saleSupport___2gSjR option:checked,
.layout__saleSupport___2gSjR option:focus,
.layout__saleSupport___2gSjR option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___1H8b2 {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___21SyZ,
.layout__nokyc___1H8b2 {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___21SyZ {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___3z0rg {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___3LpCR,
.layout__kycHistory___2zWSk {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___2zWSk img {
  width: 260px;
  height: 212px;
}

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

.layout__divider___o3B_J {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___25WjP {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___25WjP img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___3m9GV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___3m9GV img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___2TKOB {
  color: red;
  font-style: italic;
}

.layout__inputStyle___2KmpT {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___2ItBk {
  margin-left: 16px;
}

.layout__approvedCC___1oHv0,
.layout__checkCC___2ItBk {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___1oHv0 {
  margin-left: 25px;
}

.layout__checkUPL___1o-Pv {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___g9z0J,
.layout__checkUPL___1o-Pv {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___g9z0J {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___1e6NH {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__approveNew___28Pia {
  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___28Pia:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__approveNew___28Pia.layout__disabled___C-Wal,
.layout__approveNew___28Pia:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

@media screen and (max-width:1201px) {
  .layout__approveNew___28Pia {
    margin: 0 20px 10px 0;
  }
}

.layout__approveNew___28Pia a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__approveNew___28Pia a:hover {
  text-decoration: none;
}

.layout__approveNew___28Pia .layout__plusIcon___2Rzaj {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__containerTable___3gVaF {
  margin-top: 24px;
}

.layout__cardListContainer___1lsYA td,
.layout__cardListContainer___1lsYA th {
  border: 1px solid #d8d8d8;
}

.layout__cardListContainer___1lsYA .layout__levelName___27sno,
.layout__cardListContainer___1lsYA td,
.layout__cardListContainer___1lsYA th,
.layout__cardListContainer___1lsYA tr,
.layout__colCheck___1xBr1 {
  text-align: center;
}

.layout__colCheck___1xBr1 {
  background: #008345;
  color: #fff;
}

.layout__colLable___10EaR {
  width: 197px;
  height: 35px;
}

.layout__rowName___cvGab {
  padding-left: 32px;
}

.layout__applicationStatisticsContainer___3UdMi .layout__selectTimeContainer___1xWKi {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___3UdMi .layout__selectTimeBlock___1j6Of {
  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___3UdMi .layout__selectTimeTitle___27R6b {
  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___3UdMi .layout__selectTimeTitle___27R6b {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___3UdMi .layout__selectTimeContent___Yvd4d {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___3UdMi .layout__selectTimeContent___Yvd4d form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

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

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3UdMi .layout__labelText___2aXAP {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3UdMi .layout__typeWidth___1fBJ5 {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___3UdMi .layout__coverBox___1xUJQ {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3UdMi .layout__coverBox___1xUJQ {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3UdMi .layout__coverBox___1xUJQ .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___3UdMi .layout__coverBox___1xUJQ input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3UdMi .layout__coverBox___1xUJQ input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___3UdMi .layout__lineBetween___2B--f {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___3UdMi .layout__marTopPeriod___1l_Er {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3UdMi .layout__marTopPeriod___1l_Er {
    margin-top: 30px;
  }
}

.layout__btnStats___2p9Ep,
.layout__disableBtn___3Ia9s,
.layout__enableBtn___Vr-QL {
  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___2p9Ep:hover,
.layout__disableBtn___3Ia9s:hover,
.layout__enableBtn___Vr-QL:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2p9Ep.layout__disabled___TTWi0,
.layout__btnStats___2p9Ep:disabled,
.layout__disableBtn___3Ia9s:disabled,
.layout__disabled___TTWi0.layout__disableBtn___3Ia9s,
.layout__disabled___TTWi0.layout__enableBtn___Vr-QL,
.layout__enableBtn___Vr-QL:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2p9Ep:active,
.layout__btnStats___2p9Ep:focus,
.layout__btnStats___2p9Ep:visited,
.layout__disableBtn___3Ia9s:active,
.layout__disableBtn___3Ia9s:focus,
.layout__disableBtn___3Ia9s:visited,
.layout__enableBtn___Vr-QL:active,
.layout__enableBtn___Vr-QL:focus,
.layout__enableBtn___Vr-QL:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___2p9Ep,
  .layout__disableBtn___3Ia9s,
  .layout__enableBtn___Vr-QL {
    height: 35px;
  }
}

.layout__disableBtn___3Ia9s {
  background-color: #ececec;
}

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

.layout__enableBtn___Vr-QL {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___30As3 {
  width: 90%;
  margin: auto;
}

.layout__tableList___1R_lb td {
  padding-left: 6px;
}

.layout__btnExport___1d8mL {
  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___1d8mL:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

@media screen and (max-width:769px) {
  .layout__btnExport___1d8mL {
    height: 35px;
  }
}

.layout__statisticsPage___2diGt {
  height: 222px;
}

.layout__statisticsPage___2diGt .layout__statisticsContainer___1021h {
  padding: 0 20px 30px;
}

.layout__statisticsPage___2diGt h2 {
  width: 20%;
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 70px 0 0;
}

.layout__statisticsPage___2diGt .layout__selectTimeContent___3lQGe {
  padding: 0;
  float: right;
}

.layout__statisticsPage___2diGt .layout__labelPeriodText___YMuiT {
  float: left;
  font-size: 18px;
  color: #4c4c4c;
  margin: 4px 15px 0 45px;
}

.layout__statisticsPage___2diGt .layout__groupButton___QchHG {
  display: block;
}

.layout__statisticsPage___2diGt .layout__buttonGet___2-uaB {
  background-color: #008345;
  color: #fff;
}

.layout__statisticsPage___2diGt .layout__buttonCan___1fXcd,
.layout__statisticsPage___2diGt .layout__buttonGet___2-uaB,
.layout__statisticsPage___2diGt .layout__buttonGetDisabled___e5G7B {
  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___2diGt .layout__buttonCan___1fXcd {
  margin-left: 10px!important;
  margin-right: 10px!important;
  background-color: #008345;
  color: #fff;
}

.layout__statisticsPage___2diGt .layout__typeWidth___1oSMn {
  width: 140px;
  float: left;
  margin-top: -5px;
}

.layout__statisticsPage___2diGt .layout__marTopPeriod___39tj6 {
  float: left;
  margin-top: 55px;
  margin-bottom: 50px;
  width: 100%;
}

.layout__statisticsPage___2diGt .layout__modal-footer___10SqJ {
  border: none!important;
}

.layout__statisticsPage___2diGt .layout__topName___3YAO_ {
  border: none;
  margin-top: 50px;
}

.layout__statisticsPage___2diGt .layout__formContent___1yvgS {
  height: 300px;
}

.layout__statisticsPage___2diGt .layout__coverBox___2bDNy {
  width: 140px;
  display: inline-block;
  margin-left: 10px;
}

.layout__statisticsPage___2diGt .layout__coverBox___2bDNy input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__statisticsPage___2diGt .layout__lineBetween___3A8oU {
  display: inline-block;
  margin: 0 28px;
  font-size: 22px;
}

.layout__statisticsPage___2diGt .layout__contentStatistics___1KHQn {
  margin: 0 auto;
  width: 85%;
}

.layout__statisticsPage___2diGt .layout__contentStatistics___1KHQn h3 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  margin: 40px 0 20px;
}

.layout__box___jLMjj {
  padding: 30px 0 20px;
}

.layout__contentBox___3TvcO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__searchBox___36gFF {
  width: 100%;
  max-width: 400px;
  padding: 20px 0 0;
  margin: 0 auto;
}

.layout__btnStats___2JUJG,
.layout__disableBtn___1ekuP,
.layout__enableBtn___3Hp7- {
  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___2JUJG:hover,
.layout__disableBtn___1ekuP:hover,
.layout__enableBtn___3Hp7-:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2JUJG.layout__disabled___3gEBH,
.layout__btnStats___2JUJG:disabled,
.layout__disableBtn___1ekuP:disabled,
.layout__disabled___3gEBH.layout__disableBtn___1ekuP,
.layout__disabled___3gEBH.layout__enableBtn___3Hp7-,
.layout__enableBtn___3Hp7-:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2JUJG:active,
.layout__btnStats___2JUJG:focus,
.layout__btnStats___2JUJG:visited,
.layout__disableBtn___1ekuP:active,
.layout__disableBtn___1ekuP:focus,
.layout__disableBtn___1ekuP:visited,
.layout__enableBtn___3Hp7-:active,
.layout__enableBtn___3Hp7-:focus,
.layout__enableBtn___3Hp7-:visited {
  outline: 0;
}

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

.layout__disableBtn___1ekuP {
  background-color: #ececec;
}

.layout__getButtonWrapper___m1ilE {
  margin: 0 0 30px -10px;
}

.layout__getButton___2F_T6 {
  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___2lP5u {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__list___3D6Xj {
  padding: 0 15px;
}

.layout__list___3D6Xj td {
  max-width: 200px;
  word-break: break-all;
}

.layout__list___3D6Xj .layout__curPointer___2IDYr {
  cursor: pointer;
}

.layout__list___3D6Xj .layout__count___16m5K {
  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___3D6Xj .layout__countNumber___5e8gV {
  color: #028547;
}

.layout__list___3D6Xj .layout__tableHeader___35DBt {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__list___3D6Xj .layout__decreaseIcon___3lSLU,
.layout__list___3D6Xj .layout__increaseIcon___3bFlK {
  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___3D6Xj .layout__decreaseIcon___3lSLU {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___3D6Xj .layout__downloadIcon___2PeGh {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___3D6Xj .layout__applicationLink___13CUp {
  color: #000;
}

.layout__list___3D6Xj .layout__approved___3sXE7,
.layout__list___3D6Xj .layout__carddeliver___1tELB,
.layout__list___3D6Xj .layout__cardship___23th-,
.layout__list___3D6Xj .layout__draft___3Cfhj,
.layout__list___3D6Xj .layout__inprocess___3k4nP,
.layout__list___3D6Xj .layout__status___jPl4A,
.layout__list___3D6Xj .layout__submitteddoc___1HYXq,
.layout__list___3D6Xj .layout__sumittedapp___1wmnn {
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___3D6Xj .layout__draft___3Cfhj {
  color: #9c27b0;
}

.layout__list___3D6Xj .layout__sumittedapp___1wmnn {
  color: #e91e63;
}

.layout__list___3D6Xj .layout__submitteddoc___1HYXq {
  color: #4caf50;
}

.layout__list___3D6Xj .layout__inprocess___3k4nP {
  color: #f76045;
}

.layout__list___3D6Xj .layout__approved___3sXE7 {
  color: #f4bf75;
}

.layout__list___3D6Xj .layout__cardship___23th- {
  color: #795548;
}

.layout__list___3D6Xj .layout__carddeliver___1tELB {
  color: #1976d2;
}

.layout__list___3D6Xj .layout__border___1vXsH,
.layout__list___3D6Xj .layout__carddeliverBorder___13xdV,
.layout__list___3D6Xj .layout__cardshipBorder___3EBk7,
.layout__list___3D6Xj .layout__savedBorder___2pA-L,
.layout__list___3D6Xj .layout__submitteddocBorder___trHAa,
.layout__list___3D6Xj .layout__sumittedappBorder___3lqbh,
.layout__list___3D6Xj .layout__verificationBorder___pCgfw {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___3D6Xj .layout__savedBorder___2pA-L {
  border-left-color: #9c27b0;
}

.layout__list___3D6Xj .layout__submitteddocBorder___trHAa {
  border-left-color: #4caf50;
}

.layout__list___3D6Xj .layout__cardshipBorder___3EBk7 {
  border-left-color: #795548;
}

.layout__list___3D6Xj .layout__carddeliverBorder___13xdV {
  border-left-color: #1976d2;
}

.layout__list___3D6Xj .layout__sumittedappBorder___3lqbh,
.layout__list___3D6Xj .layout__verificationBorder___pCgfw {
  border-left-color: #e91e63;
}

.layout__list___3D6Xj .layout__statusBox___oFV5k {
  margin: 0;
}

.layout__triangleBtn___3c897 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___3c897 {
    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___3c897:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

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

.layout__btnAction___3Dxr6 {
  width: auto;
  min-width: 146px;
  height: auto;
  background-color: #028547;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 50px;
}

.layout__remove___UsUqh {
  float: right;
}

.layout__content___1lwoy {
  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___cAjO1 {
  height: 168px!important;
}

.layout__listFile___2yLPT {
  cursor: pointer;
  color: #028547;
}

.layout__listFile___2yLPT div {
  margin-top: 8px;
}

.layout__createMerchantContainer___2aUIu select {
  border: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___2aUIu .error {
  color: red;
  margin-top: 10px;
  font-style: italic;
  margin-right: 10px;
}

.layout__createMerchantContainer___2aUIu .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___2aUIu .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___2aUIu .content {
  width: 100%;
  padding: 20px;
}

.layout__createMerchantContainer___2aUIu .content .actionContainer {
  padding: 30px 0;
}

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

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

.layout__createMerchantContainer___2aUIu .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___2aUIu .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__createMerchantContainer___2aUIu .layout__typeupload___1Jb4P {
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}

@media screen and (max-width:769px) {
  .layout__createMerchantContainer___2aUIu .layout__typeupload___1Jb4P {
    margin: 0 0 10px;
  }
}

.layout__contentBox___rdlS3 {
  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___2lSWd {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

@media screen {
  .layout__externalClass___2nEqS {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___2nEqS {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___1VH9A {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___206qf {
  width: 100%;
}

.layout__contentBox___2lSWd,
.layout__workform___206qf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___2lSWd {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
}

.layout__titleSupplementary___ry_cu {
  margin-left: 1px;
  font-weight: 700;
}

.layout__titleField___1qU4m {
  display: block;
  min-height: 18px;
}

.layout__show___2LmXq {
  display: block;
  margin-bottom: 10px;
}

.layout__show___2LmXq .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___2LmXq div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__supplementCardContainer___3-UQQ {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

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

.layout__statusBox___1s6f3 {
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  height: 100%;
  min-width: 60%;
}

.layout__iconBox___3buXJ {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___1Wohq {
  cursor: pointer;
  width: 100px;
}

.layout__rednote___159Ot {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___3LasQ {
  color: blue;
}

.layout__noticeNote___3LasQ,
.layout__noticeNoteAddress___C3Rq4 {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___C3Rq4 {
  color: red;
}

.layout__titleBox___3e1Dm {
  text-align: center;
}

.layout__titleBox___3e1Dm b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___3e1Dm p {
  color: #949494;
}

.layout__noTouch___1MpHO>label {
  pointer-events: none;
}

.layout__signatureExampPopup___2ofp3 {
  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___KJn-I {
  position: relative;
  width: 530px;
  height: auto;
  border: 2px solid #4c4c4c;
}

.layout__signatureExampPopupInner___KJn-I>span {
  display: block;
  padding: 10px;
  background: #fff;
  font-weight: 700;
}

.layout__signatureExampPopupInner___KJn-I .layout__closePopup___22cjp {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 2;
}

.layout__signatureExampPopupInner___KJn-I img {
  max-width: 100%;
  height: auto;
}

.layout__applicationBox___1dOU_ {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

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

.layout__flexItem___2n70y,
.layout__modalcontainer___23hmF {
  display: -ms-flexbox;
  display: flex;
}

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

.layout__boxField___23rpc {
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
}

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

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

.layout__btnStats___2_avI {
  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___2_avI:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnLink___2dmfN {
  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___2dmfN:active,
.layout__btnLink___2dmfN:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___2Vddb {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___2Vddb,
.layout__btnDisable___2d8XS,
.layout__btnDisableAia___1UnS2 {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___2d8XS,
.layout__btnDisableAia___1UnS2 {
  width: 165px;
  background-color: grey;
  color: #fff;
}

.layout__btnDisableAia___1UnS2 {
  width: 150px;
}

.layout__applicationForm___3sQDS {
  border-radius: 0 10px 10px 10px;
  border-left: 1px solid #ddd;
  margin: 0 15px;
}

.layout__applicationForm___3sQDS,
.layout__applicationFormSup___3BVd7 {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___3BVd7 {
  margin: 0;
}

.layout__idtype___2tQ0g {
  width: 100px;
}

.layout__itemRow___AT_YY {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___cSoT2,
.layout__itemRow___AT_YY {
  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___3TFin {
  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___YCBS8 {
  overflow: auto;
}

.layout__integrationsHistoryList___YCBS8 table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___YCBS8 td,
.layout__integrationsHistoryList___YCBS8 th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___297MA {
  width: 60px!important;
}

.layout__inputItemExt___297MA,
.layout__inputItemPhone___3pJH1 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___3pJH1 {
  width: 140px!important;
}

.layout__inputItemBizPhone___3lkY_ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___3-oA2 input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__top20px___5-Z7j {
  padding-top: 20px;
}

.layout__mtm6___1H5MT {
  margin-top: -6px;
}

.layout__width180___lOT9m {
  width: 180px!important;
}

.layout__mgl40px___1vpG1 {
  margin-left: 40px;
}

.layout__mgl10px___aZblk {
  margin-left: 10px;
}

.layout__tab___1NHu8 {
  padding: 0 15px;
  border: none;
}

.layout__tab___1NHu8 li {
  width: 340px;
  text-align: center;
}

.layout__tab___1NHu8 a,
.layout__tab___1NHu8 li {
  cursor: pointer;
}

.layout__mailContainer___2xK9m input,
.layout__mailContainer___2xK9m textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___2PZCF {
  width: 97%!important;
}

.layout__detailReminder___Sdid3,
.layout__fulltext___2PZCF {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___Sdid3 {
  width: 100%!important;
}

.layout__removeIcon___2_Qcp {
  display: none;
}

.layout__closeIcon___12i1A,
.layout__removeIcon___2_Qcp {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___1TLc- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___2n9Jt {
  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___2n9Jt:hover .layout__removeIcon___2_Qcp {
  display: block;
}

.layout__imgBoxAdd___o72eP {
  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___1oJa6,
.layout__titleGroup___14KnU {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___1oJa6 {
  cursor: pointer;
}

.layout__deleteTitle___3EqAO {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___1qSAo {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___1qSAo,
.layout__actionRow___3NVl7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___3NVl7 {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__titlePopup___nAgyh {
  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___16BWV {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #82a393;
  color: #fff;
}

.layout__footerModal___1DEKO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___2IjhX {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___2IjhX:disabled {
  background-color: #82a393;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___1vS1h {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

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

.layout__notificationContainer___3WNnS .layout__alert___eQhj8,
.layout__notificationContainer___3WNnS .layout__info___1cPfx {
  padding: 15px 40px 15px 20px;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.layout__notificationContainer___3WNnS .layout__alert___eQhj8 .layout__closeNotification___3NPIR,
.layout__notificationContainer___3WNnS .layout__info___1cPfx .layout__closeNotification___3NPIR {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  font-size: 25px;
  transform: translateY(-50%);
}

.layout__notificationContainer___3WNnS .layout__info___1cPfx {
  background-color: #d9edf7;
}

.layout__contentField___3GDl- {
  padding: 5px 0;
}

.layout__contentField___3GDl-.layout__listOfIdWrap___weaOF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3GDl-.layout__listOfIdWrap___weaOF .layout__listOfId___OgOJA {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___3GDl-.layout__listOfIdWrap___weaOF .layout__listOfId___OgOJA .form-control {
  width: 100%;
}

.layout__contentField___3GDl-.layout__listOfIdWrap___weaOF .layout__passportNumber___ldtOT {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___3GDl-.layout__radio___1N-VF {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___3GDl-.layout__radio___1N-VF,
.layout__contentField___3GDl-.layout__radio___1N-VF>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3GDl-.layout__radio___1N-VF>div {
  margin-right: 15px;
}

.layout__contentField___3GDl-.layout__radio___1N-VF>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___3GDl-.layout__numberWithExt___A_r19 {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___3GDl-.layout__numberWithExt___A_r19>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___3GDl-.layout__numberWithExt___A_r19>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__group___2pExe {
  position: relative;
}

.layout__group___2pExe 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___2pExe input.layout__invalid___smiz7 {
  border-bottom: 1px solid #dd621d;
}

.layout__group___2pExe input:focus {
  outline: none;
}

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

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

.layout__group___2pExe .layout__bar___1dhjt {
  position: relative;
  display: block;
}

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

.layout__group___2pExe .layout__bar___1dhjt:before {
  left: 50%;
}

.layout__group___2pExe .layout__bar___1dhjt:after {
  right: 50%;
}

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

.layout__group___2pExe input:focus~.layout__bar___1dhjt:after,
.layout__group___2pExe input:focus~.layout__bar___1dhjt:before {
  width: 50%;
}

.layout__withLabel___1rdbE {
  margin-top: 45px;
}

.layout__styledV2___j-V_n {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___j-V_n.layout__isValid___1FjLX>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___j-V_n.layout__uplStyle___1Pvhb>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___j-V_n.layout__odStyle___2OD4f>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___j-V_n.layout__isInvalid___gEZhg>input {
  border-color: red!important;
  background: #ffeded;
}

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

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

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

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

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

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

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

.layout__styledV2___BqLsX,
input.layout__inputField___1Wbfg {
  width: 100%!important;
}

.layout__styledV2___BqLsX {
  position: relative;
}

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

.layout__styledV2___BqLsX.layout__isValid___2trfR.layout__uplStyle___ySxsO>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___BqLsX.layout__isValid___2trfR.layout__odStyle___1nF32>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

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

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

.styles__full___R39Ww,
.styles__full___R39Ww div {
  width: 100%;
}

.styles__select_box___2V1Be>div .styles__Select-control___2A5b7 {
  gap: 20px;
}

.styles__select_box___2V1Be>div .styles__Select-control___2A5b7,
span:first-child .styles__select_box___2V1Be>div.styles__Select--multi___u25Q1 .styles__select_box___2V1Be>div.styles__Select-multi-value-wrapper___wShYi {
  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___2V1Be>div.styles__Select--multi___u25Q1 .styles__select_box___2V1Be>div.styles__Select-multi-value-wrapper___wShYi {
  gap: 10px;
}

.styles__checkbox___2urrC input[type=checkbox] {
  -webkit-appearance: none;
  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___2urrC input:checked {
  background-color: #028547;
  position: relative;
}

.styles__checkbox___2urrC 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___NaUtt {
  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___NaUtt:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.styles__btnStats___NaUtt.styles__disabled___2XCQM {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.styles__line_clamp___3w-KI {
  -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___3vB79 {
  position: relative;
}

.styles__group___3vB79 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___3vB79 input.styles__invalid___1KeaT {
  border-bottom: 1px solid #dd621d;
}

.styles__group___3vB79 input:focus {
  outline: none;
  border: 1px solid #028547;
}

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

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

.styles__group___3vB79 .styles__bar___2gLVx {
  position: relative;
  display: block;
}

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

.styles__group___3vB79 .styles__bar___2gLVx:before {
  left: 50%;
}

.styles__group___3vB79 .styles__bar___2gLVx:after {
  right: 50%;
}

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

.styles__group___3vB79 input:focus~.styles__bar___2gLVx:after,
.styles__group___3vB79 input:focus~.styles__bar___2gLVx:before {
  width: 50%;
}

.styles__loader___qnYRG {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #028547;
  width: 60px;
  height: 60px;
  animation: styles__spin___3C1Hy 2s linear infinite;
}

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

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

.style__Select-control___NISB9>span>.style__Select-multi-value-wrapper___16o4j{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___3h-r6 {
  position: relative;
  padding-bottom: 5px;
}

.SelectTime__datePickerContainer___3h-r6 input.SelectTime__hidden___1RW33 {
  height: 0;
  width: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.SelectTime__Select--single___1Ckg0 .SelectTime__Select-control___2X1Fj {
  width: 50px!important;
}

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

@media print {
  .layout__contentBox___13ZMj {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

@media screen {
  .layout__externalClass___10gp4 {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___10gp4 {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___PIhKr {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

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

.layout__navTab___1cRr9,
.layout__workform___2ZSjs {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___1cRr9 {
  -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___1cRr9 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___1cRr9 button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___1cRr9 button {
    width: 100%;
  }
}

.layout__navTab___1cRr9 button:active,
.layout__navTab___1cRr9 button:focus,
.layout__navTab___1cRr9 button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
  background-color: #3e8a62;
  color: #fff;
}

.layout__navTab___1cRr9 button.layout__tabActive___KNFD1 {
  font-weight: 700;
  background-color: #3e8a62;
  color: #fff;
}

.layout__tabContent___18Is- {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___18Is- {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___1NDJL {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___TFLRn {
  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___3jBXw {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___3jBXw .layout__closeBox___x_nGZ {
  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___3jBXw .layout__flexItem___xQesq {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___3jBXw .layout__flexItem___xQesq,
.layout__flowTitle___mRs80 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flowTitle___mRs80 {
  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___mRs80 .layout__changeFlowbtn___3j7wY {
  margin-left: 30px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #008345;
  background-color: #fff;
}

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

.layout__show___UGXMz {
  display: block;
  margin-bottom: 10px;
}

.layout__show___UGXMz .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___UGXMz div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___j6xfr {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__contentField___14RIK {
  padding: 5px 0;
}

.layout__contentField___14RIK.layout__listOfIdWrap___2bkwK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___14RIK.layout__listOfIdWrap___2bkwK .layout__listOfId___2Mwgv {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___14RIK.layout__listOfIdWrap___2bkwK .layout__listOfId___2Mwgv .form-inline .form-control {
  width: 100%;
}

.layout__contentField___14RIK.layout__listOfIdWrap___2bkwK .layout__passportNumber___14RCe {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___14RIK.layout__radio___2_L1E {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___14RIK.layout__radio___2_L1E,
.layout__contentField___14RIK.layout__radio___2_L1E>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___14RIK.layout__radio___2_L1E>div {
  margin-right: 15px;
}

.layout__contentField___14RIK.layout__radio___2_L1E>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___14RIK.layout__numberWithExt___22jNN {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___14RIK.layout__numberWithExt___22jNN>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___14RIK.layout__numberWithExt___22jNN>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__inputRow___3Hglr {
  margin-bottom: 20px;
}

.layout__deleteInsurance___3UPRk {
  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___3UPRk,
.layout__insuranceTitle___1h1cb {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.layout__insuranceTitle___1h1cb {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  color: #008345;
}

.layout__deleteContainer___2UZCa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__addInsurance___NnJqr {
  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___1_Gdr {
  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___1_Gdr {
    padding: 0 15px;
  }
}

.layout__statusBar___1jEHt {
  position: relative;
  margin: 10px 0 30px;
}

.layout__statusBar___1jEHt,
.layout__statusBar___1jEHt>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___1jEHt .layout__completed___cR_yD .layout__textWrap___3kRWI .layout__circle___1KGJq:after {
  background: #008345;
  height: 3px;
  top: 14px;
}

.layout__statusBar___1jEHt .layout__active___1eCiy .layout__circle___1KGJq,
.layout__statusBar___1jEHt .layout__completed___cR_yD .layout__circle___1KGJq {
  background: #008345;
  color: #fff;
}

.layout__statusBar___1jEHt .layout__active___1eCiy .layout__text___1-vuN,
.layout__statusBar___1jEHt .layout__completed___cR_yD .layout__text___1-vuN {
  font-weight: 700;
  color: #008345;
}

.layout__statusBar___1jEHt .layout__active___1eCiy .layout__rectangle___2egJ0>div,
.layout__statusBar___1jEHt .layout__active___1eCiy .layout__rectangleUPL___1ziuf>div,
.layout__statusBar___1jEHt .layout__completed___cR_yD .layout__rectangle___2egJ0>div,
.layout__statusBar___1jEHt .layout__completed___cR_yD .layout__rectangleUPL___1ziuf>div {
  display: block;
}

.layout__statusBar___1jEHt .layout__statusItem___3yzWM {
  width: 130px;
}

.layout__statusBar___1jEHt .layout__statusItem___3yzWM.layout__last___2Om4t .layout__circle___1KGJq:after {
  display: none;
}

.layout__statusBar___1jEHt .layout__text___1-vuN {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___1jEHt .layout__textWrap___3kRWI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___1jEHt .layout__rectangle___2egJ0 {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1jEHt .layout__rectangle___2egJ0>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___1jEHt .layout__rectangle___2egJ0:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1jEHt .layout__rectangle___2egJ0:after,
.layout__statusBar___1jEHt .layout__rectangle___2egJ0:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___1jEHt .layout__rectangle___2egJ0:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1jEHt .layout__rectangleUPL___1ziuf {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1jEHt .layout__rectangleUPL___1ziuf>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___1jEHt .layout__rectangleUPL___1ziuf:before {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1jEHt .layout__rectangleUPL___1ziuf:after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background: #979797;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1jEHt .layout__circle___1KGJq {
  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___1jEHt .layout__circle___1KGJq:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

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

.layout__dataWrapper___3KBxb .layout__titleField___1CRhb {
  color: #838383;
}

.layout__dataWrapper___3KBxb .layout__textField___24wLO {
  margin-left: 15px;
}

.layout__dataWrapper___3KBxb .layout__selectField___3OJYR {
  margin-top: 15px;
}

.layout__titlePage___3oTvp {
  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___4jmP0 {
  margin-left: 1px;
  font-weight: 700;
}

.layout__buttonChoose___2BL1o {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #008345;
  margin-bottom: 10px;
}

.layout__buttonChoose___2BL1o,
.layout__buttonContainer___32SNn {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonContainer___32SNn {
  -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___2-xk0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.layout__supplementCardContainer___imGhS {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___1DEPD {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__modalContent___-N-1G,
.layout__workformRow___1DEPD {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.layout__modalContent___-N-1G {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__selectNote___1365f {
  width: 250px;
  padding: 5px!important;
  height: 40px;
  border: 1px solid gray!important;
}

.layout__statusBox___2jvWT {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease 0s;
}

.layout__statusBox___2jvWT.layout__showStatusBox___2TxfM {
  max-height: 800px;
}

.layout__topBox___Hu7_Y {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.layout__rightBoxItem___2gZ3E {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8fafb;
}

.layout__statusBtnWrap___vhdw1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.layout__statusBtnWrap___vhdw1 .layout__btnLink___1qhQM,
.layout__statusBtnWrap___vhdw1 .layout__btnStats___1QAM5 {
  width: 50%;
  max-width: 150px;
  min-width: 0;
  margin: 0 5px;
}

.layout__iconBox___YdKXJ {
  padding-right: 3px;
}

.layout__clickArea___1Ynqe {
  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___1Wwhb {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___3VAgz {
  color: blue;
}

.layout__noticeNote___3VAgz,
.layout__noticeNoteAddress___2TrUw {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___2TrUw {
  color: red;
}

.layout__titleBox___3nOjc {
  text-align: center;
  margin: 0 0 10px;
}

.layout__titleBox___3nOjc b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___3nOjc p {
  color: #949494;
}

.layout__applicationBox___t6YjT {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___1yAf3 {
  padding: 15px;
}

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

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

.layout__btnStats___1QAM5 {
  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___1QAM5:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnLink___1qhQM {
  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___1qhQM:active,
.layout__btnLink___1qhQM:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___1838o {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___1838o,
.layout__btnDisable___2pAmy,
.layout__btnDisableAia___1lm8u {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___2pAmy,
.layout__btnDisableAia___1lm8u {
  width: 165px;
  background-color: #9b9b9b;
  color: #fff;
}

.layout__btnDisableAia___1lm8u {
  width: 150px;
}

.layout__applicationForm___32Q7I {
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
}

.layout__applicationForm___32Q7I,
.layout__applicationFormSup___1nrry {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___1nrry {
  margin: 0;
}

.layout__idtype___cuT92 {
  width: 93 px;
}

.layout__itemRow___3umJm {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___FOvOE,
.layout__itemRow___3umJm {
  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___2rGMr {
  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___qb4xe {
  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___qb4xe a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: center;
}

.layout__tabTitle___qb4xe .layout__pannelHedge___3sg3D {
  width: 226px;
  height: 1px;
  opacity: .3;
  border: 1px solid #3e8a62;
}

.layout__tabTitle___qb4xe img {
  margin-left: 10px;
}

.layout__integrationsHistoryList___3w9GT {
  overflow: auto;
}

.layout__integrationsHistoryList___3w9GT table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___3w9GT td,
.layout__integrationsHistoryList___3w9GT th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___7gCyc {
  width: 60px!important;
}

.layout__inputItemExt___7gCyc,
.layout__inputItemPhone___L26gl {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___L26gl {
  width: 140px!important;
}

.layout__inputItemBizPhone___26WeJ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___3K2G2 input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__top20px___J5Tni {
  padding-top: 20px;
}

.layout__mtm6___2a8dX {
  margin-top: -6px;
}

.layout__width180___1BHMY {
  width: 180px!important;
}

.layout__mgl40px___2c8dg {
  margin-left: 40px;
}

.layout__mgl10px___3uFgY {
  margin-left: 10px;
}

.layout__tab___2oWbo {
  padding: 0 15px;
  border: none;
}

.layout__tab___2oWbo li {
  width: 340px;
  text-align: center;
}

.layout__tab___2oWbo a,
.layout__tab___2oWbo li {
  cursor: pointer;
}

.layout__mailContainer___5BO9w input,
.layout__mailContainer___5BO9w textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___1kiFh {
  width: 97%!important;
}

.layout__detailReminder___mBmIB,
.layout__fulltext___1kiFh {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___mBmIB {
  width: 100%!important;
}

.layout__removeIcon___2Sm90 {
  display: none;
}

.layout__closeIcon___3cgjh,
.layout__removeIcon___2Sm90 {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___1HDoZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___25ndQ {
  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___25ndQ:hover .layout__removeIcon___2Sm90 {
  display: block;
}

.layout__imgBoxAdd___Fq6pr {
  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___Z5dfs {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  color: #fff;
}

.layout__deleteAll___1-2j9,
.layout__titleGroup___jXP4J {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___1-2j9 {
  cursor: pointer;
}

.layout__deleteTitle___3P3GG {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___2uZQJ {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___2uZQJ,
.layout__actionRow___3hJdV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___3hJdV {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__programBox___2Rm5g {
  border: 2px dashed #008345;
  margin: 10px;
  padding: 10px;
}

.layout__programBoxUPL___QWVma {
  border: 2px dashed #1976d2;
  margin: 10px;
  padding: 10px;
}

.layout__programRejectBox___3_2JQ {
  border: 2px dashed red;
  margin: 10px;
  padding: 10px;
}

.layout__closePreviewBox___3j-3v {
  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___334Q2 {
  padding: 15px;
}

.layout__previewBoxTitle___3nM3f {
  margin: 0 0 10px;
}

.layout__previewBoxFields___LHfhz {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.layout__previewBoxFields___LHfhz li {
  margin: 0 0 5px;
  counter-increment: my-awesome-counter;
}

.layout__previewBoxFields___LHfhz li:before {
  content: counter(my-awesome-counter) ". ";
  color: #969696;
  float: left;
  margin-right: 5px;
}

.layout__previewBoxFields___LHfhz li:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}

.layout__previewBoxSmallTitle___1seWk {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.layout__fieldName___A2ccM {
  color: #969696;
  display: block;
  margin: 0 5px 0 0;
}

.layout__fieldName___A2ccM:after {
  content: ":";
}

.layout__fieldContent___luH-E {
  color: #000;
}

.layout__btnChangeFlow___1L8Ns {
  margin-left: 20px;
  margin-top: 20px;
}

.layout__insuranceWarning___TVCl3 {
  color: #ffc107!important;
  margin-top: 20px;
}

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

.layout__wrapBtnArea___3onRp {
  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___3onRp {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___3onRp .layout__wrapBtn___1w7SY {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___3onRp .layout__wrapBtn___1w7SY {
    width: 50%;
  }
}

.layout__wrapBtnArea___3onRp .layout__wrapBtn___1w7SY a,
.layout__wrapBtnArea___3onRp .layout__wrapBtn___1w7SY button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__wrapBtnArea___3onRp .layout__submitSM___g-E9r {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 260px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___3onRp .layout__submitSM___g-E9r {
    width: 50%;
  }
}

.layout__wrapBtnArea___3onRp .layout__submitSM___g-E9r a,
.layout__wrapBtnArea___3onRp .layout__submitSM___g-E9r button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___1HNM0 {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___rPdBB {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___rPdBB span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn____v9M8 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___2tF7J {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___u8ddO {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___u8ddO:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___1MNC4 {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___2xVLJ {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___3aKb3 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

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

.layout__btnCopy___2HMzk {
  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___2HMzk:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnUpdate___7_665 {
  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___7_665:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__integrationLink___1z-sS {
  cursor: pointer;
}

.layout__kycbox___sJV0q {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___sJV0q img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycbox___sJV0q button {
  height: 48px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
}

.layout__kycContainer___g0hxG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___3fQJG {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___qdEXR,
.layout__kycTitle___3fQJG {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___qdEXR {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___iymaB {
  max-width: 580px;
}

.layout__kycHistoryTitle___209d0 {
  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___209d0 a {
  text-decoration: none;
  cursor: pointer;
}

.layout__btnAreaPopup___3fF6t {
  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___yUYsM {
  color: #069e4e;
}

.layout__voiceRed___yLaYA {
  color: red;
}

.layout__kycGreen___2kDbs {
  color: #069e4e;
  font-size: 16px;
  font-weight: 700;
}

.layout__quickActionItemColumn___3mw03 {
  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___3mw03 img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.layout__quickActionItemColumn___3mw03 a,
.layout__quickActionItemColumn___3mw03 button {
  color: #fff;
  text-decoration: none;
}

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

.layout__autoDisburment___2oMF5 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnCheckAD___hEU8c {
  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___hEU8c:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__autoDisburmentBusy___HuBig {
  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___3XUlR {
  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___1ZGmb {
  font-size: 12px;
  color: #717171;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.layout__autoDisburmentFlow___RCh5n {
  font-size: 16px;
  color: #028547;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__autoDisburmentLink___2Wbdm,
.layout__autoDisburmentNoti___3zQxO {
  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___2Wbdm {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__radioForm___1ixpd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
}

.layout__method___3qtgE {
  font-weight: 700;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.layout__method___3qtgE,
.layout__methoddes___iwB_I {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

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

.layout__noticeem___2KfCt {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #e10600;
  margin-top: 16px;
}

.layout__noticeem___2KfCt span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.layout__genlink___1nk3k {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-left: 40px;
}

.layout__groupCheckBox___2Gq1Z {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnStatsCPC___3vsEX {
  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___3vsEX:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__CPCContainer___1ZZXp {
  width: 100%;
}

.layout__titleFieldCPC___2Vrck {
  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___3uNf0 {
  margin-left: 20px;
  font-weight: 700;
  color: red;
}

.layout__group___1LLj3 {
  position: relative;
}

.layout__group___1LLj3 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___1LLj3 input.layout__invalid___3LOmw {
  border-bottom: 1px solid #dd621d;
}

.layout__group___1LLj3 input:focus {
  outline: none;
}

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

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

.layout__group___1LLj3 .layout__bar___104wP {
  position: relative;
  display: block;
}

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

.layout__group___1LLj3 .layout__bar___104wP:before {
  left: 50%;
}

.layout__group___1LLj3 .layout__bar___104wP:after {
  right: 50%;
}

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

.layout__group___1LLj3 input:focus~.layout__bar___104wP:after,
.layout__group___1LLj3 input:focus~.layout__bar___104wP:before {
  width: 50%;
}

.layout__withLabel___1bXFV {
  margin-top: 45px;
}

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

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

.layout__styledV2___2C2Kf.layout__uplStyle___fAxrh>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___2C2Kf.layout__odStyle___-mNJz>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

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

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

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

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

.layout__styledV3___2wh23.layout__odStyle___-mNJz>input,
.layout__styledV3___2wh23.layout__uplStyle___fAxrh>input {
  border: 1px solid #ced4da!important;
  background: #c4d7ea;
}

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

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

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

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

.layout__styledV4___1RPNY.layout__odStyle___-mNJz>input,
.layout__styledV4___1RPNY.layout__uplStyle___fAxrh>input {
  border: 1px solid #ced4da!important;
  background: #c4d7ea;
}

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

.layout__styledV4___1RPNY>input {
  width: 100%!important;
  font-size: 14px!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
  border-radius: 8px;
}

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

.layout__group___3dJev {
  position: relative;
}

.layout__group___3dJev 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___3dJev input.layout__invalid___1T1XO {
  border-bottom: 1px solid #dd621d;
}

.layout__group___3dJev input:focus {
  outline: none;
}

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

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

.layout__group___3dJev .layout__bar___1FRzX {
  position: relative;
  display: block;
}

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

.layout__group___3dJev .layout__bar___1FRzX:before {
  left: 50%;
}

.layout__group___3dJev .layout__bar___1FRzX:after {
  right: 50%;
}

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

.layout__group___3dJev input:focus~.layout__bar___1FRzX:after,
.layout__group___3dJev input:focus~.layout__bar___1FRzX:before {
  width: 50%;
}

.layout__withLabel___2AkEq {
  margin-top: 45px;
}

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

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

.layout__styledV2___1kzoU.layout__uplStyle___2_lCD>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___1kzoU.layout__odStyle___c4Ovq>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

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

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

@media screen {
  .layout__externalClass___oJtoA {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___oJtoA {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___1XIKB {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

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

.layout__navTab___PU0w2,
.layout__workform___1RpQi {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___PU0w2 {
  -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___PU0w2 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___PU0w2 button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___PU0w2 button {
    width: 100%;
  }
}

.layout__navTab___PU0w2 button:active,
.layout__navTab___PU0w2 button:focus,
.layout__navTab___PU0w2 button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
  background-color: #3e8a62;
  color: #fff;
}

.layout__navTab___PU0w2 button.layout__tabActive___1m_q1 {
  font-weight: 700;
  background-color: #3e8a62;
  color: #fff;
}

.layout__tabContent___18hUm {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___18hUm {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___1iWPH {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___SLo_9 {
  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___3DFF8 {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___3DFF8 .layout__closeBox___3XaQk {
  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___3DFF8 .layout__flexItem___PYzVm {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___3DFF8 .layout__flexItem___PYzVm,
.layout__flowTitle___1Ciq5 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flowTitle___1Ciq5 {
  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___1Ciq5 .layout__changeFlowbtn___1IQXP {
  margin-left: 30px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #008345;
  background-color: #fff;
}

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

.layout__show___2VHxf {
  display: block;
  margin-bottom: 10px;
}

.layout__show___2VHxf .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___2VHxf div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___2Af5q {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__contentField___3XfyM {
  padding: 5px 0;
}

.layout__contentField___3XfyM.layout__listOfIdWrap___1xyQd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3XfyM.layout__listOfIdWrap___1xyQd .layout__listOfId___27DFU {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___3XfyM.layout__listOfIdWrap___1xyQd .layout__listOfId___27DFU .form-inline .form-control {
  width: 100%;
}

.layout__contentField___3XfyM.layout__listOfIdWrap___1xyQd .layout__passportNumber___23IOK {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___3XfyM.layout__radio___QJj1I {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___3XfyM.layout__radio___QJj1I,
.layout__contentField___3XfyM.layout__radio___QJj1I>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3XfyM.layout__radio___QJj1I>div {
  margin-right: 15px;
}

.layout__contentField___3XfyM.layout__radio___QJj1I>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___3XfyM.layout__numberWithExt___1ljgk {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___3XfyM.layout__numberWithExt___1ljgk>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___3XfyM.layout__numberWithExt___1ljgk>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__inputRow___3qwVz {
  margin-bottom: 20px;
}

.layout__deleteInsurance___30H-D {
  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___30H-D,
.layout__insuranceTitle___PABlQ {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.layout__insuranceTitle___PABlQ {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  color: #008345;
}

.layout__deleteContainer___pDNd6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__addInsurance___y8CfV {
  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___2kM7Z {
  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___2kM7Z {
    padding: 0 15px;
  }
}

.layout__statusBar___1lLvr {
  position: relative;
  margin: 10px 0 30px;
}

.layout__statusBar___1lLvr,
.layout__statusBar___1lLvr>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___1lLvr .layout__completed___3ShbO .layout__textWrap___1i4os .layout__circle___2a6w5:after {
  background: #008345;
  height: 3px;
  top: 14px;
}

.layout__statusBar___1lLvr .layout__active___17C8v .layout__circle___2a6w5,
.layout__statusBar___1lLvr .layout__completed___3ShbO .layout__circle___2a6w5 {
  background: #008345;
  color: #fff;
}

.layout__statusBar___1lLvr .layout__active___17C8v .layout__text___tdiNZ,
.layout__statusBar___1lLvr .layout__completed___3ShbO .layout__text___tdiNZ {
  font-weight: 700;
  color: #008345;
}

.layout__statusBar___1lLvr .layout__active___17C8v .layout__rectangle___2-Kb9>div,
.layout__statusBar___1lLvr .layout__active___17C8v .layout__rectangleUPL___1l1DK>div,
.layout__statusBar___1lLvr .layout__completed___3ShbO .layout__rectangle___2-Kb9>div,
.layout__statusBar___1lLvr .layout__completed___3ShbO .layout__rectangleUPL___1l1DK>div {
  display: block;
}

.layout__statusBar___1lLvr .layout__statusItem___hKLDp {
  width: 130px;
}

.layout__statusBar___1lLvr .layout__statusItem___hKLDp.layout__last___YJnIc .layout__circle___2a6w5:after {
  display: none;
}

.layout__statusBar___1lLvr .layout__text___tdiNZ {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___1lLvr .layout__textWrap___1i4os {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___1lLvr .layout__rectangle___2-Kb9 {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1lLvr .layout__rectangle___2-Kb9>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___1lLvr .layout__rectangle___2-Kb9:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1lLvr .layout__rectangle___2-Kb9:after,
.layout__statusBar___1lLvr .layout__rectangle___2-Kb9:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___1lLvr .layout__rectangle___2-Kb9:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1lLvr .layout__rectangleUPL___1l1DK {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1lLvr .layout__rectangleUPL___1l1DK>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___1lLvr .layout__rectangleUPL___1l1DK:before {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1lLvr .layout__rectangleUPL___1l1DK:after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background: #979797;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1lLvr .layout__circle___2a6w5 {
  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___1lLvr .layout__circle___2a6w5:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

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

.layout__dataWrapper___3w1It .layout__titleField___y4csU {
  color: #838383;
}

.layout__dataWrapper___3w1It .layout__textField___2geoC {
  margin-left: 15px;
}

.layout__dataWrapper___3w1It .layout__selectField___VIn6Z {
  margin-top: 15px;
}

.layout__titlePage___2xIan {
  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___2Oz4o {
  margin-left: 1px;
  font-weight: 700;
}

.layout__buttonChoose___1_Nsd {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #008345;
  margin-bottom: 10px;
}

.layout__buttonChoose___1_Nsd,
.layout__buttonContainer___2A6Gt {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonContainer___2A6Gt {
  -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___3qIWr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.layout__supplementCardContainer___2w8OV {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___3xl2B {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__modalContent___2mLbL,
.layout__workformRow___3xl2B {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

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

.layout__selectNote___2zCuB {
  width: 250px;
  padding: 5px!important;
  height: 40px;
  border: 1px solid gray!important;
}

.layout__statusBox___2fGvD {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease 0s;
}

.layout__statusBox___2fGvD.layout__showStatusBox___30fe8 {
  max-height: 800px;
}

.layout__topBox___2VmEk {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.layout__rightBoxItem___35KEL {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8fafb;
}

.layout__statusBtnWrap___19ne6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.layout__statusBtnWrap___19ne6 .layout__btnLink___2snDY,
.layout__statusBtnWrap___19ne6 .layout__btnStats___1CE3b {
  width: 50%;
  max-width: 150px;
  min-width: 0;
  margin: 0 5px;
}

.layout__iconBox___6aQXj {
  padding-right: 3px;
}

.layout__clickArea___3--f8 {
  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___2NVcM {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___2rA_T {
  color: blue;
}

.layout__noticeNote___2rA_T,
.layout__noticeNoteAddress___3pNBX {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___3pNBX {
  color: red;
}

.layout__titleBox___1TfG2 {
  text-align: center;
  margin: 0 0 10px;
}

.layout__titleBox___1TfG2 b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___1TfG2 p {
  color: #949494;
}

.layout__applicationBox___3Mbo5 {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___2_3Xs {
  padding: 15px;
}

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

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

.layout__btnStats___1CE3b {
  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___1CE3b:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1CE3b.layout__disabled___3DQ-H,
.layout__btnStats___1CE3b:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

.layout__btnLink___2snDY {
  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___2snDY:active,
.layout__btnLink___2snDY:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___UZOUk {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___UZOUk,
.layout__btnDisable___2BpQ2,
.layout__btnDisableAia___3xbyB {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___2BpQ2,
.layout__btnDisableAia___3xbyB {
  width: 165px;
  background-color: #9b9b9b;
  color: #fff;
}

.layout__btnDisableAia___3xbyB {
  width: 150px;
}

.layout__applicationForm___1YIoQ {
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
}

.layout__applicationForm___1YIoQ,
.layout__applicationFormSup___gqR15 {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___gqR15 {
  margin: 0;
}

.layout__idtype___3FjDp {
  width: 93 px;
}

.layout__itemRow___3A7uX {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___2u87f,
.layout__itemRow___3A7uX {
  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___2JfdY {
  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___2gTaG {
  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___2gTaG a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: center;
}

.layout__tabTitle___2gTaG .layout__pannelHedge___34yVv {
  width: 226px;
  height: 1px;
  opacity: .3;
  border: 1px solid #3e8a62;
}

.layout__tabTitle___2gTaG img {
  margin-left: 10px;
}

.layout__integrationsHistoryList___lR1E_ {
  overflow: auto;
}

.layout__integrationsHistoryList___lR1E_ table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___lR1E_ td,
.layout__integrationsHistoryList___lR1E_ th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___1k3ft {
  width: 60px!important;
}

.layout__inputItemExt___1k3ft,
.layout__inputItemPhone___1fv7_ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___1fv7_ {
  width: 140px!important;
}

.layout__inputItemBizPhone___2COWT {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___1UUrK input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__top20px___dTsfr {
  padding-top: 20px;
}

.layout__mtm6___2ns4g {
  margin-top: -6px;
}

.layout__width180___7W35x {
  width: 180px!important;
}

.layout__mgl40px___2oU_N {
  margin-left: 40px;
}

.layout__mgl10px___1hxAr {
  margin-left: 10px;
}

.layout__tab___o7s6z {
  padding: 0 15px;
  border: none;
}

.layout__tab___o7s6z li {
  width: 340px;
  text-align: center;
}

.layout__tab___o7s6z a,
.layout__tab___o7s6z li {
  cursor: pointer;
}

.layout__mailContainer___2dbhH input,
.layout__mailContainer___2dbhH textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___3m6F5 {
  width: 97%!important;
}

.layout__detailReminder___Wp-QJ,
.layout__fulltext___3m6F5 {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___Wp-QJ {
  width: 100%!important;
}

.layout__removeIcon___1y-QU {
  display: none;
}

.layout__closeIcon___DDdWy,
.layout__removeIcon___1y-QU {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___7CwiZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___2fO2L {
  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___2fO2L:hover .layout__removeIcon___1y-QU {
  display: block;
}

.layout__imgBoxAdd___cci-E {
  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___1a0ER,
.layout__titleGroup___196Kz {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___1a0ER {
  cursor: pointer;
}

.layout__deleteTitle___3i6IF {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___1MfNZ {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___1MfNZ,
.layout__actionRow___3S8_t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___3S8_t {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__programBox___1be93 {
  border: 2px dashed #008345;
  margin: 10px;
  padding: 10px;
}

.layout__programBoxUPL___1EUzN {
  border: 2px dashed #1976d2;
  margin: 10px;
  padding: 10px;
}

.layout__programRejectBox___1Lw24 {
  border: 2px dashed red;
  margin: 10px;
  padding: 10px;
}

.layout__closePreviewBox___2Y0oM {
  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___q_yav {
  padding: 15px;
}

.layout__previewBoxTitle___2c8rY {
  margin: 0 0 10px;
}

.layout__previewBoxFields___3i-qe {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.layout__previewBoxFields___3i-qe li {
  margin: 0 0 5px;
  counter-increment: my-awesome-counter;
}

.layout__previewBoxFields___3i-qe li:before {
  content: counter(my-awesome-counter) ". ";
  color: #969696;
  float: left;
  margin-right: 5px;
}

.layout__previewBoxFields___3i-qe li:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}

.layout__previewBoxSmallTitle___2Zj6h {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.layout__fieldName___2wCQz {
  color: #969696;
  display: block;
  margin: 0 5px 0 0;
}

.layout__fieldName___2wCQz:after {
  content: ":";
}

.layout__fieldContent___f6HK8 {
  color: #000;
}

.layout__btnChangeFlow___3Pq-z {
  margin-left: 20px;
  margin-top: 20px;
}

.layout__insuranceWarning___1xpHt {
  color: #ffc107!important;
  margin-top: 20px;
}

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

.layout__wrapBtnArea___2dUkX {
  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___2dUkX {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___2dUkX .layout__wrapBtn___2A5qC {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___2dUkX .layout__wrapBtn___2A5qC {
    width: 50%;
  }
}

.layout__wrapBtnArea___2dUkX .layout__wrapBtn___2A5qC a,
.layout__wrapBtnArea___2dUkX .layout__wrapBtn___2A5qC button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___3bI7J {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___YMJ3J {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___YMJ3J span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___3mqdL {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___V0XT3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___1wwQY {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___1wwQY:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___2kw_Z {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___192TJ {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___EpFgc {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

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

.layout__btnCopy___6cOkD {
  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___6cOkD:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCopy___6cOkD.layout__disabled___3DQ-H,
.layout__btnCopy___6cOkD:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

.layout__btnUpdate___3AtQi {
  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___3AtQi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnUpdate___3AtQi.layout__disabled___3DQ-H,
.layout__btnUpdate___3AtQi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

.layout__integrationLink___JeIF8 {
  cursor: pointer;
}

.layout__kycbox___3q0qp {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___3q0qp img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___oti2X {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___2e7xu {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___25CvN,
.layout__kycTitle___2e7xu {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___25CvN {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___2EHjZ {
  max-width: 300px;
}

.layout__kycHistoryTitle___kNTVr {
  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___kNTVr a {
  text-decoration: none;
  cursor: pointer;
}

.layout__btnAreaPopup___3al8C {
  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___3d7mF {
  color: #069e4e;
}

.layout__voiceRed___36q8O {
  color: red;
}

.layout__kycGreen___2b9pp {
  color: #069e4e;
  font-size: 16px;
  font-weight: 700;
}

.layout__quickActionItemColumn___yxE8x {
  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___yxE8x img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.layout__quickActionItemColumn___yxE8x a,
.layout__quickActionItemColumn___yxE8x button {
  color: #fff;
  text-decoration: none;
}

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

.layout__autoDisburment___2rZ04 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnCheckAD___2nDCe {
  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___2nDCe:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCheckAD___2nDCe.layout__disabled___3DQ-H,
.layout__btnCheckAD___2nDCe:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

.layout__autoDisburmentBusy___4QyNC {
  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___1unL0 {
  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___2KA7b {
  font-size: 12px;
  color: #717171;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.layout__autoDisburmentFlow___3ytAJ {
  font-size: 16px;
  color: #028547;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__autoDisburmentLink___nFHZ9,
.layout__autoDisburmentNoti___Dk8jr {
  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___nFHZ9 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__radioForm___Ou-N9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
}

.layout__method___9Zjgp {
  font-weight: 700;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.layout__method___9Zjgp,
.layout__methoddes___28snr {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

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

.layout__noticeem___3WpzJ {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #e10600;
  margin-top: 16px;
}

.layout__noticeem___3WpzJ span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.layout__genlink___1B7Ml {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-left: 40px;
}

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

.layout__headerTitle___3p36L {
  width: 100%;
}

.layout__headerTitleGreen___2_6i6 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #028547;
}

@media print {
  .layout__contentBox___IKG53 {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

@media screen {
  .layout__externalClass___1Syj2 {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
}

@media print {
  .layout__externalClass___1Syj2 {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
  }
}

.layout__resultBox___29r59 {
  color: #a460e8;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

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

.layout__navTab___2LhxX,
.layout__workform___3K1fZ {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___2LhxX {
  -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___2LhxX 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___2LhxX button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___2LhxX button {
    width: 100%;
  }
}

.layout__navTab___2LhxX button:active,
.layout__navTab___2LhxX button:focus,
.layout__navTab___2LhxX button:visited {
  outline: 0;
  border: 1px solid #a460e8;
  background-color: #a460e8;
  color: #fff;
}

.layout__navTab___2LhxX button.layout__tabActive___10f-1 {
  font-weight: 700;
  background-color: #a460e8;
  color: #fff;
}

.layout__tabContent___2Bg9C {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___2Bg9C {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___1YWgZ {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___1lfX4 {
  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___JjHt1 {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___JjHt1 .layout__closeBox___3EF_1 {
  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___JjHt1 .layout__flexItem___3B-ZY {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___JjHt1 .layout__flexItem___3B-ZY,
.layout__flowTitle___1bErY {
  display: -ms-flexbox;
  display: flex;
}

.layout__flowTitle___1bErY {
  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___1bErY .layout__changeFlowbtn___a7GYT {
  margin-left: 30px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #a460e8;
  background-color: #fff;
}

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

.layout__show___2QMwg {
  display: block;
  margin-bottom: 10px;
}

.layout__show___2QMwg .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___2QMwg div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___3SFHj {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__contentField___3l7LC {
  padding: 5px 0;
}

.layout__contentField___3l7LC.layout__listOfIdWrap___1QiHJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3l7LC.layout__listOfIdWrap___1QiHJ .layout__listOfId___2pIev {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___3l7LC.layout__listOfIdWrap___1QiHJ .layout__listOfId___2pIev .form-inline .form-control {
  width: 100%;
}

.layout__contentField___3l7LC.layout__listOfIdWrap___1QiHJ .layout__listOfId___2pIev span:nth-child(2) {
  display: none;
}

.layout__contentField___3l7LC.layout__listOfIdWrap___1QiHJ .layout__passportNumber___2_qrY {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___3l7LC.layout__radio___3QosB {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___3l7LC.layout__radio___3QosB,
.layout__contentField___3l7LC.layout__radio___3QosB>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3l7LC.layout__radio___3QosB>div {
  margin-right: 15px;
}

.layout__contentField___3l7LC.layout__radio___3QosB>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___3l7LC input[type=radio]:checked {
  filter: invert(53%) sepia(43%) saturate(5106%) hue-rotate(237deg) brightness(93%) contrast(96%);
}

.layout__contentField___3l7LC.layout__numberWithExt___2u5Mk {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___3l7LC.layout__numberWithExt___2u5Mk>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___3l7LC.layout__numberWithExt___2u5Mk>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__inputRow___1W4a- {
  margin-bottom: 20px;
}

.layout__deleteInsurance___tyZga {
  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___tyZga,
.layout__insuranceTitle___1J-Lv {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

.layout__insuranceTitle___1J-Lv {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1;
  color: #a460e8;
}

.layout__deleteContainer___jJqMm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.layout__addInsurance___3pDGO {
  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___10sgq {
  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___10sgq {
    padding: 0 15px;
  }
}

.layout__statusBar___3hLN1 {
  position: relative;
  margin: 10px 0 30px;
}

.layout__statusBar___3hLN1,
.layout__statusBar___3hLN1>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___3hLN1 .layout__completed___Owc80 .layout__textWrap___1dZnv .layout__circle___1Bg_R:after {
  background: #a460e8;
  height: 3px;
  top: 14px;
}

.layout__statusBar___3hLN1 .layout__active___1QIjE .layout__circle___1Bg_R,
.layout__statusBar___3hLN1 .layout__completed___Owc80 .layout__circle___1Bg_R {
  background: #a460e8;
  color: #fff;
}

.layout__statusBar___3hLN1 .layout__active___1QIjE .layout__text___3S8cd,
.layout__statusBar___3hLN1 .layout__completed___Owc80 .layout__text___3S8cd {
  font-weight: 700;
  color: #a460e8;
}

.layout__statusBar___3hLN1 .layout__active___1QIjE .layout__rectangle___1OBbT>div,
.layout__statusBar___3hLN1 .layout__active___1QIjE .layout__rectangleUPL___HB80X>div,
.layout__statusBar___3hLN1 .layout__completed___Owc80 .layout__rectangle___1OBbT>div,
.layout__statusBar___3hLN1 .layout__completed___Owc80 .layout__rectangleUPL___HB80X>div {
  display: block;
}

.layout__statusBar___3hLN1 .layout__statusItem___1LJug {
  width: 130px;
}

.layout__statusBar___3hLN1 .layout__statusItem___1LJug.layout__last___3YrEL .layout__circle___1Bg_R:after {
  display: none;
}

.layout__statusBar___3hLN1 .layout__text___3S8cd {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___3hLN1 .layout__textWrap___1dZnv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___3hLN1 .layout__rectangle___1OBbT {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___3hLN1 .layout__rectangle___1OBbT>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___3hLN1 .layout__rectangle___1OBbT:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___3hLN1 .layout__rectangle___1OBbT:after,
.layout__statusBar___3hLN1 .layout__rectangle___1OBbT:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___3hLN1 .layout__rectangle___1OBbT:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___3hLN1 .layout__rectangleUPL___HB80X {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___3hLN1 .layout__rectangleUPL___HB80X>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___3hLN1 .layout__rectangleUPL___HB80X:before {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___3hLN1 .layout__rectangleUPL___HB80X:after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background: #979797;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___3hLN1 .layout__circle___1Bg_R {
  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___3hLN1 .layout__circle___1Bg_R:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

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

.layout__dataWrapper___NIei- .layout__titleField___FeTpr {
  color: #838383;
}

.layout__dataWrapper___NIei- .layout__textField___3AXY0 {
  margin-left: 15px;
}

.layout__dataWrapper___NIei- .layout__selectField___QTrgr {
  margin-top: 15px;
}

.layout__titlePage___qQH3k {
  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___403mG {
  margin-left: 1px;
  font-weight: 700;
}

.layout__buttonChoose___QGD3x {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #a460e8;
  margin-bottom: 10px;
}

.layout__buttonChoose___QGD3x,
.layout__buttonContainer___3PLu- {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonContainer___3PLu- {
  -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___1gD6K {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.layout__supplementCardContainer___50dzD {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.layout__workformRow___3dMIX {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__modalContent___1anlp,
.layout__workformRow___3dMIX {
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

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

.layout__selectNote___Ex332 {
  width: 250px;
  padding: 5px!important;
  height: 40px;
  border: 1px solid gray!important;
}

.layout__statusBox___31S2H {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: all .5s ease 0s;
}

.layout__statusBox___31S2H.layout__showStatusBox___3GETa {
  max-height: 800px;
}

.layout__topBox___t4NIW {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.layout__rightBoxItem___QhecR {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8fafb;
}

.layout__statusBtnWrap___RbtQ8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 0;
}

.layout__statusBtnWrap___RbtQ8 .layout__btnLink___3NVLa,
.layout__statusBtnWrap___RbtQ8 .layout__btnStats___1s3N9 {
  width: 50%;
  max-width: 150px;
  min-width: 0;
  margin: 0 5px;
}

.layout__iconBox___2sB5K {
  padding-right: 3px;
}

.layout__clickArea___cIVNM {
  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___3gK3L {
  color: red;
  font-size: 16px;
}

.layout__noticeNote___183nP {
  color: blue;
}

.layout__noticeNote___183nP,
.layout__noticeNoteAddress___3b9WE {
  font-style: italic;
  font-size: 13px;
}

.layout__noticeNoteAddress___3b9WE {
  color: red;
}

.layout__titleBox___15hRD {
  text-align: center;
  margin: 0 0 10px;
}

.layout__titleBox___15hRD b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___15hRD p {
  color: #949494;
}

.layout__applicationBox___EVKu2 {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

.layout__modalcontainer___12AS3 {
  padding: 15px;
}

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

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

.layout__btnStats___1s3N9 {
  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___1s3N9:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnStatsSm___3ZchT {
  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___3ZchT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnLink___3NVLa {
  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___3NVLa:active,
.layout__btnLink___3NVLa:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___3KyRD {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___3KyRD,
.layout__btnDisable___3ocZY,
.layout__btnDisableAia___2k3cL {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___3ocZY,
.layout__btnDisableAia___2k3cL {
  width: 165px;
  background-color: #9b9b9b!important;
  color: #fff;
}

.layout__btnDisableAia___2k3cL {
  width: 150px;
}

.layout__applicationForm___1yqLw {
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
}

.layout__applicationForm___1yqLw,
.layout__applicationFormSup___1whVw {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  font-size: 13px;
}

.layout__applicationFormSup___1whVw {
  margin: 0;
}

.layout__idtype___3d1ku {
  width: 93 px;
}

.layout__itemRow___1o_Ix {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___dt0mP,
.layout__itemRow___1o_Ix {
  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____O6EA {
  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___1hTY0 {
  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___1hTY0 a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  text-align: center;
}

.layout__tabTitle___1hTY0 .layout__pannelHedge___2Gtrv {
  width: 226px;
  height: 1px;
  opacity: .3;
  border: 1px solid #a460e8;
}

.layout__tabTitle___1hTY0 img {
  margin-left: 10px;
}

.layout__integrationsHistoryList___SGgs3 {
  overflow: auto;
}

.layout__integrationsHistoryList___SGgs3 table {
  margin: 0;
  min-height: 300px;
}

.layout__integrationsHistoryList___SGgs3 td,
.layout__integrationsHistoryList___SGgs3 th {
  border: 1px solid #ddd;
}

.layout__inputItemExt___21KO0 {
  width: 60px!important;
}

.layout__inputItemExt___21KO0,
.layout__inputItemPhone___1T_uD {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemPhone___1T_uD {
  width: 140px!important;
}

.layout__inputItemBizPhone___3N-XM {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 200px!important;
  font-size: 13px!important;
}

.layout__coverBox___3tAPr input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__top20px___1bBmd {
  padding-top: 20px;
}

.layout__mtm6___14R-z {
  margin-top: -6px;
}

.layout__width180___2S1hL {
  width: 180px!important;
}

.layout__mgl40px___25wUN {
  margin-left: 40px;
}

.layout__mgl10px___1kwwt {
  margin-left: 10px;
}

.layout__tab___3rSsO {
  padding: 0 15px;
  border: none;
}

.layout__tab___3rSsO li {
  width: 340px;
  text-align: center;
}

.layout__tab___3rSsO a,
.layout__tab___3rSsO li {
  cursor: pointer;
}

.layout__mailContainer___3pX0o input,
.layout__mailContainer___3pX0o textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___3YPnX {
  width: 97%!important;
}

.layout__detailReminder___2Gygm,
.layout__fulltext___3YPnX {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
}

.layout__detailReminder___2Gygm {
  width: 100%!important;
}

.layout__removeIcon___dOjtk {
  display: none;
}

.layout__closeIcon___vGa4n,
.layout__removeIcon___dOjtk {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___li46s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___18T1q {
  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___18T1q:hover .layout__removeIcon___dOjtk {
  display: block;
}

.layout__imgBoxAdd___3vKXW {
  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___1neYS,
.layout__titleGroup___1x_Fx {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___1neYS {
  cursor: pointer;
}

.layout__deleteTitle___2UR42 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionarea___3Gk-G {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___3Gk-G,
.layout__actionRow___d8h9A {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___d8h9A {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__programBox___2OV92 {
  border: 2px dashed #a460e8;
  margin: 10px;
  padding: 10px;
}

.layout__programBoxUPL___2n1QQ {
  border: 2px dashed #1976d2;
  margin: 10px;
  padding: 10px;
}

.layout__programRejectBox___2zXzm {
  border: 2px dashed red;
  margin: 10px;
  padding: 10px;
}

.layout__closePreviewBox___3MMR6 {
  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___3pvNz {
  padding: 15px;
}

.layout__previewBoxTitle___cqCsZ {
  margin: 0 0 10px;
}

.layout__previewBoxFields___3uD1m {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.layout__previewBoxFields___3uD1m li {
  margin: 0 0 5px;
  counter-increment: my-awesome-counter;
}

.layout__previewBoxFields___3uD1m li:before {
  content: counter(my-awesome-counter) ". ";
  color: #969696;
  float: left;
  margin-right: 5px;
}

.layout__previewBoxFields___3uD1m li:after {
  content: "";
  display: block;
  min-height: 1px;
  clear: both;
}

.layout__previewBoxSmallTitle___38uUV {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.layout__fieldName___21Aw0 {
  color: #969696;
  display: block;
  margin: 0 5px 0 0;
}

.layout__fieldName___21Aw0:after {
  content: ":";
}

.layout__fieldContent___1kI0_ {
  color: #000;
}

.layout__btnChangeFlow___3yfOh {
  margin-left: 20px;
  margin-top: 20px;
}

.layout__insuranceWarning___2orD2 {
  color: #ffc107!important;
  margin-top: 20px;
}

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

.layout__wrapBtnArea___Pk1GQ {
  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___Pk1GQ {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___Pk1GQ .layout__wrapBtn___h1GPt {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___Pk1GQ .layout__wrapBtn___h1GPt {
    width: 50%;
  }
}

.layout__wrapBtnArea___Pk1GQ .layout__wrapBtn___h1GPt a,
.layout__wrapBtnArea___Pk1GQ .layout__wrapBtn___h1GPt button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___XwPnV {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___1M1kh {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___1M1kh span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___1WNHZ {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___3oeRP {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___3A76Y {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #a460e8;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___3A76Y:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___2q8nA {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___2D89J {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___2El8X {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

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

.layout__btnCopy___1FuDT {
  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___1FuDT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnUpdate___3NC89 {
  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___3NC89:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__integrationLink___3cLVc {
  cursor: pointer;
}

.layout__kycbox___2wf7p {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___2wf7p img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycbox___2wf7p button {
  height: 48px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #a460e8!important;
  color: #fff;
}

.layout__kycContainer___2gpuE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___VDWKd {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___101rW,
.layout__kycTitle___VDWKd {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___101rW {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___3FhFe {
  max-width: 580px;
}

.layout__kycHistoryTitle___2oPIo {
  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___2oPIo a {
  text-decoration: none;
  cursor: pointer;
}

.layout__btnAreaPopup___2cciE {
  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___3Yzp9 {
  color: #069e4e;
}

.layout__voiceRed___lW6YL {
  color: red;
}

.layout__kycGreen___11xTh {
  color: #069e4e;
  font-size: 16px;
  font-weight: 700;
}

.layout__quickActionItemColumn___28gmC {
  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___28gmC img {
  width: 16px;
  height: auto;
  margin: 0 10px 0 0;
}

.layout__quickActionItemColumn___28gmC a,
.layout__quickActionItemColumn___28gmC button {
  color: #fff;
  text-decoration: none;
}

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

.layout__autoDisburment___2AF_j {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.layout__btnCheckAD___339oD {
  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___339oD:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__autoDisburmentBusy___3rU_e {
  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___3P71i {
  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___3T54c {
  font-size: 12px;
  color: #717171;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.layout__autoDisburmentFlow___wlIBP {
  font-size: 16px;
  color: #028547;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__autoDisburmentLink___RtwSM,
.layout__autoDisburmentNoti___3bSIO {
  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___RtwSM {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cancelBtnNew___1bs1K {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid;
}

.layout__btnStatsCPC___3P74B {
  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___3P74B:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__CPCContainer___2pqE5 {
  width: 100%;
}

.layout__titleFieldCPC___3-N-- {
  width: 120px;
}

.layout__imgBoxAddCPC___3ocKj {
  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__group___1yFI3 {
  position: relative;
}

.layout__group___1yFI3 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___1yFI3 input.layout__invalid___1ocR0 {
  border-bottom: 1px solid #dd621d;
}

.layout__group___1yFI3 input:focus {
  outline: none;
}

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

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

.layout__group___1yFI3 .layout__bar___2EhSG {
  position: relative;
  display: block;
}

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

.layout__group___1yFI3 .layout__bar___2EhSG:before {
  left: 50%;
}

.layout__group___1yFI3 .layout__bar___2EhSG:after {
  right: 50%;
}

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

.layout__group___1yFI3 input:focus~.layout__bar___2EhSG:after,
.layout__group___1yFI3 input:focus~.layout__bar___2EhSG:before {
  width: 50%;
}

.layout__withLabel___T5OAV {
  margin-top: 45px;
}

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

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

.layout__styledV2___1OiME.layout__isValid___3xqSX.layout__uplStyle___aXWFf>input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___1OiME.layout__isValid___3xqSX.layout__odStyle___3svfY>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

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

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

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

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

.layout__pageTitle___1GhlA {
  margin-bottom: 30px;
}

.layout__inputItem___2g-Ff {
  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___2UESk {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___2UESk {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___2UESk label {
  margin: 0;
}

.layout__wrapCheckAll___2UESk input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___31S4n {
  background: #1976d2!important;
  color: #fff!important;
}

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

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

.layout__wrapCheckBoxForMB___O9UhE {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___O9UhE {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___3B9_f {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___3B9_f {
    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___3B9_f:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

.layout__assignForm___G8Vuh {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___G8Vuh .layout__formLabel___29qVb {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___G8Vuh .layout__formField___3CDtS {
  margin: 0 0 15px;
}

.layout__refreshBtn___2_QFN {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___det_T {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___det_T .layout__wrapBtn___3sjcP {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___1uvjM:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___1uvjM:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___1uvjM {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___1uvjM td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___3TlOA:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___3TlOA:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___3TlOA {
  color: #fff;
  background: purple;
}

.layout__isStaff___3TlOA td>a {
  color: #fff!important;
}

.layout__colorOfPriority___x7gJ2 {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___x7gJ2.layout__green___1m3ev {
  background: #279327;
}

.layout__colorOfPriority___x7gJ2.layout__orange___1pR0V {
  background: #fcbd4a;
}

.layout__colorOfPriority___x7gJ2.layout__red___1zm9_ {
  background: #e40505;
}

.layout__colorOfPriority___x7gJ2.layout__black___2aSFQ {
  background: #aeaeae;
}

.layout__fullBox___CldGc {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___2Dqbu,
.layout__fullBox___CldGc {
  display: -ms-flexbox;
  display: flex;
}

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

.layout__searchbox___297Mm {
  margin-top: 15px;
}

.layout__yellowClass___wE1-v {
  background-color: #fc0;
}

.layout__blueClass___2Dev_,
.layout__yellowClass___wE1-v {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___2Dev_ {
  background-color: #2206f8;
}

.layout__redClass___2acYq {
  background-color: red;
}

.layout__greenClass___3vbzC,
.layout__redClass___2acYq {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___3vbzC {
  background-color: #028547;
}

.layout__contentcontainer___2Haql {
  font-size: 10px!important;
}

.layout__tableList___1k1HY {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___1k1HY {
    overflow: initial;
  }
}

.layout__divSearch___3uID5 {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3uID5 {
    overflow: initial;
  }
}

.layout__divSearch___3uID5>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___-i580 {
  color: red!important;
}

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

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

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

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

.layout__coverBox___Rrxk- {
  width: 230px;
  display: inline-block;
}

.layout__coverBox___Rrxk- input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

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

.layout__flexItem___3MdlC,
.layout__modalcontainer___yDkJ9 {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.layout__fulltext___2yej3 {
  width: 100%;
}

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

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

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

.layout__linkpopup___3niyQ {
  cursor: pointer;
}

.layout__inputSearch___3vVF7 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___3vVF7:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___3vVF7::placeholder {
  font-style: italic;
}

.layout__tableList___1k1HY td.layout__checkBoxCol___2aJD7,
.layout__tableList___1k1HY th.layout__checkBoxCol___2aJD7 {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___hCONM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___3wspn {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___3wspn {
    padding: 0 15px;
  }
}

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

.layout__list___3wspn .layout__curPointer___3EARx {
  cursor: pointer;
}

.layout__list___3wspn .layout__count___1Oj-k {
  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___3wspn .layout__countNumber___2B35K {
  color: #028547;
}

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

.layout__list___3wspn .layout__decreaseIcon___3mB6N,
.layout__list___3wspn .layout__increaseIcon___r4O02 {
  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___3wspn .layout__decreaseIcon___3mB6N {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___3wspn .layout__downloadIcon___4lXwy {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___3wspn .layout__applicationLink___T5ga5 {
  color: #000;
}

.layout__list___3wspn .layout__circleIcon___3j_df {
  background: #1976d2;
}

.layout__list___3wspn .layout__circleIcon___3j_df,
.layout__list___3wspn .layout__circleIconOD___zKXEA {
  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___3wspn .layout__circleIconOD___zKXEA {
  background: #a460e8;
}

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

.layout__list___3wspn .layout__noteOff___3DC7_ .layout__divline___3mUSz {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___3wspn .layout__approved___2QS9t,
.layout__list___3wspn .layout__carddeliver___HSatX,
.layout__list___3wspn .layout__cardship____WsVq,
.layout__list___3wspn .layout__draft___2G9vL,
.layout__list___3wspn .layout__inprocess___ZW696,
.layout__list___3wspn .layout__status___EdCki,
.layout__list___3wspn .layout__submitteddoc___tnRMs,
.layout__list___3wspn .layout__sumittedapp___p0wyG {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___3wspn .layout__draft___2G9vL {
  color: #9c27b0;
}

.layout__list___3wspn .layout__sumittedapp___p0wyG {
  color: #e91e63;
}

.layout__list___3wspn .layout__submitteddoc___tnRMs {
  color: #4caf50;
}

.layout__list___3wspn .layout__inprocess___ZW696 {
  color: #f76045;
}

.layout__list___3wspn .layout__approved___2QS9t {
  color: #f4bf75;
}

.layout__list___3wspn .layout__cardship____WsVq {
  color: #795548;
}

.layout__list___3wspn .layout__carddeliver___HSatX {
  color: #1976d2;
}

.layout__list___3wspn .layout__border___JWL4K,
.layout__list___3wspn .layout__carddeliverBorder___1dHAe,
.layout__list___3wspn .layout__cardshipBorder___TwlZH,
.layout__list___3wspn .layout__savedBorder___3u8Dm,
.layout__list___3wspn .layout__submitteddocBorder___1E1Tl,
.layout__list___3wspn .layout__sumittedappBorder___3bTh6,
.layout__list___3wspn .layout__verificationBorder___1CwEZ {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___3wspn .layout__savedBorder___3u8Dm {
  border-left-color: #9c27b0;
}

.layout__list___3wspn .layout__submitteddocBorder___1E1Tl {
  border-left-color: #4caf50;
}

.layout__list___3wspn .layout__cardshipBorder___TwlZH {
  border-left-color: #795548;
}

.layout__list___3wspn .layout__carddeliverBorder___1dHAe {
  border-left-color: #1976d2;
}

.layout__list___3wspn .layout__sumittedappBorder___3bTh6,
.layout__list___3wspn .layout__verificationBorder___1CwEZ {
  border-left-color: #e91e63;
}

.layout__list___3wspn .layout__statusBox___3eZJ7 {
  margin: 0;
}

.layout__bntRetry___36o6l {
  background: #14cf14d1;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
}

.layout__selectIn___2TVpn {
  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___3SC19 {
  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___3KU5N {
  width: calc(100% - 250px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__formWrapper___2Otit {
  width: 100%;
  max-width: 500px;
  padding: 30px 0;
  margin: 0 auto;
}

.layout__btnStats___11xfE {
  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___11xfE:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnStats___11xfE.layout__disabled___oHSih {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

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

.layout__contentWrapper___1xQ9v {
  width: 60%;
  margin: 20px 100px;
}

.layout__contentWrapper___1xQ9v .layout__mt50px___348CB {
  margin-top: 50px;
}

.layout__contentWrapper___1xQ9v .layout__mt30px___Bo6EV {
  margin-top: 30px;
}

.layout__contentWrapper___1xQ9v input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt {
  padding: 3rem 0;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__actionButton____uCMK,
.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__cancelBtn___cy89b,
.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__cancelBtn___cy89b {
  background-color: #ececec;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD.layout__disabled___Wz2tp,
.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD:active,
.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD:focus,
.layout__contentWrapper___1xQ9v .layout__content___34y_Z .layout__actionContainer___2OFOt .layout__createBtn___385wD:visited {
  outline: 0;
}

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

.layoutcreate__contentWrapper___3QADm {
  width: 60%;
  margin: 20px 100px;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__mt50px___2XQgV {
  margin-top: 50px;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__mt30px____OQb- {
  margin-top: 30px;
}

.layoutcreate__contentWrapper___3QADm input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- {
  background: #fff;
  padding: 1% 10%;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 {
  padding: 3rem 0;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__actionButton___1IJN1,
.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__cancelBtn___3T2uN,
.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__cancelBtn___3T2uN {
  background-color: #ececec;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi.layoutcreate__disabled___3ngYx,
.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi:active,
.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi:focus,
.layoutcreate__contentWrapper___3QADm .layoutcreate__content___ljON- .layoutcreate__actionContainer___6cmT3 .layoutcreate__createBtn___LQrOi:visited {
  outline: 0;
}

.layoutcreate__autoHeight___3YYgM {
  height: auto;
}

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

.layout__addSelectButton___bGcJu {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__titlePopup___3k4jF {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___3k4jF,
.layout__titleSelect___2Yy-9 {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___2Yy-9 {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___26Qxd {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___1FXd_,
.layout__doneBtn___26Qxd {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___1FXd_ {
  background-color: #82a393;
}

.layout__footerModal___1WBD4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__saleSupport___36tsv {
  width: 300px;
  height: 200px;
  margin: 20px;
}

.layout__saleSupport___36tsv select[multiple]:focus option:checked,
.layout__saleSupport___36tsv select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___36tsv select {
  width: 100%;
  overflow-y: auto;
  height: 200px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___36tsv 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___36tsv option:active,
.layout__saleSupport___36tsv option:checked,
.layout__saleSupport___36tsv option:focus,
.layout__saleSupport___36tsv option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__createNew___3pprN {
  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___3pprN:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__createNew___3pprN a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___3pprN a:hover {
  text-decoration: none;
}

.layout__createNew___3pprN .layout__plusIcon___2ZehP {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___QjU5h {
  padding: 20px 0;
}

.layout__content___QjU5h .layout__createNewMerchant___2xt5W {
  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___QjU5h .layout__createNewMerchant___2xt5W .layout__plusIcon___2ZehP {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___QjU5h .layout__createNewMerchant___2xt5W .layout__plusIcon___2ZehP span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___QjU5h .layout__textAccount___6CFxd {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___V2Wdm {
  width: 100%;
}

.layout__actionButton___zdVTM,
.layout__deleteButton___2sTaS,
.layout__unlockButton___2pMTW {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___2sTaS {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___2pMTW {
  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___2CZl0 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___2CZl0,
.layout__createNew___1P6GW {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___1P6GW {
  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___1P6GW:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__createNew___1P6GW a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___1P6GW a:hover {
  text-decoration: none;
}

.layout__createNew___1P6GW .layout__plusIcon___3mrxB {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___3sUn5 {
  padding: 20px 0;
}

.layout__content___3sUn5 .layout__createNewMerchant___XHKoT {
  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___3sUn5 .layout__createNewMerchant___XHKoT .layout__plusIcon___3mrxB {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___3sUn5 .layout__createNewMerchant___XHKoT .layout__plusIcon___3mrxB span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___3sUn5 .layout__textAccount___FvLft {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___3KAWb {
  width: 100%;
}

.layout__actionButton___1hGe8,
.layout__deleteButton___2FeKk,
.layout__unlockButton___3bDHe {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___2FeKk {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___3bDHe {
  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___2Qc6y {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___7NTCJ {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___7NTCJ .layout__mt50px___1LGh7 {
  margin-top: 50px;
}

.layout__contentWrapper___7NTCJ .layout__mt50px___1LGh7 div {
  height: auto;
}

.layout__contentWrapper___7NTCJ .layout__mt30px___24673 {
  margin-top: 30px;
}

.layout__contentWrapper___7NTCJ input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___7NTCJ .layout__remove___1LyiC {
  float: right;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__actionButton___3H6N9,
.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__cancelBtn___1H3Tl,
.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz {
  height: 35px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__cancelBtn___1H3Tl {
  background-color: #ececec;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz.layout__disabled___2QOwt,
.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz:active,
.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz:focus,
.layout__contentWrapper___7NTCJ .layout__content___1Z_2g .layout__actionContainer___37i5z .layout__createBtn___yk7oz:visited {
  outline: 0;
}

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

.layout__contentWrapper___1g4cZ {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___1g4cZ .layout__mt50px___RAFJP {
  margin-top: 50px;
}

.layout__contentWrapper___1g4cZ .layout__mt50px___RAFJP div {
  height: auto;
}

.layout__contentWrapper___1g4cZ .layout__mt30px___2mIp6 {
  margin-top: 30px;
}

.layout__contentWrapper___1g4cZ input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 {
  padding: 3rem 0;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__actionButton___PJ-Lv,
.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__cancelBtn___2nRmG,
.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__cancelBtn___2nRmG {
  background-color: #ececec;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx.layout__disabled___3Wvu6,
.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx:active,
.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx:focus,
.layout__contentWrapper___1g4cZ .layout__content___WSz92 .layout__actionContainer___ZQDk3 .layout__createBtn___2EhAx: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___30d1A {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___1h2X5 {
  margin: auto;
  margin-top: 50px;
  width: 80%;
  position: relative;
}

.layout__contentWrapper___1h2X5 .layout__backButton___3zjWV {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
}

.layout__contentWrapper___1h2X5 .layout__headTitle___3T_Wv {
  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___1h2X5 .layout__secondaryTitle___2gBbA {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #008345;
}

.layout__contentWrapper___1h2X5 .layout__buttonNewChannel___2g1dl {
  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___1h2X5 .layout__buttonNewChannel___2g1dl:hover {
  opacity: .9;
}

.layout__contentWrapper___1h2X5 .layout__channelNameLabel___3lBje {
  height: 16px;
  font-size: 14px;
  text-align: left;
  color: #838383;
}

.layout__contentWrapper___1h2X5 .layout__channelNameInput___3dW_P input {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.layout__contentWrapper___1h2X5 .layout__channelNameInput___3dW_P input:focus {
  outline: none;
}

.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btn___3PFqs,
.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCancel___3GrJ9,
.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCreate___1OYRI {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btn___3PFqs:hover,
.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCancel___3GrJ9:hover,
.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCreate___1OYRI:hover {
  opacity: .9;
}

.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCreate___1OYRI {
  background-color: #008345;
  color: #fff;
  margin-right: 20px;
}

.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCancel___3GrJ9,
.layout__contentWrapper___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCreate___1OYRI {
  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___1h2X5 .layout__channelButtons___3CSVR .layout__btnChannelCancel___3GrJ9 {
  background-color: #d8d8d8;
  color: #4a4a4a;
}

.layout__contentWrapper___1h2X5 .layout__leftTable___3gset .layout__child___1sz_h {
  border: 1px solid #cacaca;
  height: 650px;
  margin-bottom: 20px;
  overflow-y: scroll;
}

.layout__contentWrapper___1h2X5 .layout__channelItem___3f3Qy {
  width: 100%;
  height: auto;
  line-height: 45px;
  padding-left: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all .18s;
  position: relative;
}

.layout__contentWrapper___1h2X5 .layout__channelItem___3f3Qy .layout__btnRemove___1F30S {
  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___1h2X5 .layout__channelItemActive___30pxz {
  background: #008345;
  color: #fff;
  transition: all .18s;
}

.layout__label___3uEMP {
  font-family: Roboto,Arial;
  font-size: 14px;
  text-align: left;
  color: #838383;
  padding-left: 0;
}

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

.layout__contentBox___274YK,
.layout__createNew___32eEx {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___32eEx {
  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___32eEx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__createNew___32eEx a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___32eEx a:hover {
  text-decoration: none;
}

.layout__createNew___32eEx .layout__plusIcon___70q3T {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___CXFg4 {
  padding: 20px 0;
}

.layout__content___CXFg4 .layout__createNewMerchant___16Q29 {
  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___CXFg4 .layout__createNewMerchant___16Q29 .layout__plusIcon___70q3T {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___CXFg4 .layout__createNewMerchant___16Q29 .layout__plusIcon___70q3T span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___CXFg4 .layout__textAccount___3Hmrt {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___Qtgxb {
  width: 100%;
}

.layout__actionButton___1_eaP,
.layout__unlockButton___2RgQ9 {
  width: 75px;
}

.layout__actionButton___1_eaP,
.layout__deleteButton___Wr-0a,
.layout__unlockButton___2RgQ9 {
  color: inherit;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___Wr-0a {
  width: 100px;
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___2RgQ9 {
  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___Cue3m {
  height: auto;
}

.layout__workform___3Ed_b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__resultBox___2m7Ij {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

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

.layout__contentBox___2ZGvx,
.layout__workformRow___tnr9_ {
  display: -ms-flexbox;
  display: flex;
}

.layout__workformRow___tnr9_ {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
}

.layout__statusBox___3MMJu {
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  height: 100%;
  min-width: 60%;
}

.layout__titlePage___3vn7I {
  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___2rE7Z {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___1Ga5N {
  cursor: pointer;
}

.layout__rednote___1xT7m {
  color: red;
  font-size: 16px;
}

.layout__titleBox___5Wva7 {
  text-align: center;
}

.layout__titleBox___5Wva7 b {
  text-transform: uppercase;
  font-size: 15px;
}

.layout__titleBox___5Wva7 p {
  color: #949494;
}

.layout__btnParent___1eiEv {
  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___2v1L7>label {
  pointer-events: none;
}

.layout__signatureExampPopup___2x5PO {
  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___3Nr_V {
  position: relative;
  width: 530px;
  height: auto;
  border: 2px solid #4c4c4c;
}

.layout__signatureExampPopupInner___3Nr_V>span {
  display: block;
  padding: 10px;
  background: #fff;
  font-weight: 700;
}

.layout__signatureExampPopupInner___3Nr_V .layout__closePopup___t46Jp {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 2;
}

.layout__signatureExampPopupInner___3Nr_V img {
  max-width: 100%;
  height: auto;
}

.layout__applicationBox___2jh0y {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin: 15px 15px 15px 0;
  width: 100%;
}

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

.layout__flexItem___2GeWx,
.layout__modalcontainer___2A_Iw {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.layout__btnStats___qjLop {
  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___qjLop:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___qjLop.layout__disabled___-MtIf,
.layout__btnStats___qjLop:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

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

.layout__btnStats___qjLop:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.layout__btnDisable___1CEDX {
  height: 35px;
  width: 165px;
  border-radius: 25px;
  font-weight: 700;
  background-color: grey;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__applicationForm___1gpjs {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
  font-size: 13px;
}

.layout__itemRow___2a9sM {
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layout__item___1DVJL,
.layout__itemRow___2a9sM {
  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___aSOoF {
  width: 70%!important;
  border: 1px solid #cacaca!important;
  border-radius: 7px;
  height: 36px;
  padding-left: 10px;
}

.layout__inputItem___aSOoF,
.layout__inputItemExt___1GVqQ {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemExt___1GVqQ {
  width: 60px!important;
}

.layout__inputItemPhone___ZYLkH {
  width: 140px!important;
}

.layout__inputItemBizPhone___3UiYJ,
.layout__inputItemPhone___ZYLkH {
  padding-top: 0!important;
  padding-bottom: 0!important;
  font-size: 13px!important;
}

.layout__inputItemBizPhone___3UiYJ {
  width: 200px!important;
}

.layout__coverBox___n72HO input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__top20px___Lsd28 {
  padding-top: 20px;
}

.layout__mtm6___2Hf1E {
  margin-top: -6px;
}

.layout__width180___3yoZD {
  width: 180px!important;
}

.layout__mgl40px___15Qmm {
  margin-left: 40px;
}

.layout__mgl10px___3pmmT {
  margin-left: 10px;
}

.layout__cardTitle___2nwm1 {
  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___BcjQB {
  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___BcjQB 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___1O-7L {
  width: 26px;
  height: 1px;
  transform: rotate(-270deg);
  background-color: #9b9b9b;
}

.layout__mailContainer___1KxOo input,
.layout__mailContainer___1KxOo textarea {
  border: 1px solid #ddd!important;
  padding: 10px!important;
  margin-bottom: 10px;
}

.layout__fulltext___27Okc {
  height: 100px!important;
  border: 1px solid #ddd!important;
  border-radius: 5px;
  width: 97%!important;
}

.layout__removeIcon___5eaU5 {
  display: none;
}

.layout__closeIcon___2nd7d,
.layout__removeIcon___5eaU5 {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___1a922 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__imgBox___h2E-1 {
  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___h2E-1:hover .layout__removeIcon___5eaU5 {
  display: block;
}

.layout__imgBoxAdd___2XLGy {
  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___y59Nu,
.layout__titleGroup___TGQgd {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__deleteAll___y59Nu {
  cursor: pointer;
}

.layout__deleteTitle___PVAQR {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.layout__actionRow___3Wyel {
  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___2Vmkq {
  display: block;
  min-height: 18px;
}

.layout__show___3zUIi {
  display: block;
  margin-bottom: 10px;
}

.layout__show___3zUIi .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___3zUIi div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__contentField___3pm3Q {
  padding: 5px 0;
}

.layout__contentField___3pm3Q.layout__listOfIdWrap___1x_De {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3pm3Q.layout__listOfIdWrap___1x_De .layout__listOfId___3XpUC {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___3pm3Q.layout__listOfIdWrap___1x_De .layout__listOfId___3XpUC .form-control {
  width: 100%;
}

.layout__contentField___3pm3Q.layout__listOfIdWrap___1x_De .layout__passportNumber___1qu7G {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___3pm3Q.layout__radio___2Fb4e {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___3pm3Q.layout__radio___2Fb4e,
.layout__contentField___3pm3Q.layout__radio___2Fb4e>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___3pm3Q.layout__radio___2Fb4e>div {
  margin-right: 15px;
}

.layout__contentField___3pm3Q.layout__radio___2Fb4e>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___3pm3Q.layout__numberWithExt___1jVQj {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentField___3pm3Q.layout__numberWithExt___1jVQj>div:nth-child(2) {
  margin-left: 5px;
  width: 100px!important;
}

.layout__contentField___3pm3Q.layout__numberWithExt___1jVQj>div:nth-child(2)>input {
  padding-right: 10px;
}

.layout__btnAction___2Q-v2 {
  width: 200px;
  background-color: #028547;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 50px;
}

.layout__remove___3WCbk {
  float: right;
}

.layout__content___2CPEY {
  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___383yG {
  height: 168px!important;
}

.layout__contentBox___3Y-bA {
  width: calc(100% - 310px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 800px;
}

.layout__remindContainer___2d1HR {
  margin-bottom: 10px;
}

.layout__title___ZGTXo {
  background-color: red;
}

.layout__title___ZGTXo,
.layout__titleComplete___2wj_5 {
  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___2wj_5 {
  background-color: #008345;
}

.layout__note___HLYGd {
  margin-left: 30px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 543px;
  height: 83px;
  padding: 10px;
}

.layout__time___Ox5cn {
  margin-left: 20px;
  width: 63px;
  height: 19px;
  font-size: 14px;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.layout__day___33y5p,
.layout__time___Ox5cn {
  font-family: OpenSans;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__day___33y5p {
  height: 22px;
  font-size: 16px;
  text-align: center;
  color: #2c3135;
}

.layout__noteContent___1raZS {
  height: 25px;
  width: 100%;
  border-bottom: 1px dashed #979797;
}

.layout__actionArea____NhEh {
  height: 41px;
  margin-top: 10px;
}

.layout__actionArea____NhEh a {
  cursor: pointer;
}

.layout__btnComplete___31LGF {
  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___3oU0k img,
.layout__open___2ghlf img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.layout__open___2ghlf img {
  transform: rotate(90deg);
}

.layout__timeLine___OgJfr {
  border-left: 1px solid #079500;
  margin-left: 50px;
}

.layout__applicationStatisticsContainer___1Uq70 .layout__selectTimeContainer___3ED7w {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___1Uq70 .layout__selectTimeBlock___38yeu {
  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___1Uq70 .layout__selectTimeTitle___HIm-f {
  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___1Uq70 .layout__selectTimeTitle___HIm-f {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___1Uq70 .layout__selectTimeContent___4E5wi {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___1Uq70 .layout__selectTimeContent___4E5wi form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

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

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1Uq70 .layout__labelText___2siN6 {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___1Uq70 .layout__typeWidth___1EZki {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___1Uq70 .layout__coverBox___6KdZ8 {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1Uq70 .layout__coverBox___6KdZ8 {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1Uq70 .layout__coverBox___6KdZ8 .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___1Uq70 .layout__coverBox___6KdZ8 input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1Uq70 .layout__coverBox___6KdZ8 input {
    width: 100%;
  }
}

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

.layout__applicationStatisticsContainer___1Uq70 .layout__marTopPeriod___2K1OD {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1Uq70 .layout__marTopPeriod___2K1OD {
    margin-top: 30px;
  }
}

.layout__btnStats___oI6wq,
.layout__disableBtn___3y5xY,
.layout__enableBtn___Wi6Td {
  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___oI6wq:hover,
.layout__disableBtn___3y5xY:hover,
.layout__enableBtn___Wi6Td:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___oI6wq.layout__disabled___1wdTO,
.layout__btnStats___oI6wq:disabled,
.layout__disableBtn___3y5xY:disabled,
.layout__disabled___1wdTO.layout__disableBtn___3y5xY,
.layout__disabled___1wdTO.layout__enableBtn___Wi6Td,
.layout__enableBtn___Wi6Td:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___oI6wq:active,
.layout__btnStats___oI6wq:focus,
.layout__btnStats___oI6wq:visited,
.layout__disableBtn___3y5xY:active,
.layout__disableBtn___3y5xY:focus,
.layout__disableBtn___3y5xY:visited,
.layout__enableBtn___Wi6Td:active,
.layout__enableBtn___Wi6Td:focus,
.layout__enableBtn___Wi6Td:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___oI6wq,
  .layout__disableBtn___3y5xY,
  .layout__enableBtn___Wi6Td {
    height: 35px;
  }
}

.layout__disableBtn___3y5xY {
  background-color: #ececec;
}

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

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

.layout__exportTable___3Jcsg {
  width: 90%;
  margin: auto;
}

.layout__tableList___C_rBV td {
  padding-left: 6px;
}

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

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

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

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

@media screen and (max-width:769px) {
  .layout__btnExport___VvguC {
    height: 35px;
  }
}

.layout__applicationStatisticsContainer___1WPi5 .layout__selectTimeContainer___3Lsb_ {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___1WPi5 .layout__selectTimeBlock___1nUD- {
  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___1WPi5 .layout__selectTimeTitle___3wcAx {
  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___1WPi5 .layout__selectTimeTitle___3wcAx {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___1WPi5 .layout__selectTimeContent___bcula {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___1WPi5 .layout__selectTimeContent___bcula form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

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

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1WPi5 .layout__labelText___2_OoU {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___1WPi5 .layout__typeWidth___2NK-h {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___1WPi5 .layout__coverBox___3ODks {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1WPi5 .layout__coverBox___3ODks {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1WPi5 .layout__coverBox___3ODks .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___1WPi5 .layout__coverBox___3ODks input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___1WPi5 .layout__coverBox___3ODks input {
    width: 100%;
  }
}

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

.layout__applicationStatisticsContainer___1WPi5 .layout__marTopPeriod___2IPUJ {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___1WPi5 .layout__marTopPeriod___2IPUJ {
    margin-top: 30px;
  }
}

.layout__btnStats___3e_uu,
.layout__disableBtn___3Eb8n,
.layout__enableBtn___2IWj5 {
  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___3e_uu:hover,
.layout__disableBtn___3Eb8n:hover,
.layout__enableBtn___2IWj5:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3e_uu.layout__disabled___3Dy_0,
.layout__btnStats___3e_uu:disabled,
.layout__disableBtn___3Eb8n:disabled,
.layout__disabled___3Dy_0.layout__disableBtn___3Eb8n,
.layout__disabled___3Dy_0.layout__enableBtn___2IWj5,
.layout__enableBtn___2IWj5:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3e_uu:active,
.layout__btnStats___3e_uu:focus,
.layout__btnStats___3e_uu:visited,
.layout__disableBtn___3Eb8n:active,
.layout__disableBtn___3Eb8n:focus,
.layout__disableBtn___3Eb8n:visited,
.layout__enableBtn___2IWj5:active,
.layout__enableBtn___2IWj5:focus,
.layout__enableBtn___2IWj5:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___3e_uu,
  .layout__disableBtn___3Eb8n,
  .layout__enableBtn___2IWj5 {
    height: 35px;
  }
}

.layout__disableBtn___3Eb8n {
  background-color: #ececec;
}

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

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

.layout__createMerchantContainer___25dby {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___25dby .layout__inputTxt___nrwQs {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___25dby .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___25dby .content {
  padding: 10px;
}

.layout__createMerchantContainer___25dby .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___25dby .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___dTnnO {
  padding: 30px 15px;
}

.layout__cardContainer___dTnnO .layout__toolBar___1aZw2 {
  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___dTnnO .layout__toolBar___1aZw2 .layout__title___3-vO3 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___dTnnO .layout__toolBar___1aZw2 .layout__searchContainer___28dYI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___dTnnO .layout__content___1BmEi,
.layout__cardContainer___dTnnO .layout__content___1BmEi .layout__createNewCard___z4bDD {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___dTnnO .layout__content___1BmEi .layout__createNewCard___z4bDD {
  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___dTnnO .layout__content___1BmEi .layout__createNewCard___z4bDD .layout__plusIcon___38Ryl {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___dTnnO .layout__content___1BmEi .layout__createNewCard___z4bDD .layout__plusIcon___38Ryl span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___dTnnO .layout__cardListContainer___GHESq {
  background-color: #fff;
}

.layout__cardContainer___dTnnO .layout__cardsLogo___1mKy- {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___dTnnO .layout__featuredDot___2xiD1,
.layout__cardContainer___dTnnO .layout__notFeaturedDot___tMT33 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___dTnnO .layout__notFeaturedDot___tMT33 {
  background-color: red;
}

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

.layout__cardContainer___dTnnO .layout__delete___4ebbn,
.layout__cardContainer___dTnnO .layout__edit___ZrsDE {
  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___dTnnO .layout__delete___4ebbn {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___2JGJ2 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2JGJ2 .layout__inputTxt___1SN0h {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___2JGJ2 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2JGJ2 .content {
  padding: 10px;
}

.layout__createMerchantContainer___2JGJ2 .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___2JGJ2 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___1fa1F {
  padding: 30px 15px;
}

.layout__cardContainer___1fa1F .layout__inputSearch___2sFrq {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1fa1F .layout__inputSearch___2sFrq:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1fa1F .layout__inputSearch___2sFrq::placeholder {
  font-style: italic;
}

.layout__cardContainer___1fa1F .layout__toolBar___1BkLs {
  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___1fa1F .layout__toolBar___1BkLs .layout__title___13jk1 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1fa1F .layout__toolBar___1BkLs .layout__searchContainer___KJ_ab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___1fa1F .layout__content___1fGdP,
.layout__cardContainer___1fa1F .layout__content___1fGdP .layout__createNewCard___3U3C- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1fa1F .layout__content___1fGdP .layout__createNewCard___3U3C- {
  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___1fa1F .layout__content___1fGdP .layout__createNewCard___3U3C- .layout__plusIcon___2hwoE {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1fa1F .layout__content___1fGdP .layout__createNewCard___3U3C- .layout__plusIcon___2hwoE span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1fa1F .layout__cardListContainer___1qKa5 {
  background-color: #fff;
}

.layout__cardContainer___1fa1F .layout__cardsLogo___1NYtP {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1fa1F .layout__featuredDot___ymq0i,
.layout__cardContainer___1fa1F .layout__notFeaturedDot___E1D6O {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1fa1F .layout__notFeaturedDot___E1D6O {
  background-color: red;
}

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

.layout__cardContainer___1fa1F .layout__delete___27mzp,
.layout__cardContainer___1fa1F .layout__edit___xeQ9g {
  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___1fa1F .layout__delete___27mzp {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___9c7TV {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___9c7TV .layout__inputTxt___H1N0o {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___9c7TV .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___9c7TV .content {
  padding: 10px;
}

.layout__createMerchantContainer___9c7TV .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___9c7TV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___1CsAG {
  height: 100%;
  margin: 10px;
}

.layout__cardContainer___1CsAG .layout__inputSearch___2mbSY {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1CsAG .layout__inputSearch___2mbSY:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1CsAG .layout__inputSearch___2mbSY::placeholder {
  font-style: italic;
}

.layout__cardContainer___1CsAG .layout__toolBar___1XQCG {
  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___1CsAG .layout__toolBar___1XQCG .layout__title___1J7mY {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1CsAG .layout__toolBar___1XQCG .layout__searchContainer___GafGS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___1CsAG .layout__content___19bOg,
.layout__cardContainer___1CsAG .layout__content___19bOg .layout__createNewCard___1fXaR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1CsAG .layout__content___19bOg .layout__createNewCard___1fXaR {
  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___1CsAG .layout__content___19bOg .layout__createNewCard___1fXaR .layout__plusIcon___3EYZt {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1CsAG .layout__content___19bOg .layout__createNewCard___1fXaR .layout__plusIcon___3EYZt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1CsAG .layout__cardListContainer___2bCZ9 {
  background-color: #fff;
}

.layout__cardContainer___1CsAG .layout__cardsLogo___2-f0m {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1CsAG .layout__featuredDot___HEFqq,
.layout__cardContainer___1CsAG .layout__notFeaturedDot___3YJWT {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1CsAG .layout__notFeaturedDot___3YJWT {
  background-color: red;
}

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

.layout__cardContainer___1CsAG .layout__delete___3xRHB,
.layout__cardContainer___1CsAG .layout__edit___26yUf {
  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___1CsAG .layout__delete___3xRHB {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___lW9jG {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___lW9jG .layout__inputTxt___1cS63 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___lW9jG .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___lW9jG .content {
  padding: 10px;
}

.layout__createMerchantContainer___lW9jG .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___lW9jG .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___3fVte {
  padding: 30px 15px;
}

.layout__cardContainer___3fVte .layout__inputSearch___2mhdR {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3fVte .layout__inputSearch___2mhdR:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3fVte .layout__inputSearch___2mhdR::placeholder {
  font-style: italic;
}

.layout__cardContainer___3fVte .layout__toolBar___1df12 {
  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___3fVte .layout__toolBar___1df12 .layout__title___2IBv4 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3fVte .layout__toolBar___1df12 .layout__searchContainer___1B5m6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___3fVte .layout__content___3vQ_a,
.layout__cardContainer___3fVte .layout__content___3vQ_a .layout__createNewCard___rulLl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3fVte .layout__content___3vQ_a .layout__createNewCard___rulLl {
  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___3fVte .layout__content___3vQ_a .layout__createNewCard___rulLl .layout__plusIcon___3xa2i {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3fVte .layout__content___3vQ_a .layout__createNewCard___rulLl .layout__plusIcon___3xa2i span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3fVte .layout__cardListContainer___1_Krx {
  background-color: #fff;
}

.layout__cardContainer___3fVte .layout__cardsLogo___IyvdJ {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3fVte .layout__featuredDot___3XIQA,
.layout__cardContainer___3fVte .layout__notFeaturedDot___r0JNO {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3fVte .layout__notFeaturedDot___r0JNO {
  background-color: red;
}

.layout__cardContainer___3fVte .layout__edit___1Yj-- {
  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___3fVte .layout__delete___2JpEw,
.layout__cardContainer___3fVte .layout__edit___1Yj-- {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3fVte .layout__delete___2JpEw {
  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___3fVte .layout__check___242Iz {
  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___3fVte .layout__close___vR-c5 {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3fVte .layout__close___vR-c5,
.layout__cardContainer___3fVte .layout__unlock___3SJjh {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
}

.layout__cardContainer___3fVte .layout__unlock___3SJjh {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3fVte .layout__lockIcon___tH2e7 {
  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___3fVte .layout__inputForm___1-dy5 {
  width: 100px;
}

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

.layout__createMerchantContainer___280UH {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___280UH .layout__inputTxt___3yw_l {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___280UH .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___280UH .content {
  padding: 10px;
}

.layout__createMerchantContainer___280UH .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___280UH .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__createMerchantContainer___1Zwzq {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1Zwzq .layout__inputTxt___LDn_I {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1Zwzq .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1Zwzq .content {
  padding: 10px;
}

.layout__createMerchantContainer___1Zwzq .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___1Zwzq .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___1W0Il {
  padding: 30px 15px;
}

.layout__cardContainer___1W0Il .layout__createBtn___3sn4B {
  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___1W0Il .layout__createBtn___3sn4B:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1W0Il .layout__createBtn___3sn4B.layout__disabled___XchHs,
.layout__cardContainer___1W0Il .layout__createBtn___3sn4B:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1W0Il .layout__createBtn___3sn4B:active,
.layout__cardContainer___1W0Il .layout__createBtn___3sn4B:focus,
.layout__cardContainer___1W0Il .layout__createBtn___3sn4B:visited {
  outline: 0;
}

.layout__cardContainer___1W0Il .layout__inputSearch___EbxM9 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1W0Il .layout__inputSearch___EbxM9:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1W0Il .layout__inputSearch___EbxM9::placeholder {
  font-style: italic;
}

.layout__cardContainer___1W0Il .layout__toolBar___39iDg {
  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___1W0Il .layout__toolBar___39iDg .layout__title___1uLBK {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1W0Il .layout__toolBar___39iDg .layout__searchContainer___1Q8_b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___1W0Il .layout__content___13a0V,
.layout__cardContainer___1W0Il .layout__content___13a0V .layout__createNewCard___3dcPF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1W0Il .layout__content___13a0V .layout__createNewCard___3dcPF {
  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___1W0Il .layout__content___13a0V .layout__createNewCard___3dcPF .layout__plusIcon___JKhWN {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1W0Il .layout__content___13a0V .layout__createNewCard___3dcPF .layout__plusIcon___JKhWN span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1W0Il .layout__cardListContainer___a_3W8 {
  background-color: #fff;
}

.layout__cardContainer___1W0Il .layout__cardsLogo___1vW_D {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1W0Il .layout__featuredDot___3Xwkx,
.layout__cardContainer___1W0Il .layout__notFeaturedDot___2WlvF {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1W0Il .layout__notFeaturedDot___2WlvF {
  background-color: red;
}

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

.layout__cardContainer___1W0Il .layout__delete___2F_h4,
.layout__cardContainer___1W0Il .layout__edit___2Sy2V {
  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___1W0Il .layout__delete___2F_h4 {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___1io5Y {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1io5Y .layout__inputTxt___3wgMA {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1io5Y .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1io5Y .content {
  padding: 10px;
}

.layout__createMerchantContainer___1io5Y .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___1io5Y .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___2a6WE {
  padding: 30px 15px;
}

.layout__cardContainer___2a6WE .layout__createBtn___oXz2z {
  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___2a6WE .layout__createBtn___oXz2z:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2a6WE .layout__createBtn___oXz2z.layout__disabled___1_kOD,
.layout__cardContainer___2a6WE .layout__createBtn___oXz2z:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2a6WE .layout__createBtn___oXz2z:active,
.layout__cardContainer___2a6WE .layout__createBtn___oXz2z:focus,
.layout__cardContainer___2a6WE .layout__createBtn___oXz2z:visited {
  outline: 0;
}

.layout__cardContainer___2a6WE .layout__inputSearch___2B_Qr {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2a6WE .layout__inputSearch___2B_Qr:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2a6WE .layout__inputSearch___2B_Qr::placeholder {
  font-style: italic;
}

.layout__cardContainer___2a6WE .layout__toolBar___1U-dM {
  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___2a6WE .layout__toolBar___1U-dM .layout__title___1BBl8 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2a6WE .layout__toolBar___1U-dM .layout__searchContainer___2KKzX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___2a6WE .layout__content___3mhwy,
.layout__cardContainer___2a6WE .layout__content___3mhwy .layout__createNewCard___1bIZ_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2a6WE .layout__content___3mhwy .layout__createNewCard___1bIZ_ {
  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___2a6WE .layout__content___3mhwy .layout__createNewCard___1bIZ_ .layout__plusIcon___2kSQz {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2a6WE .layout__content___3mhwy .layout__createNewCard___1bIZ_ .layout__plusIcon___2kSQz span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2a6WE .layout__cardListContainer___3s_xI {
  background-color: #fff;
}

.layout__cardContainer___2a6WE .layout__cardsLogo___378Em {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2a6WE .layout__featuredDot___2Dpia,
.layout__cardContainer___2a6WE .layout__notFeaturedDot___2qgUa {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2a6WE .layout__notFeaturedDot___2qgUa {
  background-color: red;
}

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

.layout__cardContainer___2a6WE .layout__delete___2hR3_,
.layout__cardContainer___2a6WE .layout__edit___22AXh {
  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___2a6WE .layout__delete___2hR3_ {
  padding-right: 6px;
}

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

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

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

.layout__box___4vfF9 {
  padding: 0 10px;
}

.layout__searchbox___1x8KE {
  margin-top: 15px;
}

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

.layout__contentcontainer___2nVUV {
  font-size: 10px!important;
}

.layout__btnStats___OxjpJ {
  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___OxjpJ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__coverBox___phFoV {
  width: 230px;
  display: inline-block;
}

.layout__coverBox___phFoV input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

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

.layout__flexItem___-xp4O,
.layout__modalcontainer___31Upt {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.layout__fulltext___2RYkH {
  width: 100%;
}

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

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

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

.layout__linkpopup___2RxI- {
  cursor: pointer;
}

.layout__list___cG90y {
  padding: 0 25px;
}

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

.layout__list___cG90y .layout__curPointer___K6qBE {
  cursor: pointer;
}

.layout__list___cG90y .layout__count___3RNfb {
  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___cG90y .layout__countNumber___1Z_HL {
  color: #028547;
}

.layout__list___cG90y .layout__tableHeader___3Aeol {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__list___cG90y .layout__decreaseIcon___340fg,
.layout__list___cG90y .layout__increaseIcon___s-86G {
  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___cG90y .layout__decreaseIcon___340fg {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___cG90y .layout__downloadIcon___2WpTE {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___cG90y .layout__applicationLink___32yYK {
  color: #000;
}

.layout__list___cG90y .layout__approved___2MnYP,
.layout__list___cG90y .layout__carddeliver___2QO9Y,
.layout__list___cG90y .layout__cardship___2G0t9,
.layout__list___cG90y .layout__draft___2WP3F,
.layout__list___cG90y .layout__inprocess___3xmnO,
.layout__list___cG90y .layout__status___1GwBV,
.layout__list___cG90y .layout__submitteddoc___1O4xC,
.layout__list___cG90y .layout__sumittedapp___2Cwyk {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___cG90y .layout__draft___2WP3F {
  color: #9c27b0;
}

.layout__list___cG90y .layout__sumittedapp___2Cwyk {
  color: #e91e63;
}

.layout__list___cG90y .layout__submitteddoc___1O4xC {
  color: #4caf50;
}

.layout__list___cG90y .layout__inprocess___3xmnO {
  color: #f76045;
}

.layout__list___cG90y .layout__approved___2MnYP {
  color: #f4bf75;
}

.layout__list___cG90y .layout__cardship___2G0t9 {
  color: #795548;
}

.layout__list___cG90y .layout__carddeliver___2QO9Y {
  color: #1976d2;
}

.layout__list___cG90y .layout__border___3GvLY,
.layout__list___cG90y .layout__carddeliverBorder___3ej1a,
.layout__list___cG90y .layout__cardshipBorder___22BT9,
.layout__list___cG90y .layout__savedBorder___293tX,
.layout__list___cG90y .layout__submitteddocBorder___39Pug,
.layout__list___cG90y .layout__sumittedappBorder___3z721,
.layout__list___cG90y .layout__verificationBorder___2WN4J {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___cG90y .layout__savedBorder___293tX {
  border-left-color: #9c27b0;
}

.layout__list___cG90y .layout__submitteddocBorder___39Pug {
  border-left-color: #4caf50;
}

.layout__list___cG90y .layout__cardshipBorder___22BT9 {
  border-left-color: #795548;
}

.layout__list___cG90y .layout__carddeliverBorder___3ej1a {
  border-left-color: #1976d2;
}

.layout__list___cG90y .layout__sumittedappBorder___3z721,
.layout__list___cG90y .layout__verificationBorder___2WN4J {
  border-left-color: #e91e63;
}

.layout__list___cG90y .layout__statusBox___1zy-M {
  margin: 0;
}

.layout__inputItem___hcYZX {
  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___wyorB {
  margin: 0 0 30px;
  text-align: center;
}

.layout__btnGroup___MuXKH {
  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___oohhU {
  margin: 0 0 20px;
}

.layout__actionButton___1RQwt,
.layout__cancelBtn___2spSA,
.layout__createBtn___1Otwb {
  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___1RQwt,
  .layout__cancelBtn___2spSA,
  .layout__createBtn___1Otwb {
    height: 35px;
    width: 115px;
  }
}

.layout__cancelBtn___2spSA {
  background-color: #ececec;
}

.layout__createBtn___1Otwb {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

.layout__createMerchantContainer___1FxAD {
  width: 100%;
  max-width: 600px;
  padding: 60px 15px;
  margin: 0 auto;
}

.layout__createMerchantContainer___1FxAD .layout__inputTxt___3_dJi {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1FxAD .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___1FxAD .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

.layout__cardContainer___3Hohl {
  padding: 30px 15px;
}

.layout__cardContainer___3Hohl .layout__inputSearch___ehRAR {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3Hohl .layout__inputSearch___ehRAR:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3Hohl .layout__inputSearch___ehRAR::placeholder {
  font-style: italic;
}

.layout__cardContainer___3Hohl .layout__toolBar___3fD0V {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.layout__cardContainer___3Hohl .layout__toolBar___3fD0V,
.layout__cardContainer___3Hohl .layout__toolBar___3fD0V .layout__searchContainer___GxrBg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3Hohl .layout__content___OcDx1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3Hohl .layout__content___OcDx1,
.layout__cardContainer___3Hohl .layout__content___OcDx1 .layout__createNewCard___v2ZkY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3Hohl .layout__content___OcDx1 .layout__createNewCard___v2ZkY {
  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___3Hohl .layout__content___OcDx1 .layout__createNewCard___v2ZkY .layout__plusIcon___3vqjJ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3Hohl .layout__content___OcDx1 .layout__createNewCard___v2ZkY .layout__plusIcon___3vqjJ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3Hohl .layout__cardListContainer___21adw {
  background-color: #fff;
}

.layout__cardContainer___3Hohl .layout__cardsLogo___3A8du {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3Hohl .layout__featuredDot___21NY9,
.layout__cardContainer___3Hohl .layout__notFeaturedDot___3uY6O {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3Hohl .layout__notFeaturedDot___3uY6O {
  background-color: red;
}

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

.layout__cardContainer___3Hohl .layout__delete___3KsEK,
.layout__cardContainer___3Hohl .layout__edit___3ZkhW {
  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___3Hohl .layout__delete___3KsEK {
  padding-right: 6px;
}

.layout__triangleBtn___2sdtb {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2sdtb {
    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___2sdtb:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

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

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

.layout__tableList___2H_ha th input {
  width: 100%;
}

.layout__title___1Ofpe {
  margin: 0 0 30px;
}

@media screen and (max-width:769px) {
  .layout__btnWrap___3j-SB {
    width: 100%;
    margin: 10px 0 0;
  }
}

.layout__createMerchantContainer___3JX_Y {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3JX_Y .layout__inputTxt___3cAFU {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___3JX_Y .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3JX_Y .content {
  padding: 10px;
}

.layout__createMerchantContainer___3JX_Y .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___3JX_Y .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___2YLDc {
  padding: 30px 15px;
}

.layout__cardContainer___2YLDc .layout__createBtn___14s4f {
  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___2YLDc .layout__createBtn___14s4f:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2YLDc .layout__createBtn___14s4f.layout__disabled___v3YZT,
.layout__cardContainer___2YLDc .layout__createBtn___14s4f:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2YLDc .layout__createBtn___14s4f:active,
.layout__cardContainer___2YLDc .layout__createBtn___14s4f:focus,
.layout__cardContainer___2YLDc .layout__createBtn___14s4f:visited {
  outline: 0;
}

.layout__cardContainer___2YLDc .layout__inputSearch___1yQ2p {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2YLDc .layout__inputSearch___1yQ2p:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2YLDc .layout__inputSearch___1yQ2p::placeholder {
  font-style: italic;
}

.layout__cardContainer___2YLDc .layout__toolBar___3jE-q {
  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___2YLDc .layout__toolBar___3jE-q .layout__title___2AZkm {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2YLDc .layout__toolBar___3jE-q .layout__searchContainer___fF8ob {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___2YLDc .layout__content___3y7Qy,
.layout__cardContainer___2YLDc .layout__content___3y7Qy .layout__createNewCard___3OQ-l {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2YLDc .layout__content___3y7Qy .layout__createNewCard___3OQ-l {
  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___2YLDc .layout__content___3y7Qy .layout__createNewCard___3OQ-l .layout__plusIcon___34cLF {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2YLDc .layout__content___3y7Qy .layout__createNewCard___3OQ-l .layout__plusIcon___34cLF span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2YLDc .layout__cardListContainer___3VYk7 {
  background-color: #fff;
}

.layout__cardContainer___2YLDc .layout__cardsLogo___2uaDa {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2YLDc .layout__featuredDot___14xF1,
.layout__cardContainer___2YLDc .layout__notFeaturedDot___2jC7Q {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2YLDc .layout__notFeaturedDot___2jC7Q {
  background-color: red;
}

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

.layout__cardContainer___2YLDc .layout__delete___2RvgT,
.layout__cardContainer___2YLDc .layout__edit___3Fpgh {
  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___2YLDc .layout__delete___2RvgT {
  padding-right: 6px;
}

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

.layout__pageTitle___3dYH1 {
  margin: 0 0 30px;
  text-align: center;
}

.layout__btnGroup___-xnTg {
  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___FlMXw {
  margin: 0 0 20px;
}

.layout__actionButton___BZRe8,
.layout__cancelBtn___3elzO,
.layout__createBtn___1SRcz {
  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___BZRe8,
  .layout__cancelBtn___3elzO,
  .layout__createBtn___1SRcz {
    height: 35px;
    width: 115px;
  }
}

.layout__cancelBtn___3elzO {
  background-color: #ececec;
}

.layout__createBtn___1SRcz {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

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

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

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

.layout__createMerchantContainer___3ZIzT {
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
  max-width: 600px;
}

.layout__createMerchantContainer___3ZIzT .layout__inputTxt___318Sj {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___3ZIzT .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___3ZIzT .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

.layout__inputItem___kVSNK {
  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___30rgq {
  margin: 0 0 30px;
}

.layout__cardContainer___1evij {
  padding: 30px 15px;
}

.layout__cardContainer___1evij .layout__inputSearch___15afq {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1evij .layout__inputSearch___15afq:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1evij .layout__inputSearch___15afq::placeholder {
  font-style: italic;
}

.layout__cardContainer___1evij .layout__toolBar___3CI5p {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.layout__cardContainer___1evij .layout__toolBar___3CI5p,
.layout__cardContainer___1evij .layout__toolBar___3CI5p .layout__searchContainer___270LT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___1evij .layout__content___3aLqZ,
.layout__cardContainer___1evij .layout__content___3aLqZ .layout__createNewCard___2ZnJt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1evij .layout__content___3aLqZ .layout__createNewCard___2ZnJt {
  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___1evij .layout__content___3aLqZ .layout__createNewCard___2ZnJt .layout__plusIcon___3tO0_ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1evij .layout__content___3aLqZ .layout__createNewCard___2ZnJt .layout__plusIcon___3tO0_ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1evij .layout__cardListContainer___1NN_4 {
  background-color: #fff;
}

.layout__cardContainer___1evij .layout__cardsLogo___Y_oW_ {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1evij .layout__featuredDot___34ObH,
.layout__cardContainer___1evij .layout__notFeaturedDot___2kXTm {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1evij .layout__notFeaturedDot___2kXTm {
  background-color: red;
}

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

.layout__cardContainer___1evij .layout__delete___3Es2W,
.layout__cardContainer___1evij .layout__edit___1bt3j {
  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___1evij .layout__delete___3Es2W {
  padding-right: 6px;
}

.layout__triangleBtn___2Q5vo {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2Q5vo {
    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___2Q5vo:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

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

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

.layout__tableList___1EM0G th input {
  width: 100%;
}

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

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

.layout__createMerchantContainer___1kmj2 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1kmj2 .layout__inputTxt___1vmSF {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1kmj2 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1kmj2 .content {
  padding: 10px;
}

.layout__createMerchantContainer___1kmj2 .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___1kmj2 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___bAv52 {
  padding: 30px 15px;
}

.layout__cardContainer___bAv52 .layout__createBtn___3J_m8 {
  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___bAv52 .layout__createBtn___3J_m8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___bAv52 .layout__createBtn___3J_m8.layout__disabled___3dmPO,
.layout__cardContainer___bAv52 .layout__createBtn___3J_m8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___bAv52 .layout__createBtn___3J_m8:active,
.layout__cardContainer___bAv52 .layout__createBtn___3J_m8:focus,
.layout__cardContainer___bAv52 .layout__createBtn___3J_m8:visited {
  outline: 0;
}

.layout__cardContainer___bAv52 .layout__inputSearch___1aLO4 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___bAv52 .layout__inputSearch___1aLO4:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___bAv52 .layout__inputSearch___1aLO4::placeholder {
  font-style: italic;
}

.layout__cardContainer___bAv52 .layout__toolBar___dnV3U {
  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___bAv52 .layout__toolBar___dnV3U .layout__title___1LdGm {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___bAv52 .layout__toolBar___dnV3U .layout__searchContainer___1FIZ8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___bAv52 .layout__content___BsxLW,
.layout__cardContainer___bAv52 .layout__content___BsxLW .layout__createNewCard___2h3vs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___bAv52 .layout__content___BsxLW .layout__createNewCard___2h3vs {
  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___bAv52 .layout__content___BsxLW .layout__createNewCard___2h3vs .layout__plusIcon___2fpKB {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___bAv52 .layout__content___BsxLW .layout__createNewCard___2h3vs .layout__plusIcon___2fpKB span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___bAv52 .layout__cardListContainer___11iqx {
  background-color: #fff;
}

.layout__cardContainer___bAv52 .layout__cardsLogo___2bp-q {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___bAv52 .layout__featuredDot___2iTMJ,
.layout__cardContainer___bAv52 .layout__notFeaturedDot___1uXcG {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___bAv52 .layout__notFeaturedDot___1uXcG {
  background-color: red;
}

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

.layout__cardContainer___bAv52 .layout__delete___2Ua5O,
.layout__cardContainer___bAv52 .layout__edit___1DWVd {
  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___bAv52 .layout__delete___2Ua5O {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___3m4uc {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3m4uc .layout__inputTxt___2z14W {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___3m4uc .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3m4uc .content {
  padding: 10px;
}

.layout__createMerchantContainer___3m4uc .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___3m4uc .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___3PbkG {
  padding: 30px 15px;
}

.layout__cardContainer___3PbkG .layout__createBtn___16eRq {
  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___3PbkG .layout__createBtn___16eRq:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3PbkG .layout__createBtn___16eRq.layout__disabled___18FEk,
.layout__cardContainer___3PbkG .layout__createBtn___16eRq:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3PbkG .layout__createBtn___16eRq:active,
.layout__cardContainer___3PbkG .layout__createBtn___16eRq:focus,
.layout__cardContainer___3PbkG .layout__createBtn___16eRq:visited {
  outline: 0;
}

.layout__cardContainer___3PbkG .layout__inputSearch___tQiIk {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3PbkG .layout__inputSearch___tQiIk:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3PbkG .layout__inputSearch___tQiIk::placeholder {
  font-style: italic;
}

.layout__cardContainer___3PbkG .layout__toolBar___3dUJT {
  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___3PbkG .layout__toolBar___3dUJT .layout__title___2tcit {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3PbkG .layout__toolBar___3dUJT .layout__searchContainer___2WziU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___3PbkG .layout__content___3YhsF,
.layout__cardContainer___3PbkG .layout__content___3YhsF .layout__createNewCard___3mdfN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3PbkG .layout__content___3YhsF .layout__createNewCard___3mdfN {
  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___3PbkG .layout__content___3YhsF .layout__createNewCard___3mdfN .layout__plusIcon___hez9n {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3PbkG .layout__content___3YhsF .layout__createNewCard___3mdfN .layout__plusIcon___hez9n span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3PbkG .layout__cardListContainer___1sZ1E {
  background-color: #fff;
}

.layout__cardContainer___3PbkG .layout__cardsLogo___UUfmh {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3PbkG .layout__featuredDot___33qUa,
.layout__cardContainer___3PbkG .layout__notFeaturedDot___1bNya {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3PbkG .layout__notFeaturedDot___1bNya {
  background-color: red;
}

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

.layout__cardContainer___3PbkG .layout__delete___Lj_L4,
.layout__cardContainer___3PbkG .layout__edit___YgUwm {
  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___3PbkG .layout__delete___Lj_L4 {
  padding-right: 6px;
}

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

.layout__cardContainer___21jqO {
  padding: 30px 15px;
}

.layout__cardContainer___21jqO .layout__inputSearch___q0d4e {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___21jqO .layout__inputSearch___q0d4e:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___21jqO .layout__inputSearch___q0d4e::placeholder {
  font-style: italic;
}

.layout__cardContainer___21jqO .layout__toolBar___837Ex {
  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___21jqO .layout__toolBar___837Ex .layout__title___2e7Dg {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___21jqO .layout__toolBar___837Ex .layout__searchContainer___3YMRm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___21jqO .layout__content___bhEpP,
.layout__cardContainer___21jqO .layout__content___bhEpP .layout__createNewCard___1715C {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___21jqO .layout__content___bhEpP .layout__createNewCard___1715C {
  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___21jqO .layout__content___bhEpP .layout__createNewCard___1715C .layout__plusIcon___miO-T {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___21jqO .layout__content___bhEpP .layout__createNewCard___1715C .layout__plusIcon___miO-T span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___21jqO .layout__cardListContainer___2Pn7z {
  background-color: #fff;
}

.layout__cardContainer___21jqO .layout__cardsLogo___1Zsg9 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___21jqO .layout__featuredDot___Dp6D2,
.layout__cardContainer___21jqO .layout__notFeaturedDot___1C4in {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___21jqO .layout__notFeaturedDot___1C4in {
  background-color: red;
}

.layout__cardContainer___21jqO .layout__edit___38_o6 {
  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___21jqO .layout__delete___o3Z3R {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

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

.layout__createMerchantContainer___1pmyL {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1pmyL .layout__inputTxt___21eYG {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1pmyL .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1pmyL .content {
  padding: 10px;
}

.layout__createMerchantContainer___1pmyL .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___1pmyL .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___1K6-D {
  padding: 30px 15px;
}

.layout__cardContainer___1K6-D .layout__inputSearch___1qCvj {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1K6-D .layout__inputSearch___1qCvj:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1K6-D .layout__inputSearch___1qCvj::placeholder {
  font-style: italic;
}

.layout__cardContainer___1K6-D .layout__toolBar___2ivhq {
  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___1K6-D .layout__toolBar___2ivhq .layout__title___3BQNv {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1K6-D .layout__toolBar___2ivhq .layout__searchContainer___3ci32 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1K6-D .layout__content___13PqG {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1K6-D .layout__content___13PqG,
.layout__cardContainer___1K6-D .layout__content___13PqG .layout__createNewCard___YB30e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1K6-D .layout__content___13PqG .layout__createNewCard___YB30e {
  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___1K6-D .layout__content___13PqG .layout__createNewCard___YB30e .layout__plusIcon___12tLZ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1K6-D .layout__content___13PqG .layout__createNewCard___YB30e .layout__plusIcon___12tLZ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1K6-D .layout__createBtn___mJnjW {
  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___1K6-D .layout__createBtn___mJnjW:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1K6-D .layout__createBtn___mJnjW.layout__disabled___2nquV,
.layout__cardContainer___1K6-D .layout__createBtn___mJnjW:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1K6-D .layout__createBtn___mJnjW:active,
.layout__cardContainer___1K6-D .layout__createBtn___mJnjW:focus,
.layout__cardContainer___1K6-D .layout__createBtn___mJnjW:visited {
  outline: 0;
}

.layout__cardContainer___1K6-D .layout__cardListContainer___hEdmm {
  background-color: #fff;
}

.layout__cardContainer___1K6-D .layout__cardsLogo___oZiKI {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1K6-D .layout__featuredDot___2-4Vw,
.layout__cardContainer___1K6-D .layout__notFeaturedDot___2ITJj {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1K6-D .layout__notFeaturedDot___2ITJj {
  background-color: red;
}

.layout__cardContainer___1K6-D .layout__edit___3tdo6 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1K6-D .layout__delete___2Jcfr,
.layout__cardContainer___1K6-D .layout__edit___3tdo6 {
  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___1K6-D .layout__delete___2Jcfr {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___2Aabc {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2Aabc .layout__inputTxt___3vdsA {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___2Aabc .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2Aabc .content {
  padding: 10px;
}

.layout__createMerchantContainer___2Aabc .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___2Aabc .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___2sJIv {
  padding: 30px 15px;
}

.layout__cardContainer___2sJIv .layout__inputSearch___3AomX {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2sJIv .layout__inputSearch___3AomX:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2sJIv .layout__inputSearch___3AomX::placeholder {
  font-style: italic;
}

.layout__cardContainer___2sJIv .layout__toolBar___2FIk1 {
  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___2sJIv .layout__toolBar___2FIk1 .layout__title___23SB3 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2sJIv .layout__toolBar___2FIk1 .layout__searchContainer___1jppI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___2sJIv .layout__content___1uYA7,
.layout__cardContainer___2sJIv .layout__content___1uYA7 .layout__createNewCard___NBmIw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2sJIv .layout__content___1uYA7 .layout__createNewCard___NBmIw {
  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___2sJIv .layout__content___1uYA7 .layout__createNewCard___NBmIw .layout__plusIcon___1HDp3 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2sJIv .layout__content___1uYA7 .layout__createNewCard___NBmIw .layout__plusIcon___1HDp3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2sJIv .layout__createBtn___2itb0 {
  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___2sJIv .layout__createBtn___2itb0:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2sJIv .layout__createBtn___2itb0.layout__disabled___2ztdl,
.layout__cardContainer___2sJIv .layout__createBtn___2itb0:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2sJIv .layout__createBtn___2itb0:active,
.layout__cardContainer___2sJIv .layout__createBtn___2itb0:focus,
.layout__cardContainer___2sJIv .layout__createBtn___2itb0:visited {
  outline: 0;
}

.layout__cardContainer___2sJIv .layout__cardListContainer___Y0dD2 {
  background-color: #fff;
}

.layout__cardContainer___2sJIv .layout__cardsLogo___2SF5v {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2sJIv .layout__featuredDot___19XCq,
.layout__cardContainer___2sJIv .layout__notFeaturedDot___3IO5R {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2sJIv .layout__notFeaturedDot___3IO5R {
  background-color: red;
}

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

.layout__cardContainer___2sJIv .layout__delete___3bs3r,
.layout__cardContainer___2sJIv .layout__edit___2xMaH {
  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___2sJIv .layout__delete___3bs3r {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___p86MV {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___p86MV .layout__inputTxt___3EmjA {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___p86MV .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___p86MV .content {
  padding: 10px;
}

.layout__createMerchantContainer___p86MV .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___p86MV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___34hzN {
  padding: 30px 15px;
}

.layout__cardContainer___34hzN .layout__createBtn___1Ie5h {
  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___34hzN .layout__createBtn___1Ie5h:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___34hzN .layout__createBtn___1Ie5h.layout__disabled___3VuQ1,
.layout__cardContainer___34hzN .layout__createBtn___1Ie5h:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___34hzN .layout__createBtn___1Ie5h:active,
.layout__cardContainer___34hzN .layout__createBtn___1Ie5h:focus,
.layout__cardContainer___34hzN .layout__createBtn___1Ie5h:visited {
  outline: 0;
}

.layout__cardContainer___34hzN .layout__inputSearch___2inLK {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___34hzN .layout__inputSearch___2inLK:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___34hzN .layout__inputSearch___2inLK::placeholder {
  font-style: italic;
}

.layout__cardContainer___34hzN .layout__toolBar___145TY {
  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___34hzN .layout__toolBar___145TY .layout__title___3eBLQ {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___34hzN .layout__toolBar___145TY .layout__searchContainer___Lw_lF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___34hzN .layout__content___PRqQ8,
.layout__cardContainer___34hzN .layout__content___PRqQ8 .layout__createNewCard___1RUUL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___34hzN .layout__content___PRqQ8 .layout__createNewCard___1RUUL {
  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___34hzN .layout__content___PRqQ8 .layout__createNewCard___1RUUL .layout__plusIcon___2geeH {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___34hzN .layout__content___PRqQ8 .layout__createNewCard___1RUUL .layout__plusIcon___2geeH span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___34hzN .layout__cardListContainer___1mP4Q {
  background-color: #fff;
}

.layout__cardContainer___34hzN .layout__cardsLogo___1lcRC {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___34hzN .layout__featuredDot___3IDyo,
.layout__cardContainer___34hzN .layout__notFeaturedDot___1c5NI {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___34hzN .layout__notFeaturedDot___1c5NI {
  background-color: red;
}

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

.layout__cardContainer___34hzN .layout__delete___3XKjx,
.layout__cardContainer___34hzN .layout__edit___3xoDn {
  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___34hzN .layout__delete___3XKjx {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___JC6Xr {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___JC6Xr .layout__inputTxt___3MzCH {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___JC6Xr .layout__boxContainer___3YzOC {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.layout__createMerchantContainer___JC6Xr .layout__btnDelete___1rpri {
  color: #0fb2fc;
  font-weight: 700;
  cursor: pointer;
  margin-left: 5px;
}

.layout__createMerchantContainer___JC6Xr .layout__branchList___31uep {
  margin: 10px 0;
}

.layout__createMerchantContainer___JC6Xr .layout__branchList___31uep ul {
  padding: 0 0 0 20px;
  font-style: italic;
}

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

.layout__createMerchantContainer___JC6Xr .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___JC6Xr .content {
  padding: 10px;
}

.layout__createMerchantContainer___JC6Xr .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___JC6Xr .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___2OLXh {
  padding: 30px 15px;
}

.layout__cardContainer___2OLXh .layout__createBtn___3N0pL {
  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___2OLXh .layout__createBtn___3N0pL:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2OLXh .layout__createBtn___3N0pL.layout__disabled___2UA4h,
.layout__cardContainer___2OLXh .layout__createBtn___3N0pL:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2OLXh .layout__createBtn___3N0pL:active,
.layout__cardContainer___2OLXh .layout__createBtn___3N0pL:focus,
.layout__cardContainer___2OLXh .layout__createBtn___3N0pL:visited {
  outline: 0;
}

.layout__cardContainer___2OLXh .layout__inputSearch___212Q5 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2OLXh .layout__inputSearch___212Q5:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2OLXh .layout__inputSearch___212Q5::placeholder {
  font-style: italic;
}

.layout__cardContainer___2OLXh .layout__toolBar___3fyxi {
  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___2OLXh .layout__toolBar___3fyxi .layout__title___6hPLb {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2OLXh .layout__toolBar___3fyxi .layout__searchContainer___2SYBJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___2OLXh .layout__content___25CvA,
.layout__cardContainer___2OLXh .layout__content___25CvA .layout__createNewCard___3OPEp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2OLXh .layout__content___25CvA .layout__createNewCard___3OPEp {
  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___2OLXh .layout__content___25CvA .layout__createNewCard___3OPEp .layout__plusIcon___jMBQc {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2OLXh .layout__content___25CvA .layout__createNewCard___3OPEp .layout__plusIcon___jMBQc span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2OLXh .layout__cardListContainer___2hnUT {
  background-color: #fff;
}

.layout__cardContainer___2OLXh .layout__cardsLogo___1oTmy {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2OLXh .layout__featuredDot___1-T4d,
.layout__cardContainer___2OLXh .layout__notFeaturedDot___2WXAR {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2OLXh .layout__notFeaturedDot___2WXAR {
  background-color: red;
}

.layout__cardContainer___2OLXh .layout__edit___1LUg3 {
  display: inline-block;
  text-decoration: none;
  width: 85px;
  padding-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.layout__cardContainer___2OLXh .layout__delete___38ZXO,
.layout__cardContainer___2OLXh .layout__edit___1LUg3 {
  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___2OLXh .layout__delete___38ZXO {
  width: 75px;
  padding-right: 6px;
}

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

.layout__createMerchantContainer___-Dzni {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___-Dzni .layout__inputTxt___qeyCw {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___-Dzni .layout__boxContainer___3xzJC {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.layout__createMerchantContainer___-Dzni .layout__btnDelete___1Z8FA {
  color: #0fb2fc;
  font-weight: 700;
  cursor: pointer;
  margin-left: 5px;
}

.layout__createMerchantContainer___-Dzni .layout__cardRow___2oYCk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.layout__createMerchantContainer___-Dzni .layout__branchList___2n2hf {
  margin: 10px 0;
}

.layout__createMerchantContainer___-Dzni .layout__branchList___2n2hf ul {
  padding: 0 0 0 20px;
  font-style: italic;
}

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

.layout__createMerchantContainer___-Dzni .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___-Dzni .content {
  padding: 10px;
}

.layout__createMerchantContainer___-Dzni .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___-Dzni .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

.layout__createMerchantContainer___-Dzni .content .actionContainer {
  padding: 3rem 0;
}

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

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

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

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

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

.layout__createMerchantContainer___-Dzni .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___-Dzni .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___-Dzni .content .actionContainer .createBtn:visited {
  outline: 0;
}

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

.layout__cardContainer___1Z02D {
  padding: 30px 15px;
}

.layout__cardContainer___1Z02D .layout__createBtn___2_qsv {
  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___1Z02D .layout__createBtn___2_qsv:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1Z02D .layout__createBtn___2_qsv.layout__disabled___3t2R_,
.layout__cardContainer___1Z02D .layout__createBtn___2_qsv:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1Z02D .layout__createBtn___2_qsv:active,
.layout__cardContainer___1Z02D .layout__createBtn___2_qsv:focus,
.layout__cardContainer___1Z02D .layout__createBtn___2_qsv:visited {
  outline: 0;
}

.layout__cardContainer___1Z02D .layout__inputSearch___qGPHQ {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1Z02D .layout__inputSearch___qGPHQ:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1Z02D .layout__inputSearch___qGPHQ::placeholder {
  font-style: italic;
}

.layout__cardContainer___1Z02D .layout__toolBar___3iAwg {
  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___1Z02D .layout__toolBar___3iAwg .layout__title___2Ydk0 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1Z02D .layout__toolBar___3iAwg .layout__searchContainer___2FWws {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___1Z02D .layout__content___2cIQN,
.layout__cardContainer___1Z02D .layout__content___2cIQN .layout__createNewCard___1t5Nc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1Z02D .layout__content___2cIQN .layout__createNewCard___1t5Nc {
  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___1Z02D .layout__content___2cIQN .layout__createNewCard___1t5Nc .layout__plusIcon___2MVGD {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1Z02D .layout__content___2cIQN .layout__createNewCard___1t5Nc .layout__plusIcon___2MVGD span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1Z02D .layout__cardListContainer___2rg9L {
  background-color: #fff;
}

.layout__cardContainer___1Z02D .layout__cardsLogo___1BKeD {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1Z02D .layout__featuredDot___3rmme,
.layout__cardContainer___1Z02D .layout__notFeaturedDot___1QDx8 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1Z02D .layout__notFeaturedDot___1QDx8 {
  background-color: red;
}

.layout__cardContainer___1Z02D .layout__edit___1LynX {
  display: inline-block;
  text-decoration: none;
  width: 85px;
  padding-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.layout__cardContainer___1Z02D .layout__delete___12TB0,
.layout__cardContainer___1Z02D .layout__edit___1LynX {
  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___1Z02D .layout__delete___12TB0 {
  width: 75px;
  padding-right: 6px;
}

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

.layout__workform___12Pfz {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__navTab___1fmWR,
.layout__workform___12Pfz {
  display: -ms-flexbox;
  display: flex;
}

.layout__navTab___1fmWR {
  -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___1fmWR {
    margin: 15px 0 30px;
  }
}

.layout__navTab___1fmWR>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___1fmWR>button {
    padding: 5px 10px;
    min-width: 0;
    font-size: 13px;
  }
}

.layout__navTab___1fmWR>button:active,
.layout__navTab___1fmWR>button:focus,
.layout__navTab___1fmWR>button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
}

.layout__navTab___1fmWR>button.layout__tabActive___2KN7A {
  font-weight: 700;
}

.layout__tabContent___2Vdhv {
  padding: 15px;
  font-size: 13px;
}

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

.layout__contentBox___A-iOS,
.layout__titlePage___5Z2UE {
  display: -ms-flexbox;
  display: flex;
}

.layout__titlePage___5Z2UE {
  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___2woo2 {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___3SznI {
  cursor: pointer;
}

.layout__show___1zr73 {
  display: block;
  margin-bottom: 10px;
}

.layout__show___1zr73 .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___1zr73 div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___FZfwn {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__inputRow___z6AFh {
  margin-bottom: 20px;
}

.layout__contentField___1DXDB {
  padding: 5px 0;
}

.layout__contentField___1DXDB.layout__listOfIdWrap___3nwbc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___1DXDB.layout__listOfIdWrap___3nwbc .layout__listOfId___2G_-a {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___1DXDB.layout__listOfIdWrap___3nwbc .layout__passportNumber___1JYwf {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___1DXDB.layout__radio___152iV {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___1DXDB.layout__radio___152iV,
.layout__contentField___1DXDB.layout__radio___152iV>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___1DXDB.layout__radio___152iV>div {
  margin-right: 15px;
}

.layout__contentField___1DXDB.layout__radio___152iV>div input {
  margin: 0 5px 0 0;
}

.layout__btnArea___1tS7B {
  width: 60%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.layout__btnStats___2AF0r {
  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___2AF0r:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnStats___2AF0r:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.layout__btnDisable___2JaHV {
  height: 35px;
  width: 165px;
  border-radius: 25px;
  font-weight: 700;
  background-color: #9b9b9b;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__statusBar___1c4gW {
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}

.layout__statusBar___1c4gW,
.layout__statusBar___1c4gW>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___1c4gW .layout__completed___15rLm .layout__textWrap___3HWUm .layout__circle___1vQdR:after {
  background: #008345;
  height: 3px;
  top: 14px;
}

.layout__statusBar___1c4gW .layout__active___CJ7XS .layout__circle___1vQdR,
.layout__statusBar___1c4gW .layout__completed___15rLm .layout__circle___1vQdR {
  background: #008345;
  color: #fff;
}

.layout__statusBar___1c4gW .layout__active___CJ7XS .layout__text___10wxj,
.layout__statusBar___1c4gW .layout__completed___15rLm .layout__text___10wxj {
  font-weight: 700;
  color: #008345;
}

.layout__statusBar___1c4gW .layout__active___CJ7XS .layout__rectangle___22Uoz>div,
.layout__statusBar___1c4gW .layout__completed___15rLm .layout__rectangle___22Uoz>div {
  display: block;
}

.layout__statusBar___1c4gW .layout__statusItem___12YMI {
  width: 130px;
}

.layout__statusBar___1c4gW .layout__statusItem___12YMI.layout__last___95vpw .layout__circle___1vQdR:after {
  display: none;
}

.layout__statusBar___1c4gW .layout__text___10wxj {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___1c4gW .layout__textWrap___3HWUm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___1c4gW .layout__rectangle___22Uoz {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1c4gW .layout__rectangle___22Uoz>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___1c4gW .layout__rectangle___22Uoz:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1c4gW .layout__rectangle___22Uoz:after,
.layout__statusBar___1c4gW .layout__rectangle___22Uoz:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___1c4gW .layout__rectangle___22Uoz:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1c4gW .layout__circle___1vQdR {
  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___1c4gW .layout__circle___1vQdR:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__titleField___UbQP8 {
  color: #838383;
}

.layout__formWrapper___2UCW5 {
  padding: 0 15px;
}

@media screen and (max-width:769px) {
  .layout__formWrapper___2UCW5 {
    padding: 0;
  }
}

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

.layout__dataWrapper___1G9QG .layout__titleField___UbQP8 {
  color: #838383;
}

.layout__dataWrapper___1G9QG .layout__textField___3LbmR {
  margin-left: 15px;
}

.layout__dataWrapper___1G9QG .layout__selectField___1dlKi {
  margin-top: 15px;
}

.layout__titlePage___5Z2UE {
  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___syZIv {
  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___1bjrn {
  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___1bjrn {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.layout__groupTitle___5PmqG {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 35px;
  margin-top: 20px;
}

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

.layout__imgBox___Z3DJq {
  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___Z3DJq:hover .layout__removeIcon___3V1Mf {
  display: block;
}

.layout__imgBoxAdd___34FBw {
  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___9HTIH {
  color: red;
  font-size: 16px;
}

.layout__titleGroup___24waM {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__wrapBtnArea___3KzR_ {
  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___3KzR_ {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___3KzR_ .layout__wrapBtn___2VHOM {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 200px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___3KzR_ .layout__wrapBtn___2VHOM {
    width: 50%;
  }
}

.layout__wrapBtnArea___3KzR_ .layout__wrapBtn___2VHOM a,
.layout__wrapBtnArea___3KzR_ .layout__wrapBtn___2VHOM 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__workform___1vGDH {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__navTab___3uzc7,
.layout__workform___1vGDH {
  display: -ms-flexbox;
  display: flex;
}

.layout__navTab___3uzc7 {
  -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___3uzc7 {
    margin: 15px 0 30px;
  }
}

.layout__navTab___3uzc7>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___3uzc7>button {
    padding: 5px 10px;
    min-width: 0;
    font-size: 13px;
  }
}

.layout__navTab___3uzc7>button:active,
.layout__navTab___3uzc7>button:focus,
.layout__navTab___3uzc7>button:visited {
  outline: 0;
  border: 1px solid #a460e8;
}

.layout__navTab___3uzc7>button.layout__tabActive___2tkci {
  font-weight: 700;
}

.layout__tabContent___22DFF {
  padding: 15px;
  font-size: 13px;
}

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

.layout__contentBox___2WqIR,
.layout__titlePage___2GW13 {
  display: -ms-flexbox;
  display: flex;
}

.layout__titlePage___2GW13 {
  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___1FDp3 {
  margin-top: -3px;
  padding-right: 3px;
}

.layout__clickArea___3BwKQ {
  cursor: pointer;
}

.layout__show___2zfUH {
  display: block;
  margin-bottom: 10px;
}

.layout__show___2zfUH .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___2zfUH div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___2S5Cd {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__inputRow___1nirL {
  margin-bottom: 20px;
}

.layout__contentField___37Sph {
  padding: 5px 0;
}

.layout__contentField___37Sph.layout__listOfIdWrap___1l4vi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___37Sph.layout__listOfIdWrap___1l4vi .layout__listOfId___4EKYu {
  width: 125px;
  margin-right: 5px;
  padding-bottom: 5px;
}

.layout__contentField___37Sph.layout__listOfIdWrap___1l4vi .layout__listOfId___4EKYu span:nth-child(2) {
  display: none;
}

.layout__contentField___37Sph.layout__listOfIdWrap___1l4vi .layout__passportNumber___hDtuU {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}

.layout__contentField___37Sph.layout__radio___3u_lZ {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0 0;
}

.layout__contentField___37Sph.layout__radio___3u_lZ,
.layout__contentField___37Sph.layout__radio___3u_lZ>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__contentField___37Sph.layout__radio___3u_lZ>div {
  margin-right: 15px;
}

.layout__contentField___37Sph.layout__radio___3u_lZ>div input {
  margin: 0 5px 0 0;
}

.layout__contentField___37Sph input[type=radio]:checked {
  filter: invert(53%) sepia(43%) saturate(5106%) hue-rotate(237deg) brightness(93%) contrast(96%);
}

.layout__btnArea___1qrnm {
  width: 60%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.layout__btnStats___2HHwG {
  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___2HHwG:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

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

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

.layout__btnStats___2HHwG:disabled {
  background: #9b9b9b;
  cursor: not-allowed;
}

.layout__btnDisable___3SiZH {
  height: 35px;
  width: 165px;
  border-radius: 25px;
  font-weight: 700;
  background-color: #9b9b9b;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__statusBar___1qa-k {
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}

.layout__statusBar___1qa-k,
.layout__statusBar___1qa-k>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__statusBar___1qa-k .layout__completed___30Miy .layout__textWrap___13ABE .layout__circle___3PYLr:after {
  background: #a460e8;
  height: 3px;
  top: 14px;
}

.layout__statusBar___1qa-k .layout__active___aRj6R .layout__circle___3PYLr,
.layout__statusBar___1qa-k .layout__completed___30Miy .layout__circle___3PYLr {
  background: #a460e8;
  color: #fff;
}

.layout__statusBar___1qa-k .layout__active___aRj6R .layout__text___20XTe,
.layout__statusBar___1qa-k .layout__completed___30Miy .layout__text___20XTe {
  font-weight: 700;
  color: #a460e8;
}

.layout__statusBar___1qa-k .layout__active___aRj6R .layout__rectangle___3P1Iw>div,
.layout__statusBar___1qa-k .layout__completed___30Miy .layout__rectangle___3P1Iw>div {
  display: block;
}

.layout__statusBar___1qa-k .layout__statusItem___3I8Iv {
  width: 130px;
}

.layout__statusBar___1qa-k .layout__statusItem___3I8Iv.layout__last___3E_B9 .layout__circle___3PYLr:after {
  display: none;
}

.layout__statusBar___1qa-k .layout__text___20XTe {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.layout__statusBar___1qa-k .layout__textWrap___13ABE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__statusBar___1qa-k .layout__rectangle___3P1Iw {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.layout__statusBar___1qa-k .layout__rectangle___3P1Iw>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___1qa-k .layout__rectangle___3P1Iw:before {
  height: 1px;
  left: 16px;
  top: 16px;
  width: 115px;
}

.layout__statusBar___1qa-k .layout__rectangle___3P1Iw:after,
.layout__statusBar___1qa-k .layout__rectangle___3P1Iw:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
}

.layout__statusBar___1qa-k .layout__rectangle___3P1Iw:after {
  width: 1px;
  height: 8.5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.layout__statusBar___1qa-k .layout__circle___3PYLr {
  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___1qa-k .layout__circle___3PYLr:after {
  content: "";
  display: block;
  height: 1px;
  background: #979797;
  position: absolute;
  left: 31px;
  top: 15px;
  width: 113px;
}

.layout__titleField___UeLPh {
  color: #838383;
}

.layout__formWrapper___1xima {
  padding: 0 15px;
}

@media screen and (max-width:769px) {
  .layout__formWrapper___1xima {
    padding: 0;
  }
}

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

.layout__dataWrapper___VksRS .layout__titleField___UeLPh {
  color: #838383;
}

.layout__dataWrapper___VksRS .layout__textField___1JE5e {
  margin-left: 15px;
}

.layout__dataWrapper___VksRS .layout__selectField___GGzHB {
  margin-top: 15px;
}

.layout__titlePage___2GW13 {
  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___qLQkp {
  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___3M1-d {
  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___3M1-d {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.layout__groupTitle___1XwPb {
  font-size: 16px;
  font-weight: 700;
  color: #717171;
  margin-bottom: 35px;
  margin-top: 20px;
}

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

.layout__imgBox___3VYLE {
  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___3VYLE:hover .layout__removeIcon___1hN6Q {
  display: block;
}

.layout__imgBoxAdd___2q27b {
  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___I6wxT {
  color: red;
  font-size: 16px;
}

.layout__titleGroup___2KJRx {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.layout__wrapBtnArea___yJ3v2 {
  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___yJ3v2 {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___yJ3v2 .layout__wrapBtn___2C6zq {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 200px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___yJ3v2 .layout__wrapBtn___2C6zq {
    width: 50%;
  }
}

.layout__wrapBtnArea___yJ3v2 .layout__wrapBtn___2C6zq a,
.layout__wrapBtnArea___yJ3v2 .layout__wrapBtn___2C6zq button {
  width: 100%;
  min-width: 0;
}

.layout__errorStyle___2xznV input {
  border-color: red!important;
  background: #ffeded;
}

.layout__errorStyle___2xznV 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__createMerchantContainer___1NSX- {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1NSX- .layout__inputTxt___14tdL {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1NSX- .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1NSX- .content {
  padding: 10px;
}

.layout__createMerchantContainer___1NSX- .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___1NSX- .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

.layout__createMerchantContainer___1NSX- .content .actionContainer {
  padding: 3rem 0;
}

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

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

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

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

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

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

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

.layout__cardContainer___107Sf {
  height: 100%;
  margin: 10px;
}

.layout__cardContainer___107Sf .layout__createBtn___2sI78 {
  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___107Sf .layout__createBtn___2sI78:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___107Sf .layout__createBtn___2sI78.layout__disabled___3kBEH,
.layout__cardContainer___107Sf .layout__createBtn___2sI78:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___107Sf .layout__createBtn___2sI78:active,
.layout__cardContainer___107Sf .layout__createBtn___2sI78:focus,
.layout__cardContainer___107Sf .layout__createBtn___2sI78:visited {
  outline: 0;
}

.layout__cardContainer___107Sf .layout__inputSearch___2esgS {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___107Sf .layout__inputSearch___2esgS:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___107Sf .layout__inputSearch___2esgS::placeholder {
  font-style: italic;
}

.layout__cardContainer___107Sf .layout__toolBar___1TwqK {
  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___107Sf .layout__toolBar___1TwqK .layout__title___1YzoU {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___107Sf .layout__toolBar___1TwqK .layout__searchContainer___128EX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___107Sf .layout__content___3hSQR,
.layout__cardContainer___107Sf .layout__content___3hSQR .layout__createNewCard___2QaQ3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___107Sf .layout__content___3hSQR .layout__createNewCard___2QaQ3 {
  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___107Sf .layout__content___3hSQR .layout__createNewCard___2QaQ3 .layout__plusIcon___U6RHp {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___107Sf .layout__content___3hSQR .layout__createNewCard___2QaQ3 .layout__plusIcon___U6RHp span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___107Sf .layout__cardListContainer___1OFhz {
  background-color: #fff;
}

.layout__cardContainer___107Sf .layout__cardsLogo___XX5Yd {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___107Sf .layout__featuredDot___3wiXU,
.layout__cardContainer___107Sf .layout__notFeaturedDot___1vyMR {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___107Sf .layout__notFeaturedDot___1vyMR {
  background-color: red;
}

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

.layout__cardContainer___107Sf .layout__delete___3wX2y,
.layout__cardContainer___107Sf .layout__edit___15kxX {
  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___107Sf .layout__delete___3wX2y {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___30ysM {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___30ysM .layout__inputTxt___1e0_0 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___30ysM .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___30ysM .content {
  padding: 10px;
}

.layout__createMerchantContainer___30ysM .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___30ysM .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___TRrRY {
  padding: 30px 15px;
}

.layout__cardContainer___TRrRY .layout__createBtn___3exb8 {
  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___TRrRY .layout__createBtn___3exb8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___TRrRY .layout__createBtn___3exb8.layout__disabled___1NAAs,
.layout__cardContainer___TRrRY .layout__createBtn___3exb8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___TRrRY .layout__createBtn___3exb8:active,
.layout__cardContainer___TRrRY .layout__createBtn___3exb8:focus,
.layout__cardContainer___TRrRY .layout__createBtn___3exb8:visited {
  outline: 0;
}

.layout__cardContainer___TRrRY .layout__inputSearch___3DMu1 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___TRrRY .layout__inputSearch___3DMu1:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___TRrRY .layout__inputSearch___3DMu1::placeholder {
  font-style: italic;
}

.layout__cardContainer___TRrRY .layout__toolBar___18-kM {
  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___TRrRY .layout__toolBar___18-kM .layout__title___jbrfr {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___TRrRY .layout__toolBar___18-kM .layout__searchContainer___h7lq_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___TRrRY .layout__content___VOQZr,
.layout__cardContainer___TRrRY .layout__content___VOQZr .layout__createNewCard___3wtZQ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___TRrRY .layout__content___VOQZr .layout__createNewCard___3wtZQ {
  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___TRrRY .layout__content___VOQZr .layout__createNewCard___3wtZQ .layout__plusIcon___3-BTz {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___TRrRY .layout__content___VOQZr .layout__createNewCard___3wtZQ .layout__plusIcon___3-BTz span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___TRrRY .layout__cardListContainer___3xJtg {
  background-color: #fff;
}

.layout__cardContainer___TRrRY .layout__cardsLogo___1sv0O {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___TRrRY .layout__featuredDot___-u_wj,
.layout__cardContainer___TRrRY .layout__notFeaturedDot___3Ogfi {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___TRrRY .layout__notFeaturedDot___3Ogfi {
  background-color: red;
}

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

.layout__cardContainer___TRrRY .layout__delete___237K5,
.layout__cardContainer___TRrRY .layout__edit___3LmQX {
  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___TRrRY .layout__delete___237K5 {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___1Fk62 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1Fk62 .layout__inputTxt___L6dae {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___1Fk62 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1Fk62 .content {
  padding: 10px;
}

.layout__createMerchantContainer___1Fk62 .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___1Fk62 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___1PzYh {
  padding: 30px 15px;
}

.layout__cardContainer___1PzYh .layout__createBtn___1DSXs {
  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___1PzYh .layout__createBtn___1DSXs:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1PzYh .layout__createBtn___1DSXs.layout__disabled___1b02S,
.layout__cardContainer___1PzYh .layout__createBtn___1DSXs:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1PzYh .layout__createBtn___1DSXs:active,
.layout__cardContainer___1PzYh .layout__createBtn___1DSXs:focus,
.layout__cardContainer___1PzYh .layout__createBtn___1DSXs:visited {
  outline: 0;
}

.layout__cardContainer___1PzYh .layout__inputSearch___2r424 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1PzYh .layout__inputSearch___2r424:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1PzYh .layout__inputSearch___2r424::placeholder {
  font-style: italic;
}

.layout__cardContainer___1PzYh .layout__toolBar___1qega {
  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___1PzYh .layout__toolBar___1qega .layout__title___lUbcp {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1PzYh .layout__toolBar___1qega .layout__searchContainer___2_72i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___1PzYh .layout__content___1RBQ7,
.layout__cardContainer___1PzYh .layout__content___1RBQ7 .layout__createNewCard___4GT0i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1PzYh .layout__content___1RBQ7 .layout__createNewCard___4GT0i {
  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___1PzYh .layout__content___1RBQ7 .layout__createNewCard___4GT0i .layout__plusIcon___26hAV {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1PzYh .layout__content___1RBQ7 .layout__createNewCard___4GT0i .layout__plusIcon___26hAV span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1PzYh .layout__cardListContainer___PuLZf {
  background-color: #fff;
}

.layout__cardContainer___1PzYh .layout__cardsLogo___TqxEd {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1PzYh .layout__featuredDot___22It0,
.layout__cardContainer___1PzYh .layout__notFeaturedDot___1mT1H {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1PzYh .layout__notFeaturedDot___1mT1H {
  background-color: red;
}

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

.layout__cardContainer___1PzYh .layout__delete___3zOfq,
.layout__cardContainer___1PzYh .layout__edit___3_Fbi {
  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___1PzYh .layout__delete___3zOfq {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___2TrWK {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2TrWK .layout__inputTxt___W9866 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___2TrWK .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2TrWK .content {
  padding: 10px;
}

.layout__createMerchantContainer___2TrWK .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___2TrWK .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___JfqNd {
  padding: 30px 15px;
}

.layout__cardContainer___JfqNd .layout__createBtn___1eBJk {
  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___JfqNd .layout__createBtn___1eBJk:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___JfqNd .layout__createBtn___1eBJk.layout__disabled___3JyCG,
.layout__cardContainer___JfqNd .layout__createBtn___1eBJk:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___JfqNd .layout__createBtn___1eBJk:active,
.layout__cardContainer___JfqNd .layout__createBtn___1eBJk:focus,
.layout__cardContainer___JfqNd .layout__createBtn___1eBJk:visited {
  outline: 0;
}

.layout__cardContainer___JfqNd .layout__inputSearch___2cpte {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___JfqNd .layout__inputSearch___2cpte:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___JfqNd .layout__inputSearch___2cpte::placeholder {
  font-style: italic;
}

.layout__cardContainer___JfqNd .layout__toolBar___3ovGp {
  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___JfqNd .layout__toolBar___3ovGp .layout__title___3J6Jy {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___JfqNd .layout__toolBar___3ovGp .layout__searchContainer___1dXVa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___JfqNd .layout__content___zq2r4,
.layout__cardContainer___JfqNd .layout__content___zq2r4 .layout__createNewCard___24TG6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___JfqNd .layout__content___zq2r4 .layout__createNewCard___24TG6 {
  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___JfqNd .layout__content___zq2r4 .layout__createNewCard___24TG6 .layout__plusIcon___2adqd {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___JfqNd .layout__content___zq2r4 .layout__createNewCard___24TG6 .layout__plusIcon___2adqd span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___JfqNd .layout__cardListContainer___3bK2I {
  background-color: #fff;
}

.layout__cardContainer___JfqNd .layout__cardsLogo___4mf_q {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___JfqNd .layout__featuredDot___o89Eh,
.layout__cardContainer___JfqNd .layout__notFeaturedDot___3CVUd {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___JfqNd .layout__notFeaturedDot___3CVUd {
  background-color: red;
}

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

.layout__cardContainer___JfqNd .layout__delete___1mom8,
.layout__cardContainer___JfqNd .layout__edit___X6DJy {
  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___JfqNd .layout__delete___1mom8 {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___xUbMd {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___xUbMd .layout__inputTxt___3-ZBx {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___xUbMd .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___xUbMd .content {
  padding: 10px;
}

.layout__createMerchantContainer___xUbMd .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___xUbMd .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

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

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

.layout__cardContainer___nQqls {
  padding: 30px 15px;
}

.layout__cardContainer___nQqls .layout__createBtn___2_2Nw {
  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___nQqls .layout__createBtn___2_2Nw:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___nQqls .layout__createBtn___2_2Nw.layout__disabled___3u3kn,
.layout__cardContainer___nQqls .layout__createBtn___2_2Nw:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___nQqls .layout__createBtn___2_2Nw:active,
.layout__cardContainer___nQqls .layout__createBtn___2_2Nw:focus,
.layout__cardContainer___nQqls .layout__createBtn___2_2Nw:visited {
  outline: 0;
}

.layout__cardContainer___nQqls .layout__inputSearch___kobAf {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___nQqls .layout__inputSearch___kobAf:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___nQqls .layout__inputSearch___kobAf::placeholder {
  font-style: italic;
}

.layout__cardContainer___nQqls .layout__toolBar___f4zxH {
  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___nQqls .layout__toolBar___f4zxH .layout__title___2N23K {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___nQqls .layout__toolBar___f4zxH .layout__searchContainer___2D-ui {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.layout__cardContainer___nQqls .layout__content___qqN2O,
.layout__cardContainer___nQqls .layout__content___qqN2O .layout__createNewCard___2ZOqN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___nQqls .layout__content___qqN2O .layout__createNewCard___2ZOqN {
  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___nQqls .layout__content___qqN2O .layout__createNewCard___2ZOqN .layout__plusIcon___hIUCP {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___nQqls .layout__content___qqN2O .layout__createNewCard___2ZOqN .layout__plusIcon___hIUCP span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___nQqls .layout__cardListContainer___kCIjB {
  background-color: #fff;
}

.layout__cardContainer___nQqls .layout__cardsLogo___2WNhs {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___nQqls .layout__featuredDot___2lptk,
.layout__cardContainer___nQqls .layout__notFeaturedDot____GOWw {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___nQqls .layout__notFeaturedDot____GOWw {
  background-color: red;
}

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

.layout__cardContainer___nQqls .layout__delete___fB4ie,
.layout__cardContainer___nQqls .layout__edit___1AkND {
  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___nQqls .layout__delete___fB4ie {
  padding-right: 6px;
}

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

.layout__createMerchantContainer___BTQQO {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___BTQQO .layout__inputTxt___1DiDo {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

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

.layout__createMerchantContainer___BTQQO .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___BTQQO .content {
  padding: 10px;
}

.layout__createMerchantContainer___BTQQO .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___BTQQO .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

.layout__createMerchantContainer___BTQQO .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___BTQQO .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___BTQQO .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3AgSo {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1af2l {
  padding: 30px 15px;
}

.layout__cardContainer___1af2l .layout__createBtn___-BG4A {
  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___1af2l .layout__createBtn___-BG4A:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1af2l .layout__createBtn___-BG4A.layout__disabled___3z519,
.layout__cardContainer___1af2l .layout__createBtn___-BG4A:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1af2l .layout__createBtn___-BG4A:active,
.layout__cardContainer___1af2l .layout__createBtn___-BG4A:focus,
.layout__cardContainer___1af2l .layout__createBtn___-BG4A:visited {
  outline: 0;
}

.layout__cardContainer___1af2l .layout__inputSearch___uCt6i {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1af2l .layout__inputSearch___uCt6i:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1af2l .layout__inputSearch___uCt6i::placeholder {
  font-style: italic;
}

.layout__cardContainer___1af2l .layout__toolBar___IDGTr {
  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___1af2l .layout__toolBar___IDGTr .layout__title___3uFBC {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1af2l .layout__toolBar___IDGTr .layout__searchContainer___uaErZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1af2l .layout__content___xvdDf {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1af2l .layout__content___xvdDf,
.layout__cardContainer___1af2l .layout__content___xvdDf .layout__createNewCard___R0A7h {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1af2l .layout__content___xvdDf .layout__createNewCard___R0A7h {
  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___1af2l .layout__content___xvdDf .layout__createNewCard___R0A7h .layout__plusIcon___2vloP {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1af2l .layout__content___xvdDf .layout__createNewCard___R0A7h .layout__plusIcon___2vloP span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1af2l .layout__cardListContainer___wYkin {
  background-color: #fff;
}

.layout__cardContainer___1af2l .layout__cardListContainer___wYkin th {
  width: 12.5%;
}

.layout__cardContainer___1af2l .layout__cardListContainer___wYkin th input {
  width: 130px;
}

.layout__cardContainer___1af2l .layout__cardListContainer___wYkin td {
  word-break: break-word;
}

.layout__cardContainer___1af2l .layout__cardsLogo___1tzAG {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1af2l .layout__featuredDot___3pfUl,
.layout__cardContainer___1af2l .layout__notFeaturedDot___1yeYT {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1af2l .layout__notFeaturedDot___1yeYT {
  background-color: red;
}

.layout__cardContainer___1af2l .layout__edit___3Snvb {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1af2l .layout__delete___3KLan,
.layout__cardContainer___1af2l .layout__edit___3Snvb {
  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___1af2l .layout__delete___3KLan {
  padding-right: 6px;
}

.layout__contentBox___WRy-U {
  min-width: calc(100% - 250px);
  max-width: calc(100% - 250px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___WRy-U,
.layout__paginationWrapper___6Hbu- {
  display: -ms-flexbox;
  display: flex;
}

.layout__paginationWrapper___6Hbu- .layout__selectNumberOfDisplay___3yhJ5 {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

.layout__paginationWrapper___6Hbu- .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___6Hbu- .pagination a {
  color: #008345;
}

.layout__createMerchantContainer___3sRPo {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3sRPo .layout__inputTxt___GR7H8 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3sRPo .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3sRPo .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3sRPo .content {
  padding: 10px;
}

.layout__createMerchantContainer___3sRPo .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___3sRPo .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3sRPo .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3sRPo .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3sRPo .content .actionContainer .actionButton,
.layout__createMerchantContainer___3sRPo .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3sRPo .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3sRPo .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___qJfh7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2SDMF {
  padding: 30px 15px;
}

.layout__cardContainer___2SDMF .layout__createBtn___tK_Ao {
  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___2SDMF .layout__createBtn___tK_Ao:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2SDMF .layout__createBtn___tK_Ao.layout__disabled___3jfIz,
.layout__cardContainer___2SDMF .layout__createBtn___tK_Ao:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2SDMF .layout__createBtn___tK_Ao:active,
.layout__cardContainer___2SDMF .layout__createBtn___tK_Ao:focus,
.layout__cardContainer___2SDMF .layout__createBtn___tK_Ao:visited {
  outline: 0;
}

.layout__cardContainer___2SDMF .layout__inputSearch___3H_UT {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2SDMF .layout__inputSearch___3H_UT:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2SDMF .layout__inputSearch___3H_UT::placeholder {
  font-style: italic;
}

.layout__cardContainer___2SDMF .layout__toolBar___1BMA7 {
  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___2SDMF .layout__toolBar___1BMA7 .layout__title___JPc3z {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2SDMF .layout__toolBar___1BMA7 .layout__searchContainer___qx8b6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2SDMF .layout__content___om1x- {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2SDMF .layout__content___om1x-,
.layout__cardContainer___2SDMF .layout__content___om1x- .layout__createNewCard___3fYyv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2SDMF .layout__content___om1x- .layout__createNewCard___3fYyv {
  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___2SDMF .layout__content___om1x- .layout__createNewCard___3fYyv .layout__plusIcon___3EvgY {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2SDMF .layout__content___om1x- .layout__createNewCard___3fYyv .layout__plusIcon___3EvgY span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2SDMF .layout__cardListContainer___3lxqS {
  background-color: #fff;
}

.layout__cardContainer___2SDMF .layout__cardsLogo___13Me4 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2SDMF .layout__featuredDot___2vdbh,
.layout__cardContainer___2SDMF .layout__notFeaturedDot___2hvg4 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2SDMF .layout__notFeaturedDot___2hvg4 {
  background-color: red;
}

.layout__cardContainer___2SDMF .layout__edit___15DNq {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2SDMF .layout__delete___3Iucj,
.layout__cardContainer___2SDMF .layout__edit___15DNq {
  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___2SDMF .layout__delete___3Iucj {
  padding-right: 6px;
}

.layout__contentBox___27cVz {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___36DSJ {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___36DSJ .layout__inputTxt___KleEh {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___36DSJ .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___36DSJ .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___36DSJ .content {
  padding: 10px;
}

.layout__createMerchantContainer___36DSJ .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___36DSJ .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___36DSJ .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___36DSJ .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___36DSJ .content .actionContainer .actionButton,
.layout__createMerchantContainer___36DSJ .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___36DSJ .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___36DSJ .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___oE83k {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3znKf {
  padding: 30px 15px;
}

.layout__cardContainer___3znKf .layout__createBtn___2RyY0 {
  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___3znKf .layout__createBtn___2RyY0:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3znKf .layout__createBtn___2RyY0.layout__disabled___3yVRt,
.layout__cardContainer___3znKf .layout__createBtn___2RyY0:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3znKf .layout__createBtn___2RyY0:active,
.layout__cardContainer___3znKf .layout__createBtn___2RyY0:focus,
.layout__cardContainer___3znKf .layout__createBtn___2RyY0:visited {
  outline: 0;
}

.layout__cardContainer___3znKf .layout__inputSearch___1q2cS {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3znKf .layout__inputSearch___1q2cS:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3znKf .layout__inputSearch___1q2cS::placeholder {
  font-style: italic;
}

.layout__cardContainer___3znKf .layout__toolBar___1ew6c {
  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___3znKf .layout__toolBar___1ew6c .layout__title___3HZaA {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3znKf .layout__toolBar___1ew6c .layout__searchContainer___3W2XY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3znKf .layout__content___sPTR2 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3znKf .layout__content___sPTR2,
.layout__cardContainer___3znKf .layout__content___sPTR2 .layout__createNewCard___Bkyzl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3znKf .layout__content___sPTR2 .layout__createNewCard___Bkyzl {
  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___3znKf .layout__content___sPTR2 .layout__createNewCard___Bkyzl .layout__plusIcon___L0y_g {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3znKf .layout__content___sPTR2 .layout__createNewCard___Bkyzl .layout__plusIcon___L0y_g span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3znKf .layout__cardListContainer___NhYFs {
  background-color: #fff;
}

.layout__cardContainer___3znKf .layout__cardsLogo___1cSo- {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3znKf .layout__featuredDot___1DQ_9,
.layout__cardContainer___3znKf .layout__notFeaturedDot___3hLQZ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3znKf .layout__notFeaturedDot___3hLQZ {
  background-color: red;
}

.layout__cardContainer___3znKf .layout__edit___zjAX4 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3znKf .layout__delete___1rGpq,
.layout__cardContainer___3znKf .layout__edit___zjAX4 {
  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___3znKf .layout__delete___1rGpq {
  padding-right: 6px;
}

.layout__contentBox___H82ek {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___RtsGY {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___RtsGY .layout__inputTxt___1-QxT {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___RtsGY .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___RtsGY .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___RtsGY .content {
  padding: 10px;
}

.layout__createMerchantContainer___RtsGY .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___RtsGY .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___RtsGY .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___RtsGY .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___RtsGY .content .actionContainer .actionButton,
.layout__createMerchantContainer___RtsGY .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___RtsGY .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___RtsGY .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___32moF {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3vgB5 {
  padding: 30px 15px;
}

.layout__cardContainer___3vgB5 .layout__createBtn___84AmD {
  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___3vgB5 .layout__createBtn___84AmD:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3vgB5 .layout__createBtn___84AmD.layout__disabled___3vWHT,
.layout__cardContainer___3vgB5 .layout__createBtn___84AmD:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3vgB5 .layout__createBtn___84AmD:active,
.layout__cardContainer___3vgB5 .layout__createBtn___84AmD:focus,
.layout__cardContainer___3vgB5 .layout__createBtn___84AmD:visited {
  outline: 0;
}

.layout__cardContainer___3vgB5 .layout__inputSearch___2ahOJ {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3vgB5 .layout__inputSearch___2ahOJ:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3vgB5 .layout__inputSearch___2ahOJ::placeholder {
  font-style: italic;
}

.layout__cardContainer___3vgB5 .layout__toolBar___1sQ3a {
  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___3vgB5 .layout__toolBar___1sQ3a .layout__title___Z7rDm {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3vgB5 .layout__toolBar___1sQ3a .layout__searchContainer___3abiW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3vgB5 .layout__content___1KNt5 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3vgB5 .layout__content___1KNt5,
.layout__cardContainer___3vgB5 .layout__content___1KNt5 .layout__createNewCard___DcEwd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3vgB5 .layout__content___1KNt5 .layout__createNewCard___DcEwd {
  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___3vgB5 .layout__content___1KNt5 .layout__createNewCard___DcEwd .layout__plusIcon___2ERld {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3vgB5 .layout__content___1KNt5 .layout__createNewCard___DcEwd .layout__plusIcon___2ERld span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3vgB5 .layout__cardListContainer___12B8z {
  background-color: #fff;
}

.layout__cardContainer___3vgB5 .layout__cardsLogo___3oUAu {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3vgB5 .layout__featuredDot___34lPD,
.layout__cardContainer___3vgB5 .layout__notFeaturedDot___3T3rp {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3vgB5 .layout__notFeaturedDot___3T3rp {
  background-color: red;
}

.layout__cardContainer___3vgB5 .layout__edit___frl-M {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3vgB5 .layout__delete___mi8i3,
.layout__cardContainer___3vgB5 .layout__edit___frl-M {
  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___3vgB5 .layout__delete___mi8i3 {
  padding-right: 6px;
}

.layout__contentBox___2jbQu {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3P-YX {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3P-YX .layout__inputTxt___rO6ir {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3P-YX .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3P-YX .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___3P-YX .content {
  padding: 10px;
}

.layout__createMerchantContainer___3P-YX .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-YX .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3P-YX .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3P-YX .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3P-YX .content .actionContainer .actionButton,
.layout__createMerchantContainer___3P-YX .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3P-YX .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3P-YX .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___eG37m {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1Jmt4 {
  padding: 30px 15px;
}

.layout__cardContainer___1Jmt4 .layout__toolBar___bIqYU {
  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___1Jmt4 .layout__toolBar___bIqYU .layout__title___1oVva {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1Jmt4 .layout__toolBar___bIqYU .layout__searchContainer___3DZON {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1Jmt4 .layout__content___2UTUO {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1Jmt4 .layout__content___2UTUO,
.layout__cardContainer___1Jmt4 .layout__content___2UTUO .layout__createNewCard___2MlzG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1Jmt4 .layout__content___2UTUO .layout__createNewCard___2MlzG {
  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___1Jmt4 .layout__content___2UTUO .layout__createNewCard___2MlzG .layout__plusIcon___3UVrH {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1Jmt4 .layout__content___2UTUO .layout__createNewCard___2MlzG .layout__plusIcon___3UVrH span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1Jmt4 .layout__cardListContainer___14uUJ {
  background-color: #fff;
}

.layout__cardContainer___1Jmt4 .layout__cardsLogo___3w2Oj {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1Jmt4 .layout__featuredDot___1l8LJ,
.layout__cardContainer___1Jmt4 .layout__notFeaturedDot___Admca {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1Jmt4 .layout__notFeaturedDot___Admca {
  background-color: red;
}

.layout__cardContainer___1Jmt4 .layout__edit___BOxbQ {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1Jmt4 .layout__delete___256tD,
.layout__cardContainer___1Jmt4 .layout__edit___BOxbQ {
  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___1Jmt4 .layout__delete___256tD {
  padding-right: 6px;
}

.layout__contentBox___3HbgM {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___xbJrD {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___xbJrD .layout__inputTxt___30bya {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___xbJrD .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___xbJrD .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___xbJrD .content {
  padding: 10px;
}

.layout__createMerchantContainer___xbJrD .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___xbJrD .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___xbJrD .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___xbJrD .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___xbJrD .content .actionContainer .actionButton,
.layout__createMerchantContainer___xbJrD .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___xbJrD .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___xbJrD .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___Bsd6y {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___28yEl {
  padding: 30px 15px;
}

.layout__cardContainer___28yEl .layout__inputSearch___26zUu {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___28yEl .layout__inputSearch___26zUu:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___28yEl .layout__inputSearch___26zUu::placeholder {
  font-style: italic;
}

.layout__cardContainer___28yEl .layout__toolBar___ptExF {
  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___28yEl .layout__toolBar___ptExF .layout__title___Pjmxt {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___28yEl .layout__toolBar___ptExF .layout__searchContainer___1oHGx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___28yEl .layout__content___1Eyb9 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___28yEl .layout__content___1Eyb9,
.layout__cardContainer___28yEl .layout__content___1Eyb9 .layout__createNewCard___1y1Og {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___28yEl .layout__content___1Eyb9 .layout__createNewCard___1y1Og {
  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___28yEl .layout__content___1Eyb9 .layout__createNewCard___1y1Og .layout__plusIcon___24dD7 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___28yEl .layout__content___1Eyb9 .layout__createNewCard___1y1Og .layout__plusIcon___24dD7 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___28yEl .layout__createBtn___1QLMu {
  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___28yEl .layout__createBtn___1QLMu:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___28yEl .layout__createBtn___1QLMu.layout__disabled___a947a,
.layout__cardContainer___28yEl .layout__createBtn___1QLMu:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___28yEl .layout__createBtn___1QLMu:active,
.layout__cardContainer___28yEl .layout__createBtn___1QLMu:focus,
.layout__cardContainer___28yEl .layout__createBtn___1QLMu:visited {
  outline: 0;
}

.layout__cardContainer___28yEl .layout__cardListContainer___p0zZ6 {
  background-color: #fff;
}

.layout__cardContainer___28yEl .layout__cardsLogo___2UyvB {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___28yEl .layout__featuredDot___1TRpF,
.layout__cardContainer___28yEl .layout__notFeaturedDot___1AK7A {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___28yEl .layout__notFeaturedDot___1AK7A {
  background-color: red;
}

.layout__cardContainer___28yEl .layout__edit___11YQV {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___28yEl .layout__delete___2IXJO,
.layout__cardContainer___28yEl .layout__edit___11YQV {
  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___28yEl .layout__delete___2IXJO {
  padding-right: 6px;
}

.layout__contentBox___3mrs6 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___1MlPS {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___1MlPS img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycbox___1MlPS button {
  height: 48px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  background: #028547;
  color: #fff;
}

.layout__imageFull___1WqCv {
  max-width: 580px;
}

.layout__kycContainer___J8Ps9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___2O7q2 {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___1GlcX,
.layout__kycTitle___2O7q2 {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___1GlcX {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__createMerchantContainer___3fcD3 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3fcD3 .layout__inputTxt___keBZU {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3fcD3 .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3fcD3 .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3fcD3 .content {
  padding: 10px;
}

.layout__createMerchantContainer___3fcD3 .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___3fcD3 .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3fcD3 .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer .actionButton,
.layout__createMerchantContainer___3fcD3 .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3fcD3 .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2aopk {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1hqMq {
  padding: 30px 15px;
}

.layout__cardContainer___1hqMq .layout__createBtn___22OSU {
  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___1hqMq .layout__createBtn___22OSU:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1hqMq .layout__createBtn___22OSU.layout__disabled___3wHoM,
.layout__cardContainer___1hqMq .layout__createBtn___22OSU:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1hqMq .layout__createBtn___22OSU:active,
.layout__cardContainer___1hqMq .layout__createBtn___22OSU:focus,
.layout__cardContainer___1hqMq .layout__createBtn___22OSU:visited {
  outline: 0;
}

.layout__cardContainer___1hqMq .layout__inputSearch___2reZu {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1hqMq .layout__inputSearch___2reZu:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1hqMq .layout__inputSearch___2reZu::placeholder {
  font-style: italic;
}

.layout__cardContainer___1hqMq .layout__toolBar___1Rhf7 {
  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___1hqMq .layout__toolBar___1Rhf7 .layout__title___1ncOf {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1hqMq .layout__toolBar___1Rhf7 .layout__searchContainer___15CRk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1hqMq .layout__content___1lJRS {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1hqMq .layout__content___1lJRS,
.layout__cardContainer___1hqMq .layout__content___1lJRS .layout__createNewCard___16gKy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1hqMq .layout__content___1lJRS .layout__createNewCard___16gKy {
  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___1hqMq .layout__content___1lJRS .layout__createNewCard___16gKy .layout__plusIcon___2QDw4 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1hqMq .layout__content___1lJRS .layout__createNewCard___16gKy .layout__plusIcon___2QDw4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1hqMq .layout__cardListContainer___1MCQC {
  background-color: #fff;
}

.layout__cardContainer___1hqMq .layout__cardsLogo___1jmZ7 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1hqMq .layout__featuredDot___VpJUy,
.layout__cardContainer___1hqMq .layout__notFeaturedDot___125Qc {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1hqMq .layout__notFeaturedDot___125Qc {
  background-color: red;
}

.layout__cardContainer___1hqMq .layout__edit___3gQm7 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1hqMq .layout__delete___2oDAQ,
.layout__cardContainer___1hqMq .layout__edit___3gQm7 {
  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___1hqMq .layout__delete___2oDAQ {
  padding-right: 6px;
}

.layout__contentBox___3ZfK4 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2aa-q {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2aa-q .layout__inputTxt___2Dtrj {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2aa-q .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2aa-q .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2aa-q .content {
  padding: 10px;
}

.layout__createMerchantContainer___2aa-q .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___2aa-q .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2aa-q .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2aa-q .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2aa-q .content .actionContainer .actionButton,
.layout__createMerchantContainer___2aa-q .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2aa-q .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2aa-q .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___25VY- {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1uqy5 {
  padding: 30px 15px;
}

.layout__cardContainer___1uqy5 .layout__createBtn___2gfnU {
  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___1uqy5 .layout__createBtn___2gfnU:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1uqy5 .layout__createBtn___2gfnU.layout__disabled___2pvMb,
.layout__cardContainer___1uqy5 .layout__createBtn___2gfnU:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1uqy5 .layout__createBtn___2gfnU:active,
.layout__cardContainer___1uqy5 .layout__createBtn___2gfnU:focus,
.layout__cardContainer___1uqy5 .layout__createBtn___2gfnU:visited {
  outline: 0;
}

.layout__cardContainer___1uqy5 .layout__inputSearch___QCcDL {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1uqy5 .layout__inputSearch___QCcDL:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1uqy5 .layout__inputSearch___QCcDL::placeholder {
  font-style: italic;
}

.layout__cardContainer___1uqy5 .layout__toolBar___XUXTO {
  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___1uqy5 .layout__toolBar___XUXTO .layout__title___R_ZlI {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1uqy5 .layout__toolBar___XUXTO .layout__searchContainer___1xUD- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1uqy5 .layout__content___8Gznn {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1uqy5 .layout__content___8Gznn,
.layout__cardContainer___1uqy5 .layout__content___8Gznn .layout__createNewCard___3A6s4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1uqy5 .layout__content___8Gznn .layout__createNewCard___3A6s4 {
  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___1uqy5 .layout__content___8Gznn .layout__createNewCard___3A6s4 .layout__plusIcon___14Hwg {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1uqy5 .layout__content___8Gznn .layout__createNewCard___3A6s4 .layout__plusIcon___14Hwg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1uqy5 .layout__cardListContainer___1CVnE {
  background-color: #fff;
}

.layout__cardContainer___1uqy5 .layout__cardsLogo___xBHbW {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1uqy5 .layout__featuredDot___3DFfg,
.layout__cardContainer___1uqy5 .layout__notFeaturedDot___4WEgf {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1uqy5 .layout__notFeaturedDot___4WEgf {
  background-color: red;
}

.layout__cardContainer___1uqy5 .layout__edit___3j6ou {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1uqy5 .layout__delete___1g7me,
.layout__cardContainer___1uqy5 .layout__edit___3j6ou {
  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___1uqy5 .layout__delete___1g7me {
  padding-right: 6px;
}

.layout__contentBox___3Im_L {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___2nsew {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2nsew .layout__inputTxt___2dwWS {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2nsew .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2nsew .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___2nsew .content {
  padding: 10px;
}

.layout__createMerchantContainer___2nsew .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___2nsew .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2nsew .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2nsew .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2nsew .content .actionContainer .actionButton,
.layout__createMerchantContainer___2nsew .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2nsew .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2nsew .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___31G4F {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3mzPr {
  padding: 30px 15px;
}

.layout__cardContainer___3mzPr .layout__inputSearch___1oW-M {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3mzPr .layout__inputSearch___1oW-M:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3mzPr .layout__inputSearch___1oW-M::placeholder {
  font-style: italic;
}

.layout__cardContainer___3mzPr .layout__toolBar___3T89e {
  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___3mzPr .layout__toolBar___3T89e .layout__title___oOxwr {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3mzPr .layout__toolBar___3T89e .layout__searchContainer___2DBwf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3mzPr .layout__content___146k5 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3mzPr .layout__content___146k5,
.layout__cardContainer___3mzPr .layout__content___146k5 .layout__createNewCard___4IUUK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3mzPr .layout__content___146k5 .layout__createNewCard___4IUUK {
  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___3mzPr .layout__content___146k5 .layout__createNewCard___4IUUK .layout__plusIcon___2ePnD {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3mzPr .layout__content___146k5 .layout__createNewCard___4IUUK .layout__plusIcon___2ePnD span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3mzPr .layout__createBtn___Ir2oo {
  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___3mzPr .layout__createBtn___Ir2oo:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___3mzPr .layout__createBtn___Ir2oo.layout__disabled___3m54O,
.layout__cardContainer___3mzPr .layout__createBtn___Ir2oo:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___3mzPr .layout__createBtn___Ir2oo:active,
.layout__cardContainer___3mzPr .layout__createBtn___Ir2oo:focus,
.layout__cardContainer___3mzPr .layout__createBtn___Ir2oo:visited {
  outline: 0;
}

.layout__cardContainer___3mzPr .layout__cardListContainer___9I-cX {
  background-color: #fff;
}

.layout__cardContainer___3mzPr .layout__cardsLogo___2aMzI {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3mzPr .layout__featuredDot___3HEC-,
.layout__cardContainer___3mzPr .layout__notFeaturedDot___fHVzR {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3mzPr .layout__notFeaturedDot___fHVzR {
  background-color: red;
}

.layout__cardContainer___3mzPr .layout__edit___3d2AC {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___3mzPr .layout__delete___1toJU,
.layout__cardContainer___3mzPr .layout__edit___3d2AC {
  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___3mzPr .layout__delete___1toJU {
  padding-right: 6px;
}

.layout__contentBox___hShmG {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__fullBox___1UlbZ {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___1V5nd {
  min-width: calc(100% - 300px);
}

.layout__box___2gk1U {
  padding: 0 10px;
}

.layout__searchbox___3FRWJ {
  margin-top: 15px;
}

.layout__searchType___1vPQ7 {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchType___1vPQ7,
.layout__statusBox___2JXB4 {
  margin: 0 0 15px;
}

.layout__searchInput___2n2_2 {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___2iCsz {
  margin-top: 20px;
}

.layout__contentcontainer___2Qn50 {
  font-size: 10px!important;
  width: 100%;
}

.layout__searchBtn___1i17v {
  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___1i17v:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___1i17v.layout__disabled___hHsWR,
.layout__searchBtn___1i17v:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___1i17v:active,
.layout__searchBtn___1i17v:focus,
.layout__searchBtn___1i17v:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___1i17v {
    margin-top: 15px;
  }
}

.layout__calendarBox___-m71U .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___-m71U .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___3A5dc {
  overflow: auto;
}

.layout__tableWrapper___3A5dc>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___OuWYY input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___2ds2V {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___qD2Z5,
.layout__modalcontainer___2ds2V {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___qD2Z5 {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___1KN2A {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___FbMGt {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___1fDO9 {
  width: 100%;
}

.layout__mailContainer___2mhuL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___fz2-w {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___2jpmD {
  float: right;
  right: 0;
}

.layout__linkpopup___1GlwT {
  cursor: pointer;
}

.layout__list___3woV6 {
  padding: 0 15px;
}

.layout__list___3woV6 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___3woV6 .layout__curPointer___y4uoa {
  cursor: pointer;
}

.layout__list___3woV6 .layout__count___Yqr-g {
  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___3woV6 .layout__countNumber___2WwvR {
  color: #028547;
}

.layout__list___3woV6 .layout__tableHeader___10iGW {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___3woV6 .layout__decreaseIcon___15AEQ,
.layout__list___3woV6 .layout__increaseIcon___2wfWz {
  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___3woV6 .layout__decreaseIcon___15AEQ {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___3woV6 .layout__downloadIcon___3g38m {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___3woV6 .layout__applicationLink___1aYcw {
  color: #000;
}

.layout__list___3woV6 .layout__approved___38wPk,
.layout__list___3woV6 .layout__carddeliver___1tWOO,
.layout__list___3woV6 .layout__cardship___3WWAC,
.layout__list___3woV6 .layout__draft___1k1dG,
.layout__list___3woV6 .layout__inprocess___15cIE,
.layout__list___3woV6 .layout__status___3uDQe,
.layout__list___3woV6 .layout__submitteddoc___1sur3,
.layout__list___3woV6 .layout__sumittedapp___3dRDF {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___3woV6 .layout__draft___1k1dG {
  color: #9c27b0;
}

.layout__list___3woV6 .layout__sumittedapp___3dRDF {
  color: #e91e63;
}

.layout__list___3woV6 .layout__submitteddoc___1sur3 {
  color: #4caf50;
}

.layout__list___3woV6 .layout__inprocess___15cIE {
  color: #f76045;
}

.layout__list___3woV6 .layout__approved___38wPk {
  color: #f4bf75;
}

.layout__list___3woV6 .layout__cardship___3WWAC {
  color: #795548;
}

.layout__list___3woV6 .layout__carddeliver___1tWOO {
  color: #1976d2;
}

.layout__list___3woV6 .layout__border___WY9-B,
.layout__list___3woV6 .layout__carddeliverBorder___2mnI0,
.layout__list___3woV6 .layout__cardshipBorder___3Niur,
.layout__list___3woV6 .layout__savedBorder___2HKUG,
.layout__list___3woV6 .layout__submitteddocBorder___1oDCp,
.layout__list___3woV6 .layout__sumittedappBorder___2b5Kx,
.layout__list___3woV6 .layout__verificationBorder___2eiQP {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___3woV6 .layout__savedBorder___2HKUG {
  border-left-color: #9c27b0;
}

.layout__list___3woV6 .layout__submitteddocBorder___1oDCp {
  border-left-color: #4caf50;
}

.layout__list___3woV6 .layout__cardshipBorder___3Niur {
  border-left-color: #795548;
}

.layout__list___3woV6 .layout__carddeliverBorder___2mnI0 {
  border-left-color: #1976d2;
}

.layout__list___3woV6 .layout__sumittedappBorder___2b5Kx,
.layout__list___3woV6 .layout__verificationBorder___2eiQP {
  border-left-color: #e91e63;
}

.layout__list___3woV6 .layout__statusBox___2JXB4 {
  margin: 0;
}

.layout__searchBoxWrapper___2wXwh {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___2wXwh {
    max-width: 500px;
  }
}

.layout__triangleBtn___hkeo7 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___hkeo7 {
    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___hkeo7:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___hkeo7.layout__isOpening___38312:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___2xlbo td:not(.layout__wrapTriAngle___YiRqT) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__createMerchantContainer___2g22r {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___2g22r .layout__inputTxt___28r4Z {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___2g22r .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___2g22r .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___2g22r .content {
  padding: 10px;
}

.layout__createMerchantContainer___2g22r .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___2g22r .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___2g22r .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___2g22r .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___2g22r .content .actionContainer .actionButton,
.layout__createMerchantContainer___2g22r .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___2g22r .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___2g22r .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2PEO0 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2KZ2p {
  padding: 30px 15px;
}

.layout__cardContainer___2KZ2p .layout__createBtn___3971X {
  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___2KZ2p .layout__createBtn___3971X:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2KZ2p .layout__createBtn___3971X.layout__disabled___3SDEn,
.layout__cardContainer___2KZ2p .layout__createBtn___3971X:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2KZ2p .layout__createBtn___3971X:active,
.layout__cardContainer___2KZ2p .layout__createBtn___3971X:focus,
.layout__cardContainer___2KZ2p .layout__createBtn___3971X:visited {
  outline: 0;
}

.layout__cardContainer___2KZ2p .layout__inputSearch___2-GSc {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2KZ2p .layout__inputSearch___2-GSc:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2KZ2p .layout__inputSearch___2-GSc::placeholder {
  font-style: italic;
}

.layout__cardContainer___2KZ2p .layout__toolBar___meh7Z {
  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___2KZ2p .layout__toolBar___meh7Z .layout__title___1-gTA {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2KZ2p .layout__toolBar___meh7Z .layout__searchContainer___3b-cN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2KZ2p .layout__content___1y0GP {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2KZ2p .layout__content___1y0GP,
.layout__cardContainer___2KZ2p .layout__content___1y0GP .layout__createNewCard___H74Zz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2KZ2p .layout__content___1y0GP .layout__createNewCard___H74Zz {
  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___2KZ2p .layout__content___1y0GP .layout__createNewCard___H74Zz .layout__plusIcon___lBMYY {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2KZ2p .layout__content___1y0GP .layout__createNewCard___H74Zz .layout__plusIcon___lBMYY span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2KZ2p .layout__cardListContainer___PQ6ig {
  background-color: #fff;
}

.layout__cardContainer___2KZ2p .layout__cardsLogo___sR2M1 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2KZ2p .layout__featuredDot___sZaMC,
.layout__cardContainer___2KZ2p .layout__notFeaturedDot___2Oh7m {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2KZ2p .layout__notFeaturedDot___2Oh7m {
  background-color: red;
}

.layout__cardContainer___2KZ2p .layout__edit___1kglc {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2KZ2p .layout__delete___1dX5d,
.layout__cardContainer___2KZ2p .layout__edit___1kglc {
  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___2KZ2p .layout__delete___1dX5d {
  padding-right: 6px;
}

.layout__contentBox___3ydrF {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__pageTitle___1p_tg {
  margin-bottom: 30px;
}

.layout__wrapCheckAll___Z7OMj {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___Z7OMj {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___Z7OMj label {
  margin: 0;
}

.layout__wrapCheckAll___Z7OMj input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___33RhT {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___2f-pE {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3bm76 td:not(.layout__wrapTriAngle___10eyX) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___3k7hw {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___3k7hw {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___2jEg1 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2jEg1 {
    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___2jEg1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2jEg1.layout__isOpening___4xa7r:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___3C9YE {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___3C9YE .layout__formLabel___c0n0J {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___3C9YE .layout__formField___2flNa {
  margin: 0 0 15px;
}

.layout__refreshBtn___2sS93 {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___3aUqf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___3aUqf .layout__wrapBtn___107Vb {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___1vPmL:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___1vPmL:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___1vPmL {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___1vPmL td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___1cYXx:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___1cYXx:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___1cYXx {
  color: #fff;
  background: purple;
}

.layout__isStaff___1cYXx td>a {
  color: #fff!important;
}

.layout__colorOfPriority___3icWu {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___3icWu.layout__green___22aIX {
  background: #279327;
}

.layout__colorOfPriority___3icWu.layout__orange___l2M_h {
  background: #fcbd4a;
}

.layout__colorOfPriority___3icWu.layout__red___87dyq {
  background: #e40505;
}

.layout__colorOfPriority___3icWu.layout__black___3E-8U {
  background: #aeaeae;
}

.layout__fullBox___20g7b {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___3dLAS,
.layout__fullBox___20g7b {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___3dLAS {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___3UMY4 {
  margin-top: 15px;
}

.layout__yellowClass___2SvwH {
  background-color: #fc0;
}

.layout__blueClass___EE4BJ,
.layout__yellowClass___2SvwH {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___EE4BJ {
  background-color: #2206f8;
}

.layout__redClass___3xRaG {
  background-color: red;
}

.layout__greenClass___1vLbJ,
.layout__redClass___3xRaG {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___1vLbJ {
  background-color: #028547;
}

.layout__contentcontainer___3-fZa {
  font-size: 10px!important;
}

.layout__tableList___2r3SY {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___2r3SY {
    overflow: initial;
  }
}

.layout__divSearch___2g39b {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___2g39b {
    overflow: initial;
  }
}

.layout__divSearch___2g39b>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___2ISoK {
  color: red!important;
}

.layout__btnStats___3iKi9 {
  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___3iKi9:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3iKi9.layout__disabled___1aY1H,
.layout__btnStats___3iKi9:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3iKi9:active,
.layout__btnStats___3iKi9:focus,
.layout__btnStats___3iKi9:visited {
  outline: 0;
}

.layout__coverBox___2TGsw {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___2TGsw input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___1EUVh {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___1RaK9,
.layout__modalcontainer___1EUVh {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___1RaK9 {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___3HnE4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___1Jazz {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___3lppS {
  width: 100%;
}

.layout__mailContainer___1k_f7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___A5Ym8 {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___2YqOT {
  float: right;
  right: 0;
}

.layout__linkpopup___lEmmO {
  cursor: pointer;
}

.layout__inputSearch___OHLl4 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___OHLl4:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___OHLl4::placeholder {
  font-style: italic;
}

.layout__tableList___2r3SY td.layout__checkBoxCol___2M-Sb,
.layout__tableList___2r3SY th.layout__checkBoxCol___2M-Sb {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___pkBYG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___eiAp3 {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___eiAp3 {
    padding: 0 15px;
  }
}

.layout__list___eiAp3 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___eiAp3 .layout__curPointer___2C9By {
  cursor: pointer;
}

.layout__list___eiAp3 .layout__count___2NfMU {
  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___eiAp3 .layout__countNumber___iBRN1 {
  color: #028547;
}

.layout__list___eiAp3 .layout__tableHeader___dP_mx {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___eiAp3 .layout__decreaseIcon___1WiXi,
.layout__list___eiAp3 .layout__increaseIcon___1UkTI {
  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___eiAp3 .layout__decreaseIcon___1WiXi {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___eiAp3 .layout__downloadIcon___7Je-7 {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___eiAp3 .layout__applicationLink___2Hsb7 {
  color: #000;
}

.layout__list___eiAp3 .layout__circleIcon___1oIK5 {
  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___eiAp3 .layout__noteOff___3D6wW {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___eiAp3 .layout__noteOff___3D6wW .layout__divline___1V8mM {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___eiAp3 .layout__approved___3ILsJ,
.layout__list___eiAp3 .layout__carddeliver___1lXCC,
.layout__list___eiAp3 .layout__cardship___3niT9,
.layout__list___eiAp3 .layout__draft___3aNRN,
.layout__list___eiAp3 .layout__inprocess___2zkBe,
.layout__list___eiAp3 .layout__status___1j8S0,
.layout__list___eiAp3 .layout__submitteddoc___14100,
.layout__list___eiAp3 .layout__sumittedapp___YE9Ia {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___eiAp3 .layout__draft___3aNRN {
  color: #9c27b0;
}

.layout__list___eiAp3 .layout__sumittedapp___YE9Ia {
  color: #e91e63;
}

.layout__list___eiAp3 .layout__submitteddoc___14100 {
  color: #4caf50;
}

.layout__list___eiAp3 .layout__inprocess___2zkBe {
  color: #f76045;
}

.layout__list___eiAp3 .layout__approved___3ILsJ {
  color: #f4bf75;
}

.layout__list___eiAp3 .layout__cardship___3niT9 {
  color: #795548;
}

.layout__list___eiAp3 .layout__carddeliver___1lXCC {
  color: #1976d2;
}

.layout__list___eiAp3 .layout__border___3G7WM,
.layout__list___eiAp3 .layout__carddeliverBorder___1zmMc,
.layout__list___eiAp3 .layout__cardshipBorder___24Nnc,
.layout__list___eiAp3 .layout__savedBorder___3R-9i,
.layout__list___eiAp3 .layout__submitteddocBorder___2Txwu,
.layout__list___eiAp3 .layout__sumittedappBorder___2j_Op,
.layout__list___eiAp3 .layout__verificationBorder___g9psb {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___eiAp3 .layout__savedBorder___3R-9i {
  border-left-color: #9c27b0;
}

.layout__list___eiAp3 .layout__submitteddocBorder___2Txwu {
  border-left-color: #4caf50;
}

.layout__list___eiAp3 .layout__cardshipBorder___24Nnc {
  border-left-color: #795548;
}

.layout__list___eiAp3 .layout__carddeliverBorder___1zmMc {
  border-left-color: #1976d2;
}

.layout__list___eiAp3 .layout__sumittedappBorder___2j_Op,
.layout__list___eiAp3 .layout__verificationBorder___g9psb {
  border-left-color: #e91e63;
}

.layout__list___eiAp3 .layout__statusBox___2-Bij {
  margin: 0;
}

.layout__exportContainer___3b-X1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___1Dz9k {
  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___1Dz9k:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___1Dz9k.layout__disabled___1aY1H,
.layout__btnExport___1Dz9k:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___1Dz9k:active,
.layout__btnExport___1Dz9k:focus,
.layout__btnExport___1Dz9k:visited {
  outline: 0;
}

@media print {
  .layout__contentBox___1EOu1 {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

.layout__resultBox___Pl8kH {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___3VnkH {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__navTab___1yTfS,
.layout__workform___3VnkH {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.layout__navTab___1yTfS {
  -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___1yTfS 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___1yTfS button {
    font-size: 13px;
    max-width: 300px;
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .layout__navTab___1yTfS button {
    width: 100%;
  }
}

.layout__navTab___1yTfS button:active,
.layout__navTab___1yTfS button:focus,
.layout__navTab___1yTfS button:visited {
  outline: 0;
  border: 1px solid #3e8a62;
  background-color: #3e8a62;
  color: #fff;
}

.layout__navTab___1yTfS button.layout__tabActive___1is5I {
  font-weight: 700;
  background-color: #3e8a62;
  color: #fff;
}

.layout__tabContent___otjei {
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width:769px) {
  .layout__tabContent___otjei {
    padding: 0;
  }
}

.layout__btnShowCsrHistories___26_CR {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___3r0Kn {
  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___3K59g {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___3K59g .layout__closeBox___2nVR3 {
  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___3K59g .layout__flexItem___1Y8UX {
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__boxInner___3K59g .layout__flexItem___1Y8UX,
.layout__contentBox___1EOu1 {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___1EOu1 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__show___1pPjj {
  display: block;
  margin-bottom: 10px;
}

.layout__show___1pPjj .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.layout__show___1pPjj div[class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.layout__hide___2tHSp {
  position: absolute;
  width: 0!important;
  height: 0!important;
  overflow: hidden;
}

.layout__modalContent___jpSjZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
}

.layout__modalcontainer___2oxrr {
  padding: 15px;
}

.layout__selectBox___1h2yc {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.layout__btnArea___3r2ap {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.layout__btnStats___3cv96 {
  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___3cv96:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3cv96.layout__disabled___KQaNA,
.layout__btnStats___3cv96:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3cv96:active,
.layout__btnStats___3cv96:focus,
.layout__btnStats___3cv96:visited {
  outline: 0;
}

.layout__btnLink___eAm0H {
  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___eAm0H:active,
.layout__btnLink___eAm0H:hover {
  text-decoration: none;
  color: #fff;
}

.layout__btnCancel___1CXgH {
  background-color: #d8d8d8;
  min-width: 150px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
}

.layout__btnCancel___1CXgH,
.layout__btnDisable___1hSso,
.layout__btnDisableAia___13gYB {
  height: 35px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.layout__btnDisable___1hSso,
.layout__btnDisableAia___13gYB {
  width: 165px;
  background-color: #9b9b9b;
  color: #fff;
}

.layout__btnDisableAia___13gYB {
  width: 150px;
}

.layout__applicationForm___2o3Cv {
  -ms-flex: 8;
  flex: 8;
  background: #fff;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
  margin: 0 15px;
  font-size: 13px;
}

.layout__removeIcon___1D33R {
  display: none;
}

.layout__closeIcon___6dCHo,
.layout__removeIcon___1D33R {
  position: absolute;
  top: -10px;
  right: -10px;
}

.layout__listImg___1u_-F {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__actionarea___1M9Kq {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}

.layout__actionarea___1M9Kq,
.layout__actionRow___1XPKv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__actionRow___1XPKv {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  margin-top: 30px;
}

.layout__wrapBtnArea___JnoOL {
  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___JnoOL {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.layout__wrapBtnArea___JnoOL .layout__wrapBtn___G-rCn {
  padding: 5px 15px;
  width: 33.33333%;
  max-width: 225px;
}

@media screen and (max-width:769px) {
  .layout__wrapBtnArea___JnoOL .layout__wrapBtn___G-rCn {
    width: 50%;
  }
}

.layout__wrapBtnArea___JnoOL .layout__wrapBtn___G-rCn a,
.layout__wrapBtnArea___JnoOL .layout__wrapBtn___G-rCn button {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.layout__quickActionBox___1EruZ {
  margin: 0 0 10px;
}

.layout__quickActionBoxTitle___JKX2v {
  font-size: 17px;
  color: #5b5b5b;
  padding: 16px 15px;
  margin: 0;
  text-align: center;
}

.layout__quickActionBoxTitle___JKX2v span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
}

.layout__cancelBtn___2RY2b {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #ececec;
  color: #fff;
}

.layout__footerModal___122GM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__doneBtn___1WI9P {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  margin-right: 30px;
}

.layout__doneBtn___1WI9P:disabled {
  background-color: #ececec;
  color: #fff;
  cursor: not-allowed;
}

.layout__managerConfirmCheckBox___1iaBn {
  margin: 0 5px 0 0!important;
  position: relative;
  top: 2px;
}

.layout__dataShow___3yfKt {
  word-break: break-all;
  word-wrap: break-word;
}

.layout__modalTitle___3KUS_ {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.layout__detailRequest___oj-kd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
}

.layout__btnCopy___ksUTo {
  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___ksUTo:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCopy___ksUTo.layout__disabled___KQaNA,
.layout__btnCopy___ksUTo:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCopy___ksUTo:active,
.layout__btnCopy___ksUTo:focus,
.layout__btnCopy___ksUTo:visited {
  outline: 0;
}

.layout__integrationLink___39oze {
  cursor: pointer;
}

.layout__kycbox___1oxUI {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-bottom: 8px;
}

.layout__kycbox___1oxUI img {
  width: 150px;
  height: 130px;
  cursor: pointer;
}

.layout__kycContainer___2HtVl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___2HOHO {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___1Dpc_,
.layout__kycTitle___2HOHO {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___1Dpc_ {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__imageFull___scfP5 {
  max-width: 580px;
}

.layout__kycHistoryTitle___1HY3A {
  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___1HY3A a {
  text-decoration: none;
  cursor: pointer;
}

.layout__workformApp___XSZWE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxTitle___2jYDx {
  font-size: 16px;
  color: #008345;
  margin-bottom: 24px;
}

.layout__boxContainer___gcse0 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxContainer___gcse0,
.layout__boxRow___2D_Tn {
  display: -ms-flexbox;
  display: flex;
}

.layout__boxRow___2D_Tn {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.layout__boxItem___37aum {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  margin-left: 10px;
}

.layout__cardContainer___2w_TO {
  padding: 30px 15px;
}

.layout__cardContainer___2w_TO .layout__inputSearch___HejHB {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2w_TO .layout__inputSearch___HejHB:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2w_TO .layout__inputSearch___HejHB::placeholder {
  font-style: italic;
}

.layout__cardContainer___2w_TO .layout__toolBar___3ptBD {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.layout__cardContainer___2w_TO .layout__toolBar___3ptBD,
.layout__cardContainer___2w_TO .layout__toolBar___3ptBD .layout__searchContainer___2g6iL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2w_TO .layout__content___3_HdW {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2w_TO .layout__content___3_HdW,
.layout__cardContainer___2w_TO .layout__content___3_HdW .layout__createNewCard___1z4SE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2w_TO .layout__content___3_HdW .layout__createNewCard___1z4SE {
  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___2w_TO .layout__content___3_HdW .layout__createNewCard___1z4SE .layout__plusIcon___rK6Sz {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2w_TO .layout__content___3_HdW .layout__createNewCard___1z4SE .layout__plusIcon___rK6Sz span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2w_TO .layout__cardListContainer___33svF {
  background-color: #fff;
}

.layout__cardContainer___2w_TO .layout__cardsLogo___27HYc {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2w_TO .layout__featuredDot___M_GwF,
.layout__cardContainer___2w_TO .layout__notFeaturedDot___2q00F {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2w_TO .layout__notFeaturedDot___2q00F {
  background-color: red;
}

.layout__cardContainer___2w_TO .layout__edit___28pZv {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2w_TO .layout__delete___aSGQv,
.layout__cardContainer___2w_TO .layout__edit___28pZv {
  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___2w_TO .layout__delete___aSGQv {
  padding-right: 6px;
}

.layout__triangleBtn___3VmTS {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___3VmTS {
    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___3VmTS:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___3VmTS.layout__isOpening___3x2xX:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___xOmup td:not(.layout__wrapTriAngle___1UD14) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___1n_yy {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__tableList___zPE2O {
  word-break: break-word;
}

.layout__tableList___zPE2O th input {
  width: 100%;
}

.layout__title___1DIVz {
  margin: 0 0 30px;
}

@media screen and (max-width:769px) {
  .layout__btnWrap____1XFW {
    width: 100%;
    margin: 10px 0 0;
  }
}

.layout__actionArea___1nojk {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.layout__userUpdateItem___2x2_X {
  width: 180px;
  margin-left: 15px;
}

.layout__createBtn___2uBmT {
  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___2uBmT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createBtn___2uBmT.layout__disabled___1iU1L,
.layout__createBtn___2uBmT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createBtn___2uBmT:active,
.layout__createBtn___2uBmT:focus,
.layout__createBtn___2uBmT:visited {
  outline: 0;
}

.layout__inputType___2AikQ {
  width: 150px!important;
  border: 1px solid #ddd;
  height: 35px;
}

.layout__actionArea___1o82g {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}

.layout__actionArea___1o82g,
.layout__createNew___1-Jwd {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___1-Jwd {
  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___1-Jwd:hover {
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1-Jwd.layout__disabled___UxMG6,
.layout__createNew___1-Jwd:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1-Jwd:active,
.layout__createNew___1-Jwd:focus,
.layout__createNew___1-Jwd:visited {
  outline: 0;
}

.layout__createNew___1-Jwd:hover {
  text-decoration: none;
  color: #fff;
}

.layout__createNew___1-Jwd .layout__plusIcon___1ADXW {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__defaultValueMappingForm___13qJA {
  padding: 30px 0;
}

.layout__show___yGdaA {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___3WI9I {
  color: #838383;
}

.layout__marginBottom___1bMY5 {
  margin-bottom: 8px;
}

.layout__buttonWrapper___1AdEI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__btn___27mby {
  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___27mby {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__tableList___1ys2M {
  word-break: break-word;
}

.layout__tableList___1ys2M th input {
  width: 100%;
}

.layout__inputItem___X9oE7 {
  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___3YZOX {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___3_4CX {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___3_4CX:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___3_4CX.layout__disabled___UxMG6,
.layout__submitBtn___3_4CX:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___3_4CX:active,
.layout__submitBtn___3_4CX:focus,
.layout__submitBtn___3_4CX:visited {
  outline: 0;
}

.layout__listActionBtn___3pwJB {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__paginationWrapper___DptvL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__paginationWrapper___DptvL .layout__selectNumberOfDisplay___G9Y2c {
  margin: 20px 10px 20px 0;
  width: 100px;
  height: 34px;
  border-color: #ddd;
  border-radius: 4px;
}

@media screen and (max-width:769px) {
  .layout__paginationWrapper___DptvL .pagination {
    width: 100%;
    margin-top: 0;
  }
}

.layout__paginationWrapper___DptvL .pagination li.active a {
  background-color: #008345;
  border-color: #008345;
  color: #fff;
}

.layout__paginationWrapper___DptvL .pagination a {
  color: #008345;
}

.layout__triangleBtn___1bHkO {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1bHkO {
    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___1bHkO:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1bHkO.layout__isOpening___1OIc6:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3yI75 td:not(.layout__wrapTriAngle___1lf-V) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__tableHeader___3tkUW {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__ratioContainer___3ZI6V {
  display: -ms-flexbox;
  display: flex;
}

.layout__spreadLine___3U3we {
  margin-left: 20px;
  margin-right: 20px;
}

.layout__tableWrapper___2oJIo {
  width: 100%;
  overflow-x: scroll;
}

.layout__selectMulti___31BfP {
  margin-top: 40px;
}

.layout__kycbox___3walI {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___3walI img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___17XCX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___3ilUq {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___3L8_A,
.layout__kycTitle___3ilUq {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___3L8_A {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___IkNub {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___IkNub,
.layout__formContainer___2EwlT {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___2EwlT {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___3StLI {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px;
}

.layout__inputLabel___1YdeT {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___3sVsu {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___1FxXs {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___FXRbz,
.layout__reason___2bQJo,
.layout__ticket___1FxXs {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__reason___2bQJo {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___3At_- {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___3x8sr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___3x8sr label {
  margin-bottom: 0;
}

.layout__switch___3KUKM {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___3KUKM input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___1_hj1 {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___1_hj1,
.layout__slider___1_hj1:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___1_hj1:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___1_hj1 {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___1_hj1 {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___1_hj1:before {
  transform: translateX(26px);
}

.layout__buttonStyle___1LBcw {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
}

.layout__workingArea___hlS8k {
  margin-top: 40px;
  margin-left: 20px;
}

.layout__searchBox___300pM,
.layout__workingArea___hlS8k {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchBox___300pM {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.layout__searchTitle___ZGWyJ {
  font-size: 14px;
  color: #555;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___3ssnc {
  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___30NHl {
  margin-top: 10px;
}

.layout__historyContainer___1ALLN,
.layout__radioStyle___30NHl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___1ALLN {
  margin-top: 40px;
}

.layout__historyTitle____tp0A {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
}

.layout__applicationContainer___ymYgl {
  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___1w3Eo {
  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___1furF {
  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___1hDbq {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___3jrUu {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___19w-V {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___3fl_M {
  background-color: #ec1e25;
}

.layout__buttonDisable___2YhHQ,
.layout__buttonSosStyle___3fl_M {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___2YhHQ {
  background-color: #ddd;
}

.layout__approveSosAction___19fIY {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___3aXU4 {
  color: #028547;
}

.layout__appStyle___3xEAi {
  color: #666;
}

.layout__tooltip___1NZNC {
  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___1NZNC .layout__tooltiptext___3is9N {
  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___1NZNC:hover .layout__tooltiptext___3is9N {
  visibility: visible;
}

.layout__createMerchantContainer___3jUgo {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3jUgo .layout__inputTxt___3FfR5 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3jUgo .layout__selectBox___2lce4 {
  width: 250px;
  margin-right: 10px;
}

.layout__createMerchantContainer___3jUgo .layout__selectBox___2lce4.layout__Select-control___2CvX_ {
  width: 100%;
}

.layout__createMerchantContainer___3jUgo .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3jUgo .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___3jUgo .content {
  padding: 10px;
}

.layout__createMerchantContainer___3jUgo .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___3jUgo .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3jUgo .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3jUgo .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3jUgo .content .actionContainer .actionButton,
.layout__createMerchantContainer___3jUgo .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3jUgo .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3jUgo .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___sYeZe {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2ZWuA {
  padding: 30px 15px;
}

.layout__cardContainer___2ZWuA .layout__inputSearch___I3R6I {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2ZWuA .layout__inputSearch___I3R6I:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2ZWuA .layout__inputSearch___I3R6I::placeholder {
  font-style: italic;
}

.layout__cardContainer___2ZWuA .layout__toolBar___2CIAE {
  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___2ZWuA .layout__toolBar___2CIAE .layout__title___3dWsl {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2ZWuA .layout__toolBar___2CIAE .layout__searchContainer___18IIZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2ZWuA .layout__content___2e_o3 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2ZWuA .layout__content___2e_o3,
.layout__cardContainer___2ZWuA .layout__content___2e_o3 .layout__createNewCard___jppqZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2ZWuA .layout__content___2e_o3 .layout__createNewCard___jppqZ {
  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___2ZWuA .layout__content___2e_o3 .layout__createNewCard___jppqZ .layout__plusIcon___12A_7 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2ZWuA .layout__content___2e_o3 .layout__createNewCard___jppqZ .layout__plusIcon___12A_7 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2ZWuA .layout__createBtn___1JaQL {
  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___2ZWuA .layout__createBtn___1JaQL:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2ZWuA .layout__createBtn___1JaQL.layout__disabled___1MUQU,
.layout__cardContainer___2ZWuA .layout__createBtn___1JaQL:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2ZWuA .layout__createBtn___1JaQL:active,
.layout__cardContainer___2ZWuA .layout__createBtn___1JaQL:focus,
.layout__cardContainer___2ZWuA .layout__createBtn___1JaQL:visited {
  outline: 0;
}

.layout__cardContainer___2ZWuA .layout__cardListContainer___2BZ8C {
  background-color: #fff;
}

.layout__cardContainer___2ZWuA .layout__cardsLogo___oEqzS {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2ZWuA .layout__featuredDot___2vjy3,
.layout__cardContainer___2ZWuA .layout__notFeaturedDot___35Iy0 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2ZWuA .layout__notFeaturedDot___35Iy0 {
  background-color: red;
}

.layout__cardContainer___2ZWuA .layout__edit___xbOxU {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2ZWuA .layout__delete___YoFTQ,
.layout__cardContainer___2ZWuA .layout__edit___xbOxU {
  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___2ZWuA .layout__delete___YoFTQ {
  padding-right: 6px;
}

.layout__contentBox___31S5b {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3Bgbi {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3Bgbi .layout__inputTxt___ATInV {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3Bgbi .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3Bgbi .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3Bgbi .content {
  padding: 10px;
}

.layout__createMerchantContainer___3Bgbi .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___3Bgbi .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3Bgbi .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer .actionButton,
.layout__createMerchantContainer___3Bgbi .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3Bgbi .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3c6tz {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1uW8A {
  padding: 30px 15px;
}

.layout__cardContainer___1uW8A .layout__createBtn___zUgnV {
  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___1uW8A .layout__createBtn___zUgnV:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1uW8A .layout__createBtn___zUgnV.layout__disabled___UAxAD,
.layout__cardContainer___1uW8A .layout__createBtn___zUgnV:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1uW8A .layout__createBtn___zUgnV:active,
.layout__cardContainer___1uW8A .layout__createBtn___zUgnV:focus,
.layout__cardContainer___1uW8A .layout__createBtn___zUgnV:visited {
  outline: 0;
}

.layout__cardContainer___1uW8A .layout__inputSearch___1D-U2 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1uW8A .layout__inputSearch___1D-U2:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1uW8A .layout__inputSearch___1D-U2::placeholder {
  font-style: italic;
}

.layout__cardContainer___1uW8A .layout__toolBar___3lqEQ {
  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___1uW8A .layout__toolBar___3lqEQ .layout__title___2KzG- {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1uW8A .layout__toolBar___3lqEQ .layout__searchContainer___3RjZZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1uW8A .layout__content___1-9iJ {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1uW8A .layout__content___1-9iJ,
.layout__cardContainer___1uW8A .layout__content___1-9iJ .layout__createNewCard___2qqom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1uW8A .layout__content___1-9iJ .layout__createNewCard___2qqom {
  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___1uW8A .layout__content___1-9iJ .layout__createNewCard___2qqom .layout__plusIcon___34aZp {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1uW8A .layout__content___1-9iJ .layout__createNewCard___2qqom .layout__plusIcon___34aZp span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1uW8A .layout__cardListContainer___2QA6H {
  background-color: #fff;
}

.layout__cardContainer___1uW8A .layout__cardsLogo___30wMt {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1uW8A .layout__featuredDot___2VeaG,
.layout__cardContainer___1uW8A .layout__notFeaturedDot___1lCDX {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1uW8A .layout__notFeaturedDot___1lCDX {
  background-color: red;
}

.layout__cardContainer___1uW8A .layout__edit___1hTsC {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1uW8A .layout__delete___2CgK-,
.layout__cardContainer___1uW8A .layout__edit___1hTsC {
  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___1uW8A .layout__delete___2CgK- {
  padding-right: 6px;
}

.layout__contentBox___2J6OW {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___3rKsh {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3rKsh .layout__inputTxt___3yHRW {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3rKsh .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3rKsh .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3rKsh .content {
  padding: 10px;
}

.layout__createMerchantContainer___3rKsh .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___3rKsh .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3rKsh .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3rKsh .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3rKsh .content .actionContainer .actionButton,
.layout__createMerchantContainer___3rKsh .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3rKsh .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3rKsh .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___fb2jQ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___js_qT {
  padding: 30px 15px;
}

.layout__cardContainer___js_qT .layout__createBtn___2sU7F {
  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___js_qT .layout__createBtn___2sU7F:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___js_qT .layout__createBtn___2sU7F.layout__disabled___3ZqSp,
.layout__cardContainer___js_qT .layout__createBtn___2sU7F:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___js_qT .layout__createBtn___2sU7F:active,
.layout__cardContainer___js_qT .layout__createBtn___2sU7F:focus,
.layout__cardContainer___js_qT .layout__createBtn___2sU7F:visited {
  outline: 0;
}

.layout__cardContainer___js_qT .layout__inputSearch___2Rkl2 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___js_qT .layout__inputSearch___2Rkl2:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___js_qT .layout__inputSearch___2Rkl2::placeholder {
  font-style: italic;
}

.layout__cardContainer___js_qT .layout__toolBar___2x667 {
  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___js_qT .layout__toolBar___2x667 .layout__title___2t-FK {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___js_qT .layout__toolBar___2x667 .layout__searchContainer___2iZrn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___js_qT .layout__content___3kObR {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___js_qT .layout__content___3kObR,
.layout__cardContainer___js_qT .layout__content___3kObR .layout__createNewCard___1ftsA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___js_qT .layout__content___3kObR .layout__createNewCard___1ftsA {
  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___js_qT .layout__content___3kObR .layout__createNewCard___1ftsA .layout__plusIcon___3q-AA {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___js_qT .layout__content___3kObR .layout__createNewCard___1ftsA .layout__plusIcon___3q-AA span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___js_qT .layout__cardListContainer___1--Xt {
  background-color: #fff;
}

.layout__cardContainer___js_qT .layout__cardsLogo___r6BaI {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___js_qT .layout__featuredDot___3Dk2D,
.layout__cardContainer___js_qT .layout__notFeaturedDot___1f9Io {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___js_qT .layout__notFeaturedDot___1f9Io {
  background-color: red;
}

.layout__cardContainer___js_qT .layout__edit___1aSQA {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___js_qT .layout__delete___1DpsP,
.layout__cardContainer___js_qT .layout__edit___1aSQA {
  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___js_qT .layout__delete___1DpsP {
  padding-right: 6px;
}

.layout__contentBox___1RDP4 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnAction___OuZ2_ {
  width: auto;
  min-width: 146px;
  height: auto;
  background-color: #028547;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  border-radius: 50px;
}

.layout__remove___10vKV {
  float: right;
}

.layout__content___2Us_E {
  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___1dWk- {
  height: 168px!important;
}

.layout__createMerchantContainer___3PATH select {
  border: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3PATH .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3PATH .error {
  color: red;
  margin-top: 10px;
  font-style: italic;
  margin-right: 10px;
}

.layout__createMerchantContainer___3PATH .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___3PATH .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___3PATH .content {
  width: 100%;
  padding: 20px;
}

.layout__createMerchantContainer___3PATH .content .actionContainer {
  padding: 30px 0;
}

.layout__createMerchantContainer___3PATH .content .actionContainer .actionButton,
.layout__createMerchantContainer___3PATH .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3PATH .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3PATH .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3PATH .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___3PATH .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3PATH .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3PATH .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3PATH .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3PATH .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3PATH .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__createMerchantContainer___3PATH .layout__typeupload___2bLeM {
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}

@media screen and (max-width:769px) {
  .layout__createMerchantContainer___3PATH .layout__typeupload___2bLeM {
    margin: 0 0 10px;
  }
}

.layout__contentBox___3vpXN {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___25OI7 {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___25OI7 img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___Kumk7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___kUzxg {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___2k3Bl,
.layout__kycTitle___kUzxg {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___2k3Bl {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___1dMu9 {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___1dMu9,
.layout__formContainer___2KH0e {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___2KH0e {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___1oYq7 {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputLabel___RXE-L {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___UFBFI {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___1Nyry {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___3OK__,
.layout__inputTicketLos___23OFV,
.layout__ticket___1Nyry {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___3OK__,
.layout__inputTicketLos___23OFV {
  width: 180px!important;
}

.layout__inputTicketLos___23OFV {
  margin-left: 16px;
}

.layout__reason___2kYea {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___3G7V-,
.layout__reason___2kYea {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___32zWt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___32zWt label {
  margin-bottom: 0;
}

.layout__switch___vdoXN {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___vdoXN input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___1utyn {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___1utyn,
.layout__slider___1utyn:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___1utyn:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___1utyn {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___1utyn {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___1utyn:before {
  transform: translateX(26px);
}

.layout__buttonStyle___1sabC {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
}

.layout__workingArea___19SAq {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___1g9Bv,
.layout__workingArea___19SAq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___1g9Bv {
  margin-right: 40px;
}

.layout__searchRow___si0t_ {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___si0t_,
.layout__searchTitle___2PRdU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___2PRdU {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___1B0bO {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___24CxL {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___24CxL,
.layout__searchInputLOS___JbnWk,
.layout__spanText___3eqZz {
  margin-right: 16px;
}

.layout__searchInputLOS___JbnWk {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___JbnWk .layout__Select-control___2-8Zx {
  border-radius: 0!important;
}

.layout__radioStyle___1NvQZ {
  margin-top: 10px;
}

.layout__historyContainer___1_pTt,
.layout__radioStyle___1NvQZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___1_pTt {
  margin-top: 80px;
}

.layout__historyTitle___16vzk {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___15V1M {
  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___CTfKG {
  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___2qlSK {
  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___1tQtb {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___2RCGB {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___1nW4W {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___3Lj85 {
  background-color: #ec1e25;
}

.layout__buttonDisable___sFgoh,
.layout__buttonSosStyle___3Lj85 {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___sFgoh {
  background-color: #ddd;
}

.layout__approveSosAction___13nIk {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___3_P-u {
  color: #028547;
}

.layout__appStyle___qlJYc {
  color: #666;
}

.layout__tooltip___Y3vgR {
  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___Y3vgR .layout__tooltiptext___bUbli {
  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___Y3vgR:hover .layout__tooltiptext___bUbli {
  visibility: visible;
}

.layout__oval___3tV2c {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___1xoUn,
.layout__cutOffTimeContainer___1l81H {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___1l81H {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___18JaJ {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cutOffTimeRow___18JaJ:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___1wNJw {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___3tWwm {
  margin-right: 24px;
  width: 200px;
  height: 30px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___3pY_n {
  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___2jI4F,
.layout__titleRow___3pY_n {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___3xGTM {
  margin-right: 25px;
}

.layout__mb100___1W29g {
  margin-bottom: 100px;
}

.layout__tabContainer___290kB {
  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___1Uh53 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.layout__tabCus___13Coo,
.layout__tabHHB___19k8l,
.layout__tabSale___1Uh53 {
  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___19k8l {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.layout__tabActive___uzIo9 {
  background-color: #01ad52;
  color: #fff;
  font-weight: 700;
}

.layout__pageTitle___1Zkdd {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: #555;
}

.layout__wrapCheckAll___2Emf_ {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___2Emf_ {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___2Emf_ label {
  margin: 0;
}

.layout__wrapCheckAll___2Emf_ input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___24_yn {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___2T8YT {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3lrzb td:not(.layout__wrapTriAngle___sYxRc) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___t05xC {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___t05xC {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___2z6O_ {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2z6O_ {
    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___2z6O_:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2z6O_.layout__isOpening___3n3dx:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___2BGbU {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___2BGbU .layout__formLabel___JvwHC {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___2BGbU .layout__formField___godDg {
  margin: 0 0 15px;
}

.layout__refreshBtn___1WsrY {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___ZAMfv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___ZAMfv .layout__wrapBtn___3Fsbp {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___18kBZ:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___18kBZ:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___18kBZ {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___18kBZ td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___3QMel:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___3QMel:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___3QMel {
  color: #fff;
  background: purple;
}

.layout__isStaff___3QMel td>a {
  color: #fff!important;
}

.layout__colorOfPriority___3ayP0 {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___3ayP0.layout__green___3L6fG {
  background: #279327;
}

.layout__colorOfPriority___3ayP0.layout__orange___fqIVC {
  background: #fcbd4a;
}

.layout__colorOfPriority___3ayP0.layout__red___3Kteh {
  background: #e40505;
}

.layout__colorOfPriority___3ayP0.layout__black___3VJRW {
  background: #aeaeae;
}

.layout__fullBox___1zjOV {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___3x7UQ,
.layout__fullBox___1zjOV {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___3x7UQ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___2iE-o {
  margin-top: 15px;
}

.layout__yellowClass___2j7Z0 {
  background-color: #fc0;
}

.layout__blueClass___1TDPa,
.layout__yellowClass___2j7Z0 {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___1TDPa {
  background-color: #2206f8;
}

.layout__redClass___3l31P {
  background-color: red;
}

.layout__greenClass___2AfNU,
.layout__redClass___3l31P {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___2AfNU {
  background-color: #028547;
}

.layout__contentcontainer___3Ny0h {
  font-size: 10px!important;
}

.layout__tableList___3BODq {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___3BODq {
    overflow: initial;
  }
}

.layout__divSearch___1I7oR {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___1I7oR {
    overflow: initial;
  }
}

.layout__divSearch___1I7oR>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___2yuIC {
  color: red!important;
}

.layout__btnStats___19P3M {
  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___19P3M:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___19P3M.layout__disabled___2NvRc,
.layout__btnStats___19P3M:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___19P3M:active,
.layout__btnStats___19P3M:focus,
.layout__btnStats___19P3M:visited {
  outline: 0;
}

.layout__coverBox___p_YxW {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___p_YxW input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___1--O8 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___3ROIK,
.layout__modalcontainer___1--O8 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___3ROIK {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___3-nUU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___3_2dm {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___21RHJ {
  width: 100%;
}

.layout__mailContainer___39RJV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___3qZYw {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___QCWly {
  float: right;
  right: 0;
}

.layout__linkpopup___1HF4X {
  cursor: pointer;
}

.layout__inputSearch___2XfhM {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___2XfhM:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___2XfhM::placeholder {
  font-style: italic;
}

.layout__tableList___3BODq td.layout__checkBoxCol___3t7LY,
.layout__tableList___3BODq th.layout__checkBoxCol___3t7LY {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___1uvYo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___2v2GB {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___2v2GB {
    padding: 0 15px;
  }
}

.layout__list___2v2GB td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___2v2GB .layout__curPointer___1Z3iP {
  cursor: pointer;
}

.layout__list___2v2GB .layout__count___1nsl2 {
  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___2v2GB .layout__countNumber___2L2xT {
  color: #028547;
}

.layout__list___2v2GB .layout__tableHeader___1o-m0 {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___2v2GB .layout__decreaseIcon___4zNzV,
.layout__list___2v2GB .layout__increaseIcon___1OmW5 {
  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___2v2GB .layout__decreaseIcon___4zNzV {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___2v2GB .layout__downloadIcon___3ZWHp {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___2v2GB .layout__applicationLink___14-a2 {
  color: #000;
}

.layout__list___2v2GB .layout__circleIcon___31P-2 {
  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___2v2GB .layout__noteOff___3as3m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___2v2GB .layout__noteOff___3as3m .layout__divline___2RDpd {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___2v2GB .layout__approved___3eo9Z,
.layout__list___2v2GB .layout__carddeliver___3Ycgx,
.layout__list___2v2GB .layout__cardship___1xCOn,
.layout__list___2v2GB .layout__draft___2MqNS,
.layout__list___2v2GB .layout__inprocess___3gYtu,
.layout__list___2v2GB .layout__status___N-GNV,
.layout__list___2v2GB .layout__submitteddoc___2WTdY,
.layout__list___2v2GB .layout__sumittedapp___bZ_uk {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___2v2GB .layout__draft___2MqNS {
  color: #9c27b0;
}

.layout__list___2v2GB .layout__sumittedapp___bZ_uk {
  color: #e91e63;
}

.layout__list___2v2GB .layout__submitteddoc___2WTdY {
  color: #4caf50;
}

.layout__list___2v2GB .layout__inprocess___3gYtu {
  color: #f76045;
}

.layout__list___2v2GB .layout__approved___3eo9Z {
  color: #f4bf75;
}

.layout__list___2v2GB .layout__cardship___1xCOn {
  color: #795548;
}

.layout__list___2v2GB .layout__carddeliver___3Ycgx {
  color: #1976d2;
}

.layout__list___2v2GB .layout__border___3xXh0,
.layout__list___2v2GB .layout__carddeliverBorder___pB4Aq,
.layout__list___2v2GB .layout__cardshipBorder___TpEeA,
.layout__list___2v2GB .layout__savedBorder___2jdsX,
.layout__list___2v2GB .layout__submitteddocBorder___1Vphi,
.layout__list___2v2GB .layout__sumittedappBorder___3neYr,
.layout__list___2v2GB .layout__verificationBorder___2ymdf {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___2v2GB .layout__savedBorder___2jdsX {
  border-left-color: #9c27b0;
}

.layout__list___2v2GB .layout__submitteddocBorder___1Vphi {
  border-left-color: #4caf50;
}

.layout__list___2v2GB .layout__cardshipBorder___TpEeA {
  border-left-color: #795548;
}

.layout__list___2v2GB .layout__carddeliverBorder___pB4Aq {
  border-left-color: #1976d2;
}

.layout__list___2v2GB .layout__sumittedappBorder___3neYr,
.layout__list___2v2GB .layout__verificationBorder___2ymdf {
  border-left-color: #e91e63;
}

.layout__list___2v2GB .layout__statusBox___1Q7YU {
  margin: 0;
}

.layout__exportContainer___37wuJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___3rm4y {
  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___3rm4y:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3rm4y.layout__disabled___2NvRc,
.layout__btnExport___3rm4y:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3rm4y:active,
.layout__btnExport___3rm4y:focus,
.layout__btnExport___3rm4y:visited {
  outline: 0;
}

.layout__titleConfirmPop___3M2dA {
  font-size: 20px;
  font-weight: 600;
}

.layout__contentConfirmPop___2EpA4 {
  font-size: 16px;
}

.layout__actionContainer___u5FkG {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__tabContainer___2W5r0 {
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  margin: auto;
  margin: 20px 0 32px;
}

.layout__tabContainer___2W5r0,
.layout__tabSale___2itjV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__tabSale___2itjV {
  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___28Vnk {
  width: 120px;
}

.layout__tabCus___28Vnk,
.layout__tabHHB1___1NqIA {
  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___1NqIA {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.layout__tabHHB___1ecbi,
.layout__tabHHB1___1NqIA {
  width: 160px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.layout__tabHHB___1ecbi {
  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___2M98P {
  background-color: #01ad52;
  color: #fff;
  font-weight: 700;
}

.layout__csrHistoriesBox___RRvJW {
  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___1hdqV {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___1hdqV .layout__closeBox___1K3S6 {
  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___1hdqV .layout__flexItem___3ROIK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__pointer___2mVuw {
  cursor: pointer;
}

.layout__pageTitle___2GNaR {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: #555;
}

.layout__wrapCheckAll___1W7hj {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1W7hj {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1W7hj label {
  margin: 0;
}

.layout__wrapCheckAll___1W7hj input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___lwH0F {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___1iN6V {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3FRDN td:not(.layout__wrapTriAngle___G-Lrm) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___18Cik {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___18Cik {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___2reRX {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2reRX {
    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___2reRX:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2reRX.layout__isOpening___AcmWw:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___MJBqh {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___MJBqh .layout__formLabel___sP3jK {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___MJBqh .layout__formField___1Sz4o {
  margin: 0 0 15px;
}

.layout__refreshBtn___1m5w4 {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___3sI72 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___3sI72 .layout__wrapBtn___odTI5 {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___2203L:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___2203L:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___2203L {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___2203L td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___3v4dl:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___3v4dl:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___3v4dl {
  color: #fff;
  background: purple;
}

.layout__isStaff___3v4dl td>a {
  color: #fff!important;
}

.layout__colorOfPriority___1Sc3P {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___1Sc3P.layout__green___8A6Y- {
  background: #279327;
}

.layout__colorOfPriority___1Sc3P.layout__orange___2PCR7 {
  background: #fcbd4a;
}

.layout__colorOfPriority___1Sc3P.layout__red___fW8Ii {
  background: #e40505;
}

.layout__colorOfPriority___1Sc3P.layout__black___1rEYF {
  background: #aeaeae;
}

.layout__fullBox___2Rs0f {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___1uwyB,
.layout__fullBox___2Rs0f {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___1uwyB {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___1vsiV {
  margin-top: 15px;
}

.layout__yellowClass___35zFf {
  background-color: #fc0;
}

.layout__blueClass___2dV_o,
.layout__yellowClass___35zFf {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___2dV_o {
  background-color: #2206f8;
}

.layout__redClass___2xbKu {
  background-color: red;
}

.layout__greenClass___3PqWF,
.layout__redClass___2xbKu {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___3PqWF {
  background-color: #028547;
}

.layout__contentcontainer___2zJZ1 {
  font-size: 10px!important;
}

.layout__tableList___1LI5Y {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___1LI5Y {
    overflow: initial;
  }
}

.layout__divSearch___1pU6l {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___1pU6l {
    overflow: initial;
  }
}

.layout__divSearch___1pU6l>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___2ljAI {
  color: red!important;
}

.layout__btnStats___29PJG {
  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___29PJG:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___29PJG.layout__disabled___2Zuxy,
.layout__btnStats___29PJG:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___29PJG:active,
.layout__btnStats___29PJG:focus,
.layout__btnStats___29PJG:visited {
  outline: 0;
}

.layout__coverBox___3tyPm {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___3tyPm input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___IBh0e {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___eGEXs,
.layout__modalcontainer___IBh0e {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___eGEXs {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___20KIH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___2HVaK {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___3h0kP {
  width: 100%;
}

.layout__mailContainer___k-AiO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___1wLEk {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___1qTfk {
  float: right;
  right: 0;
}

.layout__linkpopup___3GztS {
  cursor: pointer;
}

.layout__inputSearch___3mker {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___3mker:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___3mker::placeholder {
  font-style: italic;
}

.layout__tableList___1LI5Y td.layout__checkBoxCol___8K0LU,
.layout__tableList___1LI5Y th.layout__checkBoxCol___8K0LU {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___3Hubw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___du_3B {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___du_3B {
    padding: 0 15px;
  }
}

.layout__list___du_3B td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___du_3B .layout__curPointer___2IcfR {
  cursor: pointer;
}

.layout__list___du_3B .layout__count___2x58- {
  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___du_3B .layout__countNumber___M5p7B {
  color: #028547;
}

.layout__list___du_3B .layout__tableHeader___3_flV {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___du_3B .layout__decreaseIcon___4z4rF,
.layout__list___du_3B .layout__increaseIcon___3SBHL {
  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___du_3B .layout__decreaseIcon___4z4rF {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___du_3B .layout__downloadIcon___7rTww {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___du_3B .layout__applicationLink___3hW-f {
  color: #000;
}

.layout__list___du_3B .layout__circleIcon___3MuZ9 {
  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___du_3B .layout__noteOff___XsL85 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___du_3B .layout__noteOff___XsL85 .layout__divline___3j9bM {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___du_3B .layout__approved___17tuJ,
.layout__list___du_3B .layout__carddeliver___2_91O,
.layout__list___du_3B .layout__cardship___2612C,
.layout__list___du_3B .layout__draft___2foCB,
.layout__list___du_3B .layout__inprocess___1Svpj,
.layout__list___du_3B .layout__status___36Nqt,
.layout__list___du_3B .layout__submitteddoc___Cm2pG,
.layout__list___du_3B .layout__sumittedapp___3hAhB {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___du_3B .layout__draft___2foCB {
  color: #9c27b0;
}

.layout__list___du_3B .layout__sumittedapp___3hAhB {
  color: #e91e63;
}

.layout__list___du_3B .layout__submitteddoc___Cm2pG {
  color: #4caf50;
}

.layout__list___du_3B .layout__inprocess___1Svpj {
  color: #f76045;
}

.layout__list___du_3B .layout__approved___17tuJ {
  color: #f4bf75;
}

.layout__list___du_3B .layout__cardship___2612C {
  color: #795548;
}

.layout__list___du_3B .layout__carddeliver___2_91O {
  color: #1976d2;
}

.layout__list___du_3B .layout__border___2S4X9,
.layout__list___du_3B .layout__carddeliverBorder___1pjkL,
.layout__list___du_3B .layout__cardshipBorder___21kv1,
.layout__list___du_3B .layout__savedBorder___f0oJZ,
.layout__list___du_3B .layout__submitteddocBorder___15icj,
.layout__list___du_3B .layout__sumittedappBorder___26ya1,
.layout__list___du_3B .layout__verificationBorder___td4v4 {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___du_3B .layout__savedBorder___f0oJZ {
  border-left-color: #9c27b0;
}

.layout__list___du_3B .layout__submitteddocBorder___15icj {
  border-left-color: #4caf50;
}

.layout__list___du_3B .layout__cardshipBorder___21kv1 {
  border-left-color: #795548;
}

.layout__list___du_3B .layout__carddeliverBorder___1pjkL {
  border-left-color: #1976d2;
}

.layout__list___du_3B .layout__sumittedappBorder___26ya1,
.layout__list___du_3B .layout__verificationBorder___td4v4 {
  border-left-color: #e91e63;
}

.layout__list___du_3B .layout__statusBox___ryG_A {
  margin: 0;
}

.layout__exportContainer___27FUK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___2T-Wb {
  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___2T-Wb:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___2T-Wb.layout__disabled___2Zuxy,
.layout__btnExport___2T-Wb:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___2T-Wb:active,
.layout__btnExport___2T-Wb:focus,
.layout__btnExport___2T-Wb:visited {
  outline: 0;
}

.layout__titleConfirmPop___3WfUE {
  font-size: 20px;
  font-weight: 600;
}

.layout__contentConfirmPop___Qw3O1 {
  font-size: 16px;
}

.layout__actionContainer___3JCwq {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print {
  .layout__contentBox___pR6fs {
    display: none!important;
  }

  .fullBox #khuong {
    display: block!important;
  }
}

.layout__resultBox___3c-xP {
  color: #008345;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.layout__workform___1nWgs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.layout__btnShowCsrHistories___Mmb83 {
  margin: 10px 0;
  color: #028547;
  font-style: italic;
  font-weight: 700;
}

.layout__csrHistoriesBox___1hIkM {
  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___1_z-G {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___1_z-G .layout__closeBox___ylW0e {
  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___1_z-G .layout__flexItem___a5ZPc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__btnStats___z1Wv7 {
  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___z1Wv7:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___z1Wv7.layout__disabled___19uvV,
.layout__btnStats___z1Wv7:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___z1Wv7:active,
.layout__btnStats___z1Wv7:focus,
.layout__btnStats___z1Wv7:visited {
  outline: 0;
}

.layout__actionRow___3AoP8 {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.layout__actionRow___3AoP8,
.layout__workformApp___1D2k9 {
  display: -ms-flexbox;
  display: flex;
}

.layout__workformApp___1D2k9 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxTitle___3Ks_s {
  font-size: 16px;
  color: #008345;
  margin-bottom: 24px;
}

.layout__boxContainer___vTYr6 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__boxContainer___vTYr6,
.layout__boxRow___2NGD9 {
  display: -ms-flexbox;
  display: flex;
}

.layout__boxRow___2NGD9 {
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.layout__boxItem___36YvP {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  margin-left: 10px;
}

.layout__searchoption___1RR3j {
  width: 200px;
}

.layout__applicationStatisticsContainer___232pv .layout__selectTimeContainer___wrdWa {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___232pv .layout__selectTimeBlock___2W8fc {
  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___232pv .layout__selectTimeTitle___36yLX {
  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___232pv .layout__selectTimeTitle___36yLX {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___232pv .layout__selectTimeContent___25FbU {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___232pv .layout__selectTimeContent___25FbU form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___232pv .layout__labelText___c6YmM {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___232pv .layout__labelText___c6YmM {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___232pv .layout__typeWidth___uhO_U {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___232pv .layout__coverBox___2YPla {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___232pv .layout__coverBox___2YPla {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___232pv .layout__coverBox___2YPla .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___232pv .layout__coverBox___2YPla input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___232pv .layout__coverBox___2YPla input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___232pv .layout__lineBetween___33RQg {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___232pv .layout__marTopPeriod___1Co5k {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___232pv .layout__marTopPeriod___1Co5k {
    margin-top: 30px;
  }
}

.layout__btnStats___2GSUW,
.layout__disableBtn___37uRr,
.layout__enableBtn___3f5dM {
  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___2GSUW:hover,
.layout__disableBtn___37uRr:hover,
.layout__enableBtn___3f5dM:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2GSUW.layout__disabled___2JREb,
.layout__btnStats___2GSUW:disabled,
.layout__disableBtn___37uRr:disabled,
.layout__disabled___2JREb.layout__disableBtn___37uRr,
.layout__disabled___2JREb.layout__enableBtn___3f5dM,
.layout__enableBtn___3f5dM:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2GSUW:active,
.layout__btnStats___2GSUW:focus,
.layout__btnStats___2GSUW:visited,
.layout__disableBtn___37uRr:active,
.layout__disableBtn___37uRr:focus,
.layout__disableBtn___37uRr:visited,
.layout__enableBtn___3f5dM:active,
.layout__enableBtn___3f5dM:focus,
.layout__enableBtn___3f5dM:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___2GSUW,
  .layout__disableBtn___37uRr,
  .layout__enableBtn___3f5dM {
    height: 35px;
  }
}

.layout__disableBtn___37uRr {
  background-color: #ececec;
}

.layout__contentBox___27CJp {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___3f5dM {
  background-color: #028547;
  color: #fff;
}

.layout__formPushData___1XJMw {
  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___1XJMw,
.layout__input___uz13m {
  border: 1px solid #ddd;
}

.layout__input___uz13m {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  padding: 8px;
}

.layout__btnCheck___2fjUi {
  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___2fjUi:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnCheck___2fjUi.layout__disabled___2JREb,
.layout__btnCheck___2fjUi:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnCheck___2fjUi:active,
.layout__btnCheck___2fjUi:focus,
.layout__btnCheck___2fjUi:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnCheck___2fjUi {
    height: 35px;
  }
}

.layout__title___1pWKg {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}

.layout__formRow___3-m4s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__formRow___3-m4s span {
  margin-right: 16px;
}

.layout__errorText___1Dcnn {
  margin-top: 24px;
  color: red;
  font-style: italic;
}

.layout__createMerchantContainer___3FgzO {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3FgzO .layout__inputTxt___3VBSs {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3FgzO .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3FgzO .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___3FgzO .content {
  padding: 10px;
}

.layout__createMerchantContainer___3FgzO .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___3FgzO .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3FgzO .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3FgzO .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3FgzO .content .actionContainer .actionButton,
.layout__createMerchantContainer___3FgzO .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3FgzO .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3FgzO .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___1vYZc {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2Kj6W {
  padding: 30px 15px;
}

.layout__cardContainer___2Kj6W .layout__inputSearch___glkSp {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2Kj6W .layout__inputSearch___glkSp:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2Kj6W .layout__inputSearch___glkSp::placeholder {
  font-style: italic;
}

.layout__cardContainer___2Kj6W .layout__toolBar___3lOC1 {
  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___2Kj6W .layout__toolBar___3lOC1 .layout__title___e9mDc {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2Kj6W .layout__toolBar___3lOC1 .layout__searchContainer___3rSg4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2Kj6W .layout__content___3OADy {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2Kj6W .layout__content___3OADy,
.layout__cardContainer___2Kj6W .layout__content___3OADy .layout__createNewCard___30Xxz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2Kj6W .layout__content___3OADy .layout__createNewCard___30Xxz {
  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___2Kj6W .layout__content___3OADy .layout__createNewCard___30Xxz .layout__plusIcon___38GZY {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2Kj6W .layout__content___3OADy .layout__createNewCard___30Xxz .layout__plusIcon___38GZY span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2Kj6W .layout__cardListContainer___3jkrH {
  background-color: #fff;
}

.layout__cardContainer___2Kj6W .layout__cardsLogo___3eUdX {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2Kj6W .layout__featuredDot___1HN8f,
.layout__cardContainer___2Kj6W .layout__notFeaturedDot____sMEZ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2Kj6W .layout__notFeaturedDot____sMEZ {
  background-color: red;
}

.layout__cardContainer___2Kj6W .layout__edit___86VjR {
  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___2Kj6W .layout__delete___2sno9,
.layout__cardContainer___2Kj6W .layout__edit___86VjR {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2Kj6W .layout__delete___2sno9 {
  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___2Kj6W .layout__check___1BAuc {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAhFBMVEX///8AtEsArzgAs0gAskUAsUAAsDwArjUAsULw+vTm9uwAsDr1/Pj4/frB6M7a8uKw4sBuzIya269SxHh70Jbd8+Wp4LuP16ZgyIJ0zpEqu17j9enH69OE050guVlOw3XT79xEwW84vmZkyYW05MOk3rYNtlHD6dCU2KqM1qM8v2md27HHKkBYAAAH7ElEQVR4nO2daVvqOhCA26YbFBB33A6IyFX5///vAooHoctLyslkfHg/q8+MaTKT2RIEJ06cOHHixCfXs8ViMZz0pOX4R0zu8iJZkRbPN31paY7PZBzF4QaTxrfSAh2Zh8vsr35rEvMoLdQxeSt29FutY/QuLdbReLhP9/RbUdxJS3YkhoUpVTAM0ydp2Y7CeVSh35JsIC1dezrTpFrB0ITqrcZ1uH/EbJO8SUvYkkHlFtwQS4vYjpuaLfhFodoq3maNCur+TK+KZgXD+FxaTHvOy838roYjaTmteUEKhrlav2ZUZwa3SF6lJbWEKhhG19Ki2vFCFTT30qLagRUMI52OKTxkluSX0rJacYcVjOfSslrxhBVMph1pYW24bfZFv4iupGW1YkEVNOlMWlYrZsDZXpPPH6RlteKRrmAy1nm5P6OHTKTUG+3mTTf6L7ILaVHt6M2pgkNpUS25rw86bTCp1sDFZc4UzM+kJbXknHnbxui0EqvcC1IwnnelJbVkyCx9PFfpiS6ZMEuvV8FujOyEXgWDP0hBE6pVcIzshAm1HjLBHbITxqhVcIHshMm12sHgEdkJk2r1ZJb3CaKg5iQau08oztczdzu6kZbTGhY5jPRmQYfIWUt1Rg1XnCE7keiM3K/oheSUiT+k5bTnmUQtzFxvuewVcdZMrtZXC4ZoE0Z6Lf0ZctYUG0J2ymiurkSnTK63Vob5MrHSKoQVA+LLmFxt0CLoomM0m0jLac89OWUircVOAayWSfS628ENKqpU7I2eoVMm1OuN9lHYIppIy2kPCltoPmXeiKlPFFc2T9ApM5UW054+yTGZRK8vE1wSfzv7T1pMe9AmTBV3FaJEb/wsLaY9fXLp1WzqgzHahBNpMe25IIYi1Ru/Z5GnWG94m2XRTKx4E46QOzqRFtMe0Cq53ISKxyQ8IHdUsSVEFUGaQ2ssB6O0g2kNio5qjjx1SH26+SMtZguQt5aqrXhaemvkylTozaIxb01pG+EnyFAYxd4aqqzM9Kayf7+h6P16Q4Fia4XSjvoVr+har7QPbcUDutYrTqMFU1RQorfmKXgihkKzM8Piv2NpMVvAQk+Kb73ImYl0ttSvQc6M5qqunkEOt86e+jUvJDyquIkimKFv9EVaTHt6ZAVVf6PI4dYcPUQV3Jq/0Q5R0MSnb9RfUOmhZlvfQd1oya//RhX7o6w8VvM3ihrPC8V3JpaFcXSv7w+extP76ejiiG3gM4+y2WfnRZrHxpg4yf4ca+xSB7UtFy5iT52XrbciQlNMjxOURSUlTsqeBvmOKCY6xjIOSHzUyUjVi2z/An6ECWio9jCMHEx/eC+9nmatD7hz8o26yDO9VnxLbUuu0AQPEx5Fh1oqA7XGtPvDaE6QiytFdaC2XTIdxfBduGtvNYK0ySFco/kPDty1fq1XFdkXtaA8U+Gg2ee19luyt1ULcis0LnphGro3E8vBp+zamzkwhY0NuJZnHbr2Oim5mDX+r62KPFlrtpNnfepO0k+srjbMXXMSXbtr/posXH9mCt1ke0dgvxzctXKNZng4uRUGwQvQ0MwP3C8f5BtNHNXhXxH3/8BoLcpSGFePGNQb/A0HDYXpsz/pKog/YTPPDylJviOfhcN+JqbhAd4bmh/gsvCJHKbhIe4H8rhdvhwGJxLjIoIb5HE7fSsF/c9xsVKfFJU4zhVO4AsZzHtD7T6u2ybpU0qksBW1pIWZ6/pKNlkaxd5QHiZx3l/PIirkfPDo0vQTlMQMQT0I+hoKiXQvfGchLOqTGa9o5ppMGTfdirU3HuiQygypfoBP8tQGx5ClyKVm6cDXJMKkejJjl1WViGXs2Sj7ulkxLLwm2C0Ct2Jl3xxqK3TrkO7QhYtYFUBCxr4QLV6jT7gVi7LfRu+jSY8QoFux9LxHsx1dRPFrmcInsko2E6qbEbMU37DzvnQ+HFpCD4aSIc85LKkkbE5/hO4ipLUgt2Ql7I73xvqzZXTaAW7FnZHFaBc2uO2uYMWSu7dYtIS+zHHGW3GrY35AltCfafEoM/azwYVkYnzqnPyAW/E7YPaIltCjDvQOe9Ttr/dGLhXyxn4b9qLU92AA1IKeyhv7bd5huuZzuANJQdZcnGVA7xR8FdvUF1VtftK3fpEe3Ior720IFjwpvXCJQl/DXvrSwFSI3uyruGVbMX7ugHPGE39tBxSUWDmoYAn9HDfDnn0JyU/JBmeqocnh5v+Bt+PG0SRqgD8u9x4oxNuIdHytDroV6/F6jCx7Rasez0cdo3nU9YiHSBtAvWe1S+h7+yt7IaWGwvMlpM9m6l3CAM6Qq6RFR4o72mzFWMcwjxZbUcUS0oLR0iVUsAvX0IKiPfTMsKS1fVqXMOAFRT/J1CwhDInuLaHfHukO7EHwnxQTaakPgtb2bS2hR6kYxMFb0eOrfTm0tm+Dv9GZSmhB0Re+BtjqoAVFn0voS077IFDNzBepl2HuJmhtX+hm2sW/AI3oXCNZRtoKWlDkX74QAwuKct9Svhw0xXJp7RWPVUcFRZquTfuQrajM595l2hiZUuiw/aDfqKJOa7/Nc/2HqtXabzOqPVFTxY+Ef/NeMsHuewn9rEs4lEFeafr9z8UwOuOofBkz9cfMNzNTduBkv2ETbui/R8nOOsaaBx6X0X+bF1tvcOXRyK8q0qPweBUWabIkLfK7X3LG7NF9vFksXmeKQvgnTpw4cYLyPzjiaWD/Z9xSAAAAAElFTkSuQmCC) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2Kj6W .layout__check___1BAuc,
.layout__cardContainer___2Kj6W .layout__close___2uqcJ {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2Kj6W .layout__close___2uqcJ {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2Kj6W .layout__inputForm___3JiUr {
  width: 100px;
}

.layout__contentBox___1BTsX {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__pageTitle___1kTrm {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  color: #555;
}

.layout__wrapCheckAll___1uEB2 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1uEB2 {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1uEB2 label {
  margin: 0;
}

.layout__wrapCheckAll___1uEB2 input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___1cJhb {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___UoACK {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___1ad1T td:not(.layout__wrapTriAngle___mFm0A) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___1O6og {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___1O6og {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___1S2U8 {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1S2U8 {
    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___1S2U8:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1S2U8.layout__isOpening___14frI:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___XddIO {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___XddIO .layout__formLabel___lK233 {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___XddIO .layout__formField___3StKx {
  margin: 0 0 15px;
}

.layout__refreshBtn___3dsex {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___1BjDj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___1BjDj .layout__wrapBtn___3Yfnu {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___3kgiu:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___3kgiu:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___3kgiu {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___3kgiu td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___2wSKD:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___2wSKD:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___2wSKD {
  color: #fff;
  background: purple;
}

.layout__isStaff___2wSKD td>a {
  color: #fff!important;
}

.layout__colorOfPriority___A_ueu {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___A_ueu.layout__green___bwrmC {
  background: #279327;
}

.layout__colorOfPriority___A_ueu.layout__orange___1RbdP {
  background: #fcbd4a;
}

.layout__colorOfPriority___A_ueu.layout__red___2GHVR {
  background: #e40505;
}

.layout__colorOfPriority___A_ueu.layout__black___33Snm {
  background: #aeaeae;
}

.layout__fullBox___1_kxL {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___3aSK7,
.layout__fullBox___1_kxL {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___3aSK7 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___2t3s0 {
  margin-top: 15px;
}

.layout__yellowClass___217MS {
  background-color: #fc0;
}

.layout__blueClass___1UuER,
.layout__yellowClass___217MS {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___1UuER {
  background-color: #2206f8;
}

.layout__redClass___1OXBj {
  background-color: red;
}

.layout__greenClass___3nRT0,
.layout__redClass___1OXBj {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___3nRT0 {
  background-color: #028547;
}

.layout__contentcontainer___2gt59 {
  font-size: 13px!important;
}

.layout__tableList___mOZEV {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___mOZEV {
    overflow: initial;
  }
}

.layout__divSearch___3L_X7 {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3L_X7 {
    overflow: initial;
  }
}

.layout__divSearch___3L_X7>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___lqI7G {
  color: red!important;
}

.layout__btnStats___9UKu- {
  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___9UKu-:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___9UKu-.layout__disabled___2NT_Y,
.layout__btnStats___9UKu-:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___9UKu-:active,
.layout__btnStats___9UKu-:focus,
.layout__btnStats___9UKu-:visited {
  outline: 0;
}

.layout__coverBox___ksaqP {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBox___ksaqP input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___3UO87 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___1cGwG,
.layout__modalcontainer___3UO87 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___1cGwG {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___18Wn4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___2QOnQ {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___1td6A {
  width: 100%;
}

.layout__mailContainer___3g1u7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___3rwCb {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___3v_HA {
  float: right;
  right: 0;
}

.layout__linkpopup___1lj6h {
  cursor: pointer;
}

.layout__inputSearch___2TgfI {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__inputSearch___2TgfI:-ms-input-placeholder {
  font-style: italic;
}

.layout__inputSearch___2TgfI::placeholder {
  font-style: italic;
}

.layout__tableList___mOZEV td.layout__checkBoxCol___23L1o,
.layout__tableList___mOZEV th.layout__checkBoxCol___23L1o {
  min-width: 35px;
  text-align: center;
}

.layout__workListNote___1-L0G {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___1svPz {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___1svPz {
    padding: 0 15px;
  }
}

.layout__list___1svPz td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1svPz .layout__curPointer___3_sIG {
  cursor: pointer;
}

.layout__list___1svPz .layout__count___w1jPR {
  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___1svPz .layout__countNumber___3K3jU {
  color: #028547;
}

.layout__list___1svPz .layout__tableHeader___3dlMf {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___1svPz .layout__decreaseIcon___wRRne,
.layout__list___1svPz .layout__increaseIcon___1Xpdu {
  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___1svPz .layout__decreaseIcon___wRRne {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1svPz .layout__downloadIcon___D9FG8 {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1svPz .layout__applicationLink___2ZuaL {
  color: #000;
}

.layout__list___1svPz .layout__circleIcon___xGOab {
  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___1svPz .layout__noteOff___7VSaN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___1svPz .layout__noteOff___7VSaN .layout__divline___3SHfP {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___1svPz .layout__approved___3mrKJ,
.layout__list___1svPz .layout__carddeliver___36QVH,
.layout__list___1svPz .layout__cardship___1L8_h,
.layout__list___1svPz .layout__draft___29LPc,
.layout__list___1svPz .layout__inprocess___2An36,
.layout__list___1svPz .layout__status___2SdSR,
.layout__list___1svPz .layout__submitteddoc___3H5AY,
.layout__list___1svPz .layout__sumittedapp___12T_S {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1svPz .layout__draft___29LPc {
  color: #9c27b0;
}

.layout__list___1svPz .layout__sumittedapp___12T_S {
  color: #e91e63;
}

.layout__list___1svPz .layout__submitteddoc___3H5AY {
  color: #4caf50;
}

.layout__list___1svPz .layout__inprocess___2An36 {
  color: #f76045;
}

.layout__list___1svPz .layout__approved___3mrKJ {
  color: #f4bf75;
}

.layout__list___1svPz .layout__cardship___1L8_h {
  color: #795548;
}

.layout__list___1svPz .layout__carddeliver___36QVH {
  color: #1976d2;
}

.layout__list___1svPz .layout__border___9J6zG,
.layout__list___1svPz .layout__carddeliverBorder___zSYOQ,
.layout__list___1svPz .layout__cardshipBorder___2lSAM,
.layout__list___1svPz .layout__savedBorder___37zsy,
.layout__list___1svPz .layout__submitteddocBorder___3uhHa,
.layout__list___1svPz .layout__sumittedappBorder___92Umo,
.layout__list___1svPz .layout__verificationBorder___1bEHy {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1svPz .layout__savedBorder___37zsy {
  border-left-color: #9c27b0;
}

.layout__list___1svPz .layout__submitteddocBorder___3uhHa {
  border-left-color: #4caf50;
}

.layout__list___1svPz .layout__cardshipBorder___2lSAM {
  border-left-color: #795548;
}

.layout__list___1svPz .layout__carddeliverBorder___zSYOQ {
  border-left-color: #1976d2;
}

.layout__list___1svPz .layout__sumittedappBorder___92Umo,
.layout__list___1svPz .layout__verificationBorder___1bEHy {
  border-left-color: #e91e63;
}

.layout__list___1svPz .layout__statusBox___1FTzB {
  margin: 0;
}

.layout__exportContainer___CWw7D {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
}

.layout__btnExport___1knNd {
  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___1knNd:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___1knNd.layout__disabled___2NT_Y,
.layout__btnExport___1knNd:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___1knNd:active,
.layout__btnExport___1knNd:focus,
.layout__btnExport___1knNd:visited {
  outline: 0;
}

.layout__titleConfirmPop___VEbX_ {
  font-size: 20px;
  font-weight: 600;
}

.layout__contentConfirmPop___32Nq1 {
  font-size: 16px;
}

.layout__actionContainer___1V2RS {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__actionContainer___1V2RS,
.layout__rowContent___zdKib {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.layout__rowContent___zdKib {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__rowContent___zdKib .layout__limit___oq7uU {
  margin-left: 24px;
}

.layout__linkPopup___1c1ym {
  width: 100%;
  cursor: pointer;
}

.layout__createMerchantContainer___1vFem {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1vFem .layout__inputTxt___2Ae26 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1vFem .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1vFem .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1vFem .content {
  padding: 10px;
}

.layout__createMerchantContainer___1vFem .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___1vFem .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1vFem .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1vFem .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1vFem .content .actionContainer .actionButton,
.layout__createMerchantContainer___1vFem .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1vFem .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1vFem .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3baQQ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___3_TPQ {
  padding: 30px 15px;
}

.layout__cardContainer___3_TPQ .layout__inputSearch___1Peyj {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3_TPQ .layout__inputSearch___1Peyj:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3_TPQ .layout__inputSearch___1Peyj::placeholder {
  font-style: italic;
}

.layout__cardContainer___3_TPQ .layout__toolBar___25QDv {
  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___3_TPQ .layout__toolBar___25QDv .layout__title___34G9H {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3_TPQ .layout__toolBar___25QDv .layout__searchContainer___1KyGF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3_TPQ .layout__content___1Gkht {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___3_TPQ .layout__content___1Gkht,
.layout__cardContainer___3_TPQ .layout__content___1Gkht .layout__createNewCard___3irVK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___3_TPQ .layout__content___1Gkht .layout__createNewCard___3irVK {
  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___3_TPQ .layout__content___1Gkht .layout__createNewCard___3irVK .layout__plusIcon___1b4t3 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___3_TPQ .layout__content___1Gkht .layout__createNewCard___3irVK .layout__plusIcon___1b4t3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___3_TPQ .layout__cardListContainer___2IPzd {
  background-color: #fff;
}

.layout__cardContainer___3_TPQ .layout__cardsLogo___2KTJB {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3_TPQ .layout__featuredDot___2N7IU,
.layout__cardContainer___3_TPQ .layout__notFeaturedDot___2_W3Z {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3_TPQ .layout__notFeaturedDot___2_W3Z {
  background-color: red;
}

.layout__cardContainer___3_TPQ .layout__edit___2mQ8f {
  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___3_TPQ .layout__delete___2dihs,
.layout__cardContainer___3_TPQ .layout__edit___2mQ8f {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3_TPQ .layout__delete___2dihs {
  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___3_TPQ .layout__check___2WPJV {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3_TPQ .layout__check___2WPJV,
.layout__cardContainer___3_TPQ .layout__close___3ZDvg {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3_TPQ .layout__close___3ZDvg {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3_TPQ .layout__inputForm___3a9KV {
  width: 100px;
}

.layout__contentBox___9Ut_k {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___hCwSw {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___hCwSw .layout__inputTxt___AiQnc {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___hCwSw .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___hCwSw .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___hCwSw .content {
  padding: 10px;
}

.layout__createMerchantContainer___hCwSw .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___hCwSw .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___hCwSw .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___hCwSw .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___hCwSw .content .actionContainer .actionButton,
.layout__createMerchantContainer___hCwSw .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___hCwSw .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___hCwSw .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3Q8pk {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2TjW9 {
  padding: 30px 15px;
}

.layout__cardContainer___2TjW9 .layout__inputSearch___2obJr {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2TjW9 .layout__inputSearch___2obJr:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2TjW9 .layout__inputSearch___2obJr::placeholder {
  font-style: italic;
}

.layout__cardContainer___2TjW9 .layout__toolBar___3kR38 {
  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___2TjW9 .layout__toolBar___3kR38 .layout__title___3p3Lj {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2TjW9 .layout__toolBar___3kR38 .layout__searchContainer___2G50a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2TjW9 .layout__content___3dXZr {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2TjW9 .layout__content___3dXZr,
.layout__cardContainer___2TjW9 .layout__content___3dXZr .layout__createNewCard___Zu7M6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2TjW9 .layout__content___3dXZr .layout__createNewCard___Zu7M6 {
  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___2TjW9 .layout__content___3dXZr .layout__createNewCard___Zu7M6 .layout__plusIcon___EkcEF {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2TjW9 .layout__content___3dXZr .layout__createNewCard___Zu7M6 .layout__plusIcon___EkcEF span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2TjW9 .layout__cardListContainer___30Rhl {
  background-color: #fff;
}

.layout__cardContainer___2TjW9 .layout__cardsLogo___2IC4W {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2TjW9 .layout__featuredDot___16swY,
.layout__cardContainer___2TjW9 .layout__notFeaturedDot___2NklM {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2TjW9 .layout__notFeaturedDot___2NklM {
  background-color: red;
}

.layout__cardContainer___2TjW9 .layout__edit___NxjOJ {
  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___2TjW9 .layout__delete___2y5tp,
.layout__cardContainer___2TjW9 .layout__edit___NxjOJ {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2TjW9 .layout__delete___2y5tp {
  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___2TjW9 .layout__check___1lZMU {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2TjW9 .layout__check___1lZMU,
.layout__cardContainer___2TjW9 .layout__close___1ZW_D {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2TjW9 .layout__close___1ZW_D {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2TjW9 .layout__inputForm___2boHs {
  width: 100px;
}

.layout__contentBox___1Dw6a {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___qpMoJ {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___qpMoJ .layout__inputTxt___2HsLO {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___qpMoJ .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___qpMoJ .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___qpMoJ .content {
  padding: 10px;
}

.layout__createMerchantContainer___qpMoJ .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___qpMoJ .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___qpMoJ .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer .actionButton,
.layout__createMerchantContainer___qpMoJ .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___qpMoJ .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___umUCa {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2WdoC {
  padding: 30px 15px;
}

.layout__cardContainer___2WdoC .layout__inputSearch___3dinx {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2WdoC .layout__inputSearch___3dinx:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2WdoC .layout__inputSearch___3dinx::placeholder {
  font-style: italic;
}

.layout__cardContainer___2WdoC .layout__toolBar___2D4bl {
  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___2WdoC .layout__toolBar___2D4bl .layout__title___1jKxu {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2WdoC .layout__toolBar___2D4bl .layout__searchContainer___3kwC6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2WdoC .layout__content___3kBDi {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2WdoC .layout__content___3kBDi,
.layout__cardContainer___2WdoC .layout__content___3kBDi .layout__createNewCard___IH5gZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2WdoC .layout__content___3kBDi .layout__createNewCard___IH5gZ {
  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___2WdoC .layout__content___3kBDi .layout__createNewCard___IH5gZ .layout__plusIcon___17Pty {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2WdoC .layout__content___3kBDi .layout__createNewCard___IH5gZ .layout__plusIcon___17Pty span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2WdoC .layout__cardListContainer___3piL5 {
  background-color: #fff;
}

.layout__cardContainer___2WdoC .layout__cardsLogo___1ojS7 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2WdoC .layout__featuredDot___1cYzq,
.layout__cardContainer___2WdoC .layout__notFeaturedDot___34E14 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2WdoC .layout__notFeaturedDot___34E14 {
  background-color: red;
}

.layout__cardContainer___2WdoC .layout__edit___2Cj3Y {
  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___2WdoC .layout__delete___1I4Xr,
.layout__cardContainer___2WdoC .layout__edit___2Cj3Y {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2WdoC .layout__delete___1I4Xr {
  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___2WdoC .layout__unlock___2PRW_ {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2WdoC .layout__lockIcon___sM5N0,
.layout__cardContainer___2WdoC .layout__unlock___2PRW_ {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2WdoC .layout__lockIcon___sM5N0 {
  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___2WdoC .layout__inputForm___y8gMh {
  width: 100px;
}

.layout__contentBox___14lLX {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__format______4oXpw {
  width: 200px;
}

.layout__format______4oXpw .layout__Select___1rO95 {
  width: 200px!important;
}

.layout__cardContainer___139Xd {
  padding: 30px 15px;
}

.layout__cardContainer___139Xd .layout__inputSearch___3CGJN {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___139Xd .layout__inputSearch___3CGJN:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___139Xd .layout__inputSearch___3CGJN::placeholder {
  font-style: italic;
}

.layout__cardContainer___139Xd .layout__toolBar___29q48 {
  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___139Xd .layout__toolBar___29q48 .layout__title___1bF74 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___139Xd .layout__toolBar___29q48 .layout__searchContainer___2h1HV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___139Xd .layout__content___3k8yg {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___139Xd .layout__content___3k8yg,
.layout__cardContainer___139Xd .layout__content___3k8yg .layout__createNewCard___3-4l0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___139Xd .layout__content___3k8yg .layout__createNewCard___3-4l0 {
  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___139Xd .layout__content___3k8yg .layout__createNewCard___3-4l0 .layout__plusIcon___1xF9H {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___139Xd .layout__content___3k8yg .layout__createNewCard___3-4l0 .layout__plusIcon___1xF9H span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___139Xd .layout__cardListContainer___3L28d {
  background-color: #fff;
}

.layout__cardContainer___139Xd .layout__cardsLogo___1q3Hd {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___139Xd .layout__featuredDot___3U4_V,
.layout__cardContainer___139Xd .layout__notFeaturedDot___1K_dB {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___139Xd .layout__notFeaturedDot___1K_dB {
  background-color: red;
}

.layout__cardContainer___139Xd .layout__edit___2LWVK {
  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___139Xd .layout__delete___20Usx,
.layout__cardContainer___139Xd .layout__edit___2LWVK {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___139Xd .layout__delete___20Usx {
  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___139Xd .layout__check___1SY2O {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___139Xd .layout__check___1SY2O,
.layout__cardContainer___139Xd .layout__close___gxCg4 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___139Xd .layout__close___gxCg4 {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___139Xd .layout__inputForm___1Gr8H {
  width: 100px;
}

.layout__contentBox___2EG-w {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1L3-X {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1L3-X .layout__inputTxt___16ARr {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1L3-X .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1L3-X .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1L3-X .content {
  padding: 10px;
}

.layout__createMerchantContainer___1L3-X .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___1L3-X .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1L3-X .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1L3-X .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1L3-X .content .actionContainer .actionButton,
.layout__createMerchantContainer___1L3-X .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1L3-X .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1L3-X .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3xron {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___224cm {
  padding: 30px 15px;
}

.layout__cardContainer___224cm .layout__inputSearch___PbxSd {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___224cm .layout__inputSearch___PbxSd:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___224cm .layout__inputSearch___PbxSd::placeholder {
  font-style: italic;
}

.layout__cardContainer___224cm .layout__toolBar___2OzLD {
  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___224cm .layout__toolBar___2OzLD .layout__title___MLTww {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___224cm .layout__toolBar___2OzLD .layout__searchContainer___2_-JG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___224cm .layout__content___3pk52 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___224cm .layout__content___3pk52,
.layout__cardContainer___224cm .layout__content___3pk52 .layout__createNewCard___1xNW1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___224cm .layout__content___3pk52 .layout__createNewCard___1xNW1 {
  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___224cm .layout__content___3pk52 .layout__createNewCard___1xNW1 .layout__plusIcon___3odPF {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___224cm .layout__content___3pk52 .layout__createNewCard___1xNW1 .layout__plusIcon___3odPF span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___224cm .layout__cardListContainer___3Q9Bk {
  background-color: #fff;
}

.layout__cardContainer___224cm .layout__cardsLogo___vHHPP {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___224cm .layout__featuredDot___2VHTc,
.layout__cardContainer___224cm .layout__notFeaturedDot___1q9ja {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___224cm .layout__notFeaturedDot___1q9ja {
  background-color: red;
}

.layout__cardContainer___224cm .layout__edit___1ORib {
  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___224cm .layout__delete___WFZoj,
.layout__cardContainer___224cm .layout__edit___1ORib {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___224cm .layout__delete___WFZoj {
  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___224cm .layout__unlock___3NdAX {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___224cm .layout__lockIcon___3PrNr,
.layout__cardContainer___224cm .layout__unlock___3NdAX {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___224cm .layout__lockIcon___3PrNr {
  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___224cm .layout__inputForm___2KTMM {
  width: 100px;
}

.layout__contentBox___21axD {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__format______1SPsH {
  width: 200px;
}

.layout__format______1SPsH .layout__Select___FU22z {
  width: 200px!important;
}

.layout__cardContainer___247P7 {
  padding: 30px 15px;
}

.layout__cardContainer___247P7 .layout__inputSearch___38n9Y {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___247P7 .layout__inputSearch___38n9Y:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___247P7 .layout__inputSearch___38n9Y::placeholder {
  font-style: italic;
}

.layout__cardContainer___247P7 .layout__toolBar___1hotW {
  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___247P7 .layout__toolBar___1hotW .layout__title___3LpVs {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___247P7 .layout__toolBar___1hotW .layout__searchContainer___-h7yF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___247P7 .layout__content___jbWgN {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___247P7 .layout__content___jbWgN,
.layout__cardContainer___247P7 .layout__content___jbWgN .layout__createNewCard___3a0XH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___247P7 .layout__content___jbWgN .layout__createNewCard___3a0XH {
  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___247P7 .layout__content___jbWgN .layout__createNewCard___3a0XH .layout__plusIcon___1aRdf {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___247P7 .layout__content___jbWgN .layout__createNewCard___3a0XH .layout__plusIcon___1aRdf span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___247P7 .layout__cardListContainer___1CnGO {
  background-color: #fff;
}

.layout__cardContainer___247P7 .layout__cardsLogo___2W67D {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___247P7 .layout__featuredDot___1ntwO,
.layout__cardContainer___247P7 .layout__notFeaturedDot___1E50F {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___247P7 .layout__notFeaturedDot___1E50F {
  background-color: red;
}

.layout__cardContainer___247P7 .layout__edit___1w3cl {
  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___247P7 .layout__delete___2H6p_,
.layout__cardContainer___247P7 .layout__edit___1w3cl {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___247P7 .layout__delete___2H6p_ {
  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___247P7 .layout__check___VA02S {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___247P7 .layout__check___VA02S,
.layout__cardContainer___247P7 .layout__close___3-F-p {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___247P7 .layout__close___3-F-p {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___247P7 .layout__inputForm___3Wb1X {
  width: 100px;
}

.layout__contentBox___24D28 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___1hyfB {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1hyfB .layout__inputTxt___1nrNI {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1hyfB .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1hyfB .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1hyfB .content {
  padding: 10px;
}

.layout__createMerchantContainer___1hyfB .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___1hyfB .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1hyfB .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1hyfB .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1hyfB .content .actionContainer .actionButton,
.layout__createMerchantContainer___1hyfB .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1hyfB .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1hyfB .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2EbUm {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___BT7jp {
  padding: 30px 15px;
}

.layout__cardContainer___BT7jp .layout__inputSearch___1_8bk {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___BT7jp .layout__inputSearch___1_8bk:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___BT7jp .layout__inputSearch___1_8bk::placeholder {
  font-style: italic;
}

.layout__cardContainer___BT7jp .layout__toolBar___LXJQn {
  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___BT7jp .layout__toolBar___LXJQn .layout__title___3i93- {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___BT7jp .layout__toolBar___LXJQn .layout__searchContainer___3ASih {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___BT7jp .layout__content___euycd {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___BT7jp .layout__content___euycd,
.layout__cardContainer___BT7jp .layout__content___euycd .layout__createNewCard___kyzt2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___BT7jp .layout__content___euycd .layout__createNewCard___kyzt2 {
  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___BT7jp .layout__content___euycd .layout__createNewCard___kyzt2 .layout__plusIcon___Gzdv6 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___BT7jp .layout__content___euycd .layout__createNewCard___kyzt2 .layout__plusIcon___Gzdv6 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___BT7jp .layout__cardListContainer___1JV4L {
  background-color: #fff;
}

.layout__cardContainer___BT7jp .layout__cardsLogo___2QqHP {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___BT7jp .layout__featuredDot___E7KdB,
.layout__cardContainer___BT7jp .layout__notFeaturedDot___1s4dj {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___BT7jp .layout__notFeaturedDot___1s4dj {
  background-color: red;
}

.layout__cardContainer___BT7jp .layout__edit___1ejE7 {
  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___BT7jp .layout__delete___1ObEf,
.layout__cardContainer___BT7jp .layout__edit___1ejE7 {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___BT7jp .layout__delete___1ObEf {
  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___BT7jp .layout__unlock___1FgW- {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___BT7jp .layout__lockIcon___xA4XP,
.layout__cardContainer___BT7jp .layout__unlock___1FgW- {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___BT7jp .layout__lockIcon___xA4XP {
  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___BT7jp .layout__inputForm___24Ut3 {
  width: 100px;
}

.layout__contentBox___1ydIx {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2OoBi {
  padding: 30px 15px;
}

.layout__cardContainer___2OoBi .layout__inputSearch___2yphl {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2OoBi .layout__inputSearch___2yphl:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2OoBi .layout__inputSearch___2yphl::placeholder {
  font-style: italic;
}

.layout__cardContainer___2OoBi .layout__toolBar___EeX8b {
  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___2OoBi .layout__toolBar___EeX8b .layout__title___3MO3G {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2OoBi .layout__toolBar___EeX8b .layout__searchContainer___qeal- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2OoBi .layout__content___QywJB {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2OoBi .layout__content___QywJB,
.layout__cardContainer___2OoBi .layout__content___QywJB .layout__createNewCard___3q_GD {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2OoBi .layout__content___QywJB .layout__createNewCard___3q_GD {
  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___2OoBi .layout__content___QywJB .layout__createNewCard___3q_GD .layout__plusIcon___TcW2C {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2OoBi .layout__content___QywJB .layout__createNewCard___3q_GD .layout__plusIcon___TcW2C span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2OoBi .layout__cardListContainer___1Z3KY {
  background-color: #fff;
}

.layout__cardContainer___2OoBi .layout__cardsLogo___1sawh {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2OoBi .layout__featuredDot___baEhf,
.layout__cardContainer___2OoBi .layout__notFeaturedDot___1MZ9L {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2OoBi .layout__notFeaturedDot___1MZ9L {
  background-color: red;
}

.layout__cardContainer___2OoBi .layout__edit___emz7E {
  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___2OoBi .layout__delete___1B1mU,
.layout__cardContainer___2OoBi .layout__edit___emz7E {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2OoBi .layout__delete___1B1mU {
  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___2OoBi .layout__check___3ZdpT {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2OoBi .layout__check___3ZdpT,
.layout__cardContainer___2OoBi .layout__close___3UPjP {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2OoBi .layout__close___3UPjP {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2OoBi .layout__inputForm___ElQKN {
  width: 100px;
}

.layout__contentBox___1sQ38 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___31cjR {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___31cjR img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___3GVbS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___19mVW {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___3ROBO,
.layout__kycTitle___19mVW {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___3ROBO {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___21UXo {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___21UXo,
.layout__formContainer___E-h36 {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___E-h36 {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle____Qphq {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputLabel___YLfQM {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___2Z0Rk {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___2fIoG {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___10JUn,
.layout__inputTicketLos___2UcxJ,
.layout__ticket___2fIoG {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___10JUn,
.layout__inputTicketLos___2UcxJ {
  width: 180px!important;
}

.layout__inputTicketLos___2UcxJ {
  margin-left: 16px;
}

.layout__reason___1whsT {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___262fA,
.layout__reason___1whsT {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___xmETa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___xmETa label {
  margin-bottom: 0;
}

.layout__switch___xGxkk {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___xGxkk input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___81-51 {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___81-51,
.layout__slider___81-51:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___81-51:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___81-51 {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___81-51 {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___81-51:before {
  transform: translateX(26px);
}

.layout__buttonStyle___nb-7a {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
}

.layout__workingArea___2hBt_ {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___1SEj3,
.layout__workingArea___2hBt_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___1SEj3 {
  margin-right: 40px;
}

.layout__searchRow___jZ7eI {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___jZ7eI,
.layout__searchTitle___fusmo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___fusmo {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___3fai2 {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___2OXxd {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___2OXxd,
.layout__searchInputLOS___2anb6,
.layout__spanText___1psLm {
  margin-right: 16px;
}

.layout__searchInputLOS___2anb6 {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___2anb6 .layout__Select-control___1nHlC {
  border-radius: 0!important;
}

.layout__radioStyle___2NByU {
  margin-top: 10px;
}

.layout__historyContainer___qr1mn,
.layout__radioStyle___2NByU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___qr1mn {
  margin-top: 80px;
}

.layout__historyTitle___1CGxP {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___N0SKh {
  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___2T8re {
  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___3XP-3 {
  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___3eAMA {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___24koZ {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___CZ3Mr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___1KT3i {
  background-color: #ec1e25;
}

.layout__buttonDisable___2DndR,
.layout__buttonSosStyle___1KT3i {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___2DndR {
  background-color: #ddd;
}

.layout__approveSosAction___3S27Y {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___yWRhv {
  color: #028547;
}

.layout__appStyle___1hyMc {
  color: #666;
}

.layout__tooltip___3O-iD {
  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___3O-iD .layout__tooltiptext___2Rkzp {
  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___3O-iD:hover .layout__tooltiptext___2Rkzp {
  visibility: visible;
}

.layout__oval___OjOgW {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___1vd6Q,
.layout__cutOffTimeContainer___3r49Y {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___3r49Y {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___1NYPu {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cutOffTimeRow___1NYPu:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___1ELFR {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___3udjA {
  margin-right: 24px;
  width: 200px;
  height: 30px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___26tyr {
  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___1w0QB,
.layout__titleRow___26tyr {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___1V1xM {
  margin-right: 25px;
}

.layout__mb100___1FdXI {
  margin-bottom: 100px;
}

.layout__createMerchantContainer___1fvLG {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1fvLG .layout__inputTxt___3KJbm {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1fvLG .layout__maxHeightTextArea___Y0l2M {
  max-height: 350px;
  min-height: 50px;
}

.layout__createMerchantContainer___1fvLG .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1fvLG .layout__selectContainer___3xRvr {
  margin-top: 50px;
}

.layout__createMerchantContainer___1fvLG .content {
  padding: 10px;
}

.layout__createMerchantContainer___1fvLG .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___1fvLG .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1fvLG .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1fvLG .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1fvLG .content .actionContainer .actionButton,
.layout__createMerchantContainer___1fvLG .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1fvLG .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1fvLG .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___J31i- {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___2v5Bj {
  padding: 30px 15px;
}

.layout__cardContainer___2v5Bj .layout__createBtn___33P1f {
  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___2v5Bj .layout__createBtn___33P1f:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___2v5Bj .layout__createBtn___33P1f.layout__disabled___2u9UI,
.layout__cardContainer___2v5Bj .layout__createBtn___33P1f:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___2v5Bj .layout__createBtn___33P1f:active,
.layout__cardContainer___2v5Bj .layout__createBtn___33P1f:focus,
.layout__cardContainer___2v5Bj .layout__createBtn___33P1f:visited {
  outline: 0;
}

.layout__cardContainer___2v5Bj .layout__inputSearch___1SdU0 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2v5Bj .layout__inputSearch___1SdU0:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2v5Bj .layout__inputSearch___1SdU0::placeholder {
  font-style: italic;
}

.layout__cardContainer___2v5Bj .layout__toolBar___13yNr {
  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___2v5Bj .layout__toolBar___13yNr .layout__title___1uJCI {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2v5Bj .layout__toolBar___13yNr .layout__searchContainer___1OB2x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2v5Bj .layout__content___1f651 {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___2v5Bj .layout__content___1f651,
.layout__cardContainer___2v5Bj .layout__content___1f651 .layout__createNewCard___30p8t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___2v5Bj .layout__content___1f651 .layout__createNewCard___30p8t {
  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___2v5Bj .layout__content___1f651 .layout__createNewCard___30p8t .layout__plusIcon___1GQmV {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___2v5Bj .layout__content___1f651 .layout__createNewCard___30p8t .layout__plusIcon___1GQmV span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___2v5Bj .layout__cardListContainer___3j5iM {
  background-color: #fff;
}

.layout__cardContainer___2v5Bj .layout__cardsLogo___2CcIN {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2v5Bj .layout__featuredDot___1H3wf,
.layout__cardContainer___2v5Bj .layout__notFeaturedDot___iHqIE {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2v5Bj .layout__notFeaturedDot___iHqIE {
  background-color: red;
}

.layout__cardContainer___2v5Bj .layout__edit___STM8q {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___2v5Bj .layout__delete___bFOoN,
.layout__cardContainer___2v5Bj .layout__edit___STM8q {
  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___2v5Bj .layout__delete___bFOoN {
  padding-right: 6px;
}

.layout__valueCardOffer___4GbeN {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.layout__contentBox___3SzZ- {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___3CzQv {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___3CzQv img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___WjIYe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___1b5zg {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___qKxMt,
.layout__kycTitle___1b5zg {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___qKxMt {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___3iJKH {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___3iJKH,
.layout__formContainer___1jQ85 {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___1jQ85 {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___1oOeP {
  border-radius: 4px;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputDateStyle___1oOeP,
.layout__inputDateStyleArea___3AmS4 {
  background-color: #fff!important;
  text-transform: uppercase;
  font-size: 14px!important;
}

.layout__inputDateStyleArea___3AmS4 {
  border-radius: 4px;
  width: 410px!important;
  min-height: 100px!important;
  border: 1px solid #cacaca!important;
  margin-right: 0;
  outline: unset;
}

.layout__inputLabel___2kowk {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___1v9Fh {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___HXxQc {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___3izyu,
.layout__inputTicketLos___3rAL0,
.layout__ticket___HXxQc {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___3izyu,
.layout__inputTicketLos___3rAL0 {
  width: 180px!important;
}

.layout__inputTicketLos___3rAL0 {
  margin-left: 16px;
}

.layout__reason___2e59b {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___1D8OS,
.layout__reason___2e59b {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___3BtAk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___3BtAk label {
  margin-bottom: 0;
}

.layout__switch___OTezY {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___OTezY input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___3mPKK {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___3mPKK,
.layout__slider___3mPKK:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___3mPKK:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___3mPKK {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___3mPKK {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___3mPKK:before {
  transform: translateX(26px);
}

.layout__buttonStyle___3Qp1m {
  min-width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
  padding: 0 15px;
}

.layout__workingArea___1XkwL {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___3y9yk,
.layout__workingArea___1XkwL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___3y9yk {
  margin-right: 40px;
}

.layout__searchRow___r12Vg {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___r12Vg,
.layout__searchTitle___2lEWA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___2lEWA {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___tq6Cn {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___2MxsT {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___2MxsT,
.layout__searchInputLOS___nBbQK,
.layout__spanText___3B6se {
  margin-right: 16px;
}

.layout__searchInputLOS___nBbQK {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___nBbQK .layout__Select-control___2UYon {
  border-radius: 0!important;
}

.layout__radioStyle___1bMTL {
  margin-top: 10px;
}

.layout__historyContainer___1TK2Q,
.layout__radioStyle___1bMTL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___1TK2Q {
  margin-top: 80px;
}

.layout__historyTitle___3raIJ {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___WyNdU {
  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___15XtS {
  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___3A-t2 {
  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___2fLuk {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___2JoRx {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___YB9uk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___2PVYO {
  background-color: #ec1e25;
}

.layout__buttonDisable___2ejXu,
.layout__buttonSosStyle___2PVYO {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___2ejXu {
  background-color: #ddd;
}

.layout__approveSosAction___1bRzb {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___2Vnsd {
  color: #028547;
}

.layout__appStyle___2xL1r {
  color: #666;
}

.layout__tooltip___yN8Ox {
  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___yN8Ox .layout__tooltiptext___3FUpt {
  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___yN8Ox:hover .layout__tooltiptext___3FUpt {
  visibility: visible;
}

.layout__oval___2lCGg {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___3Sx7_,
.layout__cutOffTimeContainer___27_PY {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___27_PY {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___3ZDZB {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cutOffTimeRow___3ZDZB:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___26UyS {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___2tHlT {
  margin-right: 24px;
  width: 200px;
  height: 30px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___hjjgL {
  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___rX-m0,
.layout__titleRow___hjjgL {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___1VxT1 {
  margin-right: 25px;
}

.layout__mb100___1A7Tu {
  margin-bottom: 100px;
}

.layout__bntSave___2kQr7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-right: 68px;
}

.layout__cardContainer___1hGl0 {
  padding: 30px 43px;
}

.layout__cardContainer___1hGl0 .layout__pageTitle___1I6ho {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___1hGl0 .layout__inputSearch___o0H74 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1hGl0 .layout__inputSearch___o0H74:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1hGl0 .layout__inputSearch___o0H74::placeholder {
  font-style: italic;
}

.layout__cardContainer___1hGl0 .layout__toolBar___gym-5 {
  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___1hGl0 .layout__toolBar___gym-5 .layout__title___2eubG {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1hGl0 .layout__content___1bi2D,
.layout__cardContainer___1hGl0 .layout__toolBar___gym-5 .layout__searchContainer___3TiE6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1hGl0 .layout__content___1bi2D {
  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___1hGl0 .layout__cardListContainer___2XXv8 {
  background-color: #fff;
  overflow-x: auto;
}

.layout__cardContainer___1hGl0 .layout__cardsLogo___2urnj {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1hGl0 .layout__featuredDot___3nf8f,
.layout__cardContainer___1hGl0 .layout__notFeaturedDot___2mWr7 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1hGl0 .layout__notFeaturedDot___2mWr7 {
  background-color: red;
}

.layout__cardContainer___1hGl0 .layout__edit___1nKgp {
  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___1hGl0 .layout__delete___3373I,
.layout__cardContainer___1hGl0 .layout__edit___1nKgp {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1hGl0 .layout__delete___3373I {
  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___1hGl0 .layout__check___3dAqV {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___1hGl0 .layout__check___3dAqV,
.layout__cardContainer___1hGl0 .layout__close___1T49N {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___1hGl0 .layout__close___1T49N {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___1hGl0 .layout__inputForm___1xlT7 {
  width: 100px;
}

.layout__contentBox___1cGT2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___1cGT2,
.layout__titletable___3a272 {
  display: -ms-flexbox;
  display: flex;
}

.layout__titletable___3a272 {
  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___2IJb6 {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.layout__tbleditbtn___2nhTU {
  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___1p2sC,
.layout__tbleditbtn___2nhTU {
  color: #fff;
  text-align: center;
}

.layout__rowtitle___1p2sC {
  background: #008345;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 16px;
}

.layout__row1___13USw {
  padding: 24px 16px;
}

.layout__inputItem___3Waz8 {
  font-size: 14px!important;
}

.layout__rednote___2RjeH {
  color: red;
  font-size: 16px;
}

.layout__channel___K83Lu {
  text-transform: uppercase;
}

.layout__chilchannel___2PBM- {
  max-width: 97px;
  font-weight: 700;
}

.layout__titleHeader___ifVt6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__titleHeader___ifVt6 .layout__txtTitle___1qqDr {
  color: #028547;
  font-weight: 700;
}

.layout__btnAdd___13en8 {
  width: 100px;
  height: 32px;
  background: #028547;
  border-radius: 16px;
  color: #fff;
}

.layout__contentBody___1H5XL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}

.layout__contentBody___1H5XL .layout__titleContent___2hypm {
  font-weight: 700;
  font-size: 14px;
  margin-right: 16px;
}

.layout__inputItemAdd___35b39 {
  width: 337px;
}

.layout__addChannel___1h-lB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
}

.layout__txtItem___3QLAX {
  text-align: center;
  margin-top: 8px;
}

.layout__groupItem___2l_H4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2Qw1X {
  padding: 30px 43px 0;
}

.layout__cardContainer___2Qw1X .layout__pageTitle___3uwy1 {
  margin: 0 0 30px;
  text-align: left;
  color: #555;
  font-weight: 700;
}

.layout__cardContainer___2Qw1X .layout__inputSearch___2Vww4 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___2Qw1X .layout__inputSearch___2Vww4:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___2Qw1X .layout__inputSearch___2Vww4::placeholder {
  font-style: italic;
}

.layout__cardContainer___2Qw1X .layout__toolBar___3g-Bo {
  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___2Qw1X .layout__toolBar___3g-Bo .layout__title___3dBex {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___2Qw1X .layout__content___1dV-t,
.layout__cardContainer___2Qw1X .layout__toolBar___3g-Bo .layout__searchContainer___3s066 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___2Qw1X .layout__content___1dV-t {
  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___2Qw1X .layout__cardListContainer___il7CP {
  background-color: #fff;
  overflow-x: auto;
}

.layout__cardContainer___2Qw1X .layout__cardsLogo___1mcba {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___2Qw1X .layout__featuredDot___2WaIv,
.layout__cardContainer___2Qw1X .layout__notFeaturedDot___3_BIw {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___2Qw1X .layout__notFeaturedDot___3_BIw {
  background-color: red;
}

.layout__cardContainer___2Qw1X .layout__edit___1nxPU {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEyOTsmIzEzMjsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNzgxNSA0LjEyMzQ0TDE0LjcwMzMgMy4xNTU0N0MxNS4wOTkyIDIuNzM3MTEgMTUuMDk5MiAyLjA2MTcyIDE0LjcwMzMgMS42NDYwOUwxMy40MzI1IDAuMzExNzIyQzEzLjAzNjcgLTAuMTAzOTA3IDEyLjM5MzQgLTAuMTAzOTA3IDExLjk5NSAwLjMxMTcyMkwxMS4wNzMxIDEuMjc5N0MxMC45NzQyIDEuMzgzNiAxMC45NzQyIDEuNTUzMTQgMTEuMDczMSAxLjY1NzA0TDEzLjQyMjEgNC4xMjM0NEMxMy41MjEgNC4yMjczNCAxMy42ODI1IDQuMjI3MzQgMTMuNzgxNSA0LjEyMzQ0Wk0xMC40MTY3IDEzLjk5NzJDMTEuMTA2OCAxMy45OTcyIDExLjY2NjcgMTMuNDA5MyAxMS42NjY3IDEyLjY4NDdWOC4zNjk5MUMxMS42NjY3IDguMDc3MzMgMTEuMzMwNyA3LjkzMjQxIDExLjEzMjggOC4xMzc0OUwxMC4wOTEyIDkuMjMxMjRDMTAuMDMzOSA5LjI5NDEyIDEwIDkuMzc2MTUgMTAgOS40NjM2NlYxMi4yNDcySDEuNjY2NjdWMy40OTcyNkg3LjY1MTA0QzcuNzM0MzggMy40OTcyNiA3LjgxMjUgMy40NjE3MiA3Ljg3MjM5IDMuNDAxNTZMOC45MTQwNiAyLjMwNzgxQzkuMTExOTkgMi4xMDAwMSA4Ljk3MTM2IDEuNzQ3MjcgOC42OTI3MSAxLjc0NzI3SDEuMjVDMC41NTk4OTYgMS43NDcyNyAwIDIuMzM1MTUgMCAzLjA1OTc2VjEyLjY4NDdDMCAxMy40MDkzIDAuNTU5ODk2IDEzLjk5NzIgMS4yNSAxMy45OTcySDEwLjQxNjdaTTcuMTQ2NTMgMTEuMDg3OEw0LjcyOTg0IDExLjM2OTVDNC40MDY5NCAxMS40MDc4IDQuMTMzNSAxMS4xMjA3IDQuMTY5OTUgMTAuNzgxNkw0LjQzODIgOC4yNDQxMUwxMC4xMjU3IDIuMjcyMjZDMTAuMjI0NiAyLjE2ODM2IDEwLjM4NjEgMi4xNjgzNiAxMC40ODUxIDIuMjcyMjZMMTIuODM0IDQuNzM4NjdDMTIuOTMzIDQuODQyNTcgMTIuOTMzIDUuMDEyMSAxMi44MzQgNS4xMTZMNy4xNDY1MyAxMS4wODc4WiIgZmlsbD0iIzlBOUE5QSIvPg0KPC9zdmc+DQo=) 8px/16px 16px no-repeat;
}

.layout__cardContainer___2Qw1X .layout__delete___2UwSJ,
.layout__cardContainer___2Qw1X .layout__edit___1nxPU {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2Qw1X .layout__delete___2UwSJ {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEzNTsmIzE4NDsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi4xODgxNEMxMiAyLjQyOTYxIDExLjgwOCAyLjYyNTYzIDExLjU3MTQgMi42MjU2M0gwLjQyODU3MkMwLjE5MjAyNSAyLjYyNTYzIDAgMi40Mjk2MSAwIDIuMTg4MTRWMS4zMTMxNEMwIDEuMDcxNjYgMC4xOTIwMjUgMC44NzU2MzkgMC40Mjg1NzIgMC44NzU2MzlIMy42NDI4NkwzLjg5NDY1IDAuMzY0MzA3QzMuOTk3OTIgMC4xNDg2ODEgNC4yMTQ1NyAwLjAwMDY0MDg2OCA0LjQ2NTM3IDAuMDAwNjQwODY4SDcuNTI5NDZDNy41Mjk1MyAwLjAwMDY0MDg2OCA3LjUyOTUyIDAuMDAwNDgwNjUxIDcuNTI5NTEgMC4wMDAzMjA0MzRDNy41Mjk0OSAwLjAwMDE2MDIxNyA3LjUyOTQ4IDAgNy41Mjk1NiAwTDcuNjM1MyAwLjAwODg1MjAyQzcuODQxNzMgMC4wNDM3ODc3IDguMDE1MDggMC4xNzkyNzkgOC4xMDUzNSAwLjM2NDMwN0w4LjM1NzE0IDAuODc1NjM5SDExLjU3MTRDMTEuODA4IDAuODc1NjM5IDEyIDEuMDcxNjYgMTIgMS4zMTMxNFYyLjE4ODE0Wk0xMC41NzUzIDEyLjc3MDJDMTAuNTMzMiAxMy40NTU4IDkuOTc0NDMgMTQuMDAwNSA5LjI5MjI1IDE0LjAwMDZIMi43MDgzQzIuMDI2MTMgMTQuMDAwNSAxLjQ2NzM1IDEzLjQ1NTggMS40MjUyOCAxMi43NzAyTDAuODU3NDIyIDMuNTAwNjRIMTEuMTQzMUwxMC41NzUzIDEyLjc3MDJaIiBmaWxsPSIjOUE5QTlBIi8+DQo8L3N2Zz4NCg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2Qw1X .layout__check___hXCyK {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___2Qw1X .layout__check___hXCyK,
.layout__cardContainer___2Qw1X .layout__close___3e2rK {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___2Qw1X .layout__close___3e2rK {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___2Qw1X .layout__inputForm___1B5ab {
  width: 100px;
}

.layout__contentBox___1cfVK {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___1cfVK,
.layout__titletable___28YJB {
  display: -ms-flexbox;
  display: flex;
}

.layout__titletable___28YJB {
  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___1s_1o {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.layout__tbleditbtn___zu70Z {
  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___33QHO,
.layout__tbleditbtn___zu70Z {
  color: #fff;
  text-align: center;
}

.layout__rowtitle___33QHO {
  background: #008345;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 16px;
}

.layout__row1___2Tbwa {
  padding: 24px 16px;
}

.layout__inputItem___3zaO- {
  font-size: 14px!important;
  max-width: 150px;
}

.layout__rednote___3YpSx {
  color: red;
  font-size: 16px;
}

.layout__channel___3UJbT {
  text-transform: uppercase;
}

.layout__chilchannel___3G98J {
  max-width: 97px;
  font-weight: 700;
}

.layout__titleHeader___2HOSg {
  text-align: center;
}

.layout__titleHeader___2HOSg .layout__txtTitle___34812 {
  color: #1976d2;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__btnAdd___3a7_e {
  background: #1976d2;
  border-radius: 16px;
  color: #fff;
}

.layout__btnAdd___3a7_e,
.layout__btnCancel___1nXU9 {
  width: 100px;
  height: 32px;
}

.layout__btnCancel___1nXU9 {
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 16px;
  color: #1976d2;
}

.layout__contentBody___2OElH {
  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___2OElH input {
  border-radius: 4px;
}

.layout__contentBody___2OElH .layout__titleContent___2BWQK {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__addChannel___3o9hm,
.layout__contentBody___2OElH .layout__groupCheckbox___10t_V {
  display: -ms-flexbox;
  display: flex;
}

.layout__addChannel___3o9hm {
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}

.layout__txtItem___rBD0L {
  text-align: center;
  margin-top: 8px;
}

.layout__groupItem___1Vi0O {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tittleTable___3yCTX {
  margin-left: 18px;
}

.layout__tittleTable___3yCTX ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.layout__tittleTable___3yCTX ul li:before {
  content: "\2022";
  color: #1976d2;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.layout__tittleTable___3yCTX .layout__txtTilTable___j47gc {
  color: #1976d2;
  font-weight: 700;
  font-size: 14px;
}

.layout__groupSearch___3zJ3_ {
  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___3zJ3_ .layout__itemGroup___1oKYC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__groupSearch___3zJ3_ .layout__itemGroup___1oKYC span {
  font-weight: 700;
}

.layout__groupSearch___3zJ3_ .layout__itemGroup___1oKYC input {
  margin-left: 2px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
}

@media only screen and (max-width:1366px) {
  .layout__groupSearch___3zJ3_ .layout__itemGroup___1oKYC {
    display: block;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout__groupSearch___3zJ3_ .layout__itemGroup___1oKYC span {
    font-weight: 700;
  }

  .layout__groupSearch___3zJ3_ .layout__itemGroup___1oKYC input {
    margin-left: 2px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
  }
}

.layout__btnSearch___3mA4m {
  background: #9a9a9a;
  border-radius: 20px;
  color: #fff;
  padding: 8px 22px;
}

.layout__tblSchemes___3ozYC {
  padding: 30px 43px;
}

.layout__tblSchemes___3ozYC .layout__tableHeader___ECLK4 {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblSchemes___3ozYC .layout__tableHeader___ECLK4 th {
  text-align: center;
}

.layout__tblSchemes___3ozYC .layout__rowTbl___3Z5Wi {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 4px;
}

.layout__tblSchemes___3ozYC .layout__rowTbl___3Z5Wi td {
  padding-top: 16px;
}

.layout__tblSchemes___3ozYC .layout__groupAction___1m80k {
  min-width: 88px!important;
}

@media only screen and (max-width:1366px) {
  .layout__tblSchemes___3ozYC .layout__subPro___380bq {
    max-width: 160px!important;
    word-wrap: break-word;
  }

  .layout__tblSchemes___3ozYC .layout__idCol___3nTbF {
    max-width: 65px!important;
  }
}

.layout__switchContainer___17iLH {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__switchContainer___17iLH label {
  margin-bottom: 0;
}

.layout__switch___3WY8b {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___3WY8b input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__inputDateStyle___2HAZu {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 180px;
}

.layout__slider___3pExA {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

input[type=checkbox]:not(:checked)+.layout__slider___3pExA: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___3pExA: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___3pExA: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___3pExA {
  background-color: #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___3pExA: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___3pExA {
  box-shadow: 0 0 1px #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___3pExA:before {
  transform: translateX(26px);
}

.layout__edit___1nxPU {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEyOTsmIzEzMjsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNzgxNSA0LjEyMzQ0TDE0LjcwMzMgMy4xNTU0N0MxNS4wOTkyIDIuNzM3MTEgMTUuMDk5MiAyLjA2MTcyIDE0LjcwMzMgMS42NDYwOUwxMy40MzI1IDAuMzExNzIyQzEzLjAzNjcgLTAuMTAzOTA3IDEyLjM5MzQgLTAuMTAzOTA3IDExLjk5NSAwLjMxMTcyMkwxMS4wNzMxIDEuMjc5N0MxMC45NzQyIDEuMzgzNiAxMC45NzQyIDEuNTUzMTQgMTEuMDczMSAxLjY1NzA0TDEzLjQyMjEgNC4xMjM0NEMxMy41MjEgNC4yMjczNCAxMy42ODI1IDQuMjI3MzQgMTMuNzgxNSA0LjEyMzQ0Wk0xMC40MTY3IDEzLjk5NzJDMTEuMTA2OCAxMy45OTcyIDExLjY2NjcgMTMuNDA5MyAxMS42NjY3IDEyLjY4NDdWOC4zNjk5MUMxMS42NjY3IDguMDc3MzMgMTEuMzMwNyA3LjkzMjQxIDExLjEzMjggOC4xMzc0OUwxMC4wOTEyIDkuMjMxMjRDMTAuMDMzOSA5LjI5NDEyIDEwIDkuMzc2MTUgMTAgOS40NjM2NlYxMi4yNDcySDEuNjY2NjdWMy40OTcyNkg3LjY1MTA0QzcuNzM0MzggMy40OTcyNiA3LjgxMjUgMy40NjE3MiA3Ljg3MjM5IDMuNDAxNTZMOC45MTQwNiAyLjMwNzgxQzkuMTExOTkgMi4xMDAwMSA4Ljk3MTM2IDEuNzQ3MjcgOC42OTI3MSAxLjc0NzI3SDEuMjVDMC41NTk4OTYgMS43NDcyNyAwIDIuMzM1MTUgMCAzLjA1OTc2VjEyLjY4NDdDMCAxMy40MDkzIDAuNTU5ODk2IDEzLjk5NzIgMS4yNSAxMy45OTcySDEwLjQxNjdaTTcuMTQ2NTMgMTEuMDg3OEw0LjcyOTg0IDExLjM2OTVDNC40MDY5NCAxMS40MDc4IDQuMTMzNSAxMS4xMjA3IDQuMTY5OTUgMTAuNzgxNkw0LjQzODIgOC4yNDQxMUwxMC4xMjU3IDIuMjcyMjZDMTAuMjI0NiAyLjE2ODM2IDEwLjM4NjEgMi4xNjgzNiAxMC40ODUxIDIuMjcyMjZMMTIuODM0IDQuNzM4NjdDMTIuOTMzIDQuODQyNTcgMTIuOTMzIDUuMDEyMSAxMi44MzQgNS4xMTZMNy4xNDY1MyAxMS4wODc4WiIgZmlsbD0iIzlBOUE5QSIvPg0KPC9zdmc+DQo=) 8px/16px 16px no-repeat;
}

.layout__delete___2UwSJ,
.layout__edit___1nxPU {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___2UwSJ {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEzNTsmIzE4NDsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi4xODgxNEMxMiAyLjQyOTYxIDExLjgwOCAyLjYyNTYzIDExLjU3MTQgMi42MjU2M0gwLjQyODU3MkMwLjE5MjAyNSAyLjYyNTYzIDAgMi40Mjk2MSAwIDIuMTg4MTRWMS4zMTMxNEMwIDEuMDcxNjYgMC4xOTIwMjUgMC44NzU2MzkgMC40Mjg1NzIgMC44NzU2MzlIMy42NDI4NkwzLjg5NDY1IDAuMzY0MzA3QzMuOTk3OTIgMC4xNDg2ODEgNC4yMTQ1NyAwLjAwMDY0MDg2OCA0LjQ2NTM3IDAuMDAwNjQwODY4SDcuNTI5NDZDNy41Mjk1MyAwLjAwMDY0MDg2OCA3LjUyOTUyIDAuMDAwNDgwNjUxIDcuNTI5NTEgMC4wMDAzMjA0MzRDNy41Mjk0OSAwLjAwMDE2MDIxNyA3LjUyOTQ4IDAgNy41Mjk1NiAwTDcuNjM1MyAwLjAwODg1MjAyQzcuODQxNzMgMC4wNDM3ODc3IDguMDE1MDggMC4xNzkyNzkgOC4xMDUzNSAwLjM2NDMwN0w4LjM1NzE0IDAuODc1NjM5SDExLjU3MTRDMTEuODA4IDAuODc1NjM5IDEyIDEuMDcxNjYgMTIgMS4zMTMxNFYyLjE4ODE0Wk0xMC41NzUzIDEyLjc3MDJDMTAuNTMzMiAxMy40NTU4IDkuOTc0NDMgMTQuMDAwNSA5LjI5MjI1IDE0LjAwMDZIMi43MDgzQzIuMDI2MTMgMTQuMDAwNSAxLjQ2NzM1IDEzLjQ1NTggMS40MjUyOCAxMi43NzAyTDAuODU3NDIyIDMuNTAwNjRIMTEuMTQzMUwxMC41NzUzIDEyLjc3MDJaIiBmaWxsPSIjOUE5QTlBIi8+DQo8L3N2Zz4NCg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__tblDisb___22tWk .layout__tableHeader___ECLK4 {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblDisb___22tWk .layout__rowTbl___3Z5Wi,
.layout__tblDisb___22tWk .layout__tableHeader___ECLK4 th {
  text-align: center;
}

.layout__tblDisb___22tWk .layout__rowTbl___3Z5Wi {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 4px;
}

.layout__tblDisb___22tWk .layout__rowTbl___3Z5Wi td {
  padding-top: 16px;
}

.layout__selField___3WLP4 {
  max-width: 280px;
  height: 20px!important;
}

.layout__selField3___3_kdf {
  height: 30px!important;
  font-size: 14px!important;
}

.layout__groupDisb1___33_cB {
  max-width: 234px;
  width: 100%;
}

.layout__modalBody___2XHF_ {
  max-width: 400px;
  width: 100%;
}

.layout__modalBody2___3BRzI {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.layout__modalBody2___3BRzI .layout__btnAdd___3a7_e {
  margin-left: 16px;
}

.layout__modalContent___ZBRiN form {
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__btnFunc___36jZC,
.layout__modalContent___ZBRiN form {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnFunc___36jZC {
  text-align: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.layout__contentBody1___3Nyc9 {
  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___3Nyc9 input {
  border-radius: 4px;
}

.layout__contentBody1___3Nyc9 .layout__titleContent___2BWQK {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody1___3Nyc9 .layout__groupInput___IdY_p {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBody1___3Nyc9 .layout__groupInput___IdY_p span {
  margin: 0 6px;
}

.layout__selField2___sYT4h {
  max-width: 118px;
  height: 30px!important;
}

.layout__inputField___1E3ja {
  max-width: 108px;
}

.layout__inputField___1E3ja,
.layout__inputField1___2yf9T {
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 30px!important;
  font-size: 14px!important;
}

.layout__inputField1___2yf9T {
  max-width: 111px;
  padding: 10px 10px 10px 5px;
}

.layout__groupFielPopup___2l4lw .layout__Select-placeholder___1_KAS,
.layout__groupFielPopup___2l4lw .layout__selField___3WLP4 .layout__Select--single___1w4-u>.layout__Select-control___1XVnz .layout__Select-value___c1_Kp {
  max-width: 85%!important;
}

.layout__err___oXuaS,
.layout__errorPopup___1hkdK {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
  font-weight: 500;
}

.layout__errorPopup___1hkdK {
  margin-top: 15px;
}

.layout__groupFielPopup___2l4lw {
  width: 100%;
  max-width: 281px;
}

.layout__createMerchantContainer___NtcQ0 {
  margin-top: 31px;
}

.layout__groupItem___1W-l- {
  margin-bottom: 16px;
}

.layout__titleField___1jl93 {
  padding-bottom: 4px;
}

.layout__contentField___3HQ_K input {
  border-radius: 8px;
  font-size: 14px!important;
  border: 1px solid #ced4da!important;
  background-color: #fff!important;
}

.layout__contentField___3HQ_K input :focus {
  border: 1px solid;
}

.layout__btnCalculation___2JH_x {
  padding: 8px 24px;
  background: #9a9a9a;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.layout__tblContainer___1XwMa {
  margin-top: 40px;
}

.layout__tblContainer___1XwMa .layout__tableHeader___3_-cd {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblContainer___1XwMa .layout__tableHeader___3_-cd th,
.layout__tblContainer___1XwMa td {
  text-align: center;
}

.layout__cardContainer___zHE4z {
  padding: 30px 43px;
}

.layout__cardContainer___zHE4z .layout__pageTitle___1CWc1 {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___zHE4z .layout__toolBar___HPVy_ {
  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___zHE4z .layout__toolBar___HPVy_ .layout__title___3hNbY {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___zHE4z .layout__content___2dAEH,
.layout__cardContainer___zHE4z .layout__toolBar___HPVy_ .layout__searchContainer___3-AI8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___zHE4z .layout__content___2dAEH {
  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___zHE4z .layout__countFile___2-Y7R {
  margin-bottom: 14px;
  font-size: 15px;
}

.layout__cardContainer___zHE4z .layout__searchFilter___1IBmh {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.layout__cardContainer___zHE4z .layout__searchFilter___1IBmh input {
  margin-right: 14px;
  max-width: 139px;
  width: 100%;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.layout__cardContainer___zHE4z .layout__searchFilter___1IBmh .layout__btnFilter___365QY {
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: #8d84f8;
  font-size: 12px;
  padding: 0 4px;
}

.layout__cardContainer___zHE4z .layout__tableList___2--LH {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___zHE4z .layout__tableList___2--LH {
    overflow: initial;
  }
}

.layout__cardContainer___zHE4z .layout__tableList___2--LH td.layout__checkBoxCol___2HsOE,
.layout__cardContainer___zHE4z .layout__tableList___2--LH th.layout__checkBoxCol___2HsOE {
  min-width: 35px;
  text-align: center;
}

.layout__cardContainer___zHE4z .layout__tableList___2--LH td {
  text-align: center;
}

.layout__cardContainer___zHE4z .layout__tableHeader___GLfhW {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__cardContainer___zHE4z .layout__tableHeader___GLfhW th {
  text-align: center;
  padding-top: 18px;
}

.layout__cardContainer___zHE4z .layout__checkAllBox___1pTXr {
  max-width: 13px;
}

.layout__cardContainer___zHE4z .layout__divSearch___3cExM {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-top: 18px;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___zHE4z .layout__divSearch___3cExM {
    overflow: initial;
  }
}

.layout__cardContainer___zHE4z .layout__divSearch___3cExM>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__cardContainer___zHE4z .layout__btnRetry___2zzSv {
  border: 1px solid;
  padding: 8px;
  background: #028547;
  border-radius: 8px;
  color: #fff;
}

.layout__fullBox___3lEr1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___3ynZ4 {
  min-width: calc(100% - 300px);
}

.layout__box___3qslK {
  padding: 0 10px;
}

.layout__searchbox___3t0wC {
  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___3t0wC,
.layout__searchType___3mAEz {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.layout__searchType___3mAEz {
  margin: 0 0 15px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__searchType___3mAEz .layout__spanText___3Ay6R {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__statusBox___Ic2z5 {
  margin: 0 0 15px;
}

.layout__searchInput___3DI8f {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___1P1c0 {
  margin-top: 20px;
}

.layout__contentcontainer___2WwZs {
  font-size: 10px!important;
  width: 100%;
  max-width: 1130px;
}

.layout__contentcontainer___2WwZs .layout__tableContain___28pi3 {
  width: 100%;
}

.layout__contentcontainer___2WwZs .layout__tableHeader___1rBiZ {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentcontainer___2WwZs .layout__thSpan___17kLR {
  text-align: center;
}

.layout__contentcontainer___2WwZs .layout__trSpan___1OhZo {
  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___2u4c6 {
  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___2u4c6:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___2u4c6.layout__disabled___2qq3u,
.layout__searchBtn___2u4c6:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___2u4c6:active,
.layout__searchBtn___2u4c6:focus,
.layout__searchBtn___2u4c6:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___2u4c6 {
    margin-top: 15px;
  }
}

.layout__searchBtnOD___2JqTW {
  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___2JqTW:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtnOD___2JqTW.layout__disabled___2qq3u,
.layout__searchBtnOD___2JqTW:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtnOD___2JqTW:active,
.layout__searchBtnOD___2JqTW:focus,
.layout__searchBtnOD___2JqTW:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtnOD___2JqTW {
    margin-top: 15px;
  }
}

.layout__calendarBox___1d2dU .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___1d2dU .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___3G_LC {
  overflow: auto;
}

.layout__tableWrapper___3G_LC>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___1YUg6 input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___6s44N {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___UWoOr,
.layout__modalcontainer___6s44N {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___UWoOr {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___24KGG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___3cjG_ {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___Gt6Fx {
  width: 100%;
}

.layout__mailContainer___3PH8N {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___1wFjL {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___O_dmZ {
  float: right;
  right: 0;
}

.layout__linkpopup___aLsAP {
  cursor: pointer;
}

.layout__list___2_Ans {
  padding: 0 15px;
  margin-bottom: 36px;
}

.layout__list___2_Ans td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___2_Ans .layout__curPointer___2q0t7 {
  cursor: pointer;
}

.layout__list___2_Ans .layout__count___2pC_2 {
  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___2_Ans .layout__countNumber___28xNf {
  color: #028547;
}

.layout__list___2_Ans .layout__decreaseIcon___2bb-B,
.layout__list___2_Ans .layout__increaseIcon___23XWG {
  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___2_Ans .layout__decreaseIcon___2bb-B {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___2_Ans .layout__downloadIcon___S8ers {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___2_Ans .layout__applicationLink___tCXdx {
  color: #000;
}

.layout__list___2_Ans .layout__approved___11x-P,
.layout__list___2_Ans .layout__carddeliver___3ahSA,
.layout__list___2_Ans .layout__cardship___1n8ix,
.layout__list___2_Ans .layout__draft___2AXlh,
.layout__list___2_Ans .layout__inprocess___2s2n0,
.layout__list___2_Ans .layout__status___3IDMh,
.layout__list___2_Ans .layout__submitteddoc___2H6hA,
.layout__list___2_Ans .layout__sumittedapp___2xXlU {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___2_Ans .layout__draft___2AXlh {
  color: #9c27b0;
}

.layout__list___2_Ans .layout__sumittedapp___2xXlU {
  color: #e91e63;
}

.layout__list___2_Ans .layout__submitteddoc___2H6hA {
  color: #4caf50;
}

.layout__list___2_Ans .layout__inprocess___2s2n0 {
  color: #f76045;
}

.layout__list___2_Ans .layout__approved___11x-P {
  color: #f4bf75;
}

.layout__list___2_Ans .layout__cardship___1n8ix {
  color: #795548;
}

.layout__list___2_Ans .layout__carddeliver___3ahSA {
  color: #1976d2;
}

.layout__list___2_Ans .layout__border___2GC6l,
.layout__list___2_Ans .layout__carddeliverBorder___tB6bm,
.layout__list___2_Ans .layout__cardshipBorder___1EBzC,
.layout__list___2_Ans .layout__savedBorder___3rU5v,
.layout__list___2_Ans .layout__submitteddocBorder___WsTYW,
.layout__list___2_Ans .layout__sumittedappBorder___26Bff,
.layout__list___2_Ans .layout__verificationBorder___3CXnA {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___2_Ans .layout__savedBorder___3rU5v {
  border-left-color: #9c27b0;
}

.layout__list___2_Ans .layout__submitteddocBorder___WsTYW {
  border-left-color: #4caf50;
}

.layout__list___2_Ans .layout__cardshipBorder___1EBzC {
  border-left-color: #795548;
}

.layout__list___2_Ans .layout__carddeliverBorder___tB6bm {
  border-left-color: #1976d2;
}

.layout__list___2_Ans .layout__sumittedappBorder___26Bff,
.layout__list___2_Ans .layout__verificationBorder___3CXnA {
  border-left-color: #e91e63;
}

.layout__list___2_Ans .layout__statusBox___Ic2z5 {
  margin: 0;
}

.layout__searchBoxWrapper___1XE2h {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___1XE2h {
    max-width: 500px;
  }
}

.layout__triangleBtn___2zyzW {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2zyzW {
    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___2zyzW:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2zyzW.layout__isOpening___3gS6i:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___1lAYX td:not(.layout__wrapTriAngle___3Kxuq) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__exportContainer___3XdFE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___3hHGk {
  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___3hHGk:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3hHGk.layout__disabled___2qq3u,
.layout__btnExport___3hHGk:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3hHGk:active,
.layout__btnExport___3hHGk:focus,
.layout__btnExport___3hHGk:visited {
  outline: 0;
}

.layout__coverBoxExport___dXU9M {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBoxExport___dXU9M input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__searchByType___38tIk {
  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___38tIk .layout__selectIn___1nZq- {
  border: none;
  outline: none;
  width: 180px;
  background: #fff;
}

.layout__searchByType___38tIk .layout__inputType___3KdD1 {
  border-left: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 200px;
}

.layout__selectSp___GzKg5 {
  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___GzKg5 .layout__selectIn___1nZq- {
  width: 100%;
  background: #fff;
}

.layout__noneBorderOutline___cQ75a,
.layout__selectSp___GzKg5 .layout__selectIn___1nZq- {
  border: none;
  outline: none;
}

.layout__datePicker___dVc6H {
  width: 84px;
}

.layout__selectSpPicker___3Ehgl {
  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___3Ehgl .layout__selectIn___1nZq- {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
}

.layout__submitSearch___38858 {
  width: 96px;
  height: 30px;
  border-radius: 20px;
  background: #1961ca;
  color: #fff;
  text-transform: uppercase;
}

.layout__formCon___2GVCT {
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background: #f7f7f7;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoApp___1POCj,
.layout__infoKYC___33tdZ {
  width: 100%;
  max-width: 1130px;
}

.layout__infoKYC___33tdZ {
  margin-bottom: 24px;
}

.layout__detail___8tKdw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.layout__pageTitle___3bi1p {
  text-transform: uppercase;
  font-weight: 700;
}

.layout__inputDis___Kxjdj {
  width: 348px;
  height: 32px;
  border-radius: 4px;
  border: 1px;
  background: #ced4da;
}

.layout__liText___2LEl4 {
  font-size: 16px;
  font-weight: 700;
  color: #1961ca;
  margin: 12px 0;
  text-transform: uppercase;
}

.layout__statusType___wyona {
  margin: 0 0 15px;
  gap: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__statusType___wyona .layout__selectSp___GzKg5 {
  width: 328px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__csrHistoriesBox___3NnJe {
  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___2z-rI {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___2z-rI .layout__closeBox___3MUEZ {
  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___2z-rI .layout__flexItem___UWoOr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__quickActionItem___2TsRn {
  font-size: 14px;
  color: #717171;
  padding: 15px;
  cursor: pointer;
}

.layout__quickActionItem___2TsRn,
.layout__statusContain___1EshN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__statusContain___1EshN {
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__inputNote___16t2e {
  width: 728px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.layout__imgWrap___2vXvE {
  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___1Kl5Z {
  font-size: 10px!important;
  width: 100%;
  overflow-x: scroll;
}

@media screen and (max-width:769px) {
  .layout__contentContainer___1Kl5Z .layout__tableContain___28pi3 {
    min-width: 1244px;
  }
}

@media screen and (min-width:769px) {
  .layout__contentContainer___1Kl5Z .layout__tableContain___28pi3 {
    min-width: 1640px;
  }
}

.layout__contentContainer___1Kl5Z .layout__tableHeader___1rBiZ {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentContainer___1Kl5Z .layout__trSpan___1OhZo {
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.layout__wrapDiv___22Nd3 {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__error___LK-qT {
  border-bottom: 1px solid red;
}

.layout__failError___rhKVn {
  color: red;
  font-size: 12px;
}

.layout__statusTypeDoc___yC2c- {
  margin: 0 0 15px;
  gap: 8px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__statusTypeDoc___yC2c- .layout__selectSp___GzKg5 {
  width: 328px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__spanH1___1BJJE {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__spanEllipsis___1j441 {
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout__footer_text___2tOep {
  color: #dd621d;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.layout__button_con___3Iah8 {
  background: #028547;
  border-radius: 25px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #028547;
}

.layout__button_con___3Iah8:hover {
  transform: translateY(-3px);
  transition: all 1s cubic-bezier(.075,.82,.165,1);
}

.layout__button_white___mZhGy {
  background: #fff!important;
  border-radius: 25px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #028547!important;
  border: 2px solid #028547;
}

.layout__loginContainer___3ZtUU {
  background-color: #f8f8f8;
  height: 100%;
}

.layout__loginContainer___3ZtUU input {
  border: none!important;
  border-radius: 0!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__loginContainer___3ZtUU .layout__top___3F1hv {
  background-color: #028547;
  height: 350px;
  position: relative;
}

.layout__loginContainer___3ZtUU .layout__top___3F1hv .layout__logo___1pAeL {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 45px;
}

.layout__loginContainer___3ZtUU .layout__top___3F1hv .layout__loginForm___TMi1M {
  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___3ZtUU .layout__top___3F1hv .layout__loginForm___TMi1M .layout__formName___1pPJi {
  font-size: 28px;
  font-weight: 500;
  padding-top: 20px;
}

.layout__loginContainer___3ZtUU .layout__top___3F1hv .layout__loginForm___TMi1M .layout__loginBtn___1WCUA {
  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___3ZtUU .layout__top___3F1hv .layout__loginForm___TMi1M .layout__loginBtnDisabled___32I6f {
  background-color: #d8dbdb;
}

.layout__loginContainer___3ZtUU .layout__forgetPwd___3rzw4 {
  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___LmWXq {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #4c4c4c;
}

.card-user__text_card___LmWXq,
.card-user__text_header___3dWpK {
  overflow-wrap: break-word;
  line-clamp: 1;
}

.card-user__text_header___3dWpK {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #7a7a7a;
}

.layout__cardContainer___-bAOK {
  padding: 30px 15px;
}

.layout__cardContainer___-bAOK .layout__inputSearch___A3qtK {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___-bAOK .layout__inputSearch___A3qtK:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___-bAOK .layout__inputSearch___A3qtK::placeholder {
  font-style: italic;
}

.layout__cardContainer___-bAOK .layout__toolBar___3XxYm {
  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___-bAOK .layout__toolBar___3XxYm .layout__title___3ATsA {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___-bAOK .layout__toolBar___3XxYm .layout__searchContainer___30h8N {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___-bAOK .layout__content___2f9qz {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___-bAOK .layout__content___2f9qz,
.layout__cardContainer___-bAOK .layout__content___2f9qz .layout__createNewCard___3HgDN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___-bAOK .layout__content___2f9qz .layout__createNewCard___3HgDN {
  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___-bAOK .layout__content___2f9qz .layout__createNewCard___3HgDN .layout__plusIcon___2mm2d {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___-bAOK .layout__content___2f9qz .layout__createNewCard___3HgDN .layout__plusIcon___2mm2d span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___-bAOK .layout__cardListContainer___hgZc6 {
  background-color: #fff;
}

.layout__cardContainer___-bAOK .layout__cardsLogo___3u2XH {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___-bAOK .layout__featuredDot___3PQcv,
.layout__cardContainer___-bAOK .layout__notFeaturedDot___3ebUu {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___-bAOK .layout__notFeaturedDot___3ebUu {
  background-color: red;
}

.layout__cardContainer___-bAOK .layout__edit___3b0bc {
  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___-bAOK .layout__delete___3AV09 {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.layout__contentBox___118rX {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___pYeyy {
  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___pYeyy:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___pYeyy.layout__disabled___10wPR,
.layout__btnStats___pYeyy:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___pYeyy:active,
.layout__btnStats___pYeyy:focus,
.layout__btnStats___pYeyy:visited {
  outline: 0;
}

.layout__btnStats___pYeyy.layout__disabled___10wPR {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.layout__line_clamp___eA0uf {
  -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___36VWY {
  padding: 30px 15px;
}

.layout__cardContainer___36VWY .layout__inputSearch___-Qtq6 {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___36VWY .layout__inputSearch___-Qtq6:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___36VWY .layout__inputSearch___-Qtq6::placeholder {
  font-style: italic;
}

.layout__cardContainer___36VWY .layout__toolBar___3S04f {
  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___36VWY .layout__toolBar___3S04f .layout__title___3Qn5U {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___36VWY .layout__toolBar___3S04f .layout__searchContainer___wRjgR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___36VWY .layout__content___1Hfhv {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___36VWY .layout__content___1Hfhv,
.layout__cardContainer___36VWY .layout__content___1Hfhv .layout__createNewCard___3ti3g {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___36VWY .layout__content___1Hfhv .layout__createNewCard___3ti3g {
  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___36VWY .layout__content___1Hfhv .layout__createNewCard___3ti3g .layout__plusIcon___X9gsJ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___36VWY .layout__content___1Hfhv .layout__createNewCard___3ti3g .layout__plusIcon___X9gsJ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___36VWY .layout__cardListContainer___3M5Bk {
  background-color: #fff;
}

.layout__cardContainer___36VWY .layout__cardsLogo___2Zsg9 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___36VWY .layout__featuredDot___-DW5B,
.layout__cardContainer___36VWY .layout__notFeaturedDot___2SEj5 {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___36VWY .layout__notFeaturedDot___2SEj5 {
  background-color: red;
}

.layout__cardContainer___36VWY .layout__edit___g1mXs {
  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___36VWY .layout__delete___1MVHX {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.layout__contentBox___31sMH {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___2HJOp {
  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___2HJOp:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___2HJOp.layout__disabled___15lD8,
.layout__btnStats___2HJOp:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___2HJOp:active,
.layout__btnStats___2HJOp:focus,
.layout__btnStats___2HJOp:visited {
  outline: 0;
}

.layout__btnStats___2HJOp.layout__disabled___15lD8 {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.layout__line_clamp___2NX6e {
  -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___3Wdm6 {
  padding: 30px 15px;
}

.template__cardContainer___3Wdm6 .template__inputSearch___A5Z1b {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.template__cardContainer___3Wdm6 .template__inputSearch___A5Z1b:-ms-input-placeholder {
  font-style: italic;
}

.template__cardContainer___3Wdm6 .template__inputSearch___A5Z1b::placeholder {
  font-style: italic;
}

.template__cardContainer___3Wdm6 .template__toolBar___2XdEw {
  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___3Wdm6 .template__toolBar___2XdEw .template__title___2qCwi {
  font-size: 20px;
  color: #4d4d4d;
}

.template__cardContainer___3Wdm6 .template__toolBar___2XdEw .template__searchContainer___301v3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.template__cardContainer___3Wdm6 .template__content___2qNRE {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.template__cardContainer___3Wdm6 .template__content___2qNRE,
.template__cardContainer___3Wdm6 .template__content___2qNRE .template__createNewCard___1ofMv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.template__cardContainer___3Wdm6 .template__content___2qNRE .template__createNewCard___1ofMv {
  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___3Wdm6 .template__content___2qNRE .template__createNewCard___1ofMv .template__plusIcon___d8F0y {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.template__cardContainer___3Wdm6 .template__content___2qNRE .template__createNewCard___1ofMv .template__plusIcon___d8F0y span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.template__cardContainer___3Wdm6 .template__cardListContainer___2SqHh {
  background-color: #fff;
}

.template__cardContainer___3Wdm6 .template__cardsLogo___1nLXY {
  max-height: 50px;
  max-width: 50px;
}

.template__cardContainer___3Wdm6 .template__featuredDot___20hKF,
.template__cardContainer___3Wdm6 .template__notFeaturedDot___3ZxEJ {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.template__cardContainer___3Wdm6 .template__notFeaturedDot___3ZxEJ {
  background-color: red;
}

.template__cardContainer___3Wdm6 .template__edit___3nIp0 {
  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___3Wdm6 .template__delete___379tW {
  color: inherit;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #028547;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
}

.template__contentBox___1w6ub {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.template__btnStats___2bP9s {
  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___2bP9s:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.template__btnStats___2bP9s.template__disabled___ElY86,
.template__btnStats___2bP9s:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.template__btnStats___2bP9s:active,
.template__btnStats___2bP9s:focus,
.template__btnStats___2bP9s:visited {
  outline: 0;
}

.template__btnStats___2bP9s.template__disabled___ElY86 {
  color: #fff;
  background: #9d9d9d;
  cursor: not-allowed;
}

.template__line_clamp___1Os7r {
  -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___3h0gv .layout__selectTimeContainer___1yt_S {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___3h0gv .layout__selectTimeBlock___2PJrW {
  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___3h0gv .layout__selectTimeTitle___2Tuo7 {
  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___3h0gv .layout__selectTimeTitle___2Tuo7 {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___3h0gv .layout__selectTimeContent___2JMru {
  padding: 30px 40px;
  padding-top: 0;
}

.layout__applicationStatisticsContainer___3h0gv .layout__selectTimeContent___2JMru form {
  width: 100%;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___3h0gv .layout__labelText___1_Zq9 {
  font-size: 14px;
  color: #000;
  opacity: .6;
  font-weight: 600;
  margin: 0!important;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3h0gv .layout__labelText___1_Zq9 {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3h0gv .layout__labelTextEr___1Y5Pt {
  font-size: 14px;
  color: red;
  opacity: .6;
  font-weight: 600;
  margin: 0!important;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___3h0gv .layout__labelTextEr___1Y5Pt {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___3h0gv .layout__typeWidth___1x0gd {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___3h0gv .layout__coverBox___35MiU {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3h0gv .layout__coverBox___35MiU {
    width: 100%;
    display: block;
  }
}

.layout__applicationStatisticsContainer___3h0gv .layout__coverBox___35MiU input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___3h0gv .layout__coverBox___35MiU input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___3h0gv .layout__lineBetween___1y8qj {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___3h0gv .layout__marTopPeriod___q6g49 {
  margin-left: 40px;
}

.layout__applicationStatisticsContainer___3h0gv .layout__marPeriod___LcN-W,
.layout__applicationStatisticsContainer___3h0gv .layout__marTopPeriod___q6g49 {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.layout__applicationStatisticsContainer___3h0gv .layout__marBottomPerod___3FLYO {
  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___3h0gv .layout__marTopCheck___32sqh {
  margin-top: 24px;
}

.layout__applicationStatisticsContainer___3h0gv .layout__inputSale___89HYc {
  width: 200px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 6px 0 6px 6px;
}

.layout__applicationStatisticsContainer___3h0gv .layout__buttonGreen___3ekrY {
  width: 62px;
  height: 30px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  font-weight: 600;
}

.layout__applicationStatisticsContainer___3h0gv .layout__buttonBlue___1mXW3 {
  width: 62px;
  height: 30px;
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
  font-weight: 600;
}

.layout__applicationStatisticsContainer___3h0gv .layout__buttonPur___14Qw0 {
  width: 62px;
  height: 30px;
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
  font-weight: 600;
}

.layout__applicationStatisticsContainer___3h0gv .layout__divShowCheck___3Musv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.layout__applicationStatisticsContainer___3h0gv .layout__licheck___13597 {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnStats___3ma2k,
.layout__disableBtn____XINk,
.layout__enableBtn___3MqW8 {
  height: 50px;
  width: 150px;
}

@media screen and (max-width:769px) {
  .layout__btnStats___3ma2k,
  .layout__disableBtn____XINk,
  .layout__enableBtn___3MqW8 {
    height: 30px;
  }
}

.layout__disableBtn____XINk {
  background-color: #ececec;
}

.layout__enableBtn___3MqW8 {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___1hA9S {
  width: 100%;
  margin: auto;
}

.layout__btnExport___2A_eb {
  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___2A_eb:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___2A_eb.layout__disabled___3HIzH,
.layout__btnExport___2A_eb:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___2A_eb:active,
.layout__btnExport___2A_eb:focus,
.layout__btnExport___2A_eb:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___2A_eb {
    height: 35px;
  }
}

.layout__pageTitle___2paLZ {
  margin-bottom: 30px;
}

.layout__excBlock___38Phr {
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 36px;
  margin-top: 24px;
}

.layout__inputItem___1GYvK {
  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___1V3pI {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckAll___1V3pI {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.layout__wrapCheckAll___1V3pI label {
  margin: 0;
}

.layout__wrapCheckAll___1V3pI input {
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}

.layout__saleSupportStatusApp___3PDho {
  background: #1976d2!important;
  color: #fff!important;
}

.layout__tdId___1nM6C {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:769px) {
  .layout__collapsed___d_Je_ td:not(.layout__wrapTriAngle___3do7V) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__wrapCheckBoxForMB___6KZ-q {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__wrapCheckBoxForMB___6KZ-q {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
  }
}

.layout__triangleBtn___1200a {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1200a {
    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___1200a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1200a.layout__isOpening___hUwX3:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

.layout__assignForm___1wrCH {
  margin: 0 0 20px;
  width: 100%;
  max-width: 500px;
}

.layout__assignForm___1wrCH .layout__formLabel___1hBki {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___1wrCH .layout__formField___2cAda {
  margin: 0 0 15px;
}

.layout__refreshBtn___3gcZj {
  padding: 9px 0;
  text-align: right;
}

.layout__btnUpperWrap___3rFmk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

.layout__btnUpperWrap___3rFmk .layout__wrapBtn___qP3nd {
  padding: 10px;
}

table>tbody>tr.layout__isPreApproved___bGVmD:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isPreApproved___bGVmD:hover td>a {
  color: #4d4d4d!important;
}

.layout__isPreApproved___bGVmD {
  color: #fff;
  background: #179a9a;
}

.layout__isPreApproved___bGVmD td>a {
  color: #fff!important;
}

table>tbody>tr.layout__isStaff___22Uhs:hover {
  background: #f5f5f5;
  color: #4d4d4d;
}

table>tbody>tr.layout__isStaff___22Uhs:hover td>a {
  color: #4d4d4d!important;
}

.layout__isStaff___22Uhs {
  color: #fff;
  background: purple;
}

.layout__isStaff___22Uhs td>a {
  color: #fff!important;
}

.layout__colorOfPriority___27KHR {
  color: #fff;
  background: #aeaeae;
}

.layout__colorOfPriority___27KHR.layout__green___2grz0 {
  background: #279327;
}

.layout__colorOfPriority___27KHR.layout__orange___28iST {
  background: #fcbd4a;
}

.layout__colorOfPriority___27KHR.layout__red___1nrNv {
  background: #e40505;
}

.layout__colorOfPriority___27KHR.layout__black___1ERhO {
  background: #aeaeae;
}

.layout__fullBox___OgZ1_ {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___3FbNW,
.layout__fullBox___OgZ1_ {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBox___3FbNW {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchbox___pjq0g {
  margin-top: 15px;
}

.layout__yellowClass___2sMac {
  background-color: #fc0;
}

.layout__blueClass___2Kk92,
.layout__yellowClass___2sMac {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__blueClass___2Kk92 {
  background-color: #2206f8;
}

.layout__redClass___3WBAk {
  background-color: red;
}

.layout__greenClass___2BHKM,
.layout__redClass___3WBAk {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.layout__greenClass___2BHKM {
  background-color: #028547;
}

.layout__contentcontainer___1uy2L {
  font-size: 10px!important;
}

.layout__tableList___3X5QK {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___3X5QK {
    overflow: initial;
  }
}

.layout__tableList___3X5QK td.layout__checkBoxCol___2vU2L,
.layout__tableList___3X5QK th.layout__checkBoxCol___2vU2L {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___3X5QK td {
  padding-left: 6px;
}

.layout__tableTh___1fC5a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
}

.layout__tableTh___1fC5a label {
  margin: 5px 0;
}

.layout__divSearch____wT9n {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch____wT9n {
    overflow: initial;
  }
}

.layout__divSearch____wT9n>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__redrow___lZKVo {
  color: red!important;
}

.layout__btnStats___3ma2k,
.layout__disableBtn____XINk,
.layout__enableBtn___3MqW8 {
  height: 30px;
  width: 120px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__btnStats___3ma2k:hover,
.layout__disableBtn____XINk:hover,
.layout__enableBtn___3MqW8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___3ma2k.layout__disabled___3HIzH,
.layout__btnStats___3ma2k:disabled,
.layout__disableBtn____XINk:disabled,
.layout__disabled___3HIzH.layout__disableBtn____XINk,
.layout__disabled___3HIzH.layout__enableBtn___3MqW8,
.layout__enableBtn___3MqW8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3ma2k:active,
.layout__btnStats___3ma2k:focus,
.layout__btnStats___3ma2k:visited,
.layout__disableBtn____XINk:active,
.layout__disableBtn____XINk:focus,
.layout__disableBtn____XINk:visited,
.layout__enableBtn___3MqW8:active,
.layout__enableBtn___3MqW8:focus,
.layout__enableBtn___3MqW8:visited {
  outline: 0;
}

.layout__coverBox___35MiU {
  width: 230px;
  display: inline-block;
}

.layout__coverBox___35MiU input {
  cursor: pointer;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___wRPc6 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___2wqCN,
.layout__modalcontainer___wRPc6 {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___2wqCN {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___3yM7c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___3VtAt {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___1KJ0b {
  width: 100%;
}

.layout__mailContainer___pil2K {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___3sXzN {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___-3KEF {
  float: right;
  right: 0;
}

.layout__linkpopup___3ohW4 {
  cursor: pointer;
}

.layout__inputSearch___1uNjP {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  margin-bottom: 10px;
}

.layout__inputControl___14lNn {
  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___3yIXv {
  margin-bottom: 10px;
}

.layout__searchOption___3yIXv>.layout__Select-control___1Q8Wh {
  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___1uNjP:-ms-input-placeholder {
  font-style: italic;
  padding-left: 5px;
}

.layout__inputSearch___1uNjP::placeholder {
  font-style: italic;
  padding-left: 5px;
}

.layout__tbodyT___XqRnP {
  background-color: #008345;
  color: #fff;
}

.layout__workListNote___1xDPw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 9px 5px;
  margin-bottom: -1px;
}

.layout__list___109G8 {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width:769px) {
  .layout__list___109G8 {
    padding: 0 15px;
  }
}

.layout__list___109G8 td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___109G8 .layout__curPointer___3wMtm {
  cursor: pointer;
}

.layout__list___109G8 .layout__count___9pWjX {
  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___109G8 .layout__countNumber___b3UQz {
  color: #028547;
}

.layout__list___109G8 .layout__tableHeader___uPCk- {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
}

.layout__list___109G8 .layout__decreaseIcon___3pyA4,
.layout__list___109G8 .layout__increaseIcon___2lZFQ {
  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___109G8 .layout__decreaseIcon___3pyA4 {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___109G8 .layout__downloadIcon___1NAbe {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___109G8 .layout__applicationLink___1d8Dr {
  color: #000;
}

.layout__list___109G8 .layout__circleIcon___3SAeW {
  background: #1976d2;
}

.layout__list___109G8 .layout__circleIcon___3SAeW,
.layout__list___109G8 .layout__circleIconOD___8tDGw {
  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___109G8 .layout__circleIconOD___8tDGw {
  background: #a460e8;
}

.layout__list___109G8 .layout__noteOff___1xWja {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__list___109G8 .layout__noteOff___1xWja .layout__divline___UfiHs {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout__list___109G8 .layout__approved___3-8bg,
.layout__list___109G8 .layout__carddeliver___2C243,
.layout__list___109G8 .layout__cardship___2776z,
.layout__list___109G8 .layout__draft___35ZaD,
.layout__list___109G8 .layout__inprocess___NIsoa,
.layout__list___109G8 .layout__status___2azh4,
.layout__list___109G8 .layout__submitteddoc___1C5a_,
.layout__list___109G8 .layout__sumittedapp___30sjT {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___109G8 .layout__draft___35ZaD {
  color: #9c27b0;
}

.layout__list___109G8 .layout__sumittedapp___30sjT {
  color: #e91e63;
}

.layout__list___109G8 .layout__submitteddoc___1C5a_ {
  color: #4caf50;
}

.layout__list___109G8 .layout__inprocess___NIsoa {
  color: #f76045;
}

.layout__list___109G8 .layout__approved___3-8bg {
  color: #f4bf75;
}

.layout__list___109G8 .layout__cardship___2776z {
  color: #795548;
}

.layout__list___109G8 .layout__carddeliver___2C243 {
  color: #1976d2;
}

.layout__list___109G8 .layout__border___1Q3bD,
.layout__list___109G8 .layout__carddeliverBorder___1Innp,
.layout__list___109G8 .layout__cardshipBorder___3Y6GC,
.layout__list___109G8 .layout__savedBorder___2OF48,
.layout__list___109G8 .layout__submitteddocBorder___1Hy29,
.layout__list___109G8 .layout__sumittedappBorder___3pTI-,
.layout__list___109G8 .layout__verificationBorder___3m9va {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___109G8 .layout__savedBorder___2OF48 {
  border-left-color: #9c27b0;
}

.layout__list___109G8 .layout__submitteddocBorder___1Hy29 {
  border-left-color: #4caf50;
}

.layout__list___109G8 .layout__cardshipBorder___3Y6GC {
  border-left-color: #795548;
}

.layout__list___109G8 .layout__carddeliverBorder___1Innp {
  border-left-color: #1976d2;
}

.layout__list___109G8 .layout__sumittedappBorder___3pTI-,
.layout__list___109G8 .layout__verificationBorder___3m9va {
  border-left-color: #e91e63;
}

.layout__list___109G8 .layout__statusBox___1pCjY {
  margin: 0;
}

.layout__bntRetry___3cvxp {
  background: #14cf14d1;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
}

.layout__laypoutCheckSelect___2EFpN {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__laypoutDownLoad___1d8n6 {
  width: 570px;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__laypoutCheckbox___12WcG {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8px;
  gap: 12px;
}

.layout__laypoutSelectDate___3-c9E {
  width: 350px;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

.layout__inputDate___3wOOk {
  width: 45%;
}

.layout__textCenter___2Q6Jo {
  text-align: center;
}

.layout__contentWrapper___14hLb {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.layout__warpField___35Rq7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__btn___2G5RD {
  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___2G5RD {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___95uAN {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___OzA-t {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___OzA-t:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___OzA-t.layout__disabled___3uExQ,
.layout__submitBtn___OzA-t:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___OzA-t:active,
.layout__submitBtn___OzA-t:focus,
.layout__submitBtn___OzA-t:visited {
  outline: 0;
}

.layout__show___1ZbsR {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___2iYMq {
  color: #555;
  margin-bottom: 4px;
}

.layout__buttonWrapper___1PVWc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___cHKkp {
  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___1GmPo {
  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___2VCRM {
  text-align: left;
}

.layout__warpContain___3k_WL {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.layout__listyle___2E8-n {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0cc3be;
}

.layout__textHeader___3gb6K {
  padding-left: 16px;
}

.layout__textH1___3B-NY {
  padding-left: 24px;
  font-size: 18px;
  line-height: 21px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__buttonSearch___3n-wq,
.layout__textH1___3B-NY {
  text-transform: uppercase;
}

.layout__buttonSearch___3n-wq {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

.layout__layoutButton___2KErg {
  gap: 24px;
}

.layout__buttonId___2slH0,
.layout__layoutButton___2KErg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__buttonId___2slH0 {
  height: 34px;
  width: 120px;
  border: 1px solid;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #e1e1e1!important;
}

.layout__laoutCif___bthtk {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 12px;
}

.layout__laoutCif___bthtk,
.layout__layoutId___2Kh5o {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.layout__layoutId___2Kh5o {
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__buttonContain___AwuIp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 86px;
  gap: 24px;
}

.layout__buttonClose___cTups,
.layout__buttonCloseMarin___1K_G6 {
  width: 96px;
  height: 30px;
  color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #0cc3be;
}

.layout__buttonSearchNext___Vwn4m,
.layout__buttonSearchNextHis___1ZI8i {
  width: 134px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__buttonSearchNextHis___1ZI8i {
  margin-right: 48px;
  margin-top: 12px;
}

.layout__buttonSearchCancel___3Xios {
  width: 134px;
  height: 30px;
  color: #fff;
  background-color: #f32f30;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__contianHeader___2-a4l,
.layout__modalContain___1fV4j {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__labelView___2w37o {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__modalFooter___3rLh5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___2D0Wp {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___2D0Wp,
.layout__buttonConfirm___1DCIz {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___1DCIz {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__selectTimeContent___GoPYh {
  padding-top: 0;
}

.layout__selectTimeContent___GoPYh form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___1CnJY {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___1CnJY {
    overflow: initial;
  }
}

.layout__divSearch___1CnJY>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___18OCD {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___18OCD {
    overflow: initial;
  }
}

.layout__tableList___18OCD td.layout__checkBoxCol___37zub,
.layout__tableList___18OCD th.layout__checkBoxCol___37zub {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___18OCD th {
  min-width: 55px;
  height: 40px;
}

.layout__tbodyT___1Cnx6 {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___2ajn1 {
  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___2ajn1 label {
  margin: 5px 0;
  padding: 0 16px;
}

.layout__tableThno___2o6N- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.layout__tableThno___2o6N- label {
  margin: 5px 0;
  padding: 0 16px;
}

.layout__tableTd___1nZIL {
  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___1nZIL label {
  margin: 5px 0;
  padding: 0 16px;
}

.layout__tdBorder120___3xJDV {
  height: 120px;
}

.layout__tdBorder___2AlIx,
.layout__tdBorder120___3xJDV {
  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___2AlIx {
  height: 40px;
}

.layout__tdBorderMargin___2NDtP {
  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___3zf5N {
  width: 60px;
  border: none;
  outline: unset;
  text-align: center;
}

.layout__input___3zf5N:disabled {
  cursor: not-allowed!important;
  background: unset!important;
}

.layout__wrapContain___35Lpf {
  margin-left: 30px;
}

.layout__headerTitle___jr7wN {
  font-size: 18px;
  line-height: 21px;
  color: #555;
  padding-top: 24px;
}

.layout__headerTitle___jr7wN,
.layout__listyle___1KKpf {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.layout__listyle___1KKpf {
  font-size: 16px;
  color: #0cc3be;
}

.layout__buttonSearch___6qm5u {
  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___X08LG,
.layout__containLeft___1rMq2 {
  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___1rMq2 {
  gap: 16px;
  padding-right: 24px;
}

.layout__LabelSearch___1CH1s {
  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___zmIBQ {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.layout__selectTimeContent___qFd66 {
  padding-top: 0;
}

.layout__selectTimeContent___qFd66 form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___3kDnM {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___3kDnM {
    overflow: initial;
  }
}

.layout__divSearch___3kDnM>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___3PJIn {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___3PJIn {
    overflow: initial;
  }
}

.layout__tableList___3PJIn td.layout__checkBoxCol___2vRyG,
.layout__tableList___3PJIn th.layout__checkBoxCol___2vRyG {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___3PJIn td {
  padding-left: 6px;
}

.layout__tableList___3PJIn td,
.layout__tableList___3PJIn th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___3PJIn td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___2uTSf {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___fHBBm {
  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___fHBBm label {
  margin: 5px 0;
  color: #fff;
}

.layout__tableTh___fHBBm span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  text-transform: none;
}

.layout__wrapContain___1AS6E {
  margin-left: 30px;
}

.layout__assignForm___3Soeq {
  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___3Soeq .layout__formLabel___28lOQ {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___3Soeq .layout__formFieldSearchBy___1cr52 {
  width: 75%;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___3Soeq .layout__searchInputleft___2rGej {
  border-bottom: 1px solid;
}

.layout__assignForm___3Soeq .layout__formFieldSP___2Sx2v {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___2BURg {
  font-size: 10px!important;
}

.layout__pageTitle___2-ADO {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.layout__serchVoucher___3VE_- {
  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___M8tOM,
.layout__wrapSP___1PVd- {
  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___4X188 {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___14OrB {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__buttonHeader___3WPq5 {
  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___3M-vB {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__coverBox___3M-vB {
    width: 100%;
    display: block;
  }
}

.layout__coverBox___3M-vB 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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100%;
  background-color: #fff;
}

@media screen and (max-width:430px) {
  .layout__coverBox___3M-vB input {
    width: 100%;
  }
}

.layout__modalContain___2pWvx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__inputView___1Bsl3 {
  width: 60%;
}

.layout__inputView___1Bsl3 .layout__form-control___2TarP {
  border: 1px solid #d8d8d8!important;
}

.layout__labelView___1uCiD {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__selectNote___2iEbi {
  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___GQs-B {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__buttonAction___1DqFK {
  width: 92px;
}

.layout__buttonA___13R1C,
.layout__buttonAction___1DqFK {
  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___13R1C {
  width: 78px;
}

.layout__buttonA___13R1C:hover {
  text-decoration: unset;
}

.layout__divWarpButton___1dl2t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.layout__inputItem___v4ni5 {
  border-radius: 8px;
}

.layout__optionCss___JNbXQ {
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
  line-height: 20px;
  min-height: 50px;
}

.layout__err___32lLk {
  margin-top: 4px;
  color: red;
}

.layout__modalFooter___TSHXU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___1n5U2 {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___1n5U2,
.layout__buttonConfirm___3zK5G {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___3zK5G {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__searchInput___189zd {
  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___3q9qx {
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}

.layout__delete___2-cAQ,
.layout__flexNew___3q9qx {
  display: -ms-flexbox;
  display: flex;
}

.layout__delete___2-cAQ {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__selectTimeContent___3O5km {
  padding-top: 0;
}

.layout__selectTimeContent___3O5km form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___EJGWV {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___EJGWV {
    overflow: initial;
  }
}

.layout__divSearch___EJGWV>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___1wmlR {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___1wmlR {
    overflow: initial;
  }
}

.layout__tableList___1wmlR td.layout__checkBoxCol___3Zfuo,
.layout__tableList___1wmlR th.layout__checkBoxCol___3Zfuo {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___1wmlR td {
  padding-left: 6px;
}

.layout__tableList___1wmlR td,
.layout__tableList___1wmlR th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___1wmlR td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___mH0pp {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___vq3F9 {
  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___vq3F9 label {
  margin: 5px 0;
  color: #fff;
}

.layout__tableTh___vq3F9 span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  text-transform: none;
}

.layout__wrapContain___2e3EG {
  margin-left: 30px;
}

.layout__assignForm___YqA68 {
  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___YqA68 .layout__formLabel___2GYR5 {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___YqA68 .layout__formFieldSearchBy___HS6AN {
  width: 75%;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___YqA68 .layout__searchInputleft___2lNio {
  border-bottom: 1px solid;
}

.layout__assignForm___YqA68 .layout__formFieldSP___18qfo {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___26Xuw {
  font-size: 10px!important;
}

.layout__pageTitle___1-_-4 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.layout__searchVoucher___3y2iv {
  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___14TGP,
.layout__wrapSP___1rdNG {
  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___1rdNG {
  width: 70%;
}

.layout__buttonSearch___ZxtXv {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___12Vb7 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__buttonHeader___39QSQ {
  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___iUND5 {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__coverBox___iUND5 {
    width: 100%;
    display: block;
  }
}

.layout__coverBox___iUND5 input {
  cursor: pointer;
  width: 140px;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100%;
  background-color: #fff;
}

@media screen and (max-width:430px) {
  .layout__coverBox___iUND5 input {
    width: 100%;
  }
}

.layout__modalContain___26d96 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__inputView___2B5v- {
  width: 60%;
}

.layout__inputView___2B5v- .layout__form-control___1OT9X {
  border: 1px solid #d8d8d8!important;
}

.layout__labelView___2e0Sj {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__selectNote___2_0Wz {
  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___1w2-h {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__buttonA___3cOY9,
.layout__buttonAction___3spXx {
  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___3cOY9:hover {
  text-decoration: unset;
}

.layout__divWarpButton___2AsSC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.layout__inputItem___32myw {
  border-radius: 8px;
}

.layout__optionCss___3eME4 {
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
  line-height: 20px;
  min-height: 50px;
}

.layout__err___19MpW {
  margin-top: 4px;
  color: red;
}

.layout__modalFooter___1YSRZ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___3G9WN {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___3G9WN,
.layout__buttonConfirm___3ZE6q {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___3ZE6q {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__searchInput___3HXbl {
  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___3Vc_B {
  padding-top: 0;
}

.layout__selectTimeContent___3Vc_B form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___2p2fY {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___2p2fY {
    overflow: initial;
  }
}

.layout__divSearch___2p2fY>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___koVDJ {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___koVDJ {
    overflow: initial;
  }
}

.layout__tableList___koVDJ td.layout__checkBoxCol___2yyYM,
.layout__tableList___koVDJ th.layout__checkBoxCol___2yyYM {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___koVDJ td {
  padding-left: 6px;
}

.layout__tableList___koVDJ td,
.layout__tableList___koVDJ th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___koVDJ td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___1ExXY {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___-p478 {
  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___-p478 label {
  margin: 5px 0;
  color: #fff;
}

.layout__wrapContain___15J-b {
  margin-left: 30px;
}

.layout__assignForm___2yn5Q {
  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___2yn5Q .layout__formLabel___3Bj33 {
  font-size: 13px;
  display: block;
  min-height: 18px;
}

.layout__assignForm___2yn5Q .layout__formFieldSearchBy___1PDsL {
  width: 75%;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
}

.layout__assignForm___2yn5Q .layout__searchInputleft___oRZiy {
  border-bottom: 1px solid;
}

.layout__assignForm___2yn5Q .layout__formFieldSP___3ANxB {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___15EF1 {
  font-size: 10px!important;
}

.layout__pageTitle___1FY6s {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.layout__serchVoucher___q7q48 {
  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___3pHr5 {
  width: 35%;
}

.layout__wrapLS___3pHr5,
.layout__wrapSP___1hUEI {
  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___1hUEI {
  width: 18%;
}

.layout__buttonA___19POS {
  width: 78px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.layout__buttonA___19POS:hover {
  text-decoration: unset;
}

.layout__buttonSearch___1hBpg {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___2sDLj {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
  margin-top: 12px;
}

.layout__buttonHeader___XuJcj {
  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___2DD6A {
  width: 60%;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__coverBox___2DD6A {
    width: 100%;
    display: block;
  }
}

.layout__coverBox___2DD6A input {
  cursor: pointer;
  width: 120px;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100%;
  background-color: #fff;
}

@media screen and (max-width:430px) {
  .layout__coverBox___2DD6A input {
    width: 100%;
  }
}

.layout__inputView___2KDqF .layout__form-control___18hlS {
  border: 1px solid #d8d8d8!important;
}

.layout__selectNote___1UpHY {
  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___3O663 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__buttonAction___3dLDa {
  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___3ewBX {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.layout__searchInput___2ukDC {
  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___moyuR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 12px;
  gap: 12px;
}

.layout__checkbox___3Pagd {
  width: 12px;
}

.layout__contianHeader___1H5nI,
.layout__modalContain___xGqO3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__labelView___1JRfC {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
}

.layout__modalFooter___2Ysoa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  border: unset!important;
}

.layout__buttonCancel___hxn-_ {
  border-radius: 16px!important;
  border: 1px solid #0cc3be!important;
  color: #0cc3be!important;
}

.layout__buttonCancel___hxn-_,
.layout__buttonConfirm___VIkwU {
  width: 100px!important;
  height: 36px!important;
}

.layout__buttonConfirm___VIkwU {
  border-radius: 16px!important;
  background: #0cc3be!important;
  color: #fff!important;
  border: unset!important;
}

.layout__modalContainNew___2_o2O {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
}

.layout__applicationStatisticsContainer___OylfP .layout__selectTimeContainer___blIbY {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___OylfP .layout__selectTimeBlock___hMIpR {
  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___OylfP .layout__selectTimeTitle___2jpXk {
  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___OylfP .layout__selectTimeTitle___2jpXk {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___OylfP .layout__selectTimeContent___1LbHK {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___OylfP .layout__selectTimeContent___1LbHK form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___OylfP .layout__labelText___yJjVJ {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___OylfP .layout__labelText___yJjVJ {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___OylfP .layout__typeWidth___OQXuQ {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___OylfP .layout__coverBox___2wTqb {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___OylfP .layout__coverBox___2wTqb {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___OylfP .layout__coverBox___2wTqb .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___OylfP .layout__coverBox___2wTqb input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___OylfP .layout__coverBox___2wTqb input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___OylfP .layout__lineBetween____XjZD {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___OylfP .layout__marTopPeriod___ux2Ux {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___OylfP .layout__marTopPeriod___ux2Ux {
    margin-top: 30px;
  }
}

.layout__btnStats___1LwfP,
.layout__disableBtn___1zQ0e,
.layout__enableBtn___1YHWT {
  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___1LwfP:hover,
.layout__disableBtn___1zQ0e:hover,
.layout__enableBtn___1YHWT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1LwfP.layout__disabled___1SIUd,
.layout__btnStats___1LwfP:disabled,
.layout__disableBtn___1zQ0e:disabled,
.layout__disabled___1SIUd.layout__disableBtn___1zQ0e,
.layout__disabled___1SIUd.layout__enableBtn___1YHWT,
.layout__enableBtn___1YHWT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1LwfP:active,
.layout__btnStats___1LwfP:focus,
.layout__btnStats___1LwfP:visited,
.layout__disableBtn___1zQ0e:active,
.layout__disableBtn___1zQ0e:focus,
.layout__disableBtn___1zQ0e:visited,
.layout__enableBtn___1YHWT:active,
.layout__enableBtn___1YHWT:focus,
.layout__enableBtn___1YHWT:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___1LwfP,
  .layout__disableBtn___1zQ0e,
  .layout__enableBtn___1YHWT {
    height: 35px;
  }
}

.layout__disableBtn___1zQ0e {
  background-color: #ececec;
}

.layout__contentBox___1Oziq {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___1YHWT {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___2zKHX {
  width: 90%;
  margin: auto;
}

.layout__tableList___3hPAu td {
  padding-left: 6px;
}

.layout__btnExport___3zepb {
  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___3zepb:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3zepb.layout__disabled___1SIUd,
.layout__btnExport___3zepb:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3zepb:active,
.layout__btnExport___3zepb:focus,
.layout__btnExport___3zepb:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___3zepb {
    height: 35px;
  }
}

.layout__selectTimeContent___3k6t- {
  padding-top: 0;
}

.layout__selectTimeContent___3k6t- form {
  width: 100%;
  margin: 0 auto;
}

.layout__divSearch___o3kL_ {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
}

@media screen and (max-width:769px) {
  .layout__divSearch___o3kL_ {
    overflow: initial;
  }
}

.layout__divSearch___o3kL_>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__tableList___19DKx {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__tableList___19DKx {
    overflow: initial;
  }
}

.layout__tableList___19DKx td.layout__checkBoxCol___UL0dO,
.layout__tableList___19DKx th.layout__checkBoxCol___UL0dO {
  min-width: 35px;
  text-align: center;
}

.layout__tableList___19DKx td {
  padding-left: 6px;
}

.layout__tableList___19DKx td,
.layout__tableList___19DKx th {
  min-width: 55px;
  color: #555;
  height: 40px;
}

.layout__tableList___19DKx td {
  border-bottom: 1px solid #ddd;
}

.layout__tbodyT___HWbSW {
  background-color: #0cc3be;
  color: #fff;
}

.layout__tableTh___JLfXt {
  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___JLfXt label {
  margin: 5px 0;
}

.layout__tableTh___JLfXt span {
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  text-transform: none;
}

.layout__wrapContain___11A1J {
  margin-left: 30px;
}

.layout__buttonA___3Ygf- {
  width: 78px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.layout__buttonA___3Ygf-:hover {
  text-decoration: unset;
}

.layout__assignForm___1Pl6N {
  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___1Pl6N .layout__formLabel___2KsjI {
  display: block;
  min-height: 18px;
  font-weight: 700;
  font-size: 13px;
  color: #4a4a4a;
}

.layout__assignForm___1Pl6N .layout__formField___6gdx3 {
  width: 45%;
  height: 33px;
}

.layout__assignForm___1Pl6N .layout__formFieldSP___3_5LJ {
  width: 55%;
  height: 33px;
}

.layout__contentcontainer___2u7kc {
  font-size: 10px!important;
}

.layout__pageTitle___27FMZ {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.layout__serchVoucher___2ADde {
  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___1o2UN {
  width: 30%;
}

.layout__wrapLS___1o2UN,
.layout__wrapSP___2UOmg {
  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___2UOmg {
  width: 70%;
}

.layout__buttonSearch___URg3f {
  width: 96px;
  height: 30px;
  color: #fff;
  background-color: #0cc3be;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.layout__count___4av66 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.layout__inputItem___1nEIV {
  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___XQUMt .layout__selectTimeContainer___3DDOF {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___XQUMt .layout__selectTimeBlock___2hZUR {
  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___XQUMt .layout__selectTimeTitle___2SOpq {
  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___XQUMt .layout__selectTimeTitle___2SOpq {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___XQUMt .layout__selectTimeContent___3PFx6 {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___XQUMt .layout__selectTimeContent___3PFx6 form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___XQUMt .layout__labelText___1wAFU {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___XQUMt .layout__labelText___1wAFU {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___XQUMt .layout__typeWidth___2k-ru {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___XQUMt .layout__coverBox___3I7eM {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___XQUMt .layout__coverBox___3I7eM {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___XQUMt .layout__coverBox___3I7eM .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___XQUMt .layout__coverBox___3I7eM input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___XQUMt .layout__coverBox___3I7eM input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___XQUMt .layout__lineBetween___2Cbiv {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___XQUMt .layout__marTopPeriod___1UVC4 {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___XQUMt .layout__marTopPeriod___1UVC4 {
    margin-top: 30px;
  }
}

.layout__btnStats___3m-1V,
.layout__disableBtn___qgUmU,
.layout__enableBtn___31Fvl {
  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___3m-1V:hover,
.layout__disableBtn___qgUmU:hover,
.layout__enableBtn___31Fvl:hover {
  color: #fff;
  background: #0cc3be;
  opacity: .8;
}

.layout__btnStats___3m-1V.layout__disabled___1KW6H,
.layout__btnStats___3m-1V:disabled,
.layout__disableBtn___qgUmU:disabled,
.layout__disabled___1KW6H.layout__disableBtn___qgUmU,
.layout__disabled___1KW6H.layout__enableBtn___31Fvl,
.layout__enableBtn___31Fvl:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___3m-1V:active,
.layout__btnStats___3m-1V:focus,
.layout__btnStats___3m-1V:visited,
.layout__disableBtn___qgUmU:active,
.layout__disableBtn___qgUmU:focus,
.layout__disableBtn___qgUmU:visited,
.layout__enableBtn___31Fvl:active,
.layout__enableBtn___31Fvl:focus,
.layout__enableBtn___31Fvl:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___3m-1V,
  .layout__disableBtn___qgUmU,
  .layout__enableBtn___31Fvl {
    height: 35px;
  }
}

.layout__disableBtn___qgUmU {
  background-color: #ececec;
}

.layout__contentBox___3r2BD {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___31Fvl {
  background-color: #0cc3be;
  color: #fff;
}

.layout__exportTable___1LnQx {
  width: 90%;
  margin: auto;
}

.layout__tableList___1u2bG td {
  padding-left: 6px;
}

.layout__btnExport___21TCb {
  height: 32px;
  width: 120px;
  border-radius: 25px;
  margin: 8px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease 0s;
}

.layout__btnExport___21TCb,
.layout__btnExport___21TCb:hover {
  background: #0cc3be;
  color: #fff;
}

.layout__btnExport___21TCb:hover {
  opacity: .8;
}

.layout__btnExport___21TCb.layout__disabled___1KW6H,
.layout__btnExport___21TCb:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___21TCb:active,
.layout__btnExport___21TCb:focus,
.layout__btnExport___21TCb:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___21TCb {
    height: 35px;
  }
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q {
  padding: 30px 15px;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__content___3MZ5P {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__content___3MZ5P,
.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__content___3MZ5P .layout__createNewCard___2aTgv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__content___3MZ5P .layout__createNewCard___2aTgv {
  text-decoration: none;
  height: 35px;
  border-radius: 17px;
  color: #4d4d4d;
  background-color: #ececec;
  padding: 0 10px;
  gap: 10px;
  cursor: pointer;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__content___3MZ5P .layout__createNewCard___2aTgv .layout__plusIcon___1WaLW {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__content___3MZ5P .layout__createNewCard___2aTgv .layout__plusIcon___1WaLW span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM {
  width: 1600px;
  background-color: #fff;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM {
    overflow: initial;
  }
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM table,
.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM td,
.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM th {
  border: 1px solid #ddd;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM table,
.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__custTypeCardListContainer___3E4eM th {
  text-align: center;
  vertical-align: middle!important;
}

.layout__custTypeContainer___1vl0I .layout__cardContainer___KMT7Q .layout__edit___1DPTl {
  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___a08UH {
  margin: auto;
}

.styles__createMerchantContainer___a08UH .styles__inputTxt___1qgW5 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.styles__createMerchantContainer___a08UH .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.styles__createMerchantContainer___a08UH .styles__textAlert___2-nSr {
  color: red;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P {
  padding: 10px;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA {
  padding: 3rem 0;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__actionButton___2M_SF,
.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__cancelBtn___qbJpc,
.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__cancelBtn___qbJpc {
  background-color: #ececec;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT.styles__disabled___3E6Al,
.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT:active,
.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT:focus,
.styles__createMerchantContainer___a08UH .styles__content___1IX4P .styles__actionContainer___2HQgA .styles__createBtn___16iYT:visited {
  outline: 0;
}

.styles__createMerchantContainer___17aif .styles__inputTxt___20AKn {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.styles__createMerchantContainer___17aif .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.styles__createMerchantContainer___17aif .styles__row___3HfSY {
  margin-bottom: 10px;
}

.styles__createMerchantContainer___17aif .styles__column___5Juqd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: "center";
  align-items: "center";
  gap: 20px;
}

.layout__contentBox___EDLuM {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___3fZPl {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___3fZPl .layout__mt50px___1bjlI {
  margin-top: 50px;
}

.layout__contentWrapper___3fZPl .layout__mt30px___1YDhg {
  margin-top: 30px;
}

.layout__contentWrapper___3fZPl input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___3fZPl .layout__remove___1Q7gg {
  float: right;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__actionButton___2vAjX,
.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__cancelBtn___2f86G,
.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN {
  height: 35px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__cancelBtn___2f86G {
  background-color: #ececec;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN.layout__disabled___1ILrd,
.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN:active,
.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN:focus,
.layout__contentWrapper___3fZPl .layout__content___31XZS .layout__actionContainer___1Cuyz .layout__createBtn___2yEdN:visited {
  outline: 0;
}

.layout__contentBox___1X6RJ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2EJnt {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___2EJnt .layout__mt50px___2eg9R {
  margin-top: 50px;
}

.layout__contentWrapper___2EJnt .layout__mt30px___3E7RP {
  margin-top: 30px;
}

.layout__contentWrapper___2EJnt input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G {
  padding: 3rem 0;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__actionButton___2zz29,
.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__cancelBtn___18fli,
.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__cancelBtn___18fli {
  background-color: #ececec;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK.layout__disabled___3nChq,
.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK:active,
.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK:focus,
.layout__contentWrapper___2EJnt .layout__content___3UTKm .layout__actionContainer___17H7G .layout__createBtn___3dEeK:visited {
  outline: 0;
}

.layout__contentBox___2HV9e {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___2HV9e,
.layout__createNew___1DNFo {
  display: -ms-flexbox;
  display: flex;
}

.layout__createNew___1DNFo {
  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___1DNFo:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1DNFo.layout__disabled___3hsr3,
.layout__createNew___1DNFo:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1DNFo:active,
.layout__createNew___1DNFo:focus,
.layout__createNew___1DNFo:visited {
  outline: 0;
}

.layout__createNew___1DNFo a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___1DNFo a:hover {
  text-decoration: none;
}

.layout__createNew___1DNFo .layout__plusIcon___XC9Fd {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___2WCdk {
  padding: 20px 0;
}

.layout__content___2WCdk .layout__createNewMerchant___1MzZn {
  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___2WCdk .layout__createNewMerchant___1MzZn .layout__plusIcon___XC9Fd {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___2WCdk .layout__createNewMerchant___1MzZn .layout__plusIcon___XC9Fd span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___2WCdk .layout__textAccount___GIHgk {
  padding-top: 20px;
  display: block;
}

.layout__containerBox___1XS6r {
  width: 100%;
}

.layout__actionButton___3VpHW,
.layout__deleteButton___1pbF-,
.layout__unlockButton___Mk66i {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___1pbF- {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___Mk66i {
  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___U4cRc {
  height: auto;
}

.layout__createMerchantContainer___3BEVw {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___3BEVw .layout__inputTxt___21QUc {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___3BEVw .layout__selectBox___2VpSB {
  width: 250px;
  margin-right: 10px;
}

.layout__createMerchantContainer___3BEVw .layout__selectBox___2VpSB.layout__Select-control___2zBDE {
  width: 100%;
}

.layout__createMerchantContainer___3BEVw .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___3BEVw .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___3BEVw .content {
  padding: 10px;
}

.layout__createMerchantContainer___3BEVw .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___3BEVw .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___3BEVw .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___3BEVw .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___3BEVw .content .actionContainer .actionButton,
.layout__createMerchantContainer___3BEVw .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___3BEVw .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___3BEVw .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___2o0_V {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___pFMXs {
  padding: 30px 15px;
}

.layout__cardContainer___pFMXs .layout__inputSearch___2GDmB {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___pFMXs .layout__inputSearch___2GDmB:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___pFMXs .layout__inputSearch___2GDmB::placeholder {
  font-style: italic;
}

.layout__cardContainer___pFMXs .layout__toolBar___e5MuN {
  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___pFMXs .layout__toolBar___e5MuN .layout__title___2UZGR {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___pFMXs .layout__toolBar___e5MuN .layout__searchContainer___5helj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___pFMXs .layout__content___qN9PO {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___pFMXs .layout__content___qN9PO,
.layout__cardContainer___pFMXs .layout__content___qN9PO .layout__createNewCard___39PC1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___pFMXs .layout__content___qN9PO .layout__createNewCard___39PC1 {
  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___pFMXs .layout__content___qN9PO .layout__createNewCard___39PC1 .layout__plusIcon___pH7r2 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___pFMXs .layout__content___qN9PO .layout__createNewCard___39PC1 .layout__plusIcon___pH7r2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___pFMXs .layout__createBtn___WnJaH {
  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___pFMXs .layout__createBtn___WnJaH:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___pFMXs .layout__createBtn___WnJaH.layout__disabled___2Tjd7,
.layout__cardContainer___pFMXs .layout__createBtn___WnJaH:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___pFMXs .layout__createBtn___WnJaH:active,
.layout__cardContainer___pFMXs .layout__createBtn___WnJaH:focus,
.layout__cardContainer___pFMXs .layout__createBtn___WnJaH:visited {
  outline: 0;
}

.layout__cardContainer___pFMXs .layout__cardListContainer___31Cp5 {
  background-color: #fff;
}

.layout__cardContainer___pFMXs .layout__cardsLogo___3-Mm2 {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___pFMXs .layout__featuredDot___3IbKk,
.layout__cardContainer___pFMXs .layout__notFeaturedDot___1MzZK {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___pFMXs .layout__notFeaturedDot___1MzZK {
  background-color: red;
}

.layout__cardContainer___pFMXs .layout__edit___1dWsa {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___pFMXs .layout__delete___v8-_C,
.layout__cardContainer___pFMXs .layout__edit___1dWsa {
  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___pFMXs .layout__delete___v8-_C {
  padding-right: 6px;
}

.layout__contentBox___rKUUx {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1zvry {
  padding: 30px 43px;
}

.layout__cardContainer___1zvry .layout__pageTitle___1c02- {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___1zvry .layout__toolBar___YE_QU {
  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___1zvry .layout__toolBar___YE_QU .layout__title___2FPOH {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1zvry .layout__content___Ou2th,
.layout__cardContainer___1zvry .layout__toolBar___YE_QU .layout__searchContainer___233qf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1zvry .layout__content___Ou2th {
  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___1zvry .layout__countFile___E3Yf0 {
  margin-bottom: 14px;
  font-size: 15px;
}

.layout__cardContainer___1zvry .layout__searchFilter___10_V8 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.layout__cardContainer___1zvry .layout__searchFilter___10_V8 input {
  margin-right: 14px;
  max-width: 139px;
  width: 100%;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.layout__cardContainer___1zvry .layout__searchFilter___10_V8 .layout__btnFilter___3vzDO {
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: #8d84f8;
  font-size: 12px;
  padding: 0 4px;
}

.layout__cardContainer___1zvry .layout__tableList___2nmiu {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___1zvry .layout__tableList___2nmiu {
    overflow: initial;
  }
}

.layout__cardContainer___1zvry .layout__tableList___2nmiu td.layout__checkBoxCol___v9PVb,
.layout__cardContainer___1zvry .layout__tableList___2nmiu th.layout__checkBoxCol___v9PVb {
  min-width: 35px;
  text-align: center;
}

.layout__cardContainer___1zvry .layout__tableList___2nmiu td {
  text-align: center;
}

.layout__cardContainer___1zvry .layout__tableHeader___3MHY0 {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__cardContainer___1zvry .layout__tableHeader___3MHY0 th {
  text-align: center;
  padding-top: 18px;
}

.layout__cardContainer___1zvry .layout__checkAllBox___2UmSU {
  max-width: 13px;
}

.layout__cardContainer___1zvry .layout__divSearch___2xFeX {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-top: 18px;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___1zvry .layout__divSearch___2xFeX {
    overflow: initial;
  }
}

.layout__cardContainer___1zvry .layout__divSearch___2xFeX>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__cardContainer___1zvry .layout__btnRetry___cPZNN {
  border: 1px solid;
  padding: 8px;
  background: #028547;
  border-radius: 8px;
  color: #fff;
}

.layout__createMerchantContainer___1tKmV {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___1tKmV .layout__inputTxt___2xEH0 {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___1tKmV .layout__maxHeightTextArea___3Bd1t {
  max-height: 350px;
  min-height: 50px;
}

.layout__createMerchantContainer___1tKmV .layout__warpOut___3ptm6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.layout__createMerchantContainer___1tKmV .layout__titleField___1gZ2Z {
  padding-left: 1rem;
}

.layout__createMerchantContainer___1tKmV .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___1tKmV .content {
  padding: 10px;
}

.layout__createMerchantContainer___1tKmV .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___1tKmV .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___1tKmV .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___1tKmV .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___1tKmV .content .actionContainer .actionButton,
.layout__createMerchantContainer___1tKmV .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___1tKmV .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___1tKmV .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___3g2mY {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1g4p9 {
  padding: 30px 15px;
}

.layout__cardContainer___1g4p9 .layout__createBtn___1AIN6 {
  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___1g4p9 .layout__createBtn___1AIN6:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1g4p9 .layout__createBtn___1AIN6.layout__disabled___SHeBb,
.layout__cardContainer___1g4p9 .layout__createBtn___1AIN6:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1g4p9 .layout__createBtn___1AIN6:active,
.layout__cardContainer___1g4p9 .layout__createBtn___1AIN6:focus,
.layout__cardContainer___1g4p9 .layout__createBtn___1AIN6:visited {
  outline: 0;
}

.layout__cardContainer___1g4p9 .layout__inputSearch___pHwAG {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1g4p9 .layout__inputSearch___pHwAG:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1g4p9 .layout__inputSearch___pHwAG::placeholder {
  font-style: italic;
}

.layout__cardContainer___1g4p9 .layout__toolBar___Pa-GW {
  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___1g4p9 .layout__toolBar___Pa-GW .layout__title___3YlE2 {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1g4p9 .layout__toolBar___Pa-GW .layout__searchContainer___152CA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1g4p9 .layout__content___2anqY {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1g4p9 .layout__content___2anqY,
.layout__cardContainer___1g4p9 .layout__content___2anqY .layout__createNewCard___2VSnJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1g4p9 .layout__content___2anqY .layout__createNewCard___2VSnJ {
  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___1g4p9 .layout__content___2anqY .layout__createNewCard___2VSnJ .layout__plusIcon___BRJ8B {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1g4p9 .layout__content___2anqY .layout__createNewCard___2VSnJ .layout__plusIcon___BRJ8B span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1g4p9 .layout__cardListContainer___1D_XL {
  background-color: #fff;
}

.layout__cardContainer___1g4p9 .layout__cardsLogo___3YU6w {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1g4p9 .layout__featuredDot___3xP-4,
.layout__cardContainer___1g4p9 .layout__notFeaturedDot___3htit {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1g4p9 .layout__notFeaturedDot___3htit {
  background-color: red;
}

.layout__cardContainer___1g4p9 .layout__edit___3O3of {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1g4p9 .layout__delete___3lEfn,
.layout__cardContainer___1g4p9 .layout__edit___3O3of {
  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___1g4p9 .layout__delete___3lEfn {
  padding-right: 6px;
}

.layout__valueCardOffer___1mF3z {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.layout__contentBox___2CvMa {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___2CvMa,
.layout__searchType___3zLHk {
  display: -ms-flexbox;
  display: flex;
}

.layout__searchType___3zLHk {
  margin: 0 0 50px;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}

.layout__searchType___3zLHk .layout__spanText___2T-Ko {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__searchByType___3Gkl8 {
  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___3Gkl8 .layout__selectIn___bGAtc {
  border: none;
  outline: none;
  width: 180px;
  background: #fff;
}

.layout__searchByType___3Gkl8 .layout__inputType___15Fs7 {
  border-left: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 200px;
}

.layout__submitSearch___3qP7p {
  width: 96px;
  height: 30px;
  border-radius: 20px;
  background: #1961ca;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentBox___34dq8 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___Aqs-P {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___Aqs-P .layout__mt50px___1FTlM {
  margin-top: 50px;
}

.layout__contentWrapper___Aqs-P .layout__mt30px___R34CH {
  margin-top: 30px;
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ {
  padding: 3rem 0;
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__actionButton___2lleV,
.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__cancelBtn___3Nx14,
.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__cancelBtn___3Nx14 {
  background-color: #ececec;
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K.layout__disabled___cs_Vq,
.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K:active,
.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K:focus,
.layout__contentWrapper___Aqs-P .layout__content___2_L03 .layout__actionContainer___25r9_ .layout__createBtn___3DD0K:visited {
  outline: 0;
}

.layout__btn___11ybr {
  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___11ybr {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___3Nx14 {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___2jKgX {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___2jKgX:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___2jKgX.layout__disabled___cs_Vq,
.layout__submitBtn___2jKgX:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___2jKgX:active,
.layout__submitBtn___2jKgX:focus,
.layout__submitBtn___2jKgX:visited {
  outline: 0;
}

.layout__show___2b9Q_ {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___P5cx0 {
  color: #838383;
}

.layout__buttonWrapper___3bDOb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___1eRJS {
  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___pRhNz {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___2FwLb {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.layout__contentWrapper___2FwLb .layout__mt50px___2hSX9 {
  margin-top: 50px;
}

.layout__contentWrapper___2FwLb .layout__mt30px___1tKWi {
  margin-top: 30px;
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR {
  padding: 3rem 0;
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__actionButton___1gGBe,
.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__cancelBtn___1zYKy,
.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__cancelBtn___1zYKy {
  background-color: #ececec;
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq.layout__disabled___3LZ5Z,
.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq:active,
.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq:focus,
.layout__contentWrapper___2FwLb .layout__content___2iS_K .layout__actionContainer___366wR .layout__createBtn___3rRmq:visited {
  outline: 0;
}

.layout__btn___ppXxW {
  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___ppXxW {
    font-size: 13px;
    padding: 10px;
    min-width: 120px;
  }
}

.layout__cancelBtn___1zYKy {
  color: #337ab7;
  background: #ececec;
}

.layout__submitBtn___zFhD8 {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__submitBtn___zFhD8:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__submitBtn___zFhD8.layout__disabled___3LZ5Z,
.layout__submitBtn___zFhD8:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__submitBtn___zFhD8:active,
.layout__submitBtn___zFhD8:focus,
.layout__submitBtn___zFhD8:visited {
  outline: 0;
}

.layout__show___2sxS2 {
  display: block;
  margin-bottom: 20px;
}

.layout__titleField___dYE8K {
  color: #838383;
}

.layout__buttonWrapper___1qTtJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.layout__inputItem___3bPEF {
  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___2ektP {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentWrapper___LBJiq {
  width: 60%;
  margin: auto;
}

.layout__contentWrapper___LBJiq .layout__mt50px___2tB2c {
  margin-top: 50px;
}

.layout__contentWrapper___LBJiq .layout__mt30px___3CokY {
  margin-top: 30px;
}

.layout__contentWrapper___LBJiq input {
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS {
  background: #fff;
  padding: 1% 10%;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga {
  padding: 3rem 0;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__actionButton___T-SWj,
.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__cancelBtn___3yTPW,
.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__cancelBtn___3yTPW {
  background-color: #ececec;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq.layout__disabled___3bE9E,
.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq:active,
.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq:focus,
.layout__contentWrapper___LBJiq .layout__content___1NwGS .layout__actionContainer___Zw0ga .layout__createBtn___QeLXq:visited {
  outline: 0;
}

.layout__listActionBtn___1pYFy {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___2Entf {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___2i-ac {
  margin-top: 32px;
}

.layout__listCheckApprove___2i-ac ul li {
  margin-bottom: 40px;
}

.layout__box___2MAt5 {
  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___1OB9r {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___1OB9r {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___3eaKi,
.layout__filterDiv___2GsTE {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___2GsTE {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___2LlOi {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___3Gfuv {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___3Gfuv {
    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___3Gfuv:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___3Gfuv.layout__isOpening___3ZheH:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___1p8Ot td:not(.layout__wrapTriAngle___ahV9T) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__filterOption___2967f {
  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___2967f:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___2967f {
    width: 100%!important;
  }
}

.layout__filterOption___2967f b {
  display: block;
  width: 100%;
}

.layout__searchArea___341V3 {
  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___341V3 input,
.layout__searchArea___341V3 select {
  border: none;
}

.layout__searchArea___341V3 input,
.layout__searchArea___341V3 select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___341V3 select {
    width: 100%;
  }
}

.layout__searchSelect___Gcg6G {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___Gcg6G,
.layout__searchSelect___Gcg6G select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___Gcg6G select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___Gcg6G select:active,
.layout__searchSelect___Gcg6G select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___Gcg6G option {
  color: #000;
}

.layout__createNew___3-K2o {
  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___3-K2o:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___3-K2o.layout__disabled___hhiG4,
.layout__createNew___3-K2o:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___3-K2o:active,
.layout__createNew___3-K2o:focus,
.layout__createNew___3-K2o:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___3-K2o {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___3-K2o a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___3-K2o a:hover {
  text-decoration: none;
}

.layout__createNew___3-K2o .layout__plusIcon___2Yu0m {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___2LBtI {
  padding: 20px 0;
}

.layout__content___2LBtI .layout__Rectangle___2Qqyy {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___2LBtI .layout__createNewMerchant___2ZhYA {
  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___2LBtI .layout__createNewMerchant___2ZhYA .layout__plusIcon___2Yu0m {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___2LBtI .layout__createNewMerchant___2ZhYA .layout__plusIcon___2Yu0m span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___2LBtI .layout__assignButton___1DJVz {
  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___2LBtI .layout__textAccount___3ZFbb {
  padding-top: 20px;
  display: block;
}

.layout__email___-yYwu {
  word-break: break-all;
}

.layout__containerBox___3t_gY {
  width: 100%;
}

.layout__actionButton___2Q8ry,
.layout__deleteButton___1JKEs,
.layout__unlockButton___wjLQR {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___1JKEs {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___wjLQR {
  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___8HpZJ {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___25Lal {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___I1ZMr {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___3Iw_z {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___3Iw_z,
.layout__titleSelect___1acqt {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___1acqt {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___2GkJz {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___3XKbV,
.layout__doneBtn___2GkJz {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___3XKbV {
  background-color: #82a393;
}

.layout__footerModal___oOaLr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___3PgwZ,
.layout__saleManagerText___3B4U8 {
  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___3PgwZ a:hover {
  text-decoration: none;
}

.layout__saleSupport___3Z8Y7 {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___3Z8Y7 select[multiple]:focus option:checked,
.layout__saleSupport___3Z8Y7 select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___3Z8Y7 select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___3Z8Y7 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___3Z8Y7 option:active,
.layout__saleSupport___3Z8Y7 option:checked,
.layout__saleSupport___3Z8Y7 option:focus,
.layout__saleSupport___3Z8Y7 option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___2sSDq {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___244js,
.layout__nokyc___2sSDq {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___244js {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___NTw8E {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___2_4et,
.layout__kycHistory___1E_NC {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___1E_NC img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___2Rcqs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___3zQgI {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___1MTr2 {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___1MTr2 img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___5eqNa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___5eqNa img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___13F2a {
  color: red;
  font-style: italic;
}

.layout__inputStyle___1PzdL {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___eov_C {
  margin-left: 16px;
}

.layout__approvedCC___3Dbdm,
.layout__checkCC___eov_C {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___3Dbdm {
  margin-left: 25px;
}

.layout__checkUPL___1Zvjv {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___2nI4i,
.layout__checkUPL___1Zvjv {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___2nI4i {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___2iwmx {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__minWidthTr___1T1Cv {
  min-width: 100px;
}

.layout__fullBox___IYjrv {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__contentBox___16kv4 {
  min-width: calc(100% - 300px);
}

.layout__box___2i9V6 {
  padding: 0 10px;
}

.layout__searchbox___1t0yF {
  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___1t0yF,
.layout__searchType___2LseQ {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.layout__searchType___2LseQ {
  margin: 0 0 15px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.layout__searchType___2LseQ .layout__spanText___2Gt0S {
  color: #4a4a4a;
  font-weight: 700;
}

.layout__statusBox___24MY7 {
  margin: 0 0 15px;
}

.layout__searchInput___1UQuO {
  border-bottom: 1px solid #ddd!important;
  border-radius: 0;
}

.layout__searchText___3FJf_ {
  margin-top: 20px;
}

.layout__contentcontainer___1tUQs {
  font-size: 10px!important;
  width: 100%;
  max-width: 1130px;
}

.layout__contentcontainer___1tUQs .layout__tableContain___2ijWb {
  width: 100%;
}

.layout__contentcontainer___1tUQs .layout__tableHeader___277lo {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentcontainer___1tUQs .layout__thSpan___3Yp0s {
  text-align: center;
}

.layout__contentcontainer___1tUQs .layout__trSpan___1BxPA {
  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___1WLmx {
  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___1WLmx:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtn___1WLmx.layout__disabled___HE58D,
.layout__searchBtn___1WLmx:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtn___1WLmx:active,
.layout__searchBtn___1WLmx:focus,
.layout__searchBtn___1WLmx:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtn___1WLmx {
    margin-top: 15px;
  }
}

.layout__searchBtnOD___3Rkjm {
  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___3Rkjm:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__searchBtnOD___3Rkjm.layout__disabled___HE58D,
.layout__searchBtnOD___3Rkjm:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__searchBtnOD___3Rkjm:active,
.layout__searchBtnOD___3Rkjm:focus,
.layout__searchBtnOD___3Rkjm:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__searchBtnOD___3Rkjm {
    margin-top: 15px;
  }
}

.layout__calendarBox___36OHQ .react-datepicker__input-container {
  width: 100%;
  display: block;
}

.layout__calendarBox___36OHQ .react-datepicker__input-container>input {
  width: 100%;
}

.layout__tableWrapper___39a0X {
  overflow: auto;
}

.layout__tableWrapper___39a0X>table {
  min-width: 1000px;
  margin: 0;
}

.layout__coverBox___3Tx1B input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__modalcontainer___31CzP {
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__flexItem___gudvn,
.layout__modalcontainer___31CzP {
  display: -ms-flexbox;
  display: flex;
}

.layout__flexItem___gudvn {
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px;
}

.layout__btnArea___1698X {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__selectBox___1ZKul {
  width: 250px;
  margin-right: 10px;
  margin-top: 10px!important;
}

.Select-value-label {
  font-size: 13px!important;
}

.layout__fulltext___3481e {
  width: 100%;
}

.layout__mailContainer___1i8oJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  display: none;
}

.layout__mailItem___1brHG {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.layout__remove___2Zl2K {
  float: right;
  right: 0;
}

.layout__linkpopup___Q7Nzr {
  cursor: pointer;
}

.layout__list___1MvRx {
  padding: 0 15px;
}

.layout__list___1MvRx td {
  max-width: 300px;
  word-break: break-all;
}

.layout__list___1MvRx .layout__curPointer___2Yzso {
  cursor: pointer;
}

.layout__list___1MvRx .layout__count___3LAoD {
  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___1MvRx .layout__countNumber___3C32K {
  color: #028547;
}

.layout__list___1MvRx .layout__decreaseIcon___22V9y,
.layout__list___1MvRx .layout__increaseIcon___2SJJW {
  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___1MvRx .layout__decreaseIcon___22V9y {
  border-top: none;
  border-bottom: 7px solid #028547;
}

.layout__list___1MvRx .layout__downloadIcon___3o7yl {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.layout__list___1MvRx .layout__applicationLink___2VNqk {
  color: #000;
}

.layout__list___1MvRx .layout__approved___3h-kA,
.layout__list___1MvRx .layout__carddeliver___2uhRz,
.layout__list___1MvRx .layout__cardship___1vp_K,
.layout__list___1MvRx .layout__draft___1HtJe,
.layout__list___1MvRx .layout__inprocess___1I8BH,
.layout__list___1MvRx .layout__status___2Btlo,
.layout__list___1MvRx .layout__submitteddoc___3Rk_K,
.layout__list___1MvRx .layout__sumittedapp___2Z33K {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.layout__list___1MvRx .layout__draft___1HtJe {
  color: #9c27b0;
}

.layout__list___1MvRx .layout__sumittedapp___2Z33K {
  color: #e91e63;
}

.layout__list___1MvRx .layout__submitteddoc___3Rk_K {
  color: #4caf50;
}

.layout__list___1MvRx .layout__inprocess___1I8BH {
  color: #f76045;
}

.layout__list___1MvRx .layout__approved___3h-kA {
  color: #f4bf75;
}

.layout__list___1MvRx .layout__cardship___1vp_K {
  color: #795548;
}

.layout__list___1MvRx .layout__carddeliver___2uhRz {
  color: #1976d2;
}

.layout__list___1MvRx .layout__border___tMZzg,
.layout__list___1MvRx .layout__carddeliverBorder___1ybbw,
.layout__list___1MvRx .layout__cardshipBorder___1y5oA,
.layout__list___1MvRx .layout__savedBorder___2lGR7,
.layout__list___1MvRx .layout__submitteddocBorder___3h3ym,
.layout__list___1MvRx .layout__sumittedappBorder___9m9tj,
.layout__list___1MvRx .layout__verificationBorder___1UcZe {
  border-left: 1px;
  border-left-style: solid;
  border-left-width: 3px;
}

.layout__list___1MvRx .layout__savedBorder___2lGR7 {
  border-left-color: #9c27b0;
}

.layout__list___1MvRx .layout__submitteddocBorder___3h3ym {
  border-left-color: #4caf50;
}

.layout__list___1MvRx .layout__cardshipBorder___1y5oA {
  border-left-color: #795548;
}

.layout__list___1MvRx .layout__carddeliverBorder___1ybbw {
  border-left-color: #1976d2;
}

.layout__list___1MvRx .layout__sumittedappBorder___9m9tj,
.layout__list___1MvRx .layout__verificationBorder___1UcZe {
  border-left-color: #e91e63;
}

.layout__list___1MvRx .layout__statusBox___24MY7 {
  margin: 0;
}

.layout__searchBoxWrapper___N1Q3S {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width:769px) {
  .layout__searchBoxWrapper___N1Q3S {
    max-width: 500px;
  }
}

.layout__triangleBtn___2XvQ- {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2XvQ- {
    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___2XvQ-:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2XvQ-.layout__isOpening___3dHNp:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___kpzsV td:not(.layout__wrapTriAngle___24Onn) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

.layout__exportContainer___1NOEO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__btnExport___F66cz {
  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___F66cz:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___F66cz.layout__disabled___HE58D,
.layout__btnExport___F66cz:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___F66cz:active,
.layout__btnExport___F66cz:focus,
.layout__btnExport___F66cz:visited {
  outline: 0;
}

.layout__coverBoxExport___1NslE {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__coverBoxExport___1NslE input {
  cursor: pointer;
  width: 200px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

.layout__searchByType___5cCNF {
  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___5cCNF .layout__selectIn___2SCE5 {
  border: none;
  outline: none;
  width: 180px;
  background: #fff;
}

.layout__searchByType___5cCNF .layout__inputType___m9I_Q {
  border-left: 1px solid #ced4da;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 200px;
}

.layout__selectSp___39c1c {
  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___39c1c .layout__selectIn___2SCE5 {
  width: 100%;
  background: #fff;
}

.layout__noneBorderOutline___2q97r,
.layout__selectSp___39c1c .layout__selectIn___2SCE5 {
  border: none;
  outline: none;
}

.layout__datePicker___1py5z {
  width: 84px;
}

.layout__selectSpPicker___FqgQU {
  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___FqgQU .layout__selectIn___2SCE5 {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
}

.layout__submitSearch___Zqn8h {
  width: 96px;
  height: 30px;
  border-radius: 20px;
  background: #1961ca;
  color: #fff;
  text-transform: uppercase;
}

.layout__formCon___2pceM {
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background: #f7f7f7;
  -ms-flex-align: center;
  align-items: center;
}

.layout__infoApp___3sgdr,
.layout__infoKYC___38VIo {
  width: 100%;
  max-width: 1130px;
}

.layout__infoKYC___38VIo {
  margin-bottom: 24px;
}

.layout__detail___TQjqj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.layout__pageTitle___23RFN {
  text-transform: uppercase;
  font-weight: 700;
}

.layout__inputDis___1Q3si {
  width: 348px;
  height: 32px;
  border-radius: 4px;
  border: 1px;
  background: #ced4da;
}

.layout__liText___1N1-S {
  font-size: 16px;
  font-weight: 700;
  color: #1961ca;
  margin: 12px 0;
  text-transform: uppercase;
}

.layout__statusType___1sE5h {
  margin: 0 0 15px;
  gap: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__statusType___1sE5h .layout__selectSp___39c1c {
  width: 328px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: #fff;
}

.layout__csrHistoriesBox___3iGfl {
  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___1oNEN {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___1oNEN .layout__closeBox___2VjgC {
  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___1oNEN .layout__flexItem___gudvn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__quickActionItem___3Nd_k {
  font-size: 14px;
  color: #717171;
  padding: 15px;
  cursor: pointer;
}

.layout__quickActionItem___3Nd_k,
.layout__statusContain___2d009 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__statusContain___2d009 {
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__inputNote___2X5_S {
  width: 728px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.layout__imgWrap___1JEpE {
  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___4xnwP {
  font-size: 10px!important;
  width: 100%;
}

.layout__contentContainer___4xnwP .layout__tableContain___2ijWb {
  width: 100%;
}

.layout__contentContainer___4xnwP .layout__tableHeader___277lo {
  text-align: center;
  color: #aeaeae;
  font-size: 12px;
  background: #1961ca;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}

.layout__contentContainer___4xnwP .layout__trSpan___1BxPA {
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.layout__wrapDiv___3a8-G {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.layout__error___19uk- {
  border-bottom: 1px solid red;
}

.layout__failError___VULF2 {
  color: red;
  font-size: 12px;
}

.layout__applicationStatisticsContainer___2Mm1W .layout__selectTimeContainer___2s5u_ {
  height: auto;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.layout__applicationStatisticsContainer___2Mm1W .layout__selectTimeBlock___2zS6_ {
  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___2Mm1W .layout__selectTimeTitle___2jiFu {
  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___2Mm1W .layout__selectTimeTitle___2jiFu {
    height: auto;
    line-height: 1.2;
    padding: 10px;
  }
}

.layout__applicationStatisticsContainer___2Mm1W .layout__selectTimeContent___z2jt- {
  padding: 30px 15px;
}

.layout__applicationStatisticsContainer___2Mm1W .layout__selectTimeContent___z2jt- form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.layout__applicationStatisticsContainer___2Mm1W .layout__labelText___3qEB8 {
  font-size: 18px;
  color: #000;
  opacity: .6;
  font-weight: 400;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___2Mm1W .layout__labelText___3qEB8 {
    font-size: 14px;
  }
}

.layout__applicationStatisticsContainer___2Mm1W .layout__typeWidth___17rZ4 {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.layout__applicationStatisticsContainer___2Mm1W .layout__coverBox___E-N3u {
  width: 140px;
  display: inline-block;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___2Mm1W .layout__coverBox___E-N3u {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___2Mm1W .layout__coverBox___E-N3u .react-datepicker__input-container {
    display: block;
  }
}

.layout__applicationStatisticsContainer___2Mm1W .layout__coverBox___E-N3u input {
  cursor: pointer;
  width: 140px;
  padding: 3px 5px;
  border: none;
  font-size: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQxICgzNTMyNikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPjZFODhBMTUzLTE1RDItNDI0OS04RDEwLTE3NkU5OTM5M0IwRDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0id2ViLWFkbWluLTA2MTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iMmEtYWRtaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01ODcuMDAwMDAwLCAtNDAyLjAwMDAwMCkiIGZpbGw9IiNDQUNBQ0EiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNC4wMDAwMDAsIDQwMi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTYsMTQgTDEwMSwxNCBMMTAxLDkgTDk2LDkgTDk2LDE0IFogTTk0LDE4IEwxMDgsMTggTDEwOCw3IEw5NCw3IEw5NCwxOCBaIE0xMDgsMiBMMTA3LDIgTDEwNywwIEwxMDUsMCBMMTA1LDIgTDk3LDIgTDk3LDAgTDk1LDAgTDk1LDIgTDk0LDIgQzkyLjg5LDIgOTIuMDEsMi45IDkyLjAxLDQgTDkyLDE4IEM5MiwxOS4xIDkyLjg5LDIwIDk0LDIwIEwxMDgsMjAgQzEwOS4xLDIwIDExMCwxOS4xIDExMCwxOCBMMTEwLDQgQzExMCwyLjkgMTA5LjEsMiAxMDgsMiBMMTA4LDIgWiIgaWQ9IlBhZ2UtMS1Db3B5LTIiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat 100% 0;
}

@media screen and (max-width:430px) {
  .layout__applicationStatisticsContainer___2Mm1W .layout__coverBox___E-N3u input {
    width: 100%;
  }
}

.layout__applicationStatisticsContainer___2Mm1W .layout__lineBetween___3dhoB {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
}

.layout__applicationStatisticsContainer___2Mm1W .layout__marTopPeriod___r9C4m {
  margin-top: 40px;
}

@media screen and (max-width:769px) {
  .layout__applicationStatisticsContainer___2Mm1W .layout__marTopPeriod___r9C4m {
    margin-top: 30px;
  }
}

.layout__btnStats___1zQFY,
.layout__disableBtn___2DIz2,
.layout__enableBtn___d7R_K {
  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___1zQFY:hover,
.layout__disableBtn___2DIz2:hover,
.layout__enableBtn___d7R_K:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnStats___1zQFY.layout__disabled___29X5l,
.layout__btnStats___1zQFY:disabled,
.layout__disableBtn___2DIz2:disabled,
.layout__disabled___29X5l.layout__disableBtn___2DIz2,
.layout__disabled___29X5l.layout__enableBtn___d7R_K,
.layout__enableBtn___d7R_K:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnStats___1zQFY:active,
.layout__btnStats___1zQFY:focus,
.layout__btnStats___1zQFY:visited,
.layout__disableBtn___2DIz2:active,
.layout__disableBtn___2DIz2:focus,
.layout__disableBtn___2DIz2:visited,
.layout__enableBtn___d7R_K:active,
.layout__enableBtn___d7R_K:focus,
.layout__enableBtn___d7R_K:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnStats___1zQFY,
  .layout__disableBtn___2DIz2,
  .layout__enableBtn___d7R_K {
    height: 35px;
  }
}

.layout__disableBtn___2DIz2 {
  background-color: #ececec;
}

.layout__contentBox___27sS9 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__enableBtn___d7R_K {
  background-color: #028547;
  color: #fff;
}

.layout__exportTable___20oW8 {
  width: 90%;
  margin: auto;
}

.layout__tableList___2PNR_ td {
  padding-left: 6px;
}

.layout__btnExport___3lhgd {
  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___3lhgd:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__btnExport___3lhgd.layout__disabled___29X5l,
.layout__btnExport___3lhgd:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__btnExport___3lhgd:active,
.layout__btnExport___3lhgd:focus,
.layout__btnExport___3lhgd:visited {
  outline: 0;
}

@media screen and (max-width:769px) {
  .layout__btnExport___3lhgd {
    height: 35px;
  }
}

.layout__configContainer___kaPjn {
  padding: 0 43px;
}

.layout__configContainer___kaPjn td,
.layout__configContainer___kaPjn th {
  text-align: left;
  padding-left: 10px;
}

.layout__btn___20bik {
  -ms-flex-pack: end;
  justify-content: end;
  cursor: pointer;
}

.layout__btn___20bik,
.layout__btnAdd___3ifMK {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnAdd___3ifMK {
  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___1rAv4 {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 4px;
}

.layout__rowTbl___1rAv4 td {
  padding-top: 16px;
}

.layout__edit___29a3l {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEyOTsmIzEzMjsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNzgxNSA0LjEyMzQ0TDE0LjcwMzMgMy4xNTU0N0MxNS4wOTkyIDIuNzM3MTEgMTUuMDk5MiAyLjA2MTcyIDE0LjcwMzMgMS42NDYwOUwxMy40MzI1IDAuMzExNzIyQzEzLjAzNjcgLTAuMTAzOTA3IDEyLjM5MzQgLTAuMTAzOTA3IDExLjk5NSAwLjMxMTcyMkwxMS4wNzMxIDEuMjc5N0MxMC45NzQyIDEuMzgzNiAxMC45NzQyIDEuNTUzMTQgMTEuMDczMSAxLjY1NzA0TDEzLjQyMjEgNC4xMjM0NEMxMy41MjEgNC4yMjczNCAxMy42ODI1IDQuMjI3MzQgMTMuNzgxNSA0LjEyMzQ0Wk0xMC40MTY3IDEzLjk5NzJDMTEuMTA2OCAxMy45OTcyIDExLjY2NjcgMTMuNDA5MyAxMS42NjY3IDEyLjY4NDdWOC4zNjk5MUMxMS42NjY3IDguMDc3MzMgMTEuMzMwNyA3LjkzMjQxIDExLjEzMjggOC4xMzc0OUwxMC4wOTEyIDkuMjMxMjRDMTAuMDMzOSA5LjI5NDEyIDEwIDkuMzc2MTUgMTAgOS40NjM2NlYxMi4yNDcySDEuNjY2NjdWMy40OTcyNkg3LjY1MTA0QzcuNzM0MzggMy40OTcyNiA3LjgxMjUgMy40NjE3MiA3Ljg3MjM5IDMuNDAxNTZMOC45MTQwNiAyLjMwNzgxQzkuMTExOTkgMi4xMDAwMSA4Ljk3MTM2IDEuNzQ3MjcgOC42OTI3MSAxLjc0NzI3SDEuMjVDMC41NTk4OTYgMS43NDcyNyAwIDIuMzM1MTUgMCAzLjA1OTc2VjEyLjY4NDdDMCAxMy40MDkzIDAuNTU5ODk2IDEzLjk5NzIgMS4yNSAxMy45OTcySDEwLjQxNjdaTTcuMTQ2NTMgMTEuMDg3OEw0LjcyOTg0IDExLjM2OTVDNC40MDY5NCAxMS40MDc4IDQuMTMzNSAxMS4xMjA3IDQuMTY5OTUgMTAuNzgxNkw0LjQzODIgOC4yNDQxMUwxMC4xMjU3IDIuMjcyMjZDMTAuMjI0NiAyLjE2ODM2IDEwLjM4NjEgMi4xNjgzNiAxMC40ODUxIDIuMjcyMjZMMTIuODM0IDQuNzM4NjdDMTIuOTMzIDQuODQyNTcgMTIuOTMzIDUuMDEyMSAxMi44MzQgNS4xMTZMNy4xNDY1MyAxMS4wODc4WiIgZmlsbD0iIzlBOUE5QSIvPg0KPC9zdmc+DQo=) 8px/16px 16px no-repeat;
}

.layout__delete___12Agu,
.layout__edit___29a3l {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___12Agu {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEzNTsmIzE4NDsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi4xODgxNEMxMiAyLjQyOTYxIDExLjgwOCAyLjYyNTYzIDExLjU3MTQgMi42MjU2M0gwLjQyODU3MkMwLjE5MjAyNSAyLjYyNTYzIDAgMi40Mjk2MSAwIDIuMTg4MTRWMS4zMTMxNEMwIDEuMDcxNjYgMC4xOTIwMjUgMC44NzU2MzkgMC40Mjg1NzIgMC44NzU2MzlIMy42NDI4NkwzLjg5NDY1IDAuMzY0MzA3QzMuOTk3OTIgMC4xNDg2ODEgNC4yMTQ1NyAwLjAwMDY0MDg2OCA0LjQ2NTM3IDAuMDAwNjQwODY4SDcuNTI5NDZDNy41Mjk1MyAwLjAwMDY0MDg2OCA3LjUyOTUyIDAuMDAwNDgwNjUxIDcuNTI5NTEgMC4wMDAzMjA0MzRDNy41Mjk0OSAwLjAwMDE2MDIxNyA3LjUyOTQ4IDAgNy41Mjk1NiAwTDcuNjM1MyAwLjAwODg1MjAyQzcuODQxNzMgMC4wNDM3ODc3IDguMDE1MDggMC4xNzkyNzkgOC4xMDUzNSAwLjM2NDMwN0w4LjM1NzE0IDAuODc1NjM5SDExLjU3MTRDMTEuODA4IDAuODc1NjM5IDEyIDEuMDcxNjYgMTIgMS4zMTMxNFYyLjE4ODE0Wk0xMC41NzUzIDEyLjc3MDJDMTAuNTMzMiAxMy40NTU4IDkuOTc0NDMgMTQuMDAwNSA5LjI5MjI1IDE0LjAwMDZIMi43MDgzQzIuMDI2MTMgMTQuMDAwNSAxLjQ2NzM1IDEzLjQ1NTggMS40MjUyOCAxMi43NzAyTDAuODU3NDIyIDMuNTAwNjRIMTEuMTQzMUwxMC41NzUzIDEyLjc3MDJaIiBmaWxsPSIjOUE5QTlBIi8+DQo8L3N2Zz4NCg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__btnFunc___3ftuE {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 32px;
}

.layout__btnCancel___2n7Bb {
  width: 100px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #028547;
}

.layout__modalContent___1V8nZ form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__titleHeader___11jch {
  text-align: center;
}

.layout__titleHeader___11jch .layout__txtTitle___GiSOk {
  color: #028547;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__modalBody___Axwr0 {
  width: 85%;
}

.layout__contentBody___3QeB_ {
  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___3QeB_ label {
  margin-right: 8px;
}

.layout__contentBody___3QeB_ input {
  border-radius: 4px;
}

.layout__contentBody___3QeB_ .layout__titleContent___2wuQ5 {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody___3QeB_ .layout__groupCheckbox___2bDVo {
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup___vNIYb {
  width: 100%;
  max-width: 281px;
}

.layout__groupFielPopup___vNIYb .layout__Select-placeholder___3GasY,
.layout__groupFielPopup___vNIYb .layout__selField___2Y-ST .layout__Select--single___cEROf>.layout__Select-control___2eMfL .layout__Select-value___tt-mE {
  max-width: 85%!important;
}

.layout__groupFielPopup1___3GHao {
  width: 100%;
  max-width: 281px;
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup1___3GHao .layout__Select-placeholder___3GasY,
.layout__groupFielPopup1___3GHao .layout__selField___2Y-ST .layout__Select--single___cEROf>.layout__Select-control___2eMfL .layout__Select-value___tt-mE {
  max-width: 85%!important;
}

.layout__switch___1e4tV {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__grpCheckbox___105HS,
.layout__switch___1e4tV {
  display: -ms-flexbox;
  display: flex;
}

.layout__grpCheckbox___105HS .layout__label___2DYlt {
  width: 42%;
}

.layout__grpCheckbox___105HS .layout__switch___1e4tV {
  margin-right: 15px;
}

.layout__grpCheckbox___105HS .layout__switch___1e4tV .layout__slider___24GT5 {
  margin-right: 2px;
}

.layout__configContainer___OSC_2 {
  padding: 0 43px;
}

.layout__configContainer___OSC_2 td,
.layout__configContainer___OSC_2 th {
  text-align: center;
}

.layout__btn___Uyb4r {
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.layout__btn___Uyb4r,
.layout__btnAdd___3i3zh {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnAdd___3i3zh {
  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___DcK06 {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 4px;
}

.layout__rowTbl___DcK06 td {
  padding: 16px;
}

.layout__edit___SbFGx {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEyOTsmIzEzMjsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNzgxNSA0LjEyMzQ0TDE0LjcwMzMgMy4xNTU0N0MxNS4wOTkyIDIuNzM3MTEgMTUuMDk5MiAyLjA2MTcyIDE0LjcwMzMgMS42NDYwOUwxMy40MzI1IDAuMzExNzIyQzEzLjAzNjcgLTAuMTAzOTA3IDEyLjM5MzQgLTAuMTAzOTA3IDExLjk5NSAwLjMxMTcyMkwxMS4wNzMxIDEuMjc5N0MxMC45NzQyIDEuMzgzNiAxMC45NzQyIDEuNTUzMTQgMTEuMDczMSAxLjY1NzA0TDEzLjQyMjEgNC4xMjM0NEMxMy41MjEgNC4yMjczNCAxMy42ODI1IDQuMjI3MzQgMTMuNzgxNSA0LjEyMzQ0Wk0xMC40MTY3IDEzLjk5NzJDMTEuMTA2OCAxMy45OTcyIDExLjY2NjcgMTMuNDA5MyAxMS42NjY3IDEyLjY4NDdWOC4zNjk5MUMxMS42NjY3IDguMDc3MzMgMTEuMzMwNyA3LjkzMjQxIDExLjEzMjggOC4xMzc0OUwxMC4wOTEyIDkuMjMxMjRDMTAuMDMzOSA5LjI5NDEyIDEwIDkuMzc2MTUgMTAgOS40NjM2NlYxMi4yNDcySDEuNjY2NjdWMy40OTcyNkg3LjY1MTA0QzcuNzM0MzggMy40OTcyNiA3LjgxMjUgMy40NjE3MiA3Ljg3MjM5IDMuNDAxNTZMOC45MTQwNiAyLjMwNzgxQzkuMTExOTkgMi4xMDAwMSA4Ljk3MTM2IDEuNzQ3MjcgOC42OTI3MSAxLjc0NzI3SDEuMjVDMC41NTk4OTYgMS43NDcyNyAwIDIuMzM1MTUgMCAzLjA1OTc2VjEyLjY4NDdDMCAxMy40MDkzIDAuNTU5ODk2IDEzLjk5NzIgMS4yNSAxMy45OTcySDEwLjQxNjdaTTcuMTQ2NTMgMTEuMDg3OEw0LjcyOTg0IDExLjM2OTVDNC40MDY5NCAxMS40MDc4IDQuMTMzNSAxMS4xMjA3IDQuMTY5OTUgMTAuNzgxNkw0LjQzODIgOC4yNDQxMUwxMC4xMjU3IDIuMjcyMjZDMTAuMjI0NiAyLjE2ODM2IDEwLjM4NjEgMi4xNjgzNiAxMC40ODUxIDIuMjcyMjZMMTIuODM0IDQuNzM4NjdDMTIuOTMzIDQuODQyNTcgMTIuOTMzIDUuMDEyMSAxMi44MzQgNS4xMTZMNy4xNDY1MyAxMS4wODc4WiIgZmlsbD0iIzlBOUE5QSIvPg0KPC9zdmc+DQo=) 8px/16px 16px no-repeat;
}

.layout__delete___HeJ6h,
.layout__edit___SbFGx {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___HeJ6h {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEzNTsmIzE4NDsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi4xODgxNEMxMiAyLjQyOTYxIDExLjgwOCAyLjYyNTYzIDExLjU3MTQgMi42MjU2M0gwLjQyODU3MkMwLjE5MjAyNSAyLjYyNTYzIDAgMi40Mjk2MSAwIDIuMTg4MTRWMS4zMTMxNEMwIDEuMDcxNjYgMC4xOTIwMjUgMC44NzU2MzkgMC40Mjg1NzIgMC44NzU2MzlIMy42NDI4NkwzLjg5NDY1IDAuMzY0MzA3QzMuOTk3OTIgMC4xNDg2ODEgNC4yMTQ1NyAwLjAwMDY0MDg2OCA0LjQ2NTM3IDAuMDAwNjQwODY4SDcuNTI5NDZDNy41Mjk1MyAwLjAwMDY0MDg2OCA3LjUyOTUyIDAuMDAwNDgwNjUxIDcuNTI5NTEgMC4wMDAzMjA0MzRDNy41Mjk0OSAwLjAwMDE2MDIxNyA3LjUyOTQ4IDAgNy41Mjk1NiAwTDcuNjM1MyAwLjAwODg1MjAyQzcuODQxNzMgMC4wNDM3ODc3IDguMDE1MDggMC4xNzkyNzkgOC4xMDUzNSAwLjM2NDMwN0w4LjM1NzE0IDAuODc1NjM5SDExLjU3MTRDMTEuODA4IDAuODc1NjM5IDEyIDEuMDcxNjYgMTIgMS4zMTMxNFYyLjE4ODE0Wk0xMC41NzUzIDEyLjc3MDJDMTAuNTMzMiAxMy40NTU4IDkuOTc0NDMgMTQuMDAwNSA5LjI5MjI1IDE0LjAwMDZIMi43MDgzQzIuMDI2MTMgMTQuMDAwNSAxLjQ2NzM1IDEzLjQ1NTggMS40MjUyOCAxMi43NzAyTDAuODU3NDIyIDMuNTAwNjRIMTEuMTQzMUwxMC41NzUzIDEyLjc3MDJaIiBmaWxsPSIjOUE5QTlBIi8+DQo8L3N2Zz4NCg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__btnFunc___1xYN6 {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 32px;
}

.layout__btnCancel___mVCDr {
  width: 100px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #028547;
}

.layout__modalContent___2fQ1f form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__titleHeader___1-w2_ {
  text-align: center;
}

.layout__titleHeader___1-w2_ .layout__txtTitle___2Re7f {
  color: #028547;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__modalBody___2V21S {
  width: 100%;
}

.layout__contentBody___3IvZr {
  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___3IvZr label {
  margin-right: 8px;
}

.layout__contentBody___3IvZr input {
  border-radius: 4px;
}

.layout__contentBody___3IvZr .layout__titleContent___vxBoq {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody___3IvZr .layout__groupCheckbox___3iedy {
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup___Bro9T {
  width: 100%;
  max-width: 80%;
}

.layout__groupFielPopup___Bro9T .layout__Select-placeholder___1rZjp,
.layout__groupFielPopup___Bro9T .layout__selField___1J1XE .layout__Select--single___dXAFk>.layout__Select-control___OJHXe .layout__Select-value___3xXh1 {
  max-width: 85%!important;
  font-size: 16px;
}

.layout__groupFielPopup___Bro9T textarea {
  border-radius: 4px;
  border: 1px solid #cacaca;
  max-height: 250px;
  font-size: 14px;
}

.layout__groupFielPopup___Bro9T input {
  font-size: 14px;
}

.layout__groupFielPopup1___1TUeB {
  width: 100%;
  max-width: 281px;
  display: -ms-flexbox;
  display: flex;
}

.layout__groupFielPopup1___1TUeB .layout__Select-placeholder___1rZjp,
.layout__groupFielPopup1___1TUeB .layout__selField___1J1XE .layout__Select--single___dXAFk>.layout__Select-control___OJHXe .layout__Select-value___3xXh1 {
  max-width: 85%!important;
}

.layout__switch___3uFM1 {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__grpCheckbox___37_Bd,
.layout__switch___3uFM1 {
  display: -ms-flexbox;
  display: flex;
}

.layout__grpCheckbox___37_Bd .layout__label___3WxfA {
  width: 42%;
}

.layout__grpCheckbox___37_Bd .layout__switch___3uFM1 {
  margin-right: 15px;
}

.layout__grpCheckbox___37_Bd .layout__switch___3uFM1 .layout__slider___Kovtp {
  margin-right: 2px;
}

.layout__tdconfig___1UGaO {
  width: 50%;
  text-align: left!important;
}

.layout__config___1_zse {
  max-width: 800px;
}

.layout__config___1_zse,
.layout__txtCode___23X2E {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
}

.layout__txtCode___23X2E {
  text-align: left;
  margin: 0 20px;
  word-wrap: break-word;
  max-width: 450px;
}

@media screen and (max-width:430px) {
  .layout__txtCode___23X2E {
    margin-left: 0;
  }
}

.layout__inputType___3RtXc {
  width: 150px!important;
  border: 1px solid #ddd;
  height: 35px;
  border-radius: 8px;
}

.layout__searchInput___lmvRa {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.layout__createMerchantContainer___ytAQq {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___ytAQq .layout__inputTxt___tNidj {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___ytAQq .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___ytAQq .layout__selectContainer___3xRvr {
  margin-top: 50px;
  height: auto;
}

.layout__createMerchantContainer___ytAQq .content {
  padding: 10px;
}

.layout__createMerchantContainer___ytAQq .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___ytAQq .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___ytAQq .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___ytAQq .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___ytAQq .content .actionContainer .actionButton,
.layout__createMerchantContainer___ytAQq .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___ytAQq .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___ytAQq .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__contentBox___11-zt {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___28kjp {
  padding: 30px 15px;
}

.layout__cardContainer___28kjp .layout__inputSearch___1G1pg {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___28kjp .layout__inputSearch___1G1pg:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___28kjp .layout__inputSearch___1G1pg::placeholder {
  font-style: italic;
}

.layout__cardContainer___28kjp .layout__toolBar___2W9f- {
  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___28kjp .layout__toolBar___2W9f- .layout__title___3yfBl {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___28kjp .layout__toolBar___2W9f- .layout__searchContainer___2zJOg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___28kjp .layout__content___YAY4Q {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___28kjp .layout__content___YAY4Q,
.layout__cardContainer___28kjp .layout__content___YAY4Q .layout__createNewCard___3vH75 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___28kjp .layout__content___YAY4Q .layout__createNewCard___3vH75 {
  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___28kjp .layout__content___YAY4Q .layout__createNewCard___3vH75 .layout__plusIcon___2Vi33 {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___28kjp .layout__content___YAY4Q .layout__createNewCard___3vH75 .layout__plusIcon___2Vi33 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___28kjp .layout__createBtn___1IhN0 {
  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___28kjp .layout__createBtn___1IhN0:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___28kjp .layout__createBtn___1IhN0.layout__disabled___2NzZA,
.layout__cardContainer___28kjp .layout__createBtn___1IhN0:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___28kjp .layout__createBtn___1IhN0:active,
.layout__cardContainer___28kjp .layout__createBtn___1IhN0:focus,
.layout__cardContainer___28kjp .layout__createBtn___1IhN0:visited {
  outline: 0;
}

.layout__cardContainer___28kjp .layout__cardListContainer___2DEI9 {
  background-color: #fff;
}

.layout__cardContainer___28kjp .layout__cardsLogo___2x05x {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___28kjp .layout__featuredDot___1PAIv,
.layout__cardContainer___28kjp .layout__notFeaturedDot___wpbVr {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___28kjp .layout__notFeaturedDot___wpbVr {
  background-color: red;
}

.layout__cardContainer___28kjp .layout__edit___22OOk {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___28kjp .layout__delete___1Vfhj,
.layout__cardContainer___28kjp .layout__edit___22OOk {
  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___28kjp .layout__delete___1Vfhj {
  padding-right: 6px;
}

.layout__contentBox___16XEx {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__createMerchantContainer___304xT {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.layout__createMerchantContainer___304xT .layout__inputTxt___3EXCr {
  width: 100%;
  border: none!important;
  border-bottom: 1px solid #ddd!important;
}

.layout__createMerchantContainer___304xT .layout__selectBox___2rsmA {
  margin-right: 10px;
}

.layout__createMerchantContainer___304xT .layout__selectBox___2rsmA.layout__Select-control___274iB {
  width: 100%;
}

.layout__createMerchantContainer___304xT .title {
  height: 6rem;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

.layout__createMerchantContainer___304xT .layout__selectContainer___3xRvr {
  height: auto;
}

.layout__createMerchantContainer___304xT .content {
  padding: 10px;
}

.layout__createMerchantContainer___304xT .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___304xT .content .langSwitchContainer button {
  width: 50%;
  height: 100%;
  border-radius: 15px;
}

.layout__createMerchantContainer___304xT .content .langSwitchContainer button.active {
  background-color: #028547;
  color: #fff;
}

.layout__createMerchantContainer___304xT .content .actionContainer {
  padding: 3rem 0;
}

.layout__createMerchantContainer___304xT .content .actionContainer .actionButton,
.layout__createMerchantContainer___304xT .content .actionContainer .cancelBtn,
.layout__createMerchantContainer___304xT .content .actionContainer .createBtn {
  height: 50px;
  width: 150px;
  border-radius: 25px;
  font-weight: 700;
}

.layout__createMerchantContainer___304xT .content .actionContainer .cancelBtn {
  background-color: #ececec;
}

.layout__createMerchantContainer___304xT .content .actionContainer .createBtn {
  background: #028547;
  color: #fff;
  transition: all .3s ease 0s;
}

.layout__createMerchantContainer___304xT .content .actionContainer .createBtn:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createMerchantContainer___304xT .content .actionContainer .createBtn.disabled,
.layout__createMerchantContainer___304xT .content .actionContainer .createBtn:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createMerchantContainer___304xT .content .actionContainer .createBtn:active,
.layout__createMerchantContainer___304xT .content .actionContainer .createBtn:focus,
.layout__createMerchantContainer___304xT .content .actionContainer .createBtn:visited {
  outline: 0;
}

.layout__createMerchantContainer___304xT .layout__show___1j9MK {
  display: block;
  margin-bottom: 20px;
}

.layout__contentBox___2Tbgv {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__cardContainer___1nrV_ {
  padding: 30px 15px;
}

.layout__cardContainer___1nrV_ .layout__inputSearch___3HGGJ {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___1nrV_ .layout__inputSearch___3HGGJ:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___1nrV_ .layout__inputSearch___3HGGJ::placeholder {
  font-style: italic;
}

.layout__cardContainer___1nrV_ .layout__toolBar___1OiB2 {
  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___1nrV_ .layout__toolBar___1OiB2 .layout__title___1yWwi {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___1nrV_ .layout__toolBar___1OiB2 .layout__searchContainer___1v7Wz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___1nrV_ .layout__content___1feXw {
  padding: 0 1rem;
  background-color: #fff;
  padding: 20px 0;
}

.layout__cardContainer___1nrV_ .layout__content___1feXw,
.layout__cardContainer___1nrV_ .layout__content___1feXw .layout__createNewCard___3t_Dh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__cardContainer___1nrV_ .layout__content___1feXw .layout__createNewCard___3t_Dh {
  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___1nrV_ .layout__content___1feXw .layout__createNewCard___3t_Dh .layout__plusIcon___3lKi_ {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__cardContainer___1nrV_ .layout__content___1feXw .layout__createNewCard___3t_Dh .layout__plusIcon___3lKi_ span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__cardContainer___1nrV_ .layout__createBtn___2xG-p {
  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___1nrV_ .layout__createBtn___2xG-p:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__cardContainer___1nrV_ .layout__createBtn___2xG-p.layout__disabled___2mPRV,
.layout__cardContainer___1nrV_ .layout__createBtn___2xG-p:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__cardContainer___1nrV_ .layout__createBtn___2xG-p:active,
.layout__cardContainer___1nrV_ .layout__createBtn___2xG-p:focus,
.layout__cardContainer___1nrV_ .layout__createBtn___2xG-p:visited {
  outline: 0;
}

.layout__cardContainer___1nrV_ .layout__cardListContainer___1lg1O {
  background-color: #fff;
}

.layout__cardContainer___1nrV_ .layout__cardsLogo___1bc9K {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___1nrV_ .layout__featuredDot___2BKaC,
.layout__cardContainer___1nrV_ .layout__notFeaturedDot___3tE6Y {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___1nrV_ .layout__notFeaturedDot___3tE6Y {
  background-color: red;
}

.layout__cardContainer___1nrV_ .layout__edit___7XVdB {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  margin-bottom: 5px;
}

.layout__cardContainer___1nrV_ .layout__delete___-QemQ,
.layout__cardContainer___1nrV_ .layout__edit___7XVdB {
  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___1nrV_ .layout__delete___-QemQ {
  padding-right: 6px;
}

.layout__contentBox___2WCNy {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__kycbox___3aVEV {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.layout__kycbox___3aVEV img {
  width: 150px;
  cursor: pointer;
}

.layout__kycContainer___2oVn7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
}

.layout__kycTitle___3d7FD {
  font-weight: 700;
  color: #5b5b5b;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.layout__kycPercent___LRRNW,
.layout__kycTitle___3d7FD {
  font-family: Montserrat;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layout__kycPercent___LRRNW {
  font-weight: 500;
  color: #01ad52;
  margin-top: 5px;
}

.layout__configAdmin___3BJUD {
  background-color: #eee;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout__configAdmin___3BJUD,
.layout__formContainer___84jr- {
  display: -ms-flexbox;
  display: flex;
}

.layout__formContainer___84jr- {
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.layout__inputDateStyle___3I1vV {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 160px!important;
  margin-right: 24px;
}

.layout__inputLabel___393pV {
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}

.layout__selectType___2WT-Y {
  min-width: 200px;
  margin-left: 10px;
}

.layout__ticket___22ZOO {
  width: 120px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputTicket___3HJbv,
.layout__inputTicketLos___1whXf,
.layout__ticket___22ZOO {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__inputTicket___3HJbv,
.layout__inputTicketLos___1whXf {
  width: 180px!important;
}

.layout__inputTicketLos___1whXf {
  margin-left: 16px;
}

.layout__reason___3YHbS {
  width: 180px!important;
  margin-left: 10px;
  margin-right: 10px;
}

.layout__inputReason___3hTp7,
.layout__reason___3YHbS {
  border-radius: 4px;
  background-color: #fff!important;
}

.layout__switchContainer___2sFGh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__switchContainer___2sFGh label {
  margin-bottom: 0;
}

.layout__switch___37HHt {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___37HHt input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__slider___yj9be {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.layout__slider___yj9be,
.layout__slider___yj9be:before {
  position: absolute;
  transition: .4s;
}

.layout__slider___yj9be:before {
  content: "";
  height: 16px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  border-radius: 2px;
  background-color: #fff;
}

input:checked+.layout__slider___yj9be {
  background-color: #028547;
  border-radius: 4px;
}

input:focus+.layout__slider___yj9be {
  box-shadow: 0 0 1px #028547;
  border-radius: 4px;
}

input:checked+.layout__slider___yj9be:before {
  transform: translateX(26px);
}

.layout__buttonStyle___v9Kjj {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  background-color: #028547;
  color: #fff;
  margin-left: 24px;
}

.layout__workingArea___ju6qR {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.layout__searchBox___2IOOR,
.layout__workingArea___ju6qR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__searchBox___2IOOR {
  margin-right: 40px;
}

.layout__searchRow___1gR7_ {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 40px;
  margin-bottom: 24px;
}

.layout__searchRow___1gR7_,
.layout__searchTitle___3GRzb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchTitle___3GRzb {
  font-size: 18px;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.layout__rowTitle___nbaUD {
  font-size: 14px;
  color: #555;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__searchInput___2XrmI {
  background-color: #fff;
  width: 64px!important;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
}

.layout__searchInput___2XrmI,
.layout__searchInputLOS___2HYXN,
.layout__spanText___24VC3 {
  margin-right: 16px;
}

.layout__searchInputLOS___2HYXN {
  background-color: #fff;
  width: 152px;
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 16px;
  margin-left: 16px;
  border-radius: 0!important;
}

.layout__searchInputLOS___2HYXN .layout__Select-control___3YAD6 {
  border-radius: 0!important;
}

.layout__radioStyle___EmSq5 {
  margin-top: 10px;
}

.layout__historyContainer___2oR5y,
.layout__radioStyle___EmSq5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}

.layout__historyContainer___2oR5y {
  margin-top: 80px;
}

.layout__historyTitle___1LOyC {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.layout__applicationContainer___2Xqmm {
  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___25HTE {
  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___3g5e8 {
  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___27Hb8 {
  margin-right: 8px;
  cursor: pointer;
  height: 16px;
}

.layout__checkboxStyle___EbZKZ {
  width: 16px;
  height: 16px;
  margin: 0!important;
  padding: 0;
  margin-right: 8px!important;
}

.layout__appSelectedItem___1ssXk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__buttonSosStyle___Rdi6d {
  background-color: #ec1e25;
}

.layout__buttonDisable___vHvQ8,
.layout__buttonSosStyle___Rdi6d {
  width: 96px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.layout__buttonDisable___vHvQ8 {
  background-color: #ddd;
}

.layout__approveSosAction___3Be4D {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__appSelectedStyle___1YRKl {
  color: #028547;
}

.layout__appStyle___3oZoB {
  color: #666;
}

.layout__tooltip___3kmjL {
  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___3kmjL .layout__tooltiptext___zlluY {
  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___3kmjL:hover .layout__tooltiptext___zlluY {
  visibility: visible;
}

.layout__oval___21CSn {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #028547;
}

.layout__addLosId___2F7F2,
.layout__cutOffTimeContainer___28gqu {
  display: -ms-flexbox;
  display: flex;
}

.layout__cutOffTimeContainer___28gqu {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 16px;
}

.layout__cutOffTimeRow___3AJmd {
  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___3AJmd:last-child {
  margin-bottom: 24px;
}

.layout__cutOffTimeLabel___341eF {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.layout__cutOffTimeValue___24QMc {
  width: 100px;
}

.layout__cutOffTimeValue___24QMc,
.layout__cutOffTimeValue1___3JZWp {
  margin-right: 10px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__cutOffTimeValue1___3JZWp {
  width: 60px;
}

.layout__cutOffTimeValueDate___2FyG1 {
  margin-right: 10px;
  width: 124px;
  padding: 7px 7px 7px 8px;
  border-radius: 4px;
  background-color: #ececec;
}

.layout__titleRow___6viMC {
  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___3EHji,
.layout__titleRow___6viMC {
  margin-top: 16px;
  font-weight: 700;
}

.layout__editIcon___1S0Ne {
  margin-right: 18px;
}

.layout__cursor___3nnzn {
  cursor: pointer;
}

.layout__mb100___3JmOP {
  margin-bottom: 100px;
}

.layout__groupField___2Kved {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__listActionBtn___3Bd58 {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___3g7-R {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___28gkh {
  margin-top: 32px;
}

.layout__listCheckApprove___28gkh ul li {
  margin-bottom: 40px;
}

.layout__box___3MLmJ {
  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___3UAr1 {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___3UAr1 {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___3n_Ys,
.layout__filterDiv___Ang5I {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___Ang5I {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___2hMDr {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___1nJnA {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___1nJnA {
    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___1nJnA:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___1nJnA.layout__isOpening___2sC6y:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___3sBQO td:not(.layout__wrapTriAngle___2tOOS) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

@media screen and (min-width:769px) {
  .layout__collapsed___3sBQO td {
    word-break: break-all;
  }

  .layout__collapsed___3sBQO td:nth-child(2) {
    min-width: auto;
  }
}

.layout__filterOption___2vVmU {
  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___2vVmU:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___2vVmU {
    width: 100%!important;
  }
}

.layout__filterOption___2vVmU b {
  display: block;
  width: 100%;
}

.layout__searchArea___3JuRN {
  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___3JuRN input,
.layout__searchArea___3JuRN select {
  border: none;
}

.layout__searchArea___3JuRN input,
.layout__searchArea___3JuRN select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___3JuRN select {
    width: 100%;
  }
}

.layout__searchSelect___2HqqK {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___2HqqK,
.layout__searchSelect___2HqqK select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___2HqqK select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___2HqqK select:active,
.layout__searchSelect___2HqqK select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___2HqqK option {
  color: #000;
}

.layout__createNew___2U1pZ {
  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___2U1pZ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___2U1pZ.layout__disabled___r5hLy,
.layout__createNew___2U1pZ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___2U1pZ:active,
.layout__createNew___2U1pZ:focus,
.layout__createNew___2U1pZ:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___2U1pZ {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___2U1pZ a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___2U1pZ a:hover {
  text-decoration: none;
}

.layout__createNew___2U1pZ .layout__plusIcon___10EmB {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___349P0 {
  padding: 20px 0;
}

.layout__content___349P0 .layout__Rectangle___1kuSC {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___349P0 .layout__createNewMerchant___2KIjo {
  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___349P0 .layout__createNewMerchant___2KIjo .layout__plusIcon___10EmB {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___349P0 .layout__createNewMerchant___2KIjo .layout__plusIcon___10EmB span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___349P0 .layout__assignButton___2057R {
  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___349P0 .layout__textAccount___UBsz1 {
  padding-top: 20px;
  display: block;
}

.layout__email___3uDue {
  word-break: break-all;
}

.layout__containerBox___3ed_Z {
  width: 100%;
}

.layout__actionButton___2G9Xq,
.layout__deleteButton___14H7S,
.layout__unlockButton___lrmWa {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___14H7S {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___lrmWa {
  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___3cFjP {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___uJoLr {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___2oB9x {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___2_J5o {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___2_J5o,
.layout__titleSelect___3W0TM {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___3W0TM {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___iKzBn {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___svkDC,
.layout__doneBtn___iKzBn {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___svkDC {
  background-color: #82a393;
}

.layout__footerModal___MxX7Y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___3o2S-,
.layout__saleManagerText___2XeX6 {
  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___3o2S- a:hover {
  text-decoration: none;
}

.layout__saleSupport___1Rp4u {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___1Rp4u select[multiple]:focus option:checked,
.layout__saleSupport___1Rp4u select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___1Rp4u select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___1Rp4u 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___1Rp4u option:active,
.layout__saleSupport___1Rp4u option:checked,
.layout__saleSupport___1Rp4u option:focus,
.layout__saleSupport___1Rp4u option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___O9PAv {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___13b0y,
.layout__nokyc___O9PAv {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___13b0y {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___2_yvM {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___3Rfog,
.layout__kycHistory___2DsdQ {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___2DsdQ img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___25Kho {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___6dMw2 {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___2g78S {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___2g78S img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___2o1FA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___2o1FA img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___VU_TT {
  color: red;
  font-style: italic;
}

.layout__inputStyle___2XHIy {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___34Yq5 {
  margin-left: 16px;
}

.layout__approvedCC___1ZRk-,
.layout__checkCC___34Yq5 {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___1ZRk- {
  margin-left: 25px;
}

.layout__checkUPL___1o3D8 {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___3870g,
.layout__checkUPL___1o3D8 {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___3870g {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___zgTqf {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__approveNew___24ogJ {
  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___24ogJ:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__approveNew___24ogJ.layout__disabled___r5hLy,
.layout__approveNew___24ogJ:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__approveNew___24ogJ:active,
.layout__approveNew___24ogJ:focus,
.layout__approveNew___24ogJ:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__approveNew___24ogJ {
    margin: 0 20px 10px 0;
  }
}

.layout__approveNew___24ogJ a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__approveNew___24ogJ a:hover {
  text-decoration: none;
}

.layout__approveNew___24ogJ .layout__plusIcon___10EmB {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__totalAccount___2ogJv {
  margin: 10px 15px;
}

.layout__selectCustom___3czhp div:first-child div:first-child {
  border: none!important;
  outline: 0;
  margin-top: 0;
}

.layout__listActionBtn___2QSa9 {
  padding: 3px 20px!important;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
}

.layout__countRound1___Eaq3K {
  color: #028547;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.layout__listCheckApprove___3ETF2 {
  margin-top: 32px;
}

.layout__listCheckApprove___3ETF2 ul li {
  margin-bottom: 40px;
}

.layout__box___2Jnoj {
  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___13HYA {
  width: 250px;
}

@media screen and (max-width:1201px) {
  .layout__infoArea___13HYA {
    width: 100%;
    margin: 0 0 10px;
  }
}

.layout__actionArea___3fSHl,
.layout__filterDiv___12SPv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout__filterDiv___12SPv {
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}

.layout__tableHeader___3o96G {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__triangleBtn___2BIyV {
  display: none;
}

@media screen and (max-width:769px) {
  .layout__triangleBtn___2BIyV {
    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___2BIyV:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #028547 transparent transparent;
}

.layout__triangleBtn___2BIyV.layout__isOpening___1A56k:before {
  border-width: 0 5px 5px;
  border-color: transparent transparent #028547;
}

@media screen and (max-width:769px) {
  .layout__collapsed___35ErB td:not(.layout__wrapTriAngle___1UYdE) {
    height: 0;
    border: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
  }
}

@media screen and (min-width:769px) {
  .layout__collapsed___35ErB td:nth-child(2) {
    min-width: auto;
  }
}

.layout__filterOption___33sIT {
  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___33sIT:last-child {
  width: 374px;
}

@media screen and (max-width:769px) {
  .layout__filterOption___33sIT {
    width: 100%!important;
  }
}

.layout__filterOption___33sIT b {
  display: block;
  width: 100%;
}

.layout__searchArea___1Tm1L {
  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___1Tm1L input,
.layout__searchArea___1Tm1L select {
  border: none;
}

.layout__searchArea___1Tm1L input,
.layout__searchArea___1Tm1L select:focus {
  border: none;
  outline: 0;
}

@media screen and (max-width:768px) {
  .layout__searchArea___1Tm1L select {
    width: 100%;
  }
}

.layout__searchSelect___HMp9m {
  border-radius: 20px;
  background-color: #008345;
  color: #fff;
  padding-right: 10px!important;
}

.layout__searchSelect___HMp9m,
.layout__searchSelect___HMp9m select {
  height: 30px;
  padding-left: 10px!important;
}

.layout__searchSelect___HMp9m select {
  padding-right: 0!important;
  background-color: transparent;
  border: none;
}

.layout__searchSelect___HMp9m select:active,
.layout__searchSelect___HMp9m select:focus {
  border: none;
  outline: 0;
}

.layout__searchSelect___HMp9m option {
  color: #000;
}

.layout__createNew___1vPUj {
  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___1vPUj:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__createNew___1vPUj.layout__disabled___3R6Jg,
.layout__createNew___1vPUj:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__createNew___1vPUj:active,
.layout__createNew___1vPUj:focus,
.layout__createNew___1vPUj:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__createNew___1vPUj {
    margin: 0 20px 10px 0;
  }
}

.layout__createNew___1vPUj a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__createNew___1vPUj a:hover {
  text-decoration: none;
}

.layout__createNew___1vPUj .layout__plusIcon___JZXWl {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__content___HtkXW {
  padding: 20px 0;
}

.layout__content___HtkXW .layout__Rectangle___2keUU {
  width: 1px;
  height: 40px;
  background-color: #079500;
}

.layout__content___HtkXW .layout__createNewMerchant___3k03f {
  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___HtkXW .layout__createNewMerchant___3k03f .layout__plusIcon___JZXWl {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-radius: 100%;
}

.layout__content___HtkXW .layout__createNewMerchant___3k03f .layout__plusIcon___JZXWl span {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
}

.layout__content___HtkXW .layout__assignButton___V3xQ_ {
  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___HtkXW .layout__textAccount___1D1Pu {
  padding-top: 20px;
  display: block;
}

.layout__email___1zrNI {
  word-break: break-all;
}

.layout__containerBox___3q7jQ {
  width: 100%;
}

.layout__actionButton___BrAGu,
.layout__deleteButton___17gT9,
.layout__unlockButton___qNuMi {
  color: inherit;
  width: 75px;
  height: 20px;
  border-radius: 10px;
  text-align: right;
  padding-right: 5px;
}

.layout__deleteButton___17gT9 {
  background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAAAXNSR0IArs4c6QAAAB5JREFUCB1jdHNz+89ABmBmZtbevn37NSYy9KJoAQC/YQUE4UL2XwAAAABJRU5ErkJggg==) 10px/10px 10px no-repeat;
  margin-right: 5px;
}

.layout__unlockButton___qNuMi {
  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___h_fpN {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__addSelectButton___1NBuu {
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  margin-top: 20px;
}

.layout__actionbtn___3i5Ub {
  color: #23527c;
  text-decoration: underline;
}

.layout__titlePopup___2NiZM {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a4a4a;
}

.layout__titlePopup___2NiZM,
.layout__titleSelect___1Qg69 {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.layout__titleSelect___1Qg69 {
  width: 165px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  color: #008345;
}

.layout__doneBtn___2Imr4 {
  background-color: #008345;
  margin-right: 30px;
}

.layout__cancelBtn___2pgXp,
.layout__doneBtn___2Imr4 {
  width: 170px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}

.layout__cancelBtn___2pgXp {
  background-color: #82a393;
}

.layout__footerModal___qJVzs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.layout__linkText___1y1vf,
.layout__saleManagerText___2kpz0 {
  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___1y1vf a:hover {
  text-decoration: none;
}

.layout__saleSupport___2KTVF {
  width: 300px;
  height: 404px;
  margin: 20px;
}

.layout__saleSupport___2KTVF select[multiple]:focus option:checked,
.layout__saleSupport___2KTVF select[multiple] option:checked {
  background: #008345 linear-gradient(0deg,#008345,#008345);
}

.layout__saleSupport___2KTVF select {
  width: 100%;
  overflow-y: auto;
  height: 404px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d8d8d8;
  margin-top: 16px;
}

.layout__saleSupport___2KTVF 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___2KTVF option:active,
.layout__saleSupport___2KTVF option:checked,
.layout__saleSupport___2KTVF option:focus,
.layout__saleSupport___2KTVF option:hover {
  background-color: #008345;
  color: #fff;
}

.layout__nokyc___sF4qB {
  border-radius: 8.5px;
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.layout__needconfirmkyc___3Qice,
.layout__nokyc___sF4qB {
  padding: 5px;
  text-align: center;
}

.layout__needconfirmkyc___3Qice {
  border-radius: 8.5px;
  border: 1px solid #fe9a26;
  color: #fe9a26;
}

.layout__kycverified___KGWBF {
  padding: 5px;
  border-radius: 8.5px;
  border: 1px solid #028445;
  color: #028445;
  text-align: center;
}

.layout__kycContainer___3LJZt,
.layout__kycHistory___2xS0F {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout__kycHistory___2xS0F img {
  width: 260px;
  height: 212px;
}

.layout__kycHistoryContainer___2bQS7 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__divider___2Cfyl {
  width: 1px;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

.layout__kycItem___3mwGB {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycItem___3mwGB img {
  width: 260px;
  height: 212px;
}

.layout__kycConfirmItem___1Bobe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

.layout__kycConfirmItem___1Bobe img {
  width: 260px;
  height: 212px;
}

.layout__nextKyc___1c3sT {
  color: red;
  font-style: italic;
}

.layout__inputStyle___1u2WN {
  width: 200px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #bab4b4;
}

.layout__checkCC___3PSjf {
  margin-left: 16px;
}

.layout__approvedCC___2YfKt,
.layout__checkCC___3PSjf {
  padding: 8px;
  border: 1px solid #028547;
  border-radius: 4px;
  color: #028547;
  margin-right: 24px;
}

.layout__approvedCC___2YfKt {
  margin-left: 25px;
}

.layout__checkUPL___2WkhL {
  border: 1px solid #1876d1;
  border-radius: 4px;
  color: #1876d1;
}

.layout__checkOD___14uXp,
.layout__checkUPL___2WkhL {
  padding: 8px;
  margin-right: 24px;
}

.layout__checkOD___14uXp {
  border: 1px solid #a460e8;
  border-radius: 4px;
  color: #a460e8;
}

.layout__tableCheckApprove___2qpfB {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout__approveNew___3lq_Q {
  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___3lq_Q:hover {
  color: #fff;
  background: rgba(2,133,71,.74902);
}

.layout__approveNew___3lq_Q.layout__disabled___3R6Jg,
.layout__approveNew___3lq_Q:disabled {
  color: #fff;
  background: #ececec;
  cursor: not-allowed;
}

.layout__approveNew___3lq_Q:active,
.layout__approveNew___3lq_Q:focus,
.layout__approveNew___3lq_Q:visited {
  outline: 0;
}

@media screen and (max-width:1201px) {
  .layout__approveNew___3lq_Q {
    margin: 0 20px 10px 0;
  }
}

.layout__approveNew___3lq_Q a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.layout__approveNew___3lq_Q a:hover {
  text-decoration: none;
}

.layout__approveNew___3lq_Q .layout__plusIcon___JZXWl {
  width: 30px;
  object-fit: contain;
  padding-right: 10px;
}

.layout__totalAccount___1P-gz {
  margin: 10px 15px;
}

.layout__selectCustom___1vyfN div:first-child div:first-child {
  border: none!important;
  outline: 0;
  margin-top: 0;
}

.layout__boxInner___3powT {
  position: relative;
  border: 1px solid #028547;
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 30px);
}

.layout__boxInner___3powT .layout__closeBox___ganGv {
  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___3powT .layout__flexItem___1M9rC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  width: 800px;
  height: 400px;
  overflow-y: auto;
}

.layout__containerModal___2FneX {
  max-width: 800px;
  width: 100%;
}

.layout__cardContainer___3_Trw {
  padding: 30px 43px;
}

.layout__cardContainer___3_Trw .layout__pageTitle___1SFPN {
  margin: 0 0 30px;
  text-align: left;
  color: #008345;
  font-weight: 700;
}

.layout__cardContainer___3_Trw .layout__toolBar___ZZDFK {
  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___3_Trw .layout__toolBar___ZZDFK .layout__title___2GktU {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3_Trw .layout__content___3_xqu,
.layout__cardContainer___3_Trw .layout__toolBar___ZZDFK .layout__searchContainer___2dmPq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3_Trw .layout__content___3_xqu {
  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___3_Trw .layout__countFile___3nypZ {
  margin-bottom: 14px;
  font-size: 15px;
}

.layout__cardContainer___3_Trw .layout__searchFilter___2gPND {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.layout__cardContainer___3_Trw .layout__searchFilter___2gPND input {
  margin-right: 14px;
  max-width: 139px;
  width: 100%;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

.layout__cardContainer___3_Trw .layout__searchFilter___2gPND .layout__btnFilter___37gGk {
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: #8d84f8;
  font-size: 12px;
  padding: 0 4px;
}

.layout__cardContainer___3_Trw .layout__tableList___30bdP {
  width: 1600px;
  overflow-x: scroll;
  margin: 0;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___3_Trw .layout__tableList___30bdP {
    overflow: initial;
  }
}

.layout__cardContainer___3_Trw .layout__tableList___30bdP td.layout__checkBoxCol___2pCvB,
.layout__cardContainer___3_Trw .layout__tableList___30bdP th.layout__checkBoxCol___2pCvB {
  min-width: 35px;
  text-align: center;
}

.layout__cardContainer___3_Trw .layout__tableList___30bdP td {
  text-align: center;
}

.layout__cardContainer___3_Trw .layout__tableHeader___35H9x {
  text-align: center;
  color: #aeaeae;
  font-family: Roboto;
  font-size: 13px;
  border-top-style: hidden;
}

.layout__cardContainer___3_Trw .layout__tableHeader___35H9x th {
  text-align: center;
  padding-top: 18px;
}

.layout__cardContainer___3_Trw .layout__checkAllBox___3eJg2 {
  max-width: 13px;
}

.layout__cardContainer___3_Trw .layout__divSearch___wjlYB {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #ddd;
  margin-top: 18px;
}

@media screen and (max-width:769px) {
  .layout__cardContainer___3_Trw .layout__divSearch___wjlYB {
    overflow: initial;
  }
}

.layout__cardContainer___3_Trw .layout__divSearch___wjlYB>form {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -1px;
}

.layout__cardContainer___3_Trw .layout__btnRetry___2BhSk {
  border: 1px solid;
  padding: 8px;
  background: #028547;
  border-radius: 8px;
  color: #fff;
}

.layout__cardContainer___3nDHN {
  padding: 30px 43px 0;
}

.layout__cardContainer___3nDHN .layout__pageTitle___2d532 {
  margin: 0 0 30px;
  text-align: left;
  color: #555;
  font-weight: 700;
}

.layout__cardContainer___3nDHN .layout__searchInput___3jZ1A {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.layout__cardContainer___3nDHN .layout__btnAdd___2_y4_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.layout__cardContainer___3nDHN .layout__inputSearch___3cF8C {
  max-width: 95px;
  border-bottom: 1px solid #ddd!important;
  border-radius: 0!important;
}

.layout__cardContainer___3nDHN .layout__inputSearch___3cF8C:-ms-input-placeholder {
  font-style: italic;
}

.layout__cardContainer___3nDHN .layout__inputSearch___3cF8C::placeholder {
  font-style: italic;
}

.layout__cardContainer___3nDHN .layout__toolBar___KnDoJ {
  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___3nDHN .layout__toolBar___KnDoJ .layout__title___kD9Qi {
  font-size: 20px;
  color: #4d4d4d;
}

.layout__cardContainer___3nDHN .layout__content___YD2lb,
.layout__cardContainer___3nDHN .layout__toolBar___KnDoJ .layout__searchContainer___gQxzp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__cardContainer___3nDHN .layout__content___YD2lb {
  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___3nDHN .layout__cardListContainer___3-EN2 {
  background-color: #fff;
  overflow-x: auto;
}

.layout__cardContainer___3nDHN .layout__cardsLogo___2DbDv {
  max-height: 50px;
  max-width: 50px;
}

.layout__cardContainer___3nDHN .layout__featuredDot___1pfLP,
.layout__cardContainer___3nDHN .layout__notFeaturedDot___2GBRz {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #028547;
}

.layout__cardContainer___3nDHN .layout__notFeaturedDot___2GBRz {
  background-color: red;
}

.layout__cardContainer___3nDHN .layout__edit___1-gou {
  display: inline-block;
  text-decoration: none;
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJtMTQuNzIgNC44NzYuOTY4LS45NjhhMS4wNyAxLjA3IDAgMCAwIDAtMS41MWwtMS4zMzQtMS4zMzRhMS4wNyAxLjA3IDAgMCAwLTEuNTEgMGwtLjk2Ny45NjhhLjI2Ny4yNjcgMCAwIDAgMCAuMzc4bDIuNDY2IDIuNDY2YS4yNjcuMjY3IDAgMCAwIC4zNzcgMHptLTMuNTMzIDkuODc0Yy43MjUgMCAxLjMxMy0uNTg4IDEuMzEzLTEuMzEzVjkuMTIzYS4zMjkuMzI5IDAgMCAwLS41Ni0uMjMzbC0xLjA5NCAxLjA5NGEuMzM2LjMzNiAwIDAgMC0uMDk2LjIzMlYxM0gyVjQuMjVoNi4yODRjLjA4NyAwIC4xNy0uMDM2LjIzMi0uMDk2TDkuNjEgMy4wNjFhLjMyOC4zMjggMCAwIDAtLjIzMy0uNTYxSDEuNTYyQy44MzggMi41LjI1IDMuMDg4LjI1IDMuODEzdjkuNjI0YzAgLjcyNS41ODggMS4zMTMgMS4zMTIgMS4zMTNoOS42MjV6bS01Ljk3MS0yLjYyOCAyLjUzNy0uMjgxIDUuOTcyLTUuOTcyYS4yNjcuMjY3IDAgMCAwIDAtLjM3OGwtMi40NjYtMi40NjZhLjI2Ny4yNjcgMCAwIDAtLjM3OCAwTDQuOTEgOC45OTdsLS4yODEgMi41MzdhLjUzMi41MzIgMCAwIDAgLjU4OC41ODh6IiBmaWxsPSIjOUE5QTlBIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4NCjwvc3ZnPg0K) 8px/16px 16px no-repeat;
}

.layout__cardContainer___3nDHN .layout__delete___WU3nW,
.layout__cardContainer___3nDHN .layout__edit___1-gou {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3nDHN .layout__delete___WU3nW {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEzNTsmIzE4NDsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi4xODgxNEMxMiAyLjQyOTYxIDExLjgwOCAyLjYyNTYzIDExLjU3MTQgMi42MjU2M0gwLjQyODU3MkMwLjE5MjAyNSAyLjYyNTYzIDAgMi40Mjk2MSAwIDIuMTg4MTRWMS4zMTMxNEMwIDEuMDcxNjYgMC4xOTIwMjUgMC44NzU2MzkgMC40Mjg1NzIgMC44NzU2MzlIMy42NDI4NkwzLjg5NDY1IDAuMzY0MzA3QzMuOTk3OTIgMC4xNDg2ODEgNC4yMTQ1NyAwLjAwMDY0MDg2OCA0LjQ2NTM3IDAuMDAwNjQwODY4SDcuNTI5NDZDNy41Mjk1MyAwLjAwMDY0MDg2OCA3LjUyOTUyIDAuMDAwNDgwNjUxIDcuNTI5NTEgMC4wMDAzMjA0MzRDNy41Mjk0OSAwLjAwMDE2MDIxNyA3LjUyOTQ4IDAgNy41Mjk1NiAwTDcuNjM1MyAwLjAwODg1MjAyQzcuODQxNzMgMC4wNDM3ODc3IDguMDE1MDggMC4xNzkyNzkgOC4xMDUzNSAwLjM2NDMwN0w4LjM1NzE0IDAuODc1NjM5SDExLjU3MTRDMTEuODA4IDAuODc1NjM5IDEyIDEuMDcxNjYgMTIgMS4zMTMxNFYyLjE4ODE0Wk0xMC41NzUzIDEyLjc3MDJDMTAuNTMzMiAxMy40NTU4IDkuOTc0NDMgMTQuMDAwNSA5LjI5MjI1IDE0LjAwMDZIMi43MDgzQzIuMDI2MTMgMTQuMDAwNSAxLjQ2NzM1IDEzLjQ1NTggMS40MjUyOCAxMi43NzAyTDAuODU3NDIyIDMuNTAwNjRIMTEuMTQzMUwxMC41NzUzIDEyLjc3MDJaIiBmaWxsPSIjOUE5QTlBIi8+DQo8L3N2Zz4NCg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3nDHN .layout__check___3492t {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
}

.layout__cardContainer___3nDHN .layout__check___3492t,
.layout__cardContainer___3nDHN .layout__close___3YiDe {
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__cardContainer___3nDHN .layout__close___3YiDe {
  background: #ececec url(data:image/png;base64,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) 10px/10px 10px no-repeat;
  margin-left: 10px;
}

.layout__cardContainer___3nDHN .layout__inputForm___1qPaT {
  width: 100px;
}

.layout__contentBox___1l3O2 {
  min-width: calc(100% - 294px);
  max-width: calc(100% - 294px);
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__contentBox___1l3O2,
.layout__titletable___2-F2L {
  display: -ms-flexbox;
  display: flex;
}

.layout__titletable___2-F2L {
  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___djLPJ {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.layout__tbleditbtn___2S5KF {
  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___PLZML,
.layout__tbleditbtn___2S5KF {
  color: #fff;
  text-align: center;
}

.layout__rowtitle___PLZML {
  background: #008345;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  margin: 0 16px;
}

.layout__row1___2aXUG {
  padding: 24px 16px;
}

.layout__inputItem___-DlJA {
  font-size: 14px!important;
  max-width: 150px;
}

.layout__rednote___R9O0K {
  color: red;
  font-size: 16px;
}

.layout__channel___EYyl8 {
  text-transform: uppercase;
}

.layout__chilchannel___1tyW4 {
  max-width: 97px;
  font-weight: 700;
}

.layout__titleHeader___7UkFr {
  text-align: center;
}

.layout__titleHeader___7UkFr .layout__txtTitle___2Iq6b {
  color: #1976d2;
  font-weight: 700;
  text-transform: uppercase;
}

.layout__btnAdd___2_y4_ {
  background: #1976d2;
  border-radius: 16px;
  color: #fff;
}

.layout__btnAdd___2_y4_,
.layout__btnCancel___6TTA5 {
  width: 100px;
  height: 32px;
}

.layout__btnCancel___6TTA5 {
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 16px;
  color: #1976d2;
}

.layout__contentBody___2-mTf {
  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___2-mTf input {
  border-radius: 4px;
}

.layout__contentBody___2-mTf .layout__titleContent___1pvAW {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__addChannel___2_N0_,
.layout__contentBody___2-mTf .layout__groupCheckbox___NhOwh {
  display: -ms-flexbox;
  display: flex;
}

.layout__addChannel___2_N0_ {
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}

.layout__txtItem___1fTVJ {
  text-align: center;
  margin-top: 8px;
}

.layout__groupItem___2IcWb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.layout__tittleTable___fq2mX {
  margin-left: 18px;
}

.layout__tittleTable___fq2mX ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.layout__tittleTable___fq2mX ul li:before {
  content: "\2022";
  color: #1976d2;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.layout__tittleTable___fq2mX .layout__txtTilTable___1apeS {
  color: #1976d2;
  font-weight: 700;
  font-size: 14px;
}

.layout__groupSearch___vFXyT {
  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___vFXyT .layout__itemGroup___vMxWY {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.layout__groupSearch___vFXyT .layout__itemGroup___vMxWY span {
  font-weight: 700;
}

.layout__groupSearch___vFXyT .layout__itemGroup___vMxWY input {
  margin-left: 2px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
}

@media only screen and (max-width:1366px) {
  .layout__groupSearch___vFXyT .layout__itemGroup___vMxWY {
    display: block;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout__groupSearch___vFXyT .layout__itemGroup___vMxWY span {
    font-weight: 700;
  }

  .layout__groupSearch___vFXyT .layout__itemGroup___vMxWY input {
    margin-left: 2px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
  }
}

.layout__btnSearch___3oztW {
  background: #9a9a9a;
  border-radius: 20px;
  color: #fff;
  padding: 8px 22px;
}

.layout__tableHeader___3Ogfv {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__rowTbl___36hYu,
.layout__tableHeader___3Ogfv th {
  text-align: center;
}

.layout__rowTbl___36hYu {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 4px;
}

.layout__rowTbl___36hYu td {
  padding-top: 16px;
}

.layout__groupAction___1RBhu {
  min-width: 88px!important;
}

@media only screen and (max-width:1366px) {
  .layout__subPro___3YM_j {
    max-width: 160px!important;
    word-wrap: break-word;
  }

  .layout__idCol___2IwI- {
    max-width: 65px!important;
  }
}

.layout__switchContainer___tg98N {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__switchContainer___tg98N label {
  margin-bottom: 0;
}

.layout__switch___3HIch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 3px;
}

.layout__switch___3HIch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.layout__inputDateStyle___1OGy2 {
  background-color: #fff!important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px!important;
  width: 180px;
}

.layout__slider___3a55p {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

input[type=checkbox]:not(:checked)+.layout__slider___3a55p: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___3a55p: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___3a55p: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___3a55p {
  background-color: #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___3a55p: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___3a55p {
  box-shadow: 0 0 1px #1976d2;
  border-radius: 4px;
}

input[type=checkbox]:checked+.layout__slider___3a55p:before {
  transform: translateX(26px);
}

.layout__edit___1-gou {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJtMTQuNzIgNC44NzYuOTY4LS45NjhhMS4wNyAxLjA3IDAgMCAwIDAtMS41MWwtMS4zMzQtMS4zMzRhMS4wNyAxLjA3IDAgMCAwLTEuNTEgMGwtLjk2Ny45NjhhLjI2Ny4yNjcgMCAwIDAgMCAuMzc4bDIuNDY2IDIuNDY2YS4yNjcuMjY3IDAgMCAwIC4zNzcgMHptLTMuNTMzIDkuODc0Yy43MjUgMCAxLjMxMy0uNTg4IDEuMzEzLTEuMzEzVjkuMTIzYS4zMjkuMzI5IDAgMCAwLS41Ni0uMjMzbC0xLjA5NCAxLjA5NGEuMzM2LjMzNiAwIDAgMC0uMDk2LjIzMlYxM0gyVjQuMjVoNi4yODRjLjA4NyAwIC4xNy0uMDM2LjIzMi0uMDk2TDkuNjEgMy4wNjFhLjMyOC4zMjggMCAwIDAtLjIzMy0uNTYxSDEuNTYyQy44MzggMi41LjI1IDMuMDg4LjI1IDMuODEzdjkuNjI0YzAgLjcyNS41ODggMS4zMTMgMS4zMTIgMS4zMTNoOS42MjV6bS01Ljk3MS0yLjYyOCAyLjUzNy0uMjgxIDUuOTcyLTUuOTcyYS4yNjcuMjY3IDAgMCAwIDAtLjM3OGwtMi40NjYtMi40NjZhLjI2Ny4yNjcgMCAwIDAtLjM3OCAwTDQuOTEgOC45OTdsLS4yODEgMi41MzdhLjUzMi41MzIgMCAwIDAgLjU4OC41ODh6IiBmaWxsPSIjOUE5QTlBIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4NCjwvc3ZnPg0K) 8px/16px 16px no-repeat;
}

.layout__delete___WU3nW,
.layout__edit___1-gou {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 30px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
}

.layout__delete___WU3nW {
  background: #ececec url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSImIzIzOTsmIzEzNTsmIzE4NDsiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi4xODgxNEMxMiAyLjQyOTYxIDExLjgwOCAyLjYyNTYzIDExLjU3MTQgMi42MjU2M0gwLjQyODU3MkMwLjE5MjAyNSAyLjYyNTYzIDAgMi40Mjk2MSAwIDIuMTg4MTRWMS4zMTMxNEMwIDEuMDcxNjYgMC4xOTIwMjUgMC44NzU2MzkgMC40Mjg1NzIgMC44NzU2MzlIMy42NDI4NkwzLjg5NDY1IDAuMzY0MzA3QzMuOTk3OTIgMC4xNDg2ODEgNC4yMTQ1NyAwLjAwMDY0MDg2OCA0LjQ2NTM3IDAuMDAwNjQwODY4SDcuNTI5NDZDNy41Mjk1MyAwLjAwMDY0MDg2OCA3LjUyOTUyIDAuMDAwNDgwNjUxIDcuNTI5NTEgMC4wMDAzMjA0MzRDNy41Mjk0OSAwLjAwMDE2MDIxNyA3LjUyOTQ4IDAgNy41Mjk1NiAwTDcuNjM1MyAwLjAwODg1MjAyQzcuODQxNzMgMC4wNDM3ODc3IDguMDE1MDggMC4xNzkyNzkgOC4xMDUzNSAwLjM2NDMwN0w4LjM1NzE0IDAuODc1NjM5SDExLjU3MTRDMTEuODA4IDAuODc1NjM5IDEyIDEuMDcxNjYgMTIgMS4zMTMxNFYyLjE4ODE0Wk0xMC41NzUzIDEyLjc3MDJDMTAuNTMzMiAxMy40NTU4IDkuOTc0NDMgMTQuMDAwNSA5LjI5MjI1IDE0LjAwMDZIMi43MDgzQzIuMDI2MTMgMTQuMDAwNSAxLjQ2NzM1IDEzLjQ1NTggMS40MjUyOCAxMi43NzAyTDAuODU3NDIyIDMuNTAwNjRIMTEuMTQzMUwxMC41NzUzIDEyLjc3MDJaIiBmaWxsPSIjOUE5QTlBIi8+DQo8L3N2Zz4NCg==) 8px/16px 16px no-repeat;
  margin-left: 10px;
}

.layout__tdconfig___10cwK {
  width: 50%;
  text-align: left!important;
}

.layout__tblDisb___1Teaa .layout__tableHeader___3Ogfv {
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.layout__tblDisb___1Teaa .layout__rowTbl___36hYu,
.layout__tblDisb___1Teaa .layout__tableHeader___3Ogfv th {
  text-align: center;
}

.layout__tblDisb___1Teaa .layout__rowTbl___36hYu {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 4px;
}

.layout__tblDisb___1Teaa .layout__rowTbl___36hYu td {
  padding-top: 16px;
}

.layout__selField___ePI5B {
  max-width: 280px;
  height: 20px!important;
}

.layout__selField3___32ZRF {
  height: 30px!important;
  font-size: 14px!important;
}

.layout__groupDisb1___1CKLt {
  max-width: 234px;
  width: 100%;
}

.layout__modalBody___3eYhf {
  max-width: 400px;
  width: 100%;
}

.layout__modalBody2___2EReE {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.layout__modalBody2___2EReE .layout__btnAdd___2_y4_ {
  margin-left: 16px;
}

.layout__modalBody2___2EReE .layout__btnAdd___2_y4_ span {
  margin: auto;
}

.layout__modalContent___1bZzK form {
  -ms-flex-pack: center;
  justify-content: center;
}

.layout__btnFunc___1Jajg,
.layout__modalContent___1bZzK form {
  display: -ms-flexbox;
  display: flex;
}

.layout__btnFunc___1Jajg {
  text-align: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.layout__contentBody1___1_B_z {
  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___1_B_z input {
  border-radius: 4px;
}

.layout__contentBody1___1_B_z .layout__titleContent___1pvAW {
  font-weight: 700;
  font-size: 14px;
  margin-right: 32px;
}

.layout__contentBody1___1_B_z .layout__groupInput___3xgVY {
  display: -ms-flexbox;
  display: flex;
}

.layout__contentBody1___1_B_z .layout__groupInput___3xgVY span {
  margin: 0 6px;
}

.layout__selField2___21wFb {
  max-width: 118px;
  height: 30px!important;
}

.layout__inputField___3AYj1 {
  max-width: 108px;
}

.layout__inputField___3AYj1,
.layout__inputField1___3TKjd {
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 30px!important;
  font-size: 14px!important;
}

.layout__inputField1___3TKjd {
  max-width: 111px;
  padding: 10px 10px 10px 5px;
}

.layout__groupFielPopup___3onQb .layout__Select-placeholder___3QvCG,
.layout__groupFielPopup___3onQb .layout__selField___ePI5B .layout__Select--single___2uUkP>.layout__Select-control___2GVQJ .layout__Select-value___3k3tT {
  max-width: 85%!important;
}

.layout__err___2uoh_,
.layout__errorPopup___37mbG {
  color: red;
  font-size: 12px;
  font-style: italic;
  display: block;
  font-weight: 500;
}

.layout__errorPopup___37mbG {
  margin-top: 15px;
}

.layout__groupFielPopup___3onQb {
  width: 100%;
  max-width: 281px;
}

.layout__selectContainer___1lL_K {
  position: relative;
}

.layout__selectContainer___1lL_K label {
  position: absolute;
  top: 0;
  left: 10px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transition: all .2s ease;
}

.layout__selectContainer___1lL_K .Select.Select--multi.has-value~label,
.layout__selectContainer___1lL_K .Select.Select--single.has-value~label {
  position: absolute;
  top: -30px;
  font-size: 14px;
}

.layout__selectContainer___1lL_K .Select.Select--single.is-loading .Select-placeholder {
  display: none;
}

.layout__selectContainer___1lL_K .Select-value-label {
  font-size: 18px;
}

.layout__selectContainer___1lL_K .Select-value {
  top: -4px;
  max-width: 85%!important;
}

.layout__removeClearValueIcon___19_j_ .Select-clear {
  display: none!important;
}

.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__uplStyle___2b6_o .Select--multi .Select-control,
.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__uplStyle___2b6_o .Select--single .Select-control {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__uplStyle___2b6_o .Select--multi.is-disabled .Select-control,
.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__uplStyle___2b6_o .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__odStyle___2OImL .Select--multi .Select-control,
.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__odStyle___2OImL .Select--single .Select-control {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__odStyle___2OImL .Select--multi.is-disabled .Select-control,
.layout__styledV2___3YD8F.layout__isValid___3SXhv.layout__odStyle___2OImL .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___3YD8F.layout__isValid___3SXhv .Select--multi .Select-control,
.layout__styledV2___3YD8F.layout__isValid___3SXhv .Select--single .Select-control {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___3YD8F.layout__isValid___3SXhv .Select--multi.is-disabled .Select-control,
.layout__styledV2___3YD8F.layout__isValid___3SXhv .Select--single.is-disabled .Select-control {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

.layout__styledV2___3YD8F.layout__isInvalid___2ZBM0 .Select--multi .Select-control,
.layout__styledV2___3YD8F.layout__isInvalid___2ZBM0 .Select--single .Select-control {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___3YD8F .Select--multi .Select-control,
.layout__styledV2___3YD8F .Select--single .Select-control {
  width: 100%;
  margin: 0;
  border-radius: 7px;
  border: 1px solid #cacaca;
  box-shadow: none!important;
}

.layout__styledV2___3YD8F .Select-input {
  height: 32px;
}

.layout__styledV2___3YD8F .Select-clear-zone {
  line-height: 1;
}

.layout__styledV2___3YD8F .Select--single>.Select-control .Select-value,
.layout__styledV2___3YD8F .Select-placeholder {
  padding: 0 0 0 5px;
}

.layout__errorStyle___2e93c {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__invalid___rtCPK .Select--multi .Select-control,
.layout__invalid___rtCPK .Select--single .Select-control {
  border-color: #dd621d;
}

.layout__hidden___3wbmA {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border: none;
}

.layout__group___3gnfs {
  position: relative;
}

.layout__group___3gnfs 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___3gnfs input.layout__invalid___jUHzC {
  border-bottom: 1px solid #dd621d;
}

.layout__group___3gnfs input:focus {
  outline: none;
}

.layout__group___3gnfs label {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 8px;
  transition: all .2s ease;
}

.layout__group___3gnfs input.layout__hasValue___fyj5m~label,
.layout__group___3gnfs input:focus~label {
  top: -20px;
  font-size: 14px;
}

.layout__group___3gnfs .layout__bar___2BRsJ {
  position: relative;
  display: block;
}

.layout__group___3gnfs .layout__bar___2BRsJ:after,
.layout__group___3gnfs .layout__bar___2BRsJ:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #028547;
  transition: all .2s ease;
}

.layout__group___3gnfs .layout__bar___2BRsJ:before {
  left: 50%;
}

.layout__group___3gnfs .layout__bar___2BRsJ:after {
  right: 50%;
}

.layout__group___3gnfs .layout__errorStyle___7Niwt {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.layout__group___3gnfs input:focus~.layout__bar___2BRsJ:after,
.layout__group___3gnfs input:focus~.layout__bar___2BRsJ:before {
  width: 50%;
}

.layout__withLabel___1Gz_a {
  margin-top: 45px;
}

.layout__styledV2___2ymqZ {
  width: 100%!important;
  position: relative;
}

.layout__styledV2___2ymqZ.layout__isValid___3ETHB>input {
  border: 1px solid #3e8a62!important;
  background: #eafff4!important;
}

.layout__styledV2___2ymqZ.layout__isValid___3ETHB.layout__uplStyle___Q58p->input {
  border: 1px solid #1976d2!important;
  background: #c4d7ea;
}

.layout__styledV2___2ymqZ.layout__isValid___3ETHB.layout__odStyle___Kn5VP>input {
  border: 1px solid #a460e8!important;
  background: #c4d7ea;
}

.layout__styledV2___2ymqZ.layout__isInvalid___ywCWL>input {
  border-color: red!important;
  background: #ffeded;
}

.layout__styledV2___2ymqZ>input {
  width: 100%!important;
  height: 34px;
  padding: 10px 25px 10px 5px;
}

.layout__styledV2___2ymqZ>input:disabled {
  background: #e1e1e1!important;
  border: 1px solid #787878!important;
}

