/* Site theme and coloring*/
.green {
  color: #6EB2BD !important;
}

.success-text {
  color: #62bd5a !important;
}

.bg-green, .alert-success {
  background-color: #6EB2BD !important;
}

.orange {
  color: #FD8342 !important;
}

.bg-orange, .alert-warning {
  background-color: #FD8342 !important;
}

.red, .failed {
  color: #F44336 !important;
}

.error-text {
  color: #F44336
}

.warning-text {
  color: #FD8342;
}

.bg-red, .alert-danger, .alert-error, .qq-upload-list li.qq-upload-fail {
  background-color: #F44336 !important;
}

.top_nav .nav li li.current-page a {
  color: #FD8342;
}

.warning-label {
  font-weight: bold;
  color: #FD8342;
  font-size: 11px;
}

a {
  color: #337ab7;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
input[type="search"]:focus, select:focus, .select2-container *:focus, textarea:focus {
  border-color: rgb(0, 188, 212) !important;
}

.form-group input[type=file] {
  padding-top: 5px;
  width: 100%;
}

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

span.tag {
  background-color: #6EB2BD;
}

.form-control[readonly] {
  background-color: #f6f6f6;
}

span.required {
  color: red;
}

/* End site theme and coloring*/

table.dataTable {
  width: 100% !important;
  margin: 0;
}

table.dataTable td {
  max-width: 600px;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #BBDEE4;
}

.dataTables_filter {
  width: initial;
}

table.dataTable tr.disable-row:not(.selected) td {
  color: #CFD8DC;
}

table.dataTable:not(.dt-responsive):not(.table-noselect) tbody tr:not(.selected):hover td:not(.dataTables_empty) {
  cursor: pointer;
  background: rgba(38, 185, 154, .07);
  border-top: 1px solid rgba(38, 185, 154, .11);
  border-bottom: 1px solid rgba(38, 185, 154, .11);
}

table.dataTable:not(.dt-responsive):not(.table-noselect) tr.selected td:not(.td-checkbox) {
  cursor: pointer;
}

table.dataTable td.td-checkbox:hover {
  cursor: default;
}

table.dataTable:not(.dt-responsive):not(.table-noselect) tbody tr:hover td.td-checkbox:hover,
table.dataTable:not(.dt-responsive):not(.table-noselect) tbody tr:hover td.td-checkbox:hover ~ td {
  background: none !important;
  border-top: 1px solid #ddd !important;
  border-bottom: none !important;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 5px;
}

.dataTables_processing {
  height: 50px;
}

i.clear_filter {
  margin-right: 10px;
  margin-left: -15px;
  cursor: pointer;
}

.clearFilter {
  padding-top: 10px;
  font-weight: bold;
  cursor: pointer;
}

.td-checkbox {
  text-align: center;
}

.filterApplied, .filterApplied.select2-selection {
  background-color: #BBDEE4 !important;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.clearIcon {
  width: 25px;
  margin-top: 10px;
}

.clearText {
  margin-top: 10px;
}

.modal-header {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1f2c3c;
}

.chart {
  width: 130px;
  height: 130px;
}

hr {
  border-top: 2px solid #73879c;
}

.toggle {
  padding-bottom: 14px;
}

/*input.tooltip-container {
	width: 90% !important;
	float: left;
}*/

i.am-field-tooltip {
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px;
}

.form-horizontal.col-margin .ln_solid {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.hidden {
  display: none !important;
}

.col-last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.tile_count, .tile_count .tile_stats_count {
  margin: 0;
  padding: 0;
}

.tile_count .tile_stats_count:before {
  border-left: none;
}

.selectbox, .date-range, .merchant-autocomplete {
  background: #fff;
  padding: 8px;
  height: 34px;
  line-height: 15px;
  border-radius: 4px;
  border-width: 0 1px 4px;
  border: 1px solid #ccc;
  min-width: 200px;
}

.select-trans-type {
  min-width: 100px;
}

.merchant-autocomplete {
  min-width: 300px;
}

.merchant-autocomplete::placeholder {
  color: #aaa8a8;
}

.merchant-search-container {
  display: inline-block;
  position: relative;
}

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0;
  list-style: none;
  font-size: 13px;
  text-indent: 5px;
  background-color: #fff;
  background-clip: padding-box;
  border: #616161 1px solid;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  color: #FFFFFF;
  background-color: #767676;
  cursor: pointer;
}

.ui-autocomplete-clear {
  font-size: 16px;
  color: #a7b1c7;
  position: absolute;
  padding-top: 3%;
  right: 4%;
  transition: right 0.2s;
  cursor: pointer;
  display: none;
}

.ui-autocomplete-clear:hover {
  color: #b9c4dc;
}

#clear-user-merchant {
  padding-top: 8px;
  right: 25px;
}

