@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@200;400;700');

@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Orbitron:wght@500&display=swap');





body {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #000;
  overscroll-behavior: contain;
  /*background-image: url(pics/bgtile.jpg?v=3);*/
}




.bodytext {
  position: relative;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  color: #222;
}





.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 6px 4px 6px 4px;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    margin-top: 2px;
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}









/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: none;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}








.custom_button {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 6px 15px 6px 15px;
  text-align: center; 
  color: #fff; 
  font-size: 16px; 
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #008;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_button:hover {
  cursor: pointer;
  background: #024e91;
}

.custom_button_disabled {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 6px 15px 6px 15px;
  text-align: center; 
  color: #fff; 
  font-size: 16px; 
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #999;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}







.custom_button_white {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  border: 1px solid #00b;
  padding: 8px 20px 8px 20px;
  text-align: center; 
  color: #008; 
  font-size: 18px; 
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_button_white:hover {
  cursor: pointer;
  background: #ccc;
}





.micro_button {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 5px 8px 4px 8px;
  text-align: center; 
  color: #fff; 
  font-size: 13px; 
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #008;
  box-sizing: border-box;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micro_button:hover {
  cursor: pointer;
  background: #024e91;
}

.micro_button_disabled {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 5px 8px 4px 8px;
  text-align: center; 
  color: #fff; 
  font-size: 13px; 
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #cccccc;
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}









#menu_container {
    display: none; 
    position: absolute; 
    top: calc(100% + 4px); 
    right: 0px; 
    background: #fff; 
    border: 1px solid #000; 
    padding: 0px; 
    box-sizing: border-box; 
    z-index: 999999;
}


.menu_item {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    border-bottom: 1px solid #aaa;
    padding: 5px 24px 3px 16px;
    box-sizing: border-box;
    text-align: left;
    transition: 0.3;
    margin: 0px;
    color: #444;
    white-space: nowrap;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu_item:hover {
    color: #000;
    background: #efefef;
}



.new_text_link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
  box-sizing: border-box;
  padding: 0px;
  margin-left: 20px;
  transition: 0.3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new_text_link:hover {
  color: #000;
}



#nav_text_links_container {
  display: inline-flex; 
  position: relative; 
  height: 30px; 
  padding: 0px; 
  flex-grow: 1; 
  align-items: center; 
  align-content: center; 
  color: #000; 
  justify-content: flex-end;
}

#nav_menu_icon {
    display: none; 
    position: absolute; 
    right: 0px; 
    top: 10px; 
    bottom: 10px; 
    width: 28px; 
    box-sizing: border-box; 
    padding: 0px; 
    cursor: pointer; 
    flex-flow: row wrap; 
    gap: 6px; 
    align-content: center; 
    align-items: center;
}

@media screen and (min-width: 626px) {
  #nav_text_links_container { 
    display: inline-flex;
  }
  #nav_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 625px) {
  #nav_text_links_container { 
      display: none;
  }
  #nav_menu_icon {
      display: inline-flex;
  }
}







.search_result_block {
  display: inline-block;
  position: relative; 
  width: calc(33% - 4px);
  background: #efefef;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  box-sizing: border-box;
  margin-bottom: 0px;
}

@media screen and (min-width: 1026px) {
  .search_result_block { 
      width: calc(33% - 4px);
  }
}
@media screen and (min-width: 626px) and (max-width: 1025px) {
  .search_result_block { 
      width: calc(50% - 6px);
  }
}
@media screen and (max-width: 625px) {
  .search_result_block { 
      width: 100%;
  }
}





.listing_block {
  display: inline-block;
  position: relative;
  width: calc(33% - 6px);
  max-width: 340px;
  padding: 0px;
  text-align: left;
}

@media screen and (min-width: 951px) {
  .listing_block { 
      width: calc(33% - 6px);
  }
}
@media screen and (min-width: 626px) and (max-width: 950px) {
  .listing_block { 
      width: calc(50% - 9px);
  }
}
@media screen and (max-width: 625px) {
  .listing_block { 
      width: 100%;
  }
}



.half_block {
  display: inline-block;
  position: relative;
  width: calc(50% - 12px);
  padding: 0px;
  text-align: left;
}

