﻿body {
}

.min_container {
    max-width: 1116px;
    width: 100%;
    margin: auto;
    transition: 1s;
}

.cash_items_container {
    padding: 14px 14px 0 14px;
    position: relative;
    margin-top: -80px;
    z-index: 9;
    background: #232323;
    border-radius: 10px;
}

.cash_col_header h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.cash_col_header {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #4B4B4B;
    text-align: center;
}

.cash_col_w {
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: #232323;
    margin-top: -1px;
    justify-content:space-around;
}

    .cash_col_w .cash_item {
        padding: 10px;
    }

.cash_items_container .cash_col {
    width: 50%;
}

.Currency_rate_w {
    float: none;
}

.cash_items_container > div {
    gap: 4px;
}

.currency_converter_card {
    background-color: #000;
    border: 1px solid #727272;
    padding: 20px 20px;
}

.currency_head h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 24px;
}

.currency_converter_w {
    padding-bottom: 26px;
    background-color: #232323;
    margin-top: -2px;
    padding-top: 3px;
}

.input_group .form_control {
    border: 1px solid #979797;
    border-radius: 3px;
    padding: 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    display: block;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #F0F0F0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
}

.input_group label {
    font-size: 14px;
    margin: 0 0 6px;
    display: block;
    font-size: 14px;
    color: #F0F0F0;
    font-weight: 400;
    line-height: 22px;
}

.CurrencyselectBoxW {
    position: relative;
    width: 120px;
}

.currency_itm {
    padding: 7px;
    position: relative;
}

    .currency_itm span {
        width: 100%;
        display: inline-block;
        padding-left: 30px;
    }

        .currency_itm span::before {
            margin: 0 0;
            position: absolute;
            left: -5px;
            top: 0;
        }

.cashSelectBox {
    position: relative;
    width: 100%;
}

.CurrencyselectBoxW .currencyboxselectItem_JS {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 0;
    background-color: #fff;
    display: none;
    z-index: 1;
    border-radius: 4px;
}

.cashSelectBox .cashboxselectItem_JS {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 0;
    background-color: #fff;
    display: none;
    z-index: 1;
    border-radius: 4px;
}

.input_grp_row {
    margin-left: -10px;
    margin-right: -10px;
}

.input_group {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}

.selectBox_W {
    display: flex;
}

.cash_select_box {
    border-radius: 3px;
    border: 1px solid #979797;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    margin-right: 1px;
}

.select_box {
    border-radius: 3px;
    border: 1px solid #979797;
    background: #18181B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    width: 120px;
}

    .cash_select_box label, .select_box label {
        margin: 0 !important;
        line-height: 24px;
        text-transform: uppercase;
    }

    .select_box label {
        position: relative;
        width: 100%;
        padding-left: 33px;
    }
/*    cash dropdown*/
.caret {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white;
    transition: 0.3s;
}


    .caret.caret-rotate {
        transform: rotate(180deg);
    }

.CurrencyselectBoxW section::before {
    position: absolute;
    top: 6px;
    margin: 0 0;
}

