/* --------------------------------
Coinbox.css
-------------------------------- */

/*  defines variable
    use
      background-color: color:var(--white);
*/
:root {
  /* colors   */
  --primary: #bc4c82;
  --orange: #f8931d; /* colori palette */
  --dark_orange: #f8675e;
  --orange_faded: linear-gradient(
    90deg,
    rgb(248, 103, 94) 0%,
    rgb(248, 147, 29) 100%
  );
  --primary_faded: linear-gradient(90deg, #bc4c82 0%, #d081a7 100%) !important;
  --fuchsia: #cd5889;
  --violet: #895b96;
  --blue: #4a5781;
  --dark_blue: #2f4858;
  --background: #2f4858;
  --background_faded: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(47, 72, 88, 1) 100%
  );
  --white: #fff; /* altri colori   */
  --gray: #c0c0c0;
  --dark_gray: #888;
  --mediumn_gray: #aaa;
  --light_gray: #ddd;
  --text: #555;
  --text-light: #888;
}

.loader {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

body {
  background-image: none !important;
  background: var(--background_faded) !important;
  background-color: var(--background_faded) !important;
}

.condensed-operator-list {
  max-height: 350px;
  overflow: scroll;
}

a.logo-mini {
  display: none !important;
}
a.logo-normal {
  display: block;
}
body.sidebar-mini a.logo-mini {
  display: block !important;
}
body.sidebar-mini a.logo-normal {
  display: none !important;
}

a {
  color: #d693b4 !important;
}

h3.inline {
  display: inline-block;
}

/* styles input when filled by autocomplete
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
  color: rgba(255, 255, 255, 0.8)!important;
  background-color: red!important;
  background-clip: padding-box!important;
  border: 1px solid #cad1d7!important;
  box-shadow: none!important;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55)!important;
} */

/*  full-page transparent */
div.wrapper,
div.full-page,
div.content,
div.container,
footer {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/*  DIVs  */
div.card {
  border: none !important;
  box-shadow: none !important;
}
.card-title {
  color: var(--mediumn_gray) !important;
}
div.card,
div.card-header,
div.card,
div.card-body,
div.card-footer,
div.card-wizard {
  background-color: var(--background) !important;
}

/*  card-white: used for register/login   */
div.card-white,
div.card-white > div.card-header,
div.card-white > div.card-body,
div.card-white > div.card-footer {
  background-color: var(--white) !important;
}
img.card-img {
  width: 100% !important;
}
div.notification {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

/*  Progress Bar  */
div.progress-bar {
  /* progress-bar done   */
  background-color: var(--fuchsia) !important;
}
div.progress-with-circle {
  /* progress-bar to do   */
  background-color: var(--violet) !important;
}
ul.nav-pills a.nav-link {
  background-color: var(--violet) !important;
}
ul.nav-pills a.nav-link.active,
ul.nav-pills a.nav-link.checked {
  background-color: var(--fuchsia) !important;
}
ul.nav-pills a.nav-link:hover {
  color: var(--white) !important;
}

/*  Pagination  */
ul.pagination a.page-link {
  background-color: var(--fuchsia) !important;
  border-color: var(--fuchsia) !important;
  color: var(--white) !important;
}
ul.pagination a.page-link.disabled {
  background-color: var(--violet) !important;
  border-color: var(--violet) !important;
  color: var(--text-light) !important;
}

/*  Tables  */
tr.odd {
  background-color: var(--background) !important;
}

div.dataTables_wrapper table tr.selected {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
div.dataTables_wrapper table tr.selected td {
  color: var(--white) !important;
  padding-left: 5px;
}

/*  Form Elements */
input.form-control-bg,
input.custom-select {
  color: var(--text) !important;
  background-color: var(--white) !important;
  border-color: var(--light_gray);
}
input.form-control-bg:focus {
  border-color: var(--primary) !important;
}

/* span.form-check-sign::before {
    background-color: var(--primary)!important;
  } */

.form-check input[type="checkbox"]:checked + .form-check-sign::before,
.form-check input[type="checkbox"]:checked + .form-check-sign::before {
  border: none;
  background-color: var(--primary) !important;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  /* select created by bootstrap  */
  color: var(--text) !important;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}
.bs-searchbox input {
  border: none !important;
}

.btn {
  /*  color: var(--white) !important;
  background: var(--violet) !important;
  background-color: var(--violet) !important;
  background-image: var(--violet) !important;
  border-color: var(--violet) !important;*/
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn-primary {
  color: var(--white) !important;
  background: var(--violet) !important;
  background-color: var(--violet) !important;
  background-image: none;
  color: var(--white) !important;
  box-shadow: none;
}

.btn-primary,
.btn-secondary,
input[type="button"] {
  color: var(--white) !important;
  background: var(--primary) !important;
  background-color: var(--primary) !important;
  background-image: var(--primary_faded) !important;
  border-color: var(--primary) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"].active {
  color: var(--white) !important;
  background: var(--primary) !important;
  background-color: var(--primary) !important;
  background-image: linear-gradient(90deg, #bc4c82 0%, #d693b4 100%) !important;
  color: var(--white) !important;
  box-shadow: none;
}

span.badge-primary {
  background-color: var(--violet) !important;
}

/*  Modals    */
div.modal-content {
  background: var(--background) !important;
}
div.modal-content img.payment_method {
  max-width: 32px;
}

/*  Links */
a.nav-link {
  color: var(--white) !important;
}
a.nav-link:hover {
  color: var(--primary) !important;
}
div#navigation a.nav-link {
  color: var(--blue) !important;
}
li.dropdown.nav-item a.dropdown-toggle {
  color: var(--white) !important;
}

ul.dropdown-menu a.nav-item {
  color: var(--blue) !important;
}

/*  Swal  */
button.swal2-confirm {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

/* Headers */
div.full-page h3 {
  color: var(--blue) !important;
}

/*  Paragraphs  */
div.full-page p {
  color: var(--blue) !important;
}

/*  Select  */
span.tim-icons {
  opacity: 1 !important; /* removes opacity from countrypicker font-variant-ligatures: */
}

/*  Sidebar   */
div.sidebar {
  background-color: var(--white) !important;
  background-image: none !important;
}
div.sidebar::before {
  border-bottom-color: var(--white) !important;
}
div.sidebar a i,
div.sidebar a p,
span.sidebar-normal,
span.sidebar-mini-icon {
  color: var(--blue) !important;
}
div.sidebar p,
span.sidebar-normal {
  font-weight: 600 !important;
}
ul.nav li.active a::before {
  background: var(--blue) !important;
}

div.navbar-minimize-fixed {
  opacity: 1 !important;
  z-index: 9999 !important;
}
button.minimize-sidebar {
  background: none !important;
}

/*  Other classes */
div.DTE_Field_InputControl {
  max-width: 30px;
}
div.modal {
  background: #3048582e;
}

div#payment_modal img.payment_method {
  max-width: 32px;
  margin-right: 4px;
}

div#modal_payment_requests_fulfillment img.payment_method {
  max-width: 32px;
}

/*  hides input number updown */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  /* Firefox */
  -moz-appearance: textfield;
}

/*  New Sim Group Fields  */
div#about input[type="text"],
div#address input[type="text"] {
  font-size: 16px !important;
  line-height: 50px !important;
  height: 50px !important;
}

.bootstrap-select .check-mark::after {
  font-family: "FontAwesome";
  content: "\f00c";
  visibility: hidden;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2px;
  color: #bc4c82;
}

/*  Notifications   */
.alert-primary {
  color: var(--white) !important;
  background-color: var(--violet) !important;
  border-color: var(--violet) !important;
}
.alert-primary hr {
  border-top-color: var(--fuchsia) !important;
}
.alert-primary .alert-link {
  color: var(--white) !important;
}

.alert-secondary {
  color: #f4f5f7;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.alert-secondary hr {
  border-top-color: #e8eaed;
}
.alert-secondary .alert-link {
  color: #d6dae2;
}

.alert-success {
  color: #00f2c3;
  background-color: #29f4cd;
  border-color: #29f4cd;
}
.alert-success hr {
  border-top-color: #11f3c7;
}
.alert-success .alert-link {
  color: #00bf9a;
}

.alert-info {
  color: #1d8cf8;
  background-color: #419ef9;
  border-color: #419ef9;
}
.alert-info hr {
  border-top-color: #2891f8;
}
.alert-info .alert-link {
  color: #0772db;
}

.alert-warning {
  color: #ff8d72;
  background-color: #ff9f89;
  border-color: #ff9f89;
}
.alert-warning hr {
  border-top-color: #ff8a70;
}
.alert-warning .alert-link {
  color: #ff643f;
}

.alert-danger {
  color: #fd5d93;
  background-color: #fd77a4;
  border-color: #fd77a4;
}
.alert-danger hr {
  border-top-color: #fd5e93;
}
.alert-danger .alert-link {
  color: #fc2b71;
}

.alert-light {
  color: #adb5bd;
  background-color: #bac1c8;
  border-color: #bac1c8;
}
.alert-light hr {
  border-top-color: #acb4bd;
}
.alert-light .alert-link {
  color: #919ca6;
}

.alert-dark {
  color: #212529;
  background-color: #45484b;
  border-color: #45484b;
}
.alert-dark hr {
  border-top-color: #393b3e;
}
.alert-dark .alert-link {
  color: #0a0c0d;
}

.alert-default {
  color: #344675;
  background-color: #54648b;
  border-color: #54648b;
}
.alert-default hr {
  border-top-color: #4a597b;
}
.alert-default .alert-link {
  color: #243152;
}

.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #e6e6e6;
}

.alert-neutral {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-neutral hr {
  border-top-color: #f2f2f2;
}
.alert-neutral .alert-link {
  color: #e6e6e6;
}

.alert-darker {
  color: black;
  background-color: #292929;
  border-color: #292929;
}
.alert-darker hr {
  border-top-color: #1c1c1c;
}
.alert-darker .alert-link {
  color: black;
}

.flag {
  width: 25px;
  height: 25px;
}

/* Inverts the color of the calendar icon in <input type="date"> */
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
/* ------------------------------------------------------------- */

.text-danger {
  color: #fd5d93 !important;
}

.text-green {
  color: #00f2c3 !important;
}

.table > tbody > tr > td,
.card label {
  color: rgb(255, 255, 255);
  /* text-transform: capitalize; */
}

label {
  font-weight: bold;
  color: #fff;
}

.ui-autocomplete {
  background-color: #2f4858;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.text-primary {
  color: var(--primary) !important;
}

.icon-bell-55 {
  color: #fff;
}

ul.pagination a.page-link {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.pagination .page-item.active > .page-link {
  background: var(--primary) !important;
  background-image: var(--primary_faded) !important;
  border-color: var(--primary) !important;
}

span.badge-primary {
  background: var(--primary_faded) !important;
}

.fa-play-circle:before {
  color: #00f2c3 !important;
}

.fa-pause-circle {
  cursor: pointer;
}

table.dataTable tbody td.select-checkbox:before {
  border-color: var(--white);
}

#copy-success {
  display: none;
}

.dataTables_filter input {
  font-weight: bold !important;
}
.dataTables_filter label {
  font-weight: bold !important;
}

/* ------ almaware ------ */

.card-footer {
  margin-top: 0 !important;
}

.register-page .card-img,
.login-page .card-img {
  opacity: 0.2;
}

.card-register .card-img {
  top: 0 !important;
}

.register-page h1.card-title,
.login-page h1.card-title {
  color: #555555 !important;
  text-transform: capitalize !important;
  font-size: 2.5em !important;
  margin-top: 1em;
  font-weight: 600 !important;
}

.register-page .card-register .card-header,
.login-page .card-login .card-header {
  padding-bottom: 20px;
}

.register-page .card-register .input-group:last-child,
.login-page .card-login .input-group:last-child {
  margin-bottom: 20px;
}

.bs-searchbox .form-control {
  border: 1pt solid #999 !important;
  border-radius: 5px;
  background-color: #fef4e8;
}

.bootstrap-select.show > .dropdown-toggle,
.bootstrap-select button.dropdown-toggle:focus,
.bootstrap-select button.dropdown-toggle:active {
  border-color: transparent !important;
}

.form-group {
  margin-bottom: 20px !important;
}

.form-group .input-group {
  margin-bottom: 0;
}

.custom-select {
  border-radius: 0.5rem;
}

.navbar-toggler span {
  background: #666666 !important;
}

.navbar-collapse {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 1em;
}

.navbar-collapse .nav-item {
  text-align: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.bootstrap-select button.dropdown-toggle {
  border: 0;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  margin: 0;
  border-radius: 0;
}

.cookie-banner a {
  color: #ffffff !important;
  font-weight: 600;
}

.hidden {
  display: none;
}

.table tr td {
  font-size: 13px;
}

.pagination .page-item .page-link {
  border-radius: 5px !important;
}

@media only screen and (max-width: 480px) {
  .navbar.from_app {
    display: none !important;
  }

  .content.from_app {
    padding: 0 !important;
  }

  .from_app > .container > .row > div {
    padding: 0 !important;
  }

  .footer.from_app {
    position: relative;
    padding: 0;
    padding-bottom: 2em;
  }
}

/*****/

.action_col {
  min-width: 80px;
}
.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
  min-width: 100px;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

.bs-searchbox .form-control {
  color: #000000;
}

#payment_modal input {
  width: 200px;
}

/* Bootstrap-select country bootstrap 4 compatibility fix */

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
}
.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}
.bootstrap-select .check-mark {
  line-height: 14px;
}
.bootstrap-select .check-mark::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