@media screen and (min-width: 626px) {
  .half_block { 
      width: calc(50% - 12px);
  }
}
@media screen and (max-width: 625px) {
  .half_block { 
      width: 100%;
  }
}




.profile_block {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  max-width: 300px;
  padding: 0px;
  text-align: left;
}

@media screen and (min-width: 801px) {
  .profile_block { 
      width: calc(50% - 10px);
  }
}
@media screen and (max-width: 800px) {
  .profile_block { 
      width: 100%;
  }
}


.profile_full_block {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 614px; 
  text-align: left;
}

#profile_desc {
  resize: none; 
  width: 100%; 
  height: 100px;
}

@media screen and (min-width: 651px) {
  .profile_full_block { 
      max-width: 614px; 
  }
  #profile_desc {
      height: 100px;
  }
}
@media screen and (max-width: 650px) {
  .profile_full_block { 
      max-width: 300px; 
  }
  #profile_desc {
      height: 140px;
  }
}



.client_tab {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #666;
  text-align: center;
  padding: 0px;
  padding-bottom: 1px;
  border-bottom: 1px solid #666;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client_tab:hover {
  color: #444;
  border-bottom: 1px solid #444;
} 

.client_tab_active {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #008;
  text-align: center;
  padding: 0px;
  padding-bottom: 1px;
  border-bottom: 3px solid #008;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 651px) {
  .client_tab { 
      font-size: 16px;
      line-height: 22px; 
  }
  .client_tab_active {
      font-size: 16px;
      line-height: 22px;
  }
}
@media screen and (max-width: 650px) {
  .client_tab { 
      font-size: 15px;
      line-height: 20px; 
  }
  .client_tab_active {
      font-size: 15px;
      line-height: 20px;
  }
}



.dash_two_thirds {
  display: inline-flex;
  position: relative;
  justify-content: center; 
  gap: 12px; 
  flex-flow: row wrap;
  padding: 0px; 
  box-sizing: border-box;
  width: calc(66.6% - 10px);
  text-align: center;
}

.dash_one_third {
  display: inline-flex;
  position: relative;
  justify-content: center; 
  gap: 12px; 
  flex-flow: row wrap;
  padding: 0px; 
  box-sizing: border-box;
  width: calc(33.3% - 10px);
  text-align: center;
}

.dash_one_half {
  display: inline-flex;
  position: relative;
  justify-content: center; 
  gap: 12px; 
  flex-flow: row wrap;
  padding: 0px; 
  box-sizing: border-box;
  width: calc(50% - 10px);
  text-align: center;
}

.dash_inner_chart {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 6px);
  max-width: 300px; 
  min-width: 260px; 
  padding: 0px; 
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .dash_two_thirds { 
      width: calc(66% - 10px);
  }
  .dash_one_third {
      width: calc(33% - 10px);
  }
  .dash_one_half {
      width: calc(50% - 10px);
  }
  .dash_inner_chart {
      width: calc(50% - 6px);
  }
}
@media screen and (max-width: 750px) {
  .dash_two_thirds { 
      width: 100%; 
  }
  .dash_one_third {
      width: 100%;
  }
  .dash_one_half {
      width: 100%;
  }
  .dash_inner_chart {
      width: 100%;
  }
}



.recent_activity_box {
  display: block;
  position: relative; 
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}



.small_toggle_off {
  display: inline-block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}

.small_toggle_on {
  display: inline-block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background: #090;
  border-radius: 4px;
  cursor: pointer;
}





.dash_icon_box {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  font-family: 'BenchNine', sans-serif;
  text-align: center; 
  font-size: 13px; 
  line-height: 14px; 
  color: #555; 
  min-width: 60px;
}

@media screen and (min-width: 526px) {
  .dash_icon_box { 
      font-size: 13px;
      line-height: 14px; 
  }
}
@media screen and (max-width: 525px) {
  .dash_icon_box { 
      font-size: 10px;
      line-height: 11px; 
  }
}

.client_icon {
  height: 38px; 
  width: auto; 
  cursor: pointer;
}