.inputSmall {
  min-width: 70px;
}

.summary-input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

.merchant-autocomplete[disabled], .date-range[disabled] {
  opacity: 0.75;
}

.jqstooltip {
  width: 65px !important;
  height: 30px !important;
}

.nav-sm .navbar-static-top {
  padding-left: 70px;
}

.top_nav .navbar-right > li {
  padding-right: 10px;
}

.top_nav .navbar-right > li > a i {
  font-size: 25px;
}

span.select2-container {
  max-width: 100% !important;
}

/*select2 parsley validation*/
.sel2 .parsley-errors-list.filled {
  margin-top: 42px;
  margin-bottom: -60px;
}

.select2 span:not(.select2-selection__placeholder) {
  color: #555 !important;
}

.parsley-errors-list:not(.filled) {
  display: none;
}

.sel2 .parsley-errors-list.filled + span.select2, .select2_sel.parsley-error + span.select2 span.select2-selection--multiple {
  margin-bottom: 30px !important;
}

.sel2 .parsley-errors-list.filled + span.select2 span.select2-selection--single, .select2_sel.parsley-error + span.select2 span.select2-selection--multiple, .inputFieldError {
  background: #FAEDEC !important;
  border: 1px solid #E85445;
}

.sel_multiple_container + .parsley-errors-list.filled {
  margin-top: -30px;
}

.parsley-errors-list.filled ~ .input-group-addon {
  display: none;
}

/*End--select2 parsley validation*/
.btstrp-toggle {
  margin-bottom: 0;
}

.btstrp-toggle .toggle.btn {
  min-width: 100px !important;
}

.btstrp-toggle .toggle-on, .btstrp-toggle .toggle-off {
  margin-right: 0;
  margin-bottom: 0;
}

.navbar.nav_title {
  border: 0;
  float: none;
  display: inline-block;
  text-align: center;
  background-color: #011629;
}

.site_title {
  height: auto;
  line-height: normal;
  padding-left: 0px;
  margin-top: 20px;
}

.site_title i {
  border: none;
  font-size: 25px;
}

.navbar.nav_title a span {
  display: block;
}

.nav-sm .navbar.nav_title a span {
  display: none !important;
}

.panel_toolbox {
  width: 100%;
}

.panel_toolbox li {
  width: 100%;
  text-align: right;
  cursor: default;
}

.panel_toolbox li a:hover {
  background-color: transparent;
  cursor: pointer;
}

span.select2-container {
  width: 100% !important;
}

.my-toggle {
  height: 40px;
  overflow: hidden;
}

.top_nav .navbar-right {
  height: 50px;
}

.navbar-right > li > a {
  padding: 12px 0 8px;
}

div#breadcrumb {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  overflow: hidden;
}

#breadcrumb h5 {
  font-weight: bold;
}

.strong {
  font-weight: 700 !important;
}

.value-label {
  text-align: left !important;
  color: #23527c;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 8px;
  min-height: 34px;
}


.black-label {
  color: black !important;
  font-size: 12px !important;
  font-weight: 400;
}

.user-activate-hint {
  color: #23527c;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 8px;
  min-height: 34px;
}

#provider-imgs img {
  min-width: 80px;
  max-width: 120px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.logo_img {
  float: left;
  margin-left: 8px;
  width: 50px;
  max-width: 50px;
}

.nav-sm .logo_img {
  width: 32px !important;
  margin-left: 20px;
}

.logo_img_Error {
  width: 50px;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
  border-right: 5px solid #FF9900;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #FF9900;
}

.fa-times-thin:before {
  content: '\00d7';
  padding-top: 5px;
}

.fa-times-thin {
  font-size: 18px;
}

/*.am-donut-tooltip {*/
/*  color: red !important;*/
/*}*/

:not(.wizard_steps a) a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a.disabled:hover {
  cursor: default;
}

.form-group label {
  font-size: 14px;
}

.fixed_height_320 {
  height: 282px;
}

.btn-primary, .btn-secondary, .btn-danger {
  min-width: 80px;
}

.btn-2x {
  min-width: 120px;
}