select.form-control option {
  background-color: #2f4858;
}
/* country picker with border as form-control */
div.bootstrap-select.form-control {
  border-color: #fff !important;
  border-radius: 0.4285rem !important;
  font-size: 0.75rem !important;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  border-width: 1px !important;
  border-style: solid !important;
}

/* text-area form-control */
textarea.form-control {
  border-color: #fff !important;
  border-radius: 0.4285rem !important;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  border-width: 1px !important;
  border-style: solid !important;
}

li.no-results {
  color: red !important;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}

/* end fix */

div.DTE_Field_Type_readonly {
  display: none;
}
input#DTE_Field_price,
input#DTE_Field_customer_price,
input#DTE_Field_price_bulk,
input#DTE_Field_customer_price_bulk,
input#DTE_Field_child_price_bulk,
input#DTE_Field_child_price,
input#DTE_Field_daily_limit {
  min-width: 120px;
}

input[type="number"] {
  min-width: 120px;
}

p#invitation-code,
a#copy-code {
  font-weight: 600 !important;
  font-size: 1.8em !important;
}

td.select-checkbox:before {
  margin-top: 0px !important;
}
td.select-checkbox:after {
  margin-top: -6px !important;
}

.modal-title {
  color: #fff !important;
}

div.search {
  display: none;
}
input#custom-filter {
  border-color: #fff !important;
}

