.exchange-container {
max-width: 1320px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
}

.hidden {
    display: none;
}
.sc-heading {
    text-align: center;
    padding: 30px 0;
}

.sc-heading p {
    margin: 0 auto;
    max-width: 430px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.converter-sec h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.currency-conv .midelconvert {
    position: relative;
 }
.currency-conv .midelconvert:before {
    content: "";
    position: absolute;
    left: -21px;
    width: 40px;
    height: 40px;
    bottom: 4px;
    background: #0081c2 url(https://exchangerland.com/wp-content/uploads/2025/06/exchange.svg) center center no-repeat;
    border-radius: 50%;
}
.currency-conv .cc-single > ul > li {
    display: block;
    width: 39%;
    padding: 0 5px;
}
.currency-conv .cc-single {
    padding: 0 40px;
}
.currency-conv .cc-single {
    width: 50%;
    padding: 0 30px;
    position: relative;
}
.currency-conv .cc-single.hhgp > ul {
    align-items: flex-start;
}
.currency-conv .cc-single > ul {
    padding: 0;
    margin: 0;
    display: flex
;
    align-items: flex-end;
}
.currency-conv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 15px 0 40px;
}
.currency-conv .select-box select, .currency-conv input, .currency-list .select-box select {
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #0081c2!important;
    width: 100% !important;
    position: unset !important;
    opacity: unset !important;
    padding: 0 2.9em 0 1em !important;
    height: var(--et_inputs-height, 2.642rem) !important;
}
.exc-btn .exhngbutton {
    border: 1px solid #0081c2;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 4px 13px;
    text-decoration: none;
    background: #0081c2;
    display: block;
    width: 100%;
}

.currency-conv select option:hover, .currency-conv .select-box li:hover, .currency-conv .dropdown-menu li, .currency-conv .select-box li:focus {
    background-color: #e1edfd !important;
    color: #0081c2;
}
.currency-conv select option:hover {
 background-color: #e1edfd !important;
    color: #0081c2;
}

.currency-conv select option:hover {
    background-color: #e6f5fd!important;
   color: #0081c2;
}
.currency-conv option:hover, .currency-conv  option:checked, .currency-conv  option:active, .currency-conv  option:focus {
   background-color: #e6f5fd!important;
   color: #0081c2;
}
.currency-conv select option {
    padding: 6px 0px;
}
.tbl-inner {
    max-width: 170px;
    margin: 0 auto;
}
.tbl-inner span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: #e5e8ef;
}
.currency-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}
.currency-select {
    border: 1px solid gainsboro;
    /* padding: 13px 20px; */
    border: 1px solid #0081c2;
    border-radius: 28px;
    /* background: #fff; */
    outline: none !important;
}
.currency-header h2 {
font-size: 24px!important;
}
.exchange-container {
    padding: 50px 0;
    background: #fff;
}
.currency-table {
    padding: 50px 0;
    background: #fff;
}
.currency-table table {
    background: #f8fafe;
    margin: 0;
}
.currency-table table thead tr th {
    font-weight: 400;
    color: #666666;
    border: 0;
    padding: 35px 60px 15px;
}
.currency-table table tbody tr td {
    border-color: #ddd;
    padding: 20px 60px;
    font-size: 16px;
    vertical-align: middle;
}
.currency-table table tbody tr td {
        font-size: 15px;
    }
  .currency-table  .table>:not(:first-child) {
   border-top: 1px solid gainsboro;
}
.currency-table table thead tr th {
  text-align: center;
}
.currency-table table tbody tr td {
    text-align: center;
}
.exchange-container select:not(:-internal-list-box):not([multiple]) option:enabled:active, .currency-table select:not(:-internal-list-box):not([multiple]) option:enabled:active {
   background-color: #e6f5fd;
}
@media only screen and (max-width: 768px) {
    .currency-conv .cc-single > ul {
        flex-wrap: wrap;
    }
     .currency-conv .cc-single + .cc-single {
        padding-top: 20px;
        border-top: 1px solid #eee;
        margin-top: 30px;
    }
      .currency-conv .cc-single {
        width: 100%;
    }
    .currency-conv .cc-single {
        padding: 0 10px;
    }
    .currency-conv .midelconvert:before {
        width: 32px;
        height: 32px;
        background-size: 32px auto;
    }
           .currency-conv .midelconvert:before {
        left: 42%;
        /* margin-left: -20px; */
        /* top: -20px; */
        transform: rotate(90deg);
    }
    .currency-conv .cc-single > ul > li, .scrl-mid ul li {
        width: 100%;
    }
    .currency-conv .midelconvert {
   width: 100%;
}
.exchange-container {
  padding: 12px;
}
.exc-btn .exhngbutton {
   margin-top: 18px;
}
    .currency-conv .midelconvert {
 height: 45px;
}
.currency-table table thead tr th {
    padding: 0px 0px 10px 10px;

}
.currency-table table tbody tr td {
    padding: 14px 10px;
    text-align: center;
}
}