.exchangeContainer {
    box-shadow: 10px 20px 45px rgb(0 0 0 / 10%);
}

#hpExchangeRateBox {
    overflow: hidden;
    border: 1px solid #D3D7DA;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
}

#hpExchangeRateBox .left {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
}

#hpExchangeRateBox .left .row-1-2:nth-child(1) {
    border-bottom: solid 1px #DDD;
}

#hpExchangeRateBox .left .row-1-2 {
    padding: 12px 15px;
    overflow: hidden;
}

#hpExchangeRateBox p {
    color: #5B5B5B;
    margin-top: -8px;
    margin-bottom: 0px;
    background-color: #FFF;
    width: fit-content;
    padding: 0 6px;
    font-family: "Lato", Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-left: 10px;
}

#hpExchangeRateBox .left .row-1-2 h4 {
    color: #F70039;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    width: 48px;
    float: left;
    text-align: left;
}

#hpExchangeRateBox .left .row-1-2 input {
    float: right;
    height: 48px;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: -o-calc(100% - 48px);
    width: calc(100% - 48px);
    font-size: 40px;
    text-transform: uppercase;
    line-height: 52px;
    font-weight: 400;
    text-align: right;
}

#hpExchangeRateBox .selectOptions {
    height: 180px;
    cursor: pointer;
    position: relative;
}

#hpExchangeRateBox .right {
    width: 120px;
    float: right;
    border-left: solid 1px #DDD;
}

#hpExchangeRateBox .right p {
    position: absolute;
    width: 100%;
    padding-top: 12px;
    padding-left: 15px;
    text-align: left;
}

.verticalCover {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: table;
    z-index: 9;
}

#hpExchangeRateBox .selectOptions .verticalOne {
    padding-bottom: 0;
}

.hasNegativeMargin .verticalOne {
    padding-bottom: 80px;
}
.verticalOne {
    height: auto;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

#hpExchangeRateBox img.countrySelector {
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

.bgImage img {
    width: 100%;
    height: auto;
    display: block;
}

#hpExchangeRateBox h6 {
    margin: 5px 0;
}

#hpExchangeRateBox h6 img {
    height: 24px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

#hpExchangeRateBox img.countrySelector {
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

#hpExchangeRateInfo {
    background: #F7F8FB;
    border: 1px solid #D3D7DA;
    box-sizing: border-box;
    border-radius: 4px;
    height: 70px;
    padding: 4% 10px;
}

#hpExchangeRateInfo .col-1-2:nth-child(1) {
    padding-right: 20px;
    border-right: solid 1px #fff;
}

.col-1-2 {
    width: 50%;
    float: left;
}

#hpExchangeRateInfo > span {
    font-family: "Lato", Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    margin-top: 25px;
    color: #5B5B5B;
}

.hpExchangeRateInfoCurrencies {
    color: #001D38 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.hpExchangeRateInfoEstimate {
    float: right;
    margin-top: auto !important;
    padding-top: 5px;
}

#hpExchangeRateInfo p img {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.hpPopUpBackground {
    background: rgba(41,47,56,.99);
    z-index: 9999999;
}

.fullTransparentBg, .hpPopUpBackground {
    background: rgba(0,0,0,.68);
    z-index: 999;
    display: none;
}
#loadingCover, .fullTransparentBg, .hpPopUpBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.hpPopUpBackground .fullWrapper {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.verticalCover {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: table;
    z-index: 9;
}

.alignCenter {
    text-align: center;
}
.verticalOne {
    height: auto;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

.videoPopHolder {
    background: rgba(41,47,56,1);
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0 0 200px rgb(0 0 0 / 68%);
    -moz-box-shadow: 0 0 200px rgba(0,0,0,.68);
    -o-box-shadow: 0 0 200px rgba(0,0,0,.68);
    box-shadow: 0 0 200px rgb(0 0 0 / 68%);
    max-height: 80%;
    max-width: 80%;
}

#hpCountrySelectBlock {
    background: #fff;
    max-width: 350px;
    max-height: 612px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 48%);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.48);
    -o-box-shadow: 0 0 40px rgba(0,0,0,.48);
    box-shadow: 0 0 40px rgb(0 0 0 / 48%);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    padding-bottom: 10px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.hpCountrySelectBlockVisible {
    display: block !important;
    opacity: 1 !important;
}

