.btn-space {
    margin-left: 10px;
    width: 100px;
    margin-bottom: 30px;
}

.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
    margin: auto;
}

.tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 2px solid #aaa !important;
    border-radius: 4px !important;
    font-size: 1rem;
    border-color: #ebedf2 !important;
    padding: 0.3rem 1rem;
    height: inherit !important;
    border-width: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2-container {
    width: 100% !important;
}

.add-curreny-row[disabled],
.add-curreny-row[disabled]:hover {
    background: #66a3ef !important;
    border-color: #66a3ef !important;
    cursor: default;
    opacity: 1;
}

.remove-curreny-row[disabled],
.remove-curreny-row[disabled]:hover {
    background: #9c97df !important;
    border-color: #9c97df !important;
    cursor: default;
    opacity: 1;
}

/* .select2-container {
    width: auto !important;
} */
.table.currency_table>tbody>tr>td,
.table.currency_table>tbody>tr>th {
    padding: 10px 10px !important;
}

.table.stock-table thead th {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
}

.select2-container.select2-container--default.select2-container--open {
    max-width: 900px;
    width: 100% !important;
}

.hiddenRow {
    padding: 0 !important;
}

/* .table-sub tr th{
    background-color: #f1e7ff;
} */
.table-sub tr td {
    background-color: #ededed;
}

.table-condensed td.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle:not(.collapsed) {
    background-color: #ededed;
}

a.disabled {
    color: #a7a8a5;
    pointer-events: none;
    cursor: default;
}

.select2-container--focus.select2-container--default .select2-selection--single {
    border-color: #3e93ff !important;
}

.notification-icon {
    width: 25px;
    height: 25px;
    margin-top: 8px
}