@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
.styled-scrollbars {
  /* Foreground, Background */
  scrollbar-color: #fff #2A2C7F;
}
.styled-scrollbars::-webkit-scrollbar {
  width: 10px;
  /* Mostly for vertical scrollbars */
  height: 10px;
  /* Mostly for horizontal scrollbars */
}
.styled-scrollbars::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #fff;
}
.styled-scrollbars::-webkit-scrollbar-track {
  /* Background */
  background: #2A2C7F;
}
body {
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.fas {
  font-family: 'Font Awesome 5 Pro' !important;
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px;
}
@media (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
h4 {
  color: #202020;
  font-weight: bold;
  font-size: 18px;
}
h5 {
  color: #fff;
  font-weight: 800;
  font-family: 'Kanit';
  font-size: 20px;
}
.font-kanit {
  font-family: 'Kanit', sans-serif !important;
}
.z-100 {
  z-index: 100 !important;
}
.c-white ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.c-white :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.c-white ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.c-white :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.c-white ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.c-white ::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}
.c-white,
.c-white input,
.c-white input:focus {
  color: #fff !important;
}
a.link {
  text-decoration: underline;
}
.heading-block {
  margin-bottom: 56px;
}
.error-message {
  color: red;
}
.ebtg-main-container {
  max-width: 1200px;
}
.main-container-margin {
  max-width: 1200px;
  min-height: calc(100vh - 555px);
}
.content-block {
  margin-bottom: 16px;
}
.content-block.last-block {
  margin-bottom: 96px;
}
.content-block .content-row {
  margin-top: 0px;
}
.content-block .content-row.first-content-row {
  margin-top: 36px;
}
#languageSwitcher.dropdown-toggle:after {
  content: none;
}
.sub-heading {
  color: #202020;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
.list-item-bold {
  font-size: 18px;
  font-weight: 700;
}
.bg-concrete {
  background-color: #FAFAFA;
}
.container.brand {
  position: relative;
}
.navbar {
  background: #fff;
  height: 58px;
  box-shadow: 0px 0px 10px 0px #bbb;
}
.navbar a {
  color: #202020;
}
.navbar li.nav-item {
  padding: 0px 12px;
  position: relative;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-collapse {
  background-color: #fff;
}
.navbar .navbar-collapse .dropdown-menu {
  border: none;
}
.nav-link {
  color: #202020;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
}
.nav-link:hover {
  color: #40E605;
  transition: 0.3s;
}
.submenu {
  margin-bottom: 32px;
}
.submenu li {
  display: inline-block;
  position: relative;
  padding: 0px 16px;
}
.submenu li:first-child {
  padding-left: 0px;
}
.submenu li.active {
  font-weight: 700;
}
.submenu a {
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.submenu a:hover {
  text-decoration: none;
  color: #40E605;
  transition: 0.3s;
}
.submenu a span.dashboard-menu-icon {
  font-size: 25px;
}
.breadcrumbs {
  margin-bottom: 32px;
}
.breadcrumbs .divider {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding: 0px 1px;
}
.breadcrumbs li:first-child {
  padding-left: 0px;
}
.breadcrumbs li.active {
  font-weight: 700;
}
.breadcrumbs a {
  color: #202020;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.main-wrapper {
  margin-top: 36px;
}
.main-wrapper.login {
  background: url('../../../public/images/mybike/ebtg/Inloggen.jpg') no-repeat center;
  background-size: cover;
  min-height: 810px;
}
.picture-avatar {
  box-shadow: 5px 5px #40E605;
}
.picture-avatar,
.picture-subscription {
  margin-bottom: 24px;
  margin-top: 24px;
}
.picture-subscription {
  position: absolute;
  right: 0;
  top: 50px;
}
.picture-service {
  position: absolute;
  right: -20px;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}
.cancel-sub .form-check-input {
  margin-top: 0.1rem !important;
}
.cancel-sub.white .radio-square {
  border: 2px solid #FFFFFF;
}
.cancel-sub.white .radio-square:checked:before {
  color: #FFFFFF;
}
input[type=radio].radio-square,
input[type=checkbox].radio-square {
  border: 2px solid #000;
  padding: 0.5em;
  vertical-align: middle;
  -webkit-appearance: none;
}
input[type=radio].radio-square:checked,
input[type=checkbox].radio-square:checked:before {
  background-size: 10px 10px;
  background-position: center;
  color: #fff;
  background-color: transparent;
  background-repeat: no-repeat;
}
input[type=radio].radio-square:checked:before,
input[type=checkbox].radio-square:checked:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  color: #000;
  position: absolute;
  top: -4px;
  left: 0;
}
input[type=radio].radio-square:focus,
input[type=checkbox].radio-square:focus {
  outline-color: transparent;
}
.dashboard-gutters .mybike-block {
  align-content: stretch;
  height: calc(100% - 24px);
}
.mybike-block {
  background: #2A2C7F;
  margin-bottom: 24px;
  position: relative;
  padding: 32px 24px 24px 48px;
  color: #fff;
  font-weight: 300;
}
.mybike-block.alternative {
  background: #fff;
  color: #202020;
  box-shadow: 1px 1px 10px 1px gray;
}
.mybike-block.alternative h2,
.mybike-block.alternative h3,
.mybike-block.alternative h1,
.mybike-block.alternative p,
.mybike-block.alternative a,
.mybike-block.alternative h4 {
  color: #202020;
}
.mybike-block.form-block {
  background: #fff;
  padding-left: 0px;
}
.mybike-block.form-block h2 {
  color: #202020;
}
.mybike-block b {
  font-weight: 600;
}
.mybike-block .contract-info-block {
  display: none;
}
.mybike-block .select-wrapper.theft {
  width: 100%;
  position: relative;
}
.mybike-block .select-wrapper.theft:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f078';
  font-weight: 800;
  color: #40E605;
  background-color: #fff;
  right: 0;
  top: 0;
  padding-top: 6px;
  height: 30px;
  width: 40px;
  position: absolute;
  pointer-events: none;
}
.mybike-block .costs {
  font-size: 25px;
  font-weight: 600;
}
.mybike-block .pickup-or-deliver {
  max-width: 190px;
}
.mybike-block .service-actions .repair-container {
  width: 150px;
  height: 150px;
  position: relative;
}
.theft label {
  font-size: 18px;
  font-weight: 500;
}
.ebtg-subscription.modal .modal-content {
  border: none !important;
}
.ebtg-subscription.modal .modal-header {
  border: none !important;
}
.ebtg-subscription.modal .modal-footer {
  border: none !important;
}
.ebtg-subscription.modal .modal-content {
  background-color: #2A2C7F;
}
.ebtg-subscription.modal .modal-content .modal-body {
  padding: 50px 100px 75px;
}
.modal-backdrop {
  background-color: #fafafa !important;
}
.modal-backdrop.show {
  opacity: 0.9 !important;
}
.scrollable {
  overflow: hidden;
  overflow-y: scroll;
}
.invoices-container {
  height: 200px;
  background-color: #2A2C7F;
}
.invoices-container .invoices-list {
  max-height: 200px;
  background: blue;
}
.invoices-container .invoices-list tr {
  background-color: #272460;
  width: 100%;
}
.invoices-container .invoices-list tr:nth-child(odd) {
  background-color: #2A2C7F;
}
.bike-select-block {
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.bike-select-block input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.bike-select-block input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.bike-select-block input[type="search"]::-webkit-search-decoration,
.bike-select-block input[type="search"]::-webkit-search-cancel-button,
.bike-select-block input[type="search"]::-webkit-search-results-button,
.bike-select-block input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.bike-select-block .bikes-list .search-container {
  position: relative;
  width: 100%;
}
.bike-select-block .bikes-list .search-container .search-bike::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.bike-select-block .bikes-list .search-container .search-bike:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.bike-select-block .bikes-list .search-container .search-bike::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.bike-select-block .bikes-list .search-container .search-holder {
  color: #000;
  position: absolute;
  right: 12px;
  top: 7px;
}
.bike-select-block .bikes-list .search-container .search-holder .fa-search {
  font-size: 20px;
}
.bike-select-block .bikes-list .bike-list-container {
  width: 100%;
}
.bike-select-block .bikes-list .bike-list-container .bike-list {
  overflow-y: auto;
  height: 275px;
}
.bike-select-block .bikes-list .bike-list-container .bike-row {
  position: relative;
}
.bike-select-block .bikes-list .bike-list-container span.bike-number {
  color: #000;
  display: inline-block;
  width: 150px;
  text-align: center;
  float: right;
  margin-right: 43px;
  background-color: #fff;
}
.bike-select-block .bikes-list .bike-list-container .radio-square {
  right: 10px;
  height: 27px;
  width: 27px;
  margin: 0;
}
.bike-select-block .bikes-list .bike-list-container .radio-square:checked:before {
  font-size: 22px;
}
.messages-container {
  max-height: 300px;
}
.messages-container .messages-list {
  max-height: 300px;
}
.messages-container .messages-list table td,
.messages-container .messages-list table th {
  border-top: none;
  border-bottom: 2px solid #2A2C7F;
}
.messages-container .messages-list td {
  font-size: 19px;
  letter-spacing: 0.02rem;
}
.messages-container .messages-list tr.font-bold {
  font-weight: 900;
}
.messages-container .messages-list .fa-eye {
  color: #40E605;
}
.card.blue {
  background-color: #2A2C7F;
  color: #fff;
  border: 5px solid transparent;
}
.card.blue.border-green {
  border: 5px solid #40E605;
}
.card.blue .card-title {
  color: #fff;
  text-decoration: none;
}
.card.blue .card-title.service {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.card.blue.dark-blue {
  background-color: #272460;
  position: relative;
  overflow: hidden;
}
a.service-tile:hover {
  text-decoration: none;
}
.title-wrapper {
  background-color: #2A2C7F;
  color: #fff;
}
.title-wrapper .arrow-right {
  position: absolute;
  top: 180px;
  color: white;
  padding: 15px;
  right: 15px;
}
.card-title {
  font-weight: 500;
  padding: 5px 5px 0px;
  margin: 0px !important;
  color: #FF7800;
}
.card-icon {
  position: absolute;
  left: -20px;
  bottom: 40px;
  opacity: 0.2;
}
.card-icon-deliver {
  right: 0px;
  bottom: 0px;
  position: absolute;
  overflow: hidden;
}
.hidden {
  visibility: hidden;
}
.card.form {
  border-radius: 0px !important;
}
.delivery-pickup.selected > .card.form {
  background-color: #f4f4f4;
}
.delivery-deliver.selected > .card.form {
  background-color: #f4f4f4;
}
a.delivery-pickup,
a.delivery-deliver {
  text-decoration: none;
}
.disclaimer-text {
  visibility: hidden;
}
.coupon-text {
  display: none;
}
.abo-ta-text {
  visibility: hidden;
}
a.delivery-pickup:hover > .card,
a.delivery-deliver:hover > .card {
  background-color: #f4f4f4;
}
.naw-block {
  min-height: 440px;
  padding: 32px 24px 24px 48px;
}
.subscription-block {
  min-height: 440px;
  padding: 32px 24px 24px 48px;
}
.subscription-block .bike-nr-container {
  width: 150px;
  background-color: #99A6C4;
  padding: 5px 10px;
  text-align: center;
  color: #000;
  font-weight: 900;
}
.subscription-block .credit-total.price {
  font-weight: 900;
  color: #40E605;
  font-size: 100px;
}
.subscription-detail.subscription-cancel .subscription-bike {
  right: -100px;
}
.subscription-detail {
  position: relative;
  overflow: hidden;
}
.subscription-detail .subscription-bike {
  position: absolute;
  right: -130px;
  bottom: 110px;
  z-index: 100;
}
.subscription-detail .detail-table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.subscription-detail .subscription-list-select,
.subscription-detail .subscription-list-select:focus {
  min-width: 150px;
  background-color: #2A2C7F;
  color: #fff;
  font-weight: 700;
}
.subscription-detail .subscription-list-select option:hover {
  background-color: #40E605;
}
.subscription-detail .subscription-list-select option {
  background-color: #2A2C7F;
  color: #fff;
}
.contact-actions .contact-title {
  z-index: 500;
  vertical-align: middle;
  display: block;
  width: 65px;
  background-color: black;
  height: 65px;
  padding: 10px;
  font-size: 30px;
  color: white;
}
.contact-actions .contact-title.whatsapp {
  padding: 11px;
}
.contact-actions .contact-title:hover {
  background-color: #40E605;
}
.service-block {
  min-height: 248px;
  padding: 32px 24px 24px 48px;
  position: relative;
  overflow: hidden;
}
.service-block .card {
  font-size: 19px;
}
.service-block .card a.card-title {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 18px;
}
.service-block .card a.card-title.whatsapp {
  padding: 19px;
}
.service-block .contact-actions .card {
  width: 150px;
  font-weight: 500;
  font-size: 20px;
}
.service-block a.btn-arrow {
  z-index: 500;
}
.find-my-bike-block {
  min-height: 292px;
  padding: 32px 24px 24px 48px;
}
.messages-block {
  min-height: 307px;
  padding: 32px 24px 24px 48px;
}
.subscription-info {
  margin-top: 28px;
  position: relative;
  z-index: 10;
}
.subscription-info li {
  padding: 8px 0px;
}
.service-text {
  max-width: 350px;
}
.repair-request .card,
.service-block .card {
  position: relative;
  overflow: hidden;
}
.repair-request .card .card-icon,
.service-block .card .card-icon {
  left: -20px;
  bottom: 40px;
  opacity: 0.2;
}
.repair h1.green {
  color: #40E605;
}
.repair .content-block p {
  font-size: 20px;
  font-weight: 500;
}
.repair-block .card {
  border: 5px solid transparent;
}
.repair-block .card.border-green {
  border: 5px solid #40E605;
}
.repair-block .title-wrapper {
  position: relative;
  overflow: hidden;
}
.repair-block .title-wrapper .card-title {
  position: relative;
  z-index: 100;
}
.repair-block .picture-service.repair {
  opacity: 1;
  height: 100px;
}
.repair-block .picture-service.repair.front-wheel {
  right: 25px;
}
.repair-block .picture-service.repair.rear-wheel {
  left: 25px;
}
.repair-block .picture-service.repair.saddle {
  left: -25px;
  top: 30px;
  height: 220px;
}
.repair-block .picture-service.repair.lights {
  height: 340px;
  right: -70px;
  top: -40px;
}
.repair-block .picture-service.repair.rack {
  height: 340px;
  right: -50px;
  top: 0;
}
.repair-block .picture-service.repair.other {
  height: 90px;
  right: 5px;
  bottom: 20px;
}
.refer-a-friend {
  overflow: visible;
}
.refer-a-friend .referral-info {
  position: absolute;
  top: 20px;
  right: 20px;
}
.refer-a-friend .referral-extra-info {
  display: none;
  position: absolute;
  background: #000000;
  color: #ffffff;
  top: -135px;
  right: -128px;
  font-size: 15px;
  width: 340px;
  z-index: 1000;
  padding: 25px;
}
.refer-a-friend .referral-extra-info:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
  bottom: -10px;
  right: 150px;
}
.refer-a-friend .referral-code {
  border: 2px solid #000;
  padding: 5px 10px;
  color: black;
  font-weight: bold;
}
.refer-a-friend .referral-code .copy-referral {
  display: none;
  position: absolute;
  background: #000000;
  color: #ffffff;
  z-index: 500;
  right: -5px;
  top: 35px;
  font-size: 15px;
  padding: 4px 6px;
}
.refer-a-friend .referral-code .copy-referral:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000;
  bottom: 25px;
  right: 30px;
}
.refer-a-friend .referral-code .copy-to-clipboard {
  float: right;
}
.refer-a-friend .referral-code .copy-to-clipboard:hover {
  cursor: pointer;
}
.refer-a-friend .messenger > img {
  height: 35px;
}
.refer-a-friend .whatsapp i {
  font-size: 39px;
  color: black;
}
.profile-block {
  height: calc(100% - 24px);
}
.profile-block .ppc {
  width: 100%;
  padding-right: 10px;
  min-height: 100px;
}
.profile-block .ppc .picture-avatar {
  box-shadow: 10px 10px #40E605;
}
.mybike-block.repair-block .service-actions input,
.mybike-block.repair-block .service-actions select {
  background-color: transparent;
  color: #fff;
  width: 100%;
}
.mybike-block.account-detail.edit input,
.mybike-block.account-detail.edit select {
  background-color: transparent;
  color: #fff;
  width: 100%;
}
.mybike-block.account-detail.edit label {
  font-weight: 500;
}
.mybike-block.account-detail.edit option {
  color: #000;
}
.mybike-block.account-detail.edit .btn-blue {
  color: #fff;
  background-color: #2A2C7F;
  width: auto;
}
.dashboard-gutters {
  margin-left: -12px;
  margin-right: -12px;
}
.dashboard-gutters > .col,
.dashboard-gutters > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
.account-detail .avatar-input {
  border-radius: 0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  background-color: #2A2C7F;
  color: #fff;
}
.custom-file-input:lang(nl) ~ .custom-file-label::after {
  content: "Bladeren";
  background-color: #2A2C7F;
  color: #fff;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  color: #202020;
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
textarea.form-control:focus {
  border: 1px solid #ced4da;
}
.login-form .field input {
  background-color: #2A2C7F;
}
.no-account {
  color: #fff;
  font-size: 14px;
}
.no-uppercase {
  text-transform: none !important;
}
.field input {
  height: 40px;
  width: 100%;
  font-size: 18px;
  color: #202020;
  border: none;
  padding-left: 0px;
  background-color: #fff;
  border-width: 0 0 1px;
  border-bottom-style: inset !important;
  border-color: #d5d5d5;
}
.field input:focus {
  outline: 0;
  border-color: #40E605;
}
.field input:valid + label::before {
  content: attr(data-title);
}
.field input:focus + label::before {
  color: #777;
}
select {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
}
select.form-control {
  padding-left: 0px;
  border-width: 0 0 1px !important;
  border-bottom-style: inset !important;
  border-color: #d5d5d5;
}
.select-wrapper.green-arrow {
  position: relative;
}
.select-wrapper.green-arrow:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-size: 18px;
  font-weight: 800;
  color: #40E605;
  right: 2px;
  top: 5px;
  background-color: #2A2C7F;
  position: absolute;
  pointer-events: none;
}
.validation-success {
  border-color: #40E605 !important;
}
.label-before,
.field input:valid + label::before,
.field input:focus + label::before,
.field input.valid + label::before,
.field input.validation-failed:invalid + label::before,
.field input.invalid + label::before,
.field select:valid + label::before,
.field select:focus + label::before,
.field select.valid + label::before,
.field select.validation-failed:invalid + label::before,
.field select.invalid + label::before {
  line-height: 10px;
  font-size: 13px;
  top: -10px;
  background: #fff;
}
.field label::before {
  content: attr(title);
  position: absolute;
  top: 12px;
  left: 16px;
  /*line-height: 30px;*/
  font-size: 16px;
  color: #777;
  transition: 300ms all;
}
.block-buttons {
  display: flex;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.btn-primary {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-blue {
  background-color: #2A2C7F;
  color: #fff;
  font-weight: 900;
  font-size: 19px;
}
.btn-blue:hover {
  color: #fff;
  text-decoration: underline;
}
.btn-arrow {
  width: 44px;
  height: 40px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  background-color: #FF7800;
  border-color: #FF7800;
}
.btn-arrow:hover,
.btn-arrow:active,
.btn-arrow:focus {
  background-color: #E06900 !important;
  border-color: #E06900 !important;
  box-shadow: none !important;
}
.btn-orange {
  background-color: #FF7800 !important;
  border-color: #FF7800 !important;
  color: #fff !important;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  background-color: #E06900 !important;
  border-color: #E06900 !important;
  box-shadow: none !important;
}
.btn-form {
  width: auto;
  padding: 8px 16px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #ccc;
  color: #202020;
}
.btn-form:hover,
.btn-form:active,
.btn-form:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
  color: #202020 !important;
}
.btn-form.btn-orange {
  background-color: #FF7800 !important;
  border-color: #FF7800 !important;
  color: #fff !important;
}
.btn-form.btn-orange:hover,
.btn-form.btn-orange:active,
.btn-form.btn-orange:focus {
  background-color: #E06900 !important;
  border-color: #E06900 !important;
  box-shadow: none !important;
}
.btn-block + .btn-block {
  margin-top: 0;
  margin-left: 12px;
}
.badge-mybike {
  background: red;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 0;
  border-radius: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-weight: 900;
  font-size: 16px;
}
.login-container {
  margin-top: 128px;
}
.login-container-margin {
  max-width: 912px;
}
.login-form {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 500px;
  background: #2A2C7F;
  padding: 40px 48px 40px 48px;
}
.password-reset-form {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #2A2C7F;
  padding: 40px 48px 40px 48px;
}
.password-reset-form h1 {
  text-align: center;
}
.password-reset-form input {
  background-color: #2A2C7F;
  border: none;
  border-bottom: 1px solid #fff;
}
.password-reset-form input:focus {
  background-color: #2A2C7F;
  border-bottom: 1px solid #40E605;
}
.password-reset-form button {
  font-weight: 600;
}
.remember-me {
  margin: 32px 0px 40px 0px;
}
.password-reset {
  color: #99A6C4;
  font-size: 14px;
}
.password-reset:hover {
  text-decoration: underline;
  color: #99A6C4;
}
.main-container {
  margin-top: 128px;
  max-width: 942px;
}
.footer {
  min-height: 336px;
  background: #2A2C7F;
  width: 100%;
}
.footer ul {
  padding-bottom: 24px;
  padding-top: 12px;
}
.footer li {
  font-size: 14px;
  color: #fff;
  padding: 8px 0px;
}
.footer li a {
  color: #fff;
}
.footer li a:hover {
  color: #40E605;
  text-decoration: none;
  transition: 0.3s;
}
.footer .logo {
  position: relative;
  min-height: 150px;
}
.footer .logo .content {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.footer-bar {
  min-height: 64px;
  line-height: 64px;
  background: #EAEAEA;
  font-size: 14px;
  color: #afafaf;
}
.footer-bar .footer-links li {
  display: inline-block;
  font-size: 14px;
  color: #afafaf;
  padding: 0px 12px;
}
.footer-bar .footer-links li a {
  color: #afafaf;
}
.footer-bar .footer-links li a:hover {
  text-decoration: underline;
}
.footer-bar .content-right {
  text-align: center;
}
.footer-bar .content-left {
  text-align: center;
}
@media (max-width: 575.98px) {
  h1,
  h2 {
    font-size: 30px;
  }
  .subscription-detail .detail-table td {
    font-size: 15px;
  }
  .badge-mybike {
    top: 0;
    background-color: red;
    right: 15px;
    bottom: auto;
  }
  div.main-wrapper {
    margin-top: 90px;
  }
  .submenu ul {
    display: flex;
  }
  .submenu li {
    text-align: center;
    background-color: #2A2C7F;
    width: 20%;
  }
  .submenu li span {
    color: #fff;
  }
  .submenu li span:hover {
    color: #FF7800;
  }
  .submenu li.active {
    background-color: #FF7800;
  }
  .submenu li.active span {
    color: #fff;
  }
  .mybike-block.messages-index .messages-container .messages-list table,
  .mybike-block.messages-index .messages-container .messages-list tbody,
  .mybike-block.messages-index .messages-container .messages-list tr,
  .mybike-block.messages-index .messages-container .messages-list td {
    display: block;
  }
  .mybike-block.messages-index .messages-container .messages-list td {
    width: 80%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 48px;
    white-space: nowrap;
  }
  .mybike-block.messages-index .messages-container .messages-list td:nth-child(2) {
    display: none;
  }
  .mybike-block.messages-index .messages-container .messages-list td:last-child {
    width: 20%;
  }
  .dashboard-gutters .contact-actions .contact-title i {
    font-size: 25px;
  }
  .contact-actions .contact-title {
    width: 50px;
    height: 50px;
    padding: 2px 5px;
  }
  .contact-actions .contact-title.whatsapp {
    padding: 2px 7px;
  }
  .service-block .card a.card-title {
    padding: 10px;
  }
  .service-block .card a.card-title.whatsapp {
    padding: 10px 12px;
  }
  .refer-a-friend .messenger img {
    margin-top: 5px;
    height: 25px;
  }
  .refer-a-friend .whatsapp i {
    margin-top: 5px;
    font-size: 28px;
  }
  .mybike-block.service-block .contact-actions .card {
    width: calc(50% - 12px);
  }
  .mybike-block.service-block .contact-actions .card.whatsapp {
    width: 100%;
  }
  .mybike-block .service-actions .repair-container {
    width: 136px;
    height: 136px;
  }
}
.footer-margin {
  padding-top: 96px;
  padding-bottom: 32px;
}
@media (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
  .font-size-mobile {
    font-size: 16px !important;
  }
  .row-mobile {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .ebtg-subscription.modal .modal-content div.modal-body {
    padding: 15px 20px 50px;
  }
}
@media (min-width: 768px) {
  .main-container-margin {
    min-height: calc(100vh - 555px);
  }
  .footer-bar .content-right {
    float: right;
    text-align: left;
  }
  .footer-bar .content-left {
    float: left;
    text-align: left;
  }
  .subscripion-detail .detail-right {
    min-height: 275px;
  }
  .inverted-ear {
    position: absolute;
    background-color: #272460;
    height: 165px;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .inverted-ear.ear-large {
    width: 630px;
  }
  .inverted-ear:after {
    content: "";
    position: absolute;
    border-width: 0px 0px 165px 165px;
    border-style: solid;
    border-color: #272460 #272460 #272460 #2A2C7F;
  }
  .inverted-ear-spacer {
    margin-top: 65px;
  }
  .account-detail .avatar-input {
    width: calc(70% - 1.375rem);
  }
  .account-detail .field input,
  .account-detail .field select {
    width: 70%;
  }
}
@media (max-width: 768px) {
  div.mybike-block.refer-a-friend .referral-extra-info {
    right: 0;
  }
  div.mybike-block.refer-a-friend .referral-extra-info:after {
    right: 22px;
  }
}
.btn:focus {
  box-shadow: none !important;
}
.btn:focus-visible {
  outline: none !important;
}