#hpCountrySelectBlock, .videoPopHolder video {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
}
.popUpBurst {
    -webkit-animation: burst .35s linear;
    -moz-animation: burst .35s linear;
    -o-animation: burst .35s linear;
    animation: burst .35s linear;
}

#hpCountrySelectBlock .closeButton, .videoPopHolder .closeVideoButton {
    height: 30px;
    width: 30px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: -14px;
    z-index: 11;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: -1px 1px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 1px 0 rgba(0,0,0,.15);
    -o-box-shadow: -1px 1px 0 rgba(0,0,0,.15);
    box-shadow: -1px 1px 0 rgb(0 0 0 / 15%);
}

#hpCountrySelectBlock .closeButton img, .videoPopHolder .closeVideoButton img {
    height: 10px;
    width: 10px;
    display: block;
    margin-top: 10px;
}

#hpCountrySelectBlock h4 {
    text-align: left;
    padding: 15px 20px;
    font-size: 14px;
    color: #292F38;
    font-weight: 200;
    border-bottom: solid 1px #cfcfcf;
}

#hpCountrySelectBlock ul {
    height: 412px;
    overflow-y: scroll;
    padding: 0 0 60px;
    margin-bottom: 20px;
}

#hpCountrySelectBlock ul li.active {
    background: #f8f8f8;
}

#hpCountrySelectBlock ul li {
    padding: 10px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#hpCountrySelectBlock ul li img {
    float: left;
    width: 40px;
    height: auto;
}

#hpCountrySelectBlock ul li p {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
    padding-left: 10px;
    line-height: 25px;
    text-align: left;
    color: #7F8A95;
    font-size: 13px;
}

#hpCountrySelectBlock ul li p span.block {
    color: #292F38;
    width: 100px;
    font-size: 15px;
    padding: 0 10px 0 0;
}

#hpCountrySelectBlock .closeButton, .videoPopHolder .closeVideoButton {
    height: 30px;
    width: 30px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: -14px;
    z-index: 11;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: -1px 1px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 1px 0 rgba(0,0,0,.15);
    -o-box-shadow: -1px 1px 0 rgba(0,0,0,.15);
    box-shadow: -1px 1px 0 rgb(0 0 0 / 15%);
}

#hpCountrySelectBlock .closeButton img, .videoPopHolder .closeVideoButton img {
    height: 10px;
    width: 10px;
    display: block;
    margin-top: 10px;
}

.ratesInputContainer {
    border: solid 1px #D3D7DA;
    border-radius: 8px;
    width: 100% !important;
    margin: 0 0 2.5% 0;
    height: 70px;
}

.ratesInputContainer > div > h4, .ratesInputContainer > span {
    color: #001D38;
    font-family: "Barlow", Barlow, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 46px;
    width: fit-content;
    margin: auto 2% auto 2%;
    float: left;
}

.ratesInputContainer > div > span, .ratesSelectedFlagContainer > div > span {
    margin-right: 0%;
    float: left;
    margin-top: 15px;
    font-weight: 800;
    font-family: "Barlow", Barlow, sans-serif;
    font-size: 22px;
    line-height: 23px;
    color: #001D38;
}

.ratesSelectedFlagContainer > div > span {
    margin-top: -19px;
    margin-left: 40px;
}

.ratesInputField {
    color: #001D38;
    font-family: "Barlow", Barlow, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 46px;
    width: 65%;
    border: unset;
    margin-top: -1px;
}