.btn-secondary, .qq-upload-button {
  color: #fff;
  background-color: #607D8B;
  border-color: #204d74;
}

.qq-upload-button {
  border-radius: 4px;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: #4E6671;
  border-color: #204d74;
}

.btn-success {
  background: #11A67E;
}

.btn-success:hover {
  background: #7CCBAB;
}

.tag:after {
  border-left: none;
}

td.td-checkbox {
  width: 32px;
  padding-bottom: 0px !important;
}

.checkbox label {
  cursor: default;
  padding-left: 5px !important;
}

tr.child td.child ul {
  width: 100%;
}

tr.child td.child textarea {
  resize: none;
  border: none;
  width: 75%;
  height: 150px;
}

.setup-wizard-panel {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  background-color: transparent;
}

.setup-wizard-panel .x_title {
  border: none;
  padding: 0;
}

.setup-wizard-panel .panel_toolbox li {
  cursor: default;
  text-align: left;
}

i.fa-xs {
  font-size: 11px;
}

.rotate {
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rotate.down {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-not-started::before {
  content: "\f1ce";
}

.actionBar {
  text-align: center;
}

.actionBar a {
  margin-bottom: 5px;
}

.form_wizard .x_title {
  margin-bottom: 0;
}

.x_title h2 {
  text-align: left;
}

.wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
  background: #6EB2BD;
}

.test-content .row div, div.test-title-2 {
  width: 350px;
  float: left;
  clear: left;
}

.test-content .row div {
  padding-left: 25px;
}

.wizard-step-content h2:not(:first-of-type) {
  margin-top: 10px;
}

.navbar-static-top {
  left: 0;
  padding-left: 230px;
  height: 55px;
}

.right_col > .row:first-of-type {
  margin-top: 55px;
}

ul.wizard_steps {
  padding-left: 0;
}

ul.wizard_steps > li {
  width: 15%;
}

ul.wizard_steps > li:hover {
  position: inherit !important;
  display: table-cell !important;
}

ul.bar_tabs > li.active a {
  width: 100%;
  overflow: hidden;
}

h2.bookmark {
  padding-top: 60px !important;
  margin-top: -50px !important;
}

.textarea-h150 {
  height: 150px !important;
}

textarea.min-h150 {
  min-height: 150px;
  resize: none;
}

.donut-legend-small td {
  padding-right: 7px;
  width: 150px;
  text-align: left;
}

.donut-legend-small i {
  padding-right: 2px;
}

.modal-footer .btn {
  margin-bottom: 0;
}

div.alert-container {
  float: none;
  margin: 0 auto;
}

div.alert-container .alert {
  display: inline-block;
  text-align: left;
  min-width: 250px; /*Temporary*/
}

.alert {
  margin-bottom: 5px;
}

.ui-pnotify-sticker .glyphicon:not(:hover), .ui-pnotify-closer .glyphicon:not(:hover) {
  color: #CFD8DC;
}

.alert span.glyphicon:hover, .close:hover {
  color: #fff;
  opacity: 1;
}

.alert-dismissable .close, .alert-dismissible .close, button.close {
  color: #CFD8DC;
  font-size: inherit;
  text-shadow: none;
  margin-right: -5px;
  margin-top: 2px !important;
  top: 0;
  opacity: 1;
}

.ui-pnotify-container {
  margin-right: -30px;
  margin-left: 45px; /*For mobile supporting*/
  margin-top: 20px;
  margin-bottom: -50px;
  top: 60px;
}

body > .ui-pnotify {
  z-index: 990;
}

input.hasTooltip {
  width: calc(100% - 20px);
  float: left;
}

.brighttheme-notice {
  background-color: #FFFFA2;
  border: 0 solid #FFFF00;
  color: #4F4F00;
}

.ui-pnotify.customNotify .ui-pnotify-container {
  /*background-color: #404040 !important;*/
  /*background-image: none !important;*/
  border: none !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.modal {
  z-index: 10050;
}

.modal .restart-alert {
  width: 800px;
}

.modal .restart-alert .modal-body {
  font-weight: bold;
  font-size: 16px;
}

.glyphicon-warning-sign:before {
  content: "\e101";
}

.option-placeholder {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.nobottompadding {
  padding-bottom: 0 !important;
}

.notoppadding {
  padding-top: 0px !important;
}

.nosidepadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rightmargin {
  margin-right: 40px;
}

.ml-1 {
  margin-left: 10px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.no-paddingLeft {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.nobottommargin {
  margin-bottom: 0px !important;
}

.notopmargin {
  margin-top: 0px !important;
}

.topmargin {
  margin-top: 15px;
}

.bottommargin {
  margin-bottom: 10px;
}

body.login {
  color: white;
  background-color: #1f2c3c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login_content {
  padding: 15px 0 0;
  text-shadow: none;
}

.login_content form input[type="password"].parsley-error, .login_content form input[type="text"].parsley-error {
  margin-bottom: 0;
}

.login_content form input.parsley-error:focus {
  background: #FAEDEC;
}

.login_content form .parsley-errors-list {
  text-align: left;
}

.login_content a:not(.btn) {
  color: #FFCB32;
}

.login_content a:not(.btn):hover {
  color: #FA8400;
}

/*spinner*/
.loadingProgress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/images/loading-17e7bebcaec133cae788ab25558dad7e.gif') center center no-repeat;
}

.checkAllProgress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/images/loading-17e7bebcaec133cae788ab25558dad7e.gif') center center no-repeat;
}

.dspanel .form-group {
  margin-bottom: 0px;
}

a.noHref {
  cursor: pointer !important;
}

#table-audit-entity td.tdKey {
  font-weight: bold;
  text-transform: capitalize;
}

#table-audit-entity td {
  max-width: 500px;
  word-wrap: break-word;
  vertical-align: top;
  padding: 0 10px 5px 10px;
}

tr.modifiedRow {
  background-color: aliceblue !important;
}

.panelDiv {
  border: 1px solid #e6e9ed;
  margin-bottom: 5px;
}

#pnl-filter {
  margin-bottom: 30px;
}