.admin_tile {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background: linear-gradient(20deg, #ffffef,#fff,#ffffef);
  box-shadow: 0px 0px 11px rgba(0,0,0,0.15);
  border-radius: 6px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 13px;
  line-height: 15px;
}



.quote_photo {
  display: inline-block;
  position: relative;
  background: #efefef;
  width: 74px;
  height: 74px;
}




.vendor_tile {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  background: none;
  padding: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vendor_tile_inner {
  display: block;
  position: absolute;
  width: 85%;
  height: 90%;
  left: 7%;
  top: 7%;
  background: linear-gradient(20deg, #000,#555,#000);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  border-radius: 12px;
  box-shadow: 3px 4px 9px rgba(0,0,0,0.3);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#stars_box {
  display: inline-block; 
  position: relative; 
  height: 24px; 
  padding: 0px;
}

.company_box {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.address_box {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  color: #fff;
  font-weight: normal;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 391px) {
  .vendor_tile_inner { 
      font-size: 15px;
      line-height: 18px; 
  }
  #stars_box {
      height: 24px;
  }
  .company_box {
      font-size: 17px;
  }
}
@media screen and (max-width: 390px) {
  .vendor_tile_inner { 
      font-size: 13px;
      line-height: 15px;
  }
  #stars_box {
      height: 18px;
  }
  .company_box {
      font-size: 15px;
  }
}








.loader {
    display: inline-block;
    color: #ff0000;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}







.debitcard_container {
  display: block;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.debitcard_container_inner {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
}

.debitcard {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 62%;
  transform-style: preserve-3d;
  perspective: 600px;
}

.debitcard .face {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 15px 35px rgba(0,0,0,0.5);
  border-radius: 15px;
  background: rgba(0, 0, 140, 0.3);
  background-image: linear-gradient(to right, rgba(0,0,40,0.8),rgba(0,0,140,0.2));
  transform-style: preserve-3d;
  transition: 1s;
  backface-visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.debitcard:hover .face.front {
  transform: rotateY(180deg);
}

.debitcard .face.back {
  transform: rotateY(180deg);
}

.debitcard:hover .face.back {
  transform: rotateY(360deg);
}

.debitcard .face.front::before {
  content: '';
  position: absolute;
  bottom: 12%;
  right: 7.8%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
} 

.debitcard .face.front::after {
  content: '';
  position: absolute;
  bottom: 12%;
  right: 15.7%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
}

.debitcard .face.front .debit {
  position: absolute;
  left: 7.8%;
  top: 6.55%;
  color: #fff;
  font-weight: 500;
}

.debitcard .face.front .bank {
  position: absolute;
  right: 7.8%;
  top: 7.96%;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
}

.debitcard .face.front .chip {
  position: absolute;
  top: 25.5%;
  left: 9.8%;
  max-width: 12.6%;
}

.debitcard .face.front .number {
  position: absolute;
  bottom: 41.4%;
  left: 7.8%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 6px;
  font-size: 15px;
  text-shadow: 0px 2px 1px #0005;
  font-family: 'Orbitron', sans-serif;
}

.debitcard .face.front .valid {
  position: absolute;
  bottom: 24.7%;
  left: 7.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
}

.debitcard .face.front .valid span:last-child {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.debitcard .face.front .cardHolder {
  position: absolute;
  bottom: 10.0%;
  font-size: 16px;
  letter-spacing: 2px;
  left: 7.8%;
  color: #fff;
  font-weight: 300;
}

.debitcard .face.back .blackbar {
  position: absolute;
  top: 12.7%;
  width: 100%;
  height: 19.1%;
  background: #000;
}

.debitcard .face.back .ccvtext {
  position: absolute;
  top: 38.2%;
  left: 5.9%;
}

.debitcard .face.back .ccvtext h5 {
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.debitcard .face.back .whiteBar {
  position: relative;
  top: 54%;
  left: 5.9%;
  width: 72%;
  height: 12.7%;
  background: #fff;
  margin-top: 5px;
}

.debitcard .face.back .ccv {
  position: absolute;
  top: 8%;
  left: 100%;
  background: #111;
  padding-left: 4px;
  color: #fff;
  width: 12%;
  height: 84%;
  font-weight: 600;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.debitcard .face.back .text {
  position: absolute;
  bottom: 4.2%;
  left: 5.9%;
  right: 5.9%;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  font-weight: 300;
  text-align: left;
}

.highlight_name {
  display: none;
  position: absolute;
  left: 0%;
  width: 55%;
  bottom: 14%;
  height: 16%;
  border-radius: 50%;
  border: 5px solid #f00;
}

.highlight_number {
  display: none;
  position: absolute;
  left: 0%;
  width: 90%;
  bottom: 40%;
  height: 16%;
  border-radius: 50%;
  border: 5px solid #f00;
}

.highlight_expiry {
  display: none;
  position: absolute;
  left: 10%;
  bottom: 30%;
  width: 30%;
  height: 16%;
  border-radius: 50%;
  border: 5px solid #f00;
}

.highlight_ccv {
  display: none;
  position: absolute;
  right: 0%;
  width: 30%;
  bottom: 27%;
  height: 16%;
  border-radius: 50%;
  border: 5px solid #f00;
}

@media screen and (min-width: 441px) {
  .highlight_name {
    bottom: 14%;
  }
  .highlight_number {
    bottom: 40%;
  }
  .highlight_expiry {
    left: 10%;
    bottom: 30%;
  }
  .highlight_ccv {
    bottom: 27%;
  }
  .debitcard .face.front .number { 
      letter-spacing: 6px;
      font-size: 15px;
  }
  .debitcard .face.front .debit {
      top: 6.55%;
  }
  .debitcard .face.front .chip {
      top: 25.5%;
  }
  .debitcard .face.front .bank {
      top: 7.96%;
      font-size: 24px;
  }
  .debitcard .face.front .cardHolder {
      bottom: 10.0%;
      font-size: 16px;
      letter-spacing: 2px;
  }
  .debitcard .face.front .valid {
      bottom: 24.7%;
  }
  .debitcard .face.front::before {
      width: 60px;
      height: 60px;
  }
  .debitcard .face.front::after {
      width: 60px;
      height: 60px;
      right: 15.7%;
  }
  .debitcard .face.back .ccvtext {
      top: 38.2%;
  }
  .debitcard .face.back .ccvtext h5 {
      font-size: 10px;
      letter-spacing: 1px;
  }
  .debitcard .face.back .whiteBar {
      top: 54%;
  }
  .debitcard .face.back .text {
      bottom: 4.2%;
      font-size: 9px;
      line-height: 10px;
  }
  .debitcard .face.back .ccv {
      padding-left: 4px;
      width: 12%;
  }
}
@media screen and (max-width: 440px) {
  .highlight_name {
    bottom: 10%;
  }
  .highlight_number {
    bottom: 43%;
  }
  .highlight_expiry {
    left: 15%;
    bottom: 27%;
  }
  .highlight_ccv {
    bottom: 32%;
  }
  .debitcard .face.front .number { 
      letter-spacing: 1px;
      font-size: 13px;
  }
  .debitcard .face.front .debit {
      top: 1.55%;
      font-size: 13px;
  }  
  .debitcard .face.front .chip {
      top: 22.5%;
  } 
  .debitcard .face.front .bank {
      top: 6.96%;
      font-size: 18px;
  }
  .debitcard .face.front .cardHolder {
      bottom: 2.0%;
      font-size: 13px;
      letter-spacing: 1px;
  }
  .debitcard .face.front .valid {
      bottom: 15.7%;
  }
  .debitcard .face.front::before {
      width: 50px;
      height: 50px;
  }
  .debitcard .face.front::after {
      width: 50px;
      height: 50px;
      right: 13.7%;
  }
  .debitcard .face.back .ccvtext {
      top: 32.2%;
  }
  .debitcard .face.back .ccvtext h5 {
      font-size: 7.5px;
      letter-spacing: 0px;
  }
  .debitcard .face.back .whiteBar {
      top: 48%;
  }
  .debitcard .face.back .text {
      bottom: 3.0%;
      font-size: 6.5px;
      line-height: 6.5px;
  }
  .debitcard .face.back .ccv {
      padding-left: 7px;
      width: 15%;
  }
}




.suggestion_box {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 4px;
  padding-left: 34px;
  font-size: 14px;
  line-height: 28px;
  color: #222;
  background-color: #fff;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
  cursor: pointer;
  background-size: 28px 28px;
  background-position: 2px 4px;
  background-repeat: no-repeat;
}

.suggestion_box:hover {
  color: #000;
  background-color: #ffdddd;
}





