a label {
    cursor: pointer;
}
.hide {
    display: none;
}

.fancy-selector-w {
    z-index: 10;
}

.kycaddress > address {
    font-style: italic;
}

table.wallets tbody tr td:first-child {
    background-color: #ebedef;
}

table tbody tr td a:active,
a:hover {
    text-decoration: none !important;
}

/* pagination Css Start here*/
.table-records-pages > ul {
    border-radius: 4px;
    border: 1px solid silver;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.table-records-pages > ul > li {
    border: none;
    outline: none;
    padding: 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 10px;
    border: 1px solid silver;
    margin: 0px 0px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .controls-below-table .table-records-info {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 1100px) {
    .controls-below-table {
        padding-top: 5px;
    }
}

/* Style the active class, and buttons on mouse-over */
.table-records-pages > ul > li.active,
.table-records-pages > ul > li:hover {
    background-color: #1c4cc3;
    color: #ffffff;
}

/* pagination Css End here*/

/* text cope of input text field*/
.text-copy:hover {
    background-color: silver;
}

#scrolltable {
    margin-top: 30px;
    height: 190px;
    overflow: auto;
}

/* Custom scrollbar */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background: #eee;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #eee;
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); */
}

/* Overflow scroll gradient */

.overflow-scroll-gradient {
    position: relative;
}

.overflow-scroll-gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 25px;
    /* background: linear-gradient(rgba(255, 255, 255, 0.001), white); */
    pointer-events: none;
}

.ordertable > tbody > tr > td {
    padding: 10px !important;
}

.profitfont {
    font-size: 15px !important;
}

.profitul {
    list-style: none;
    padding-left: 5px;
}

#pdropdown option {
    width: 150px;
}

#pdropdown {
    width: 100px;
    height: 25px;
    margin-left: -12px;
}

table.table.table-padded.customer-tracker tbody td {
    /* padding: 10px; */
    padding: 0.5rem 15px;
}

.priceConfigtd {
    padding: 2px !important;
}

.red-border-class {
    border: 1px solid red;
}

.form-control.alert-danger1 {
    top: 0px;

    position: absolute;
    width: 0%;
    z-index: 9;
    padding: 4px 0px;
    border: none;
    background: transparent;
}

.form-control .tooltip1 {
    position: relative;
    display: inline-block;
    color: red;
    font-size: 16px;
    border-right: 5px solid;
    height: 36px;
    top: 1px;
}

.form-control .tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 120px;
    background-color: #000000a3;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 16px;
}

.alert-danger1 {
    background-color: transparent;
    border-color: #e6c1c1;
    color: #a94442;
    border: none;
}

.form-control .tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

td.priceConfigtd {
    position: relative;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}

.errormsg {
    color: red;
}

.table.table-padded.admorder thead tr th {
    padding: 0px;
}

.table.table-padded.admorder tbody tr td {
    padding: 0px;
}

.customUL {
    list-style: none;
    padding-left: 0px;
}

.menu-mobile .menu-and-user.showMobilMenuCss {
    display: block;
}

.panel-body.table-expand {
    padding-top: 0px !important;
}

.panel-body.table-expand .table > tbody > tr > td,
.p-20 .table > tbody > tr > td {
    border-color: #e6e8eb;
    padding: 8px 1px;
}

.icon-plus-mis i.more-less {
    padding-left: 10px;
    text-align: right;
    float: right;
    font-size: 14px;
}

.collapsed .icon-plus-mis i.more-less:before {
    content: "\f068";
}

.icon-plus-mis i.more-less:before {
    content: "\f067";
}

.bfx-green-text {
    color: #63cb89;
    font-size: 10px;
}

.bfx-red-text {
    color: #ec5e69;
    font-size: 10px;
}
.emptywchkbox {
    width: 18px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.reportTableBox {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.reportTable .mat-paginator-container {
    justify-content: flex-start;
}

.balanceTable.table-responsive {
    min-height: auto;
}
.positionTable.table-responsive {
    min-height: auto;
}

.balanceTable .mat-paginator-container {
    justify-content: flex-start;
}
.positionTable .mat-paginator-container {
    justify-content: flex-start;
}
.mat-checkbox-layout {
    margin-bottom: 0;
}