.cashboxselectItem_JS li.cash_itm {
    padding: 10px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

    .cashboxselectItem_JS li.cash_itm.active {
        background-color: #e7e7e7;
    }

    .cashboxselectItem_JS li.cash_itm:hover {
        background-color: #e7e7e7;
    }

.currencyboxselectItem_JS li.currency_itm.active {
    background-color: #e7e7e7;
}

.currencyboxselectItem_JS li.currency_itm:hover {
    background-color: #e7e7e7;
}

.exchange_button_row {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.exch_btn {
    border-radius: 5px;
    background: #88AF2E;
    padding: 12px 40px;
    color: #fff;
    font-size: 14px;
    height: 45px;
}

    .exch_btn:hover {
        background-color: #85b90e;
    }

.exchange_value {
    border-radius: 5px;
    border: 1px solid #88AF2E;
    background: #13151A;
    padding: 10px 40px;
    align-items: center;
    height: 60px;
}

    .exchange_value p {
        color: #B6F525;
        font-size: 24px;
        font-weight: 500;
        margin: 0 0;
    }

.callPlace-btns .heading_h2 {
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    margin: 0px 0;
    font-size: 11px !important;
}

    .callPlace-btns .heading_h2 .Last_updated {
        font-size: 11px;
        margin-right: 3px;
    }

.customer-suppoert > button {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    border-width: 1px;
    border-style: solid;
    padding: 2px 15px;
    margin: 3px;
}

    .customer-suppoert > button > div {
        display: flex;
        flex-direction: column;
        padding: 0px 5px;
        color: white;
        align-items: flex-start;
        font-weight: bold;
    }

    .customer-suppoert > button span {
        font-size: 15px;
        text-transform: uppercase;
    }

.call_btn i {
    font-size: 32px;
}

.customer-suppoert > button small {
    font-size: 12px;
    white-space: nowrap;
}

.currency_converter_w .min_container {
    padding-left: 14px;
    padding-right: 14px;
}

.customer-suppoert {
    width: auto;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
    /*    transform: translate(0, 50%);*/
}

.callPlace-btns .heading_h2 .Last_updated i {
    font-size: 10px;
}
/*    Responsive*/
@media only screen and (max-width: 3500px) and (min-width: 768px) {
    .fullwidth {
        min-height: auto;
        padding: 0 0;
    }
}

@media only screen and (max-width: 860px) {
    .cash_items_container > div {
        flex-wrap: wrap;
    }

    .cash_items_container .cash_col {
        width: 100%;
    }

    .fullwidth {
        padding-bottom: 0;
    }

    .customer-suppoert {
        right: 3px;
        bottom: 8px;
        transform: translate(0, 0%);
    }
}

@media only screen and (max-width: 800px) {
    .input_grp_row {
        flex-wrap: wrap;
    }

    .input_group {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 530px) {
    .exchange_button_row {
        flex-wrap: wrap;
        margin-top: 0;
        justify-content: center;
    }

    .exchange_value {
        width: 100%;
        order: 2;
        justify-content: center;
        padding: 6px 10px;
        height: 50px;
    }

    .exch_btn {
        order: 1;
        margin-bottom: 10px;
    }

    .banner_w {
        display: none !important;
    }

    .middle_co_w {
        padding: 76px 0 0 0 !important;
    }
}

@media only screen and (max-width: 430px) {
    .cash_col_w .cash_item {
        padding: 4px 8px 2px;
    }

    .cash_col_header h4 {
        font-size: 15px;
    }

    .cash_items_container {
        padding: 10px 5px 0 5px;
        border-radius: 0px;
    }

    .currency_converter_card {
        padding: 9px 10px;
    }

    .currency_head h3 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .input_group label {
        margin: 0 0 3px;
        line-height: 19px;
    }

    .input_group {
        margin-bottom: 10px;
    }

    .currency_converter_w .min_container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .Currency_rate_w {
        font-size: 11px;
    }

        .Currency_rate_w > span:last-child {
            font-size: 11px;
        }

    .exchange_value p {
        font-size: 20px;
    }

    .input_group .form_control {
        padding: 7px 10px;
    }

    .cash_select_box {
        padding: 10px 10px;
    }

    .customer-suppoert {
        right: 1px;
    }

        .customer-suppoert > button {
            padding: 2px 2px;
        }

    .currency_converter_w {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 815px) and (orientation: landscape) {
    .banner_w {
        display: none !important;
    }

    .middle_co_w {
        padding-top: 87px;
    }

    .cash_items_container {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {

    .middle_co_w {
        padding-top: 80px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .banner_w {
        display: none !important;
    }
}



.Currency_rate_w {
    float: none;
    position: relative;
    transition: 1s;
}

.loader-dots {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #232323;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    padding-left: 22px;
}


.dot-flashing {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #c3c3c3;
    color: #c3c3c3;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

    .dot-flashing::before, .dot-flashing::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #c3c3c3;
        color: #c3c3c3;
        animation: dot-flashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #c3c3c3;
        color: #c3c3c3;
        animation: dot-flashing 1s infinite alternate;
        animation-delay: 1s;
    }

.loader-dots.hide {
    opacity: 0;
    transition: .3s;
}

@keyframes dot-flashing {
    0% {
        background-color: #c3c3c3;
    }

    50%, 100% {
        background-color: rgb(195 195 195 / 16%);
    }
}
