﻿body {
}
.currency-container {
    border: 1px solid #ccc;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

.border-box{
    box-sizing:border-box !important;
}

.currency-symbol {
    font-size: 13px;
    padding: 0 3px;
}

.txt-container {
    width: 140px !important;
    border: none !important;
}

    .txt-container:focus {
        border: none !important;
        background: #fff !important;
        outline: none !important;
        box-shadow: none !important;
    }



.currencyInput {
    width: 55px !important;
    border: none !important;
}

    .currencyInput:focus {
        border: none !important;
        background: #fff !important;
        outline: none !important;
        box-shadow: none !important;
    }


.calenderIcon {
    position: relative;
    top: 2px;
}

@media (max-width:566px){
    .mainTable tbody > tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px 0px;
    }
}