.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.basic .calculator-currency-right {
    max-width:90%;
}
.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-right {
    margin:0;
    border: 1px solid #ffba00;
    background:#F5F7FC;
    border-radius:20px;
    padding:24px 28px;
}
.calculator-currency .card  {
    background:transparent;
    box-shadow:none;
    border:0;
    padding:0 !important
}
body.page-template-page-blog .calculator-currency .card {
    padding:0
}
.calculator-currency .card-body {
    padding:0;
}
.calculator-currency .calculator-currency-right .heading,
#secondary.widget-area .calculator-currency .calculator-currency-right .heading {
    color: #020836;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom:3px;
}
.calculator-currency .calculator-currency-right .subheading,
#secondary.widget-area .calculator-currency .calculator-currency-right .subheading {
    color: #020836;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom:16px;
}
.calculator-currency .exchange-rate-badge-container {
    text-align:center;
    margin-bottom:5px;
}
.calculator-currency .exchange-rate-badge {
    display: inline-block;
    padding: 5px 14px;
    gap: 2px;
    background: #E4E7F3;
    border-radius: 999px;
    margin:auto;
    width:auto;
    color:#344BA5;
    font-size:14px;
    font-weight:600
}
.calculator-currency .exchange-rate-small,
.calculator-currency .fee-note,
#secondary.widget-area .widget_calculator .fee-note,
#secondary.widget-area .widget_calculator .calculator-currency .exchange-rate-small  {
    color:#797EA4;
    font-size:12px;
    text-align:center;
}
.calculator-currency .fee-note,
#secondary.widget-area .widget_calculator .fee-note  {
    text-align:left;
    margin:-10px 0 0;
}
.calculator-currency .label {
    color: #020836;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom:10px;
    text-align:left;
}
.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 .dropdown-menu {
    width:120px;
    max-width:120px;
    min-width:120px;
}
.calculator-currency .calculator-currency-right .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 1em;
    line-height:14px;
    padding-top:6px;
    padding-bottom:6px
}
.calculator-currency .calculator-currency-right .input-group .btn {
    color: rgb(121, 126, 164);
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
    padding-left:10px;
    padding-right:10px;
}
.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;
    position: relative;
    height:14px;    
}
.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 !important;
    margin:18px 0 20px;
    width:100%;
}

body.page-template-page-blog .calculator-currency .card.card-saved {
    padding:16px;
}
.calculator-currency-right .card.card-saved .saved-text {
    color: #09CD61 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom:12px
}
.calculator-currency-right .card.card-saved .savings {
    color: #797EA4 !important;
    font-size: 12px !important;
    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;
}
/* Reset / custom style ONLY for Calculator widget in sidebar */
#secondary.widget-area .widget_calculator ul {
    padding:8px 0
}
#secondary.widget-area .widget_calculator ul li {
    font-size: inherit;  
    color: inherit;      
    padding: 0;          
    border: none;        
    position: static;    
    margin:0 0 0.5em; 
}

#secondary.widget-area .widget_calculator ul li::before {
    content: none;       
}
#secondary.widget-area .widget_calculator ul li a,
#secondary.widget-area .widget_calculator ul li a:hover {
    text-decoration: inherit;
    color: #797EA4;
}
.calculator-currency .trusted-badge {
    text-align: center;
}
.calculator-currency .trusted-badge img {
    display: block;
    margin: auto;
}
@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-right,
    .calculator-currency.full .calculator-currency-left p.bolded {width:100%;max-width:100%;text-align:center;}
    .calculator-currency.full .calculator-currency-right {max-width:400px;width: 94%;margin: auto;}
    .calculator-currency .calculator-currency-right .input-group .label {text-align:left;}
}
@media screen and (max-width: 480px) {
    .calculator-currency .calculator-currency-right {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 {font-size:0.75rem;}
    .calculator-currency-right .btn.btn-booking {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 {
        left:0;
        top:0
    }
    .calculator-currency .calculator-currency-right .dropdown-menu {
        width:100px;
        max-width:100px;
        min-width:100px;
    }
}
.currency-box {
    display: inline-block;
    position: relative;
}