.inline-block {
  display: inline-block;
}

.qrcodeImg {
  width: 150px;
}

.bold-message {
  font-size: 11px !important;
  line-height: 35px;
}

.twoFaGuide span {
  font-size: 11px !important;
}

.twoFaStep {
  margin-top: 15px;
}

#dyscrollup-btn {
  z-index: 999999;
  position: fixed;
  cursor: pointer;
  display: none;
  bottom: 150px
}

#dyscrollup-btn:hover {
  background-color: #286090 !important;
}

.dtHeadIcon {
  width: 16px;
}

.dtIcon {
  width: 16px;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
}

.toggle-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.dataTables_info {
  width: 100%;
  text-align: right;
  margin-right: 15px;
}

.dataTables_length {
  width: 25%;
  float: left;
}

.dataTables_paginate {
  padding-left: 10px;
}

.pnlHint {
  float: left;
  text-align: left;
  color: #73879c;
  margin-top: 5px;
  margin-left: 20px;
}

.fullWidth {
  width: 100%
}

table.planUsage td {
  padding: 0 10px;
  line-height: 30px;
  border-top: 1px solid #eee
}

.input-group[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

#user-msg {
  word-wrap: break-word;
}

.pnlSetupWizard .stepContainer {
  margin-top: 50px;
  min-height: 440px !important;
}

.pnlSetupWizard blockquote {
  margin-bottom: 40px;
  color: #23527c !important;
  padding: 5px 15px;
}

blockquote.small {
  font-size: 13px;
}

/*.checkbox & .radio*/
.checkbox input[type="checkbox"]:checked + span, .radio input[type="radio"]:checked + span {
  background-color: #607D8B;
  border-color: #607D8B;
}

.checkbox input[type="checkbox"]:focus + span, .radio input[type="radio"]:focus + span {
  border-color: #00bcd4;
}

.checkbox input[type="checkbox"]:checked + span i, .radio input[type="radio"]:checked + span i {
  color: #fff;
}

.checkbox label, .radio label {
  padding-left: 0;
}

.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both
}

.checkbox .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em
}

.radio .cr {
  border-radius: 50%
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%
}

.import-status {
  line-height: 0;
}

/*.radio .cr .cr-icon {
}*/

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1
}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: .5
}

/*.checkbox & .radio*/
/*
.radio label {
    margin-bottom: 10px;
    margin-left: 10px;
}*/

.col-full {
  width: 100%;
}

