.column-dashboard {
    /*box-shadow: 0 0 0.4375rem -0.0625rem #000000;*/
    background: rgba(255, 255, 255, 0);
    border-radius: 0.625rem;
}



:is(.dark .column-dashboard ) {
    box-shadow: 0 0 0.4375rem -0.1875rem #ffffff;
    background: rgba(255, 255, 255, 0);
}

:is(.dark .box-dashboard1) {
    background: url('../images/rating2.webp')
}

:is(.dark .box-dashboard2) {
    background: url('../images/rating1.webp')
}

:is(.dark .box-dashboard3) {
    background: url('../images/rating3.webp')
}

.hvr:hover {
    color: #504d4d;
}


:is(.dark .account-table) {
    background: rgba(50, 46, 85, 0) !important;
    box-shadow: 0 0 0.3125rem -0.1875rem #fbfbfb;
}

:is(.dark .btn-pass) {
    background: #2d3c59;
    padding: 0.3125rem 0.625rem
}

:is(.dark .bg-btn-pass) {
    background: #2d3c59;
    padding: 0;
}

:is(.dark .btn-pass:hover) {
    color: #ffffff;
    background: #2e3f61;
}

:is(.dark .btn-start) {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #272d45;
    border-radius: 0.1875rem;
    height: 0.625rem;
    min-height: 2.0625rem;
    padding-bottom: 0.375rem;
}

:is(.dark .btn-start:hover) {
    background: #2c3453;
    color: #ffffff;
    box-shadow: 0 0 0.25rem -0.125rem #dcd6d6;
}

.btn-start {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: rgb(255, 255, 255);
    padding: 0.3125rem 0.625rem;
    box-shadow: 0 0 0.25rem -0.125rem #272629;
    border-radius: 0.1875rem;
    min-height: 2.0625rem;
}

.btn-start:hover {
    background: rgba(255, 255, 255, 0.99);
    color: #504d4d;
}

.btn-pass {
    background: #ffffff;
    box-shadow: 0 0 0.0625rem -0.1875rem #000;
    padding: 0.3125rem 0.625rem;
}

.btn-pass:hover {
    color: rgba(106, 14, 136, 0.49);
}

.bg-btn-pass {
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.account-table {
    box-shadow: 0 0 0.375rem -0.1875rem rgba(14, 14, 14, 0.84);
}

.table-responsive {
    overflow-y: hidden !important;
}

table {
    background: #f9f9f9;
    padding: 0.625rem;
    border: 0.0625rem solid #ffffff1c;
    border-radius: 0.3125rem;
}

.dark table {
    background: #1f253e66
}

.fit-content {
    border-right: 0.0625rem solid #00000014;
}

.table-sticky > table > thead {
    background-color: rgb(255 255 255);
}

.table-sticky > table > thead:is(.dark *) {
    background: #28334e
}

td {
    border: 0.0625rem solid rgba(113, 113, 113, 0.14);
}

tr {
    border-bottom: 0.0625rem solid rgba(113, 113, 113, 0.14);
}

tr > td {
    border-right: 0.0625rem solid rgba(113, 113, 113, 0.14);
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.dark td {
    /*border: 0.0625rem solid #fff;*/
}

.dark tr {
    border: 0.0625rem solid rgba(255, 255, 255, 0.04);
}

caption {
    margin-bottom: 0.625rem;
}
.l2-divider-title {
    background: transparent!important;
    border: 0.0625rem dashed transparent;
    box-shadow: none;
}
