button {
  outline: 0;
}

span.required-flag {
  font-size: 1rem;
  color: #b4b4b4;
}

h3.photo-id-label {
    margin: 1rem 0;
    color: #EEDD03;
    font-size: 1.5rem;
    text-align: left;
}

select {
  background: url("../images/down-arrow.png") no-repeat;
  background-size: 10px;
  background-position: right 6px center;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

div input:disabled, div select:disabled {
  color: #656565;
  border-color: #193c6d;
}

div#navigation span {
    cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.loading-box {
    width: 100%;
    height: 100%;
    padding: 30% 0;
    background-color: rgba(235, 235, 235, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loading-box-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    transform: translate(-50%, -50%);
    animation: spinner-rotate 1.5s infinite linear;
}

.input-check {
  position: absolute;
  width: 1rem;
  right: 1.75rem;
  top: 3.25rem;
}

.home-middle {
    margin-top: 7.8em;
}

.rates-link {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 5px;
    white-space: nowrap;
    font-weight: bold;
}

/* this is for the adjustment of yellow line on top of exchange rates */
@media screen and (min-width: 661px) and (max-width: 1120px) {
    .home-middle {
        margin-top: 6.0em !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 661px) {
    .home-middle {
        margin-top: 4.4em !important;
    }
}

.exchange-rates {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  background: #0c223e;
  padding: 90px 0;
  position: relative;
  min-height: 493px;
}
.exchange-rates p.title {
  font-size: 65px;
  font-weight: 100 !important;
  padding-bottom: 40px;
  margin: 0 !important;
  text-align: center;
  width: 100%;
}
.exchange-rates p.title span {
  font-weight: bold !important;
}
.exchange-rates .rates-container {
  max-width: 780px;
  min-height: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.exchange-rates .lets-go {
  margin-top: 42px;
  text-transform: capitalize;
  background: #eedd03;
  border: 1px #eedd03 solid;
  padding: 10px 50px;
  font-size: 21px;
  cursor: pointer;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
}
.exchange-rates:before {
  content: '';
  position: absolute;
  top: 0;
  width: 90%;
  height: 1px;
  left: 5%;
  background: #eee200;
}

.exchange-rates .item * {
  padding: 0;
  margin: 0;
}

.exchange-rates .overlay {
    grid-column: span 3;
}

.exchange-rates .overlay .item div {
    width: 87px;
    height: 54px;
    text-align: center;
}

.exchange-rates .overlay .item div span {
    text-align: center;
    font-size: 52px;
    width: 100%;
    color: #444;
}

.exchange-rates .item {
  padding: 15px 25px;
  background: #fafafa;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  min-width: 160px;
  max-width: 160px;
  height: 170px;
  margin: 0 auto;
  grid-column: span 3;
}
.exchange-rates .item p.country-code {
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 7px;
  line-height: 20px;
  white-space: nowrap;
}
.exchange-rates .item p.currency {
  font-size: 14px;
  font-weight: 650;
  padding-top: 8px;
  text-align: center;
}
.exchange-rates .item p.currency-rate {
  font-size: 32px;
  color: #333;
  margin-top: 5px;
}

.exchange-rates .last-update-time {
    margin-top: 70px;
    font-size: 14px;
    margin-bottom: -30px;
    white-space: nowrap;
    color: #efefef;
}

.touchevents .accordian {
    background-color: rgb(13, 34, 63) !important;
}

.kiosk-item {
    opacity: inherit;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #eedd03;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: underline;
    z-index: 100;
    transition: opacity 100ms ease-out;
}

.kiosk-item .right-hand {
    position: absolute;
    left: -34px;
    width: 38px;
    animation: point-hand .6s infinite;
}

.whatsapp-logo {
    height: 50px;
    width: 50px;
}

/* Style for stores page */

#stores {
    padding-top: 135px;
    background: #fff;
}
#stores #storemapper {
    margin-top: 0;
    width: 100%;
    display: block;
    max-height: 5000em;
    overflow-y: auto;
    height: auto;
}

#stores #storemapper-left {
    padding: 25px;
}

#stores #storemapper-go {
    padding: 10px 20px;
    margin-top: 10px;
    background: #0C223E !important;
    font-weight: bold;
    font-size: 16px;
}

#stores #storemapper-zip {
    height: auto;
    padding: 10px 15px;
    width: 100% !important;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}

#storemapper-form .storemapper-form-inner label {
    font-weight: bold;
    color: #777;
}

#stores #storemapper-left,
#stores #storemapper-right {
    height: calc(100vh - 82px); /* 100vh - header height */
    min-height: 320px;
}