/*  custom radio buttons    */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.custom-radio .custom-control-input ~ .custom-control-label {
  padding-top: 0px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

/*  select */
.bootstrap-select > .dropdown-toggle {
  border-color: var(--white) !important;
}
.bootstrap-select.show > .dropdown-toggle {
  border-color: var(--primary) !important;
}
.bootstrap-select button.dropdown-toggle:focus,
.bootstrap-select button.dropdown-toggle:active {
  border-color: var(--primary) !important;
}

.action_col a,
.action_col i {
  margin-right: 3px;
  font-size: 16px;
  cursor: pointer;
  padding: 3px;
}

.action_col a:hover,
.action_col i:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.date_col {
  min-width: 90px;
}

/* 
    fix navbar non visible on mobile 
*/
.center {
  text-align: center !important;
}

/* datatable pagination */
ul.pagination {
  margin-top: 30px !important;
}

input[type="number"].small {
  width: 60px;
  min-width: unset;
  padding: 0 10px;
}

.pagination .paginate_button.active a {
  opacity: 0.5;
}

.dataTables_wrapper .dataTables_processing {
  /* position: absolute;
  top: 30%;
  left: 50%;
  width: 30%;
  height: 40px;
  margin-left: -20%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em; 
  background:none; */

  padding-left: 40px !important;
  background: url(../img/loaders/spinner.gif) 15% 50% no-repeat #ffffff !important;
  min-height: 60px;
  padding-top: 20px !important;
}

.card-stats .info-icon i {
  font-size: 1.5em !important;
}

i.disable_sim {
  color: #d63031;
}
.disable_sim,
.pause_sim {
  cursor: pointer;
}

.carriers {
  color: #c25d8e;
}

.test-sim {
  color: #b6c2b2;
}

.modal-dialog .close span {
  color: #ffffff;
}

.modal-dialog h5.modal-title {
  color: #ffffff !important;
  font-size: 1.5em;
  font-weight: 600;
}

/* pulsanti actions user */
i.edit_user {
  /* edit and button icons  */
  color: #bc4c82;
  cursor: pointer;
}
i.edit_user:hover {
  color: #fff;
}
i.delete_user {
  color: #d63031;
  cursor: pointer;
}
i.delete_user:hover {
  color: #fff;
}
.note_user {
  color: #3498db;
  cursor: pointer;
}
i.note_user:hover {
  color: #fff;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
    margin: 1.5rem auto;
  }
}