.tlTotal h6 {
  font-weight: bold;
  float: right;
  text-align: left;
  width: 120px;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w110 {
  width: 110px !important;
}

.w175 {
  width: 175px !important;
}

.w200 {
  width: 200px !important;
}

.tdCertW20P {
  width: calc(20% - 320px) !important;
  min-width: 80px !important;
}

.tdCertW60P {
  width: calc(60% - 320px) !important;
  min-width: 120px !important;
}

.tdCertW80P {
  width: calc(80% - 320px) !important;
  min-width: 120px !important;
}

@media screen and (max-width: 444px) {
  .login-text {
    font-size: 20px !important;
  }

  .welcome-text {
    font-size: 14px !important;
  }

  .login-navbar {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 549px) {
  /*.step_descr {
  display:none;
}*/
  .dataTables_wrapper .row:first-of-type .col-sm-6 {
    width: 50% !important;
    padding-top: 5px;
  }

  .nav-sm .navbar-right > li > a {
    padding: 10px 2px 8px;
  }

  .my-toggle {
    width: 40px;
  }

  .login-view {
    width: 90% !important;
  }
}

@media screen and (min-width: 550px) {
  .my-toggle {
    width: 50%;
  }

  .top_nav .navbar-right {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page-title .title_left, .page-title .title_right,
  .soapAPI .page-title .title_left, .soapAPI .page-title .title_right {
    width: 100%;
  }

  .test-content .row div, div.test-title-2 {
    width: 100% !important;
  }

  .value-label {
    margin-bottom: 5px !important;
  }

  /*
      .stepContainer {
          min-height: 150px;
          max-height: 350px;
      }
  */
  #step-1 {
    height: 340px;
  }

  .donut-legend-small {
    display: inline-block;
  }

  #pnl-directory-server .form-control {
    margin-bottom: 2px;
  }
}

/*
@media screen and (min-width: 768px) {
    .stepContainer {
        height: 620px !important;
    }
}
*/
@media screen and (max-width: 991px) {
  .form-horizontal.col-margin .form-control {
    width: 100% !important;
  }

  .nav-md .container.body .right_col, footer {
    margin: 0;
  }

  .navbar-static-top {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .x_title .panel_toolbox h2 {
    width: auto;
  }
}

@media screen and (max-width: 1280px) {
  .donut-group, .donut-group-legend {
    width: 100%;
  }
}

.pak-textarea {
  height: 170px !important;
}

.acquirer-bins-dropdown {
  max-height: 200px;
  overflow-y: scroll;
  width: fit-content;
}


.merchant-token-container {
  max-width: 400px;
}

.max-width-fill-content {
  max-width: fit-content;
}

#modal-import-merchants .modal {
  overflow: visible;
}

#modal-import-merchants .modal-body {
  overflow-y: visible !important;
}

.import-text {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

.login-navbar {
  width: 100%;
  height: 10rem;
  background-color: #101010;
  padding: 1.5rem 23%;
}

.login-navbar img {
  width: auto;
  height: 5.5em;
}

.login-view {
  background-color: whitesmoke;
  width: 50rem;
  margin: 7% auto;
  border-radius: 8px;
  padding: 0.5rem 3rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.as-login-logo {
  display: block;
  width: 68%;
  height: 7rem;
  margin: 0 auto;
  object-fit: contain;
}

.login-text {
  font-size: 20px;
  font-weight: 800;
  font-family: Helvetica, sans-serif;
  line-height: 1.33;
  letter-spacing: -0.48px;
  text-align: left;
  color: #0f172a;
}

.welcome-text {
  font-size: 15px;
  font-weight: 550;
  font-family: Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: left;
  margin: 1.5rem 0 2rem;
}

.login-input {
  margin: 4px 0 0;
  padding: 1.5rem;
  border-radius: 4px;
  border: solid 1px #cbd5e1;
  background-color: #fff;
  width: 100%;
  color: black;
  font-size: 14px;
}

.login-input-label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  margin-bottom: 0;
}

.as-button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  align-items: center;
}

.as-button {
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 5rem;
  gap: 6px;
  padding: 0;
  border-radius: 5px;
  background-color: #f1a627;
  border: #f1a627 1px solid;
  margin: 0;
  cursor: pointer;
}

.as-button-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.32px;
  color: whitesmoke;
}

.link-beside-button {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 0.5em;
}

.left_col {
  background-color: #011629;
}

.sidebar-footer {
  padding: 0;
}

.sidebar-footer a {
  color: whitesmoke;
  background-color: #0f0e14;
}

#am_logo_sm {
  display: block;
  margin: 10px auto 0;
  width: 70% !important;
}

#am_logo_md {
  height: 2.2em;
  margin: 0 auto;
}

#as-version {
  margin-bottom: 0;
  font-family: sans-serif;
  font-weight: 400;
}

.as-text-dark {
  color: #475569;
}