.calculator-currency.full {
    display:flex;
    gap:0px 80px;
    align-items: center;
}
.calculator-currency.full .calculator-currency-left {
    width:60%
}
.calculator-currency.full .calculator-currency-right {
    width:40%
}
.calculator-currency.basic .calculator-currency-right,
.calculator-currency.full .calculator-currency-right .card {
    width:400px;
    max-width:100%;
    margin:auto;
}
.calculator-currency.full .calculator-currency-left h3 {
    font-size: 26px;
    line-height: 1.5;
    padding-bottom: 24px;
    margin:0;
}
.calculator-currency.full .calculator-currency-left p {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 32px;
    margin:0;
}
.calculator-currency.full .calculator-currency-left p.bolded {
    font-weight:600;
    max-width:540px;
}
.calculator-currency.full .calculator-currency-left .notice {
    border-radius: 6px;
    padding: 20px 30px 20px 60px;
    background-color: rgba(48, 69, 152, 0.15);
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.calculator-currency.full .calculator-currency-left .notice:before {
    content: "";
    background-image: url(info_icon.webp);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 18px;
    height: 26px;
    width: 26px;
}
.calculator-currency .card {
    margin:0;
    border: 1px solid #ffba00;
    background:#F5F7FC;
    border-radius:20px;
    padding:24px 28px;
}
.calculator-currency .card-body {
    padding:0;
}
.calculator-currency .calculator-currency-right .heading {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom:8px;
}
.calculator-currency .calculator-currency-right .subheading {
    color: rgb(121, 126, 164);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom:16px;
}
.calculator-currency .label.center {
    color: #020836;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-bottom:16px;
    text-align:center;
}
.calculator-currency .calculator-currency-right .input-group {
    display:flex;
    margin-bottom:16px;
    gap:16px;
    justify-content: space-between;
}
.calculator-currency .calculator-currency-right .input-group .calculator-dropdown-container {
    width:120px
}
.calculator-currency .calculator-currency-right .input-group .calculator-input {
    width:calc(100% - 136px)
}
.calculator-currency .calculator-currency-right .input-group .btn,
.calculator-currency .calculator-currency-right .input-group .form-control {
    border-radius: 6px;
    border: 1px solid #E3E5F2;
    background: #FFF;
    height:48px;
}
.calculator-currency .calculator-currency-right .input-group .form-control {
    text-align: left;
    padding-right: 40px;
    color:rgb(121, 126, 164) !important
}
.calculator-currency .calculator-currency-right .input-group .btn,
.calculator-currency .calculator-currency-right .dropdown-menu {
    width:100%;
}
.calculator-currency .calculator-currency-right .dropdown-menu li,
.calculator-currency .calculator-currency-right .dropdown-menu li a,
.calculator-currency .calculator-currency-right .input-group .btn {
    color: #797EA4;
    font-size: 16px;
    font-weight: 500;
}
.calculator-currency .calculator-currency-right .input-group .btn {
    color: rgb(121, 126, 164);
}
.calculator-currency .calculator-currency-right .input-group .btn.dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}
.calculator-currency .calculator-currency-right .dropdown-menu .dropdown-item.active,
.calculator-currency .calculator-currency-right .dropdown-menu .dropdown-item:active,
.calculator-currency .calculator-currency-right .dropdown-menu .dropdown-item:focus,
.calculator-currency .calculator-currency-right .dropdown-menu .dropdown-item:hover {
    background-color: #eef1f6;
    color: #797EA4;
}
.calculator-currency .calculator-currency-right .input-group .flag-icon {
    border-radius:4px;
    width:20px;
}
.calculator-currency.full .calculator-currency-right .card.card-saved,
.calculator-currency-right .card.card-saved {
    border-radius: 10px;
    border: 1px solid var(--1, #09CD61);
    background: #EAFAF1;
    padding:16px;
    margin:24px 0 32px;
    width:100%;
}
.calculator-currency-right .card.card-saved .saved-text {
    color: #09CD61;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom:12px
}
.calculator-currency-right .card.card-saved .savings {
    color: #797EA4;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    margin:0;
}
.calculator-currency-right .btn.btn-booking {
    border-radius: 200px;
    background: #ffba00;
    padding: 10px 46px;
    display: block;
    margin: auto;
    color: #797EA4;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color:#000;
    max-width:320px;
}
.custom-hero .calculator-currency-right .btn.btn-booking {
        line-height: 21px;
}
.calculator-currency-right .btn.btn-booking:hover,
.calculator-currency-right .btn.btn-booking:active {
    color: #000;
    background: #ffba00;
}
.calculator-currency-right .btn.btn-booking.verifying {
    background:#ffba00;
    color:#000;
    border-color:#ffba00;
    opacity:1;
    box-shadow:none;
}

.calculator-currency-right .btn.btn-booking.verifying:hover {
    background:#EFF0F8;
    color:#797EA4;
    border-color:#EFF0F8;
    opacity:1;
    box-shadow:none;
}
.calculator-currency-right .state-controlled .alert-success,
.calculator-currency-right .state-controlled .alert-warning {
    margin-bottom:12px
}
.calculator-currency-right .state-controlled .alert-msg {
    font-size:12px;
}
.calculator-currency-right .msg-box-displayed .btn.btn-booking.verifying {
     background:#EFF0F8;
    color:#797EA4;
    border-color:#EFF0F8;
}
@media (max-width:920px) {
    .calculator-currency.full {flex-direction: column; gap:2em 0}
    .calculator-currency.full .calculator-currency-left,
    .calculator-currency.full .calculator-currency-right,
    .calculator-currency.full .calculator-currency-left p.bolded {width:100%;max-width:100%;text-align:center;}
    .calculator-currency .calculator-currency-right .input-group .label {text-align:left;}
}
@media screen and (max-width: 480px) {
    .calculator-currency .card {padding:24px 16px;}
    .calculator-currency .calculator-currency-right .input-group .form-control,
    .calculator-currency .calculator-currency-right .input-group .label,
    .calculator-currency .calculator-currency-right .dropdown-menu li, .calculator-currency .calculator-currency-right .dropdown-menu li a,
    .calculator-currency .calculator-currency-right .input-group .btn,
    .calculator-currency .calculator-currency-right .subheading  {font-size:0.75rem;}
    .calculator-currency-right .btn.btn-booking,
    .calculator-currency .calculator-currency-right .heading,
    .calculator-input::after {font-size:0.9rem;}
    .calculator-currency .calculator-currency-right .input-group .calculator-dropdown-container {
        width:100px;
    }
    .calculator-currency .calculator-currency-right .input-group .calculator-input {
        width:calc(100% - 116px)
    }
    .calculator-currency .calculator-currency-right .input-group .btn, .calculator-currency .calculator-currency-right .input-group .form-control {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height:40px;
    }
    .calculator-currency .calculator-currency-right .input-group .flag-icon {width:16px;}
}

.calculator-input[data-currency="USD"]::after {
    content: "USD";
}
.calculator-input[data-currency="EUR"]::after {
    content: "EUR";
}
.calculator-input[data-currency="GBP"]::after {
    content: "GBP";
}
.calculator-input[data-currency="AUD"]::after {
    content: "AUD";
}
.calculator-input[data-currency="CAD"]::after {
    content: "CAD";
}
.calculator-input[data-currency="NZD"]::after {
    content: "NZD";
}
.currency-box {
    display: inline-block;
    position: relative;
}
.calculator-input::after{
    position: absolute;
    top:calc(50% - 10px);
    color: rgb(227, 229, 242);
    font-size: 15px;
    letter-spacing:-0.5px;
    right: .5em;
}