#stores #storemapper-left {
    width: 33%;
    float: left;
}
#stores #storemapper-right {
    width: 67%;
    float: right;
}

#stores #storemapper p {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

#stores #storemapper a {
    text-decoration: none !important;
}

#stores #storemapper p.storemapper-logo.img-responsive {
    line-height: 0px !important;
}

#stores #storemapper img {
    margin: 5px 0;
    height: 31px;
}

#stores #storemapper-list li {
    margin-bottom: 12.5px;
    padding-bottom: 12.5px;
}

#storemapper h4 {
    margin: 0 !important;
}

@media (max-width: 669px) {
    #stores #storemapper-list {
        margin-top: 20px;
        max-height: 370px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 14px;
        box-shadow: inset 0 -10px 13px -10px rgba(0,0,0,0.3);
        padding-left: 5px;
        padding-right: 5px;
    }

    #storemapper-left {
        padding-bottom: 5px !important;
        height: auto !important;
    }
}

@media (max-width: 735px) {
    .break-all-md {
        word-break: break-all;
        display: inline-block;
    }
    .break-all-md:after {
        content: ".";
        color: #fff;
    }

    .gm-style-iw-d a.storemapper-maplink {
        margin-right: 7px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #stores #storemapper-left,
    #stores .has-secondary-header #storemapper-left {
        width: 100%;
        height: auto;
        padding: 15px;
        padding-bottom: 0;
    }

    #stores #storemapper-go {
        margin-top: 0;
    }

    #stores #storemapper-zip {
        margin-top: 0;
        margin-right: 0.5rem;
        margin-bottom: 1rem;
        width: 60%;
    }

    #stores #storemapper h4 {
        margin-bottom: 0.25rem;
    }

    #stores #storemapper #storemapper-left .storemapper-logo.img-responsive {
        display: none;
    }

    #stores #storemapper .storemapper-custom-1,
    #stores #storemapper .storemapper-custom-2,
    #stores #storemapper .storemapper-distance,
    #stores #storemapper .storemapper_btn-wrap,
    #stores #storemapper .storemapper_view {
        display: inline;
        margin-right: 1rem;
    }

    #stores #storemapper-right {
        width: 100%;
        min-height: 150px !important;
        margin-bottom: 25px !important;
    }

    #stores #storemapper p {
        display: block !important;
    }

    .kiosk-item {
        padding: 0 20px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 990px) and (orientation: landscape) {
    #stores #storemapper-left,
    #stores #storemapper-right {
        overflow-y: scroll;
    }
}
@media screen and (max-width : 1120px) {
    #stores {
        padding-top: 107px;
    }
}

@media screen and (max-width: 660px) {
    #stores {
        padding-top: 79px;
    }
}
/* end */

@media screen and (min-width: 320px) and (max-width: 721px) {
    .kiosk-item .right-hand {
        animation: point-hand-small-screen .6s infinite;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .exchange-rates .overlay {
        grid-column: span 6;
    }
    .exchange-rates {
        width: 100%;
        padding: 80px 30px;
    }
    .exchange-rates p.title {
        font-size: 50px !important;
    }
    .exchange-rates .last-update-time {
        margin-bottom: -20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 399px) {
    .exchange-rates .overlay {
        grid-column: span 12;
    }
    .exchange-rates {
        width: 100%;
        padding: 70px 30px;
    }
    .exchange-rates p.title {
        font-size: 40px !important;
    }
    .exchange-rates .last-update-time {
        margin-bottom: -10px;
    }
}

/* end */

/* IE Support for Exchange Rates Item*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .exchange-rates .overlay {
        width: 25%;
        float: left;
        padding: 10px 10px;
    }

    .exchange-rates .rates-container {
        text-align: center;
        display: inline-block;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px),
(-ms-high-contrast: none) and (max-width: 768px) {
    .exchange-rates .overlay {
        width: 50%;
    }

    .exchange-rates .rates-container {
        max-width: 360px;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 399px),
(-ms-high-contrast: none) and (max-width: 399px) {
    .exchange-rates .overlay {
        width: 100%;
    }
}
/* end */

@keyframes spinner-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(359deg);
    }
}

@keyframes point-hand {
    0% {
        left: -40px;
    }
    50% {
        left: -55px;
    }
    100% {
        left: -40px;
    }
}

@keyframes point-hand-small-screen {
    0% {
        left: -20px;
    }
    50% {
        left: -35px;
    }
    100% {
        left: -20px;
    }
}