.btn-close {
  background-color: #ccc !important;
  color: #333 !important;
  width: 100% !important;
}

/* user menu icon and down-arrow */
div.photo {
  width: 34px;
  height: 34px;
  border: solid 2px white !important;
}
#user-menu-caret {
  color: white !important;
}

/* navbar */
nav.navbar {
  padding: 0px !important;
  /*z-index: 0!important; */
}
nav.navbar button.navbar-toggler {
  margin-left: 18px !important; /* to center header mobile */
}

/* data-table buttons */
div.dt-buttons {
  margin-bottom: 20px;
}

/* fix border campi in login, registrazione, forgot-password */
.login-page
  div.input-group:focus-within
  div.input-group-prepend
  > div.input-group-text,
.register-page
  div.input-group:focus-within
  div.input-group-prepend
  > div.input-group-text {
  border: solid fuchsia 1px !important;
  border-right: 0 !important;
}

table.dataTable tbody td {
  vertical-align: top;
}

/* media query */
@media (max-width: 1200px) {
  /* on mobile */
  .only-desktop {
    display: none;
  }
  .d-none {
    display: none !important;
  }
  .d-none a {
    color: #fff !important;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    /* removes left margin from search field on mobile */
    margin-left: 0em;
  }
  .center-mobile {
    text-align: center !important;
  }
  .float-right-mobile {
    /* float right on mobile */
    float: right !important;
  }

  nav.navbar {
    padding: 10px 0 !important;
  }

  /* datatable checkbox: vertical align on mobile */
  table.dataTable tbody td.select-checkbox:before {
    top: 23px !important;
  } /* but sales-price-table */
  table#sales-price-table tbody td.select-checkbox:before {
    top: 15.6px !important;
  }

  /* fix datatable export buttons */
  div.btn-group {
    display: block;
  }
  div.dt-buttons button.btn,
  div.dt-buttons button.btn:first-child {
    margin: 4px !important;
    border-radius: 0.4285rem !important;
  }
}
@media (min-width: 1200px) {
  /* desktop */
  .only-mobile {
    display: none;
  }

  /* wallet modals */
  div#group-summary_filter,
  div#group-detail_filter,
  div#sim-detail_filter {
    padding-left: 20px;
  }

  /* only on dekstop: form-row analyzer height lower than standard
	/* form row height */
  div.form-row.analyzer {
    height: 80px;
  }
}

/* horizontal scrollbars */
::-webkit-scrollbar {
  height: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  height: 5px;
  background: #c25d8e;
  border-radius: 3px;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
  display: block;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 400;
}