.ratesInputFieldContainer {
    width: 65%;
    float: left;
}

.ratesFlagContainer {
    margin-left: 66%;
    margin-top: -50px;
}

.ratesFlagContainer > img {
    margin-top: 20%;
    margin-right: 10px;
}

.ratesSelectedFlagContainerDiv {
    float: left;
    width: 20%;
    margin-left: 30px;
}

.ratesSelectedFlagContainer > div > img {
    width: 35px;
}

#targetHomeFlag {
    margin-top: 8px;
    margin-right: 5px;
    float: left;
    width: 45px;
    margin-left: 4px;
    height: 31px;
}

#targetCountryFlag {
    margin-right: 5px;
    float: left;
    height: 30px;
    width: auto;
    z-index: 1;
    position: absolute;
    margin-left: -24px;
}

#flagCover {
    float: left;
    height: 30px;
    width: auto;
    z-index: 2;
    position: absolute;
    margin-left: -27px;
}

.flagSeparator {
    border-left: solid 1px #D3D7DA;
    width: 2px !important;
    height: 26px;
    margin: 10px 0 !important;
}

.countrySelectDropdownContainer {
    width: 96%;
    margin-left: 90px;
    margin-top: -28px;
    float: left;
}

.countrySelectDropdown {
    margin-right: unset !important;
    width: 35px !important;
    height: 35px;
}

.ratesSelectedFlagSelectorDiv:hover {
    cursor: pointer;
}

#hpToValueRate, #hpFromValueRate {
    display: none;
}

.flagContainer {
    width: 25px;
    overflow: hidden;
    height: 25px;
    margin-top: 10px;
    border-radius: 50%;
}

.ratesFlagContainer > span {
    margin-left: 14px;
    margin-top: 12px;

}

@media only screen and (max-width: 920px) {

    .ratesInputFieldContainer {
        width: 60%;
    }

    #targetHomeFlag {
        margin-top: 10px;
        margin-right: 2px;
        margin-left: -15px;
    }

    .ratesInputContainer > div > span, .ratesSelectedFlagContainer > div > span {
        font-size: 19px;
        margin-left: 24px;
    }

    .flagContainer {
        margin-left: -4%;
    }

    .ratesSelectedFlagContainer > div > span {
        margin-left: 42px;
    }

    .countrySelectDropdownContainer {
        margin-left: 80px;
        margin-top: -28px;
    }

    .ratesSelectedFlagContainerDiv {
        width: 10%;
    }
}

@media only screen and (max-width: 920px) {
    .exchangeContainer {
        width: 100%;
    }

    .ratesSelectedFlagContainerDiv {
        margin-left: 34px;
        margin-right: 0 !important;
    }

    #collectCashContainer {
        margin: 0 0 0 34px;
    }
}


@media only screen and (max-width: 480px) {
    .hpExchangeRateInfoEstimate {
        float: left;
    }
}
@media (max-width: 425px) {
    .cmplz-cookiebanner .cmplz-message {
        margin-right: 5px;
        height: 80px;
        /* overflow: scroll; */
    }
}
@media only screen and (max-width: 380px) {
    .ratesInputFieldContainer {
        width: 50%;
    }

    #targetHomeFlag {
        margin-left: -36px;
    }

    .ratesInputContainer > div > span, .ratesSelectedFlagContainer > div > span {
        margin-left: 18px;
    }

    #flagCover {
        margin-left: -33px;
    }

    #targetCountryFlag {
        margin-right: 5px;
        float: left;
        height: 30px;
        width: auto;
        z-index: 1;
        position: absolute;
        margin-left: -30px;
    }


    #targetCurrencyCode {
        z-index: 22;
        position: absolute;
    }

    .ratesFlagContainer > span {
        margin-left: 4px !important;
    }

    .countrySelectDropdownContainer {
        margin-left: 60px;
        margin-top: -25px;
    }
}

