.d-container{
    display: flex;
    width: 100%;
    min-height: 50px;
}
.d-container.hide{
    display: none;
}
.d-table{
    width: 100%;
    border-radius: 6px;
    background: var(--input-color);
    font-size: var(--small-font-size);
}
.d-table .d-clabel{
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.d-clabel span{
position: absolute;
padding: 2px 4px;
display: flex;
align-items: center;
justify-content: center;
left: 6px;
top: -10px;
background: var(--variant);
border-radius: 4px;
font-size: var(--smallest-font-size);
z-index: 1;
color: var(--label-color);
font-weight: 400;
}
.d-table .t-btn{
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    height: 35px;
    width: fit-content;
    max-width: 200px;
    color: var(--text-color);
    border-radius: 6px;
    transition: 0.3s all ease;
}
.d-table .d-taction .d-telements{
    justify-content: left !important;
}
.d-table .t-btn:hover{
    opacity: 0.7;
}
.tpro .t-btn{
    background: var(--pdf);
    color: var(--title-color);
    font-size: var(--normal-font-size);
    font-weight: 500;
}
.d-table .t-btn .vicon{
    height: var(--big-font-size);
}
.d-table .pagination{
display: flex;
justify-content: center;
align-items: center;
gap: 2px;
font-size: var(--big-font-size);
}
.d-table .pagination span{
display: flex;
justify-content: center;
align-items: center;
font-size: var(--normal-font-size);
}
.d-table .pagination a{
display: flex;
width: fit-content;
justify-content: center;
align-items: center;
cursor: pointer;
font-size: 1.7rem !important;
color: var(--text-color-2);
}
.d-table .pagination a i{
opacity: 0.7;
transition: 0.3s all ease;
}
.d-table .pagination .avaliable i{
color: var(--link);
animation: respiro2 3s linear infinite;
}
.d-table .d-telements{
width: 100%;
display: flex;
gap: 5px;
}
.no-bor{
border-top: none !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
}
.d-table .d-thead .d-telements{
justify-content: right;
}
.d-table .d-tfrow .d-tcell{
width: fit-content;
}
.d-table .d-field{
position: relative;
padding: 10px 10px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid var(--border-table);
border-radius: 6px;
gap: 8px;
transition: 0.2s all ease;
}
.d-table .d-thead .d-field{
max-width: 180px;
width: 100%;
}
.d-table .d-tfoot .d-field{
width: fit-content;
border: none;
}
.d-field.no-padd{
height: max-content !important;
padding: 0 !important;
}
.d-submit{
    padding: 10px 6px;
    display: block;
    height: 35px;
    width: min(120px, 100%);
    background: var(--selected);
    color: black;
    transition: 0.3s all ease;
}
.d-submit.hide{
    display: none;
}
.d-submit:hover{
    cursor: pointer;
    opacity: 0.7;
}
.d-thead .d-field:focus-within{
box-shadow: 0px 0px 4px 2px var(--body-color);
}
.d-thead .d-field:focus-within i{
color: var(--title-color);
font-weight: var(--font-medium);
}
.d-field i{
transition: 0.2s all ease;
color: var(--text-color-2);
font-size: var(--normal-font-size);
}
.d-table .d-thead .d-field:focus-within i{
color: var(--text-color);
}
.d-field input[type=text]{
outline: none;
width: 100%;
color: var(--text-color-2);
min-width: 100px;
}
.d-tbody .d-tload{
padding: 1rem 0 0.5rem 0;
width: 100%;
min-height: 54px;
max-height: 224px;
background: var(--input-color);
display: grid;
place-content: center;
}
.loader {
color: var(--text-color);
position: relative;
font-size: 7px;
background: var(--text-color);
animation: escaleY 1s infinite ease-in-out;
width: 1em;
height: 1em;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
left: 2em;
background: var(--text-color);
width: 1em;
height: 1em;
animation: escaleY 1s infinite ease-in-out;
}
.loader:before {
left: -2em;
animation-delay: -0.32s;
}

@keyframes escaleY {
0%, 80%, 100% {
    box-shadow: 0 0;
    height: 1em;
}
40% {
    box-shadow: 0 -2em;
    height: 2em;
}
}

.no-min input[type=text]{
min-width: unset;
}
.min-wi{
width: 80px;
max-width: 80px;
border-left: 1.5px solid var(--input-color);
}
.txt-l{
text-align: left !important;
}
.grade{
padding: 4px 0 !important;
width: fit-content;
max-width: 45px;
}
.grade:focus-within{
border: 1.5px solid var(--title-color);
}
input[type=number]{
text-align: center;
}
.d-field input[type=text]:focus{
color: var(--text-color);
}
.d-field input[type=text]::placeholder{
color: var(--text-color-2);
}
.d-field .bor-c{
margin: 5px 0 5px 5px;
position: relative;
min-width: 26px;
height: 26px;
border-radius: 4px;
background: #000110;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
box-shadow: 0px 0px 5px 0px var(--shadow-3);
}
.d-field input[type=color]{
position: absolute;
appearance: none;
outline: none;
min-width: 32px;
min-height: 42px;
}
.d-tcell .drop-zone{
margin-bottom: 0;
max-width: 100px;
width: 100px;
height: 100px;
padding: 5px;
font-size: var(--smaller-font-size);
color: var(--text-color);
}
.d-field select{
padding: 4px 16px 4px 8px;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' style='fill: hsl(0, 0%, 75%);transform: ;msFilter:;'><path d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'></path></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 2px;
border: 2.5px solid var(--body-color);
border-radius: 4px;
}
.d-field select.pen{
animation: pen 2s alternate infinite;

}
@keyframes pen {
0%{
    border: 1.5px solid transparent;
    box-shadow: 0px 0px 5px 0px transparent;
}
50%{
    border: 1.5px solid red;
    box-shadow: 0px 0px 5px 0px red;
}
100%{
    border: 1.5px solid transparent;
    box-shadow: 0px 0px 5px 0px transparent;
}
}
.d-thead .d-field select:hover{
box-shadow: 0px 0px 0px 0px var(--body-color);
}
.d-thead{
width: 100%;
font-weight: var(--font-medium);
border-radius: 8px 8px 0 0;
}
.d-clabel select{
padding: 10px 18px 10px 8px !important;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' style='fill: hsl(0, 0%, 75%);transform: ;msFilter:;'><path d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'></path></svg>");
background-repeat: no-repeat;
background-position-x: 98%;
background-position-y: 45%;
border: 1px solid var(--border-table);
border-radius: 6px;
font-weight: 500;
font-size: var(--small-font-size) !important;
max-width: 180px;
height: 100%;
}
select option{
color: black;
}
.d-thead select:focus{
box-shadow: 0px 0px 4px 2px var(--body-color);
}
.d-tbody{
width: 100%;
max-height: 224px;
overflow-y: auto;
color: var(--title-color);
}
.d-tbody.big{
    max-height: 350px;
}
.d-tfoot{
width: 100%;
color: var(--title-color);
font-weight: var(--font-medium);
border-radius: 0 0 8px 8px;
border-top: 2.5px solid var(--body-color);
box-shadow: 0px -3px 8px 2px var(--body-color);
display: flex;
justify-content: right;
align-items: center;
}
.d-tfoot.contact{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.d-tfoot.contact .d-ftrow{
    width: 100%;
    height: 40px;
    display: flex;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.d-tfoot.contact .d-ftrow.cc{
    background: var(--base-4);
}
.d-tfoot.contact .d-ftrow.cc .t-btn{
border: unset;
color: var(--title-color);
border-radius: 0;
}
.d-tfoot.contact .d-ftrow.cc .t-btn:hover{
background: none;
color: var(--title-color);
}
.d-tfoot.contact .d-ftrow.cc .d-tcell{
position: relative;
display: flex;
justify-content: center;
text-align: center;
transition: 0.3s all ease;
border-bottom: 3px solid transparent;
}
.d-tfoot.contact .d-ftrow.cc .d-tcell .t-btn{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 8px;
}
.d-tfoot.contact .d-ftrow.cc .d-tcell:nth-child(1):hover{
border-bottom: 3px solid var(--wp);
}
.d-tfoot.contact .d-ftrow.cc .d-tcell:nth-child(1):hover .t-btn{
color: var(--wp);
}
.d-tfoot.contact .d-ftrow.cc .d-tcell:nth-child(2):hover{
border-bottom: 3px solid var(--tel);
}
.d-tfoot.contact .d-ftrow.cc .d-tcell:nth-child(2):hover .t-btn{
color: var(--tel);
}
.d-tfoot.contact .d-ftrow.cc .d-tcell:nth-child(3):hover{
border-bottom: 3px solid var(--mail);
}
.d-tfoot.contact .d-ftrow.cc .d-tcell:nth-child(3):hover .t-btn{
color: var(--mail);
}
.d-tfoot.wbg{
color: var(--tel);
}
.d-tfoot .important{
color: var(--title-color);
}
.d-tfoot .d-ftrow.grid{
place-items: center;
grid-template-columns: repeat(auto-fill,minmax(100%, 1fr));
grid-auto-flow: dense;
gap: 5px;
}
.d-tfoot.wbg .d-ftrow.grid .d-tcell{
justify-content: space-between;
border-bottom: 1.5px dashed var(--border-color-2);
}
.d-tfoot.wbg .d-ftrow.grid .d-tcell::before{
position: absolute;
right: -1.5px;
content: '';
height: 70%;
width: 1.5px;
background: var(--shadow-4);
}
.d-ftrow.grid .d-tcell h3{
color: var(--title-color-2);
justify-content: space-between;
}
.d-thead.no-sh{
box-shadow: 0px 0px 0px 0px var(--body-color);
}
.d-tfoot.no-sh{
box-shadow: 0px 0px 0px 0px var(--body-color);
}
.d-throw{
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid var(--body-color);
margin-bottom: 0.5rem;
}
.d-throw.titles{
    border-radius: 6px;
    background: var(--menu);
    columns: var(--title-color);
    border: 1px solid var(--menu-border);
}
.d-thcol{
position: relative;
padding: 12px 8px;
width: 100%;
display: flex;
}
.d-tcol{
position: relative;
display: flex;
flex-direction: column;
}
.d-tcol .d-tcell{
padding: 2px !important;
gap: 0;
display: flex;
justify-content: left !important;
text-align: left !important;
}
.d-thcol .d-throw{
border-bottom: none;
}
.fspace{
letter-spacing: 1px;
}
.d-trow{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: var(--input-color);
transition: 0.3s all ease;
}
.d-trow:hover{
background: var(--hovered-row);
}
.d-trow:not(:last-child){
border-bottom: 1px solid var(--body-color);
}
.d-table .title{
background: var(--text-color);
color: var(--title-color-2);
}
.stitle{
background: var(--fifth-color);
color: var(--title-color-2);
}
.d-tfrow{
position: relative;
width: 100%;
display: flex;
justify-content: right;
align-items: center;
}
.d-table .d-thead .d-tcell{
padding: 12px 16px;
gap: 5px;
text-align: center;
}
.sub .d-table .d-thead .d-tcell{
    padding: 12px 0;
}
.d-table .d-thead .d-tgraph{
padding: 0.5rem;
display: grid;
align-content: center;
justify-content: center;
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
grid-auto-flow: dense;
gap: 10px;
}
.d-table .d-thead .d-tgraph .d-tcell{
text-align: center;
justify-content: center;
border-radius: 6px;
}
.d-table .d-thead .d-ttitle{
color: var(--text-color);
font-weight: 600;
font-size: var(--small-font-size);
}
.d-table .d-thead .titles{
    margin-bottom: 0.5rem;
}
.d-table .d-thead .titles .d-tcell{
    color: var(--text-color);
font-weight: 600;
text-transform: uppercase;
font-size: var(--smaller-font-size);
}
.d-table .d-thead .titles .d-tcell svg{
    width: var(--big-font-size);
    height: auto;
    aspect-ratio: 1/1;
}
@keyframes respiro {
0%{
    text-shadow: 0px 0px var(--text-color);
}
50%{
    text-shadow: 0px 0px 10px var(--text-color);
}
100%{
    text-shadow: 0px 0px var(--text-color);
}
}
@keyframes respiro2 {
0%{
    text-shadow: 0px 0px var(--link);
}
50%{
    text-shadow: 0px 0px 10px var(--link);
}
100%{
    text-shadow: 0px 0px var(--link);
}
}
.d-table .d-thead .d-tgraph .d-ttitle::before {
position: absolute;
bottom: 0;
content: '';
width: 90%;
max-width: 180px;
height: 1.5px;
border-radius: 25px;
background: var(--text-color);
box-shadow: 0px 0px 1px 1px var(--body-color);
}
.d-table .d-thead .d-ttitle i{
font-size: var(--big-font-size);
animation: respiro 3s alternate infinite;
}
.d-tcell{
position: relative;
padding: 14px 16px;
width: 100%;
height: 100%;
text-align: left;
display: flex;
align-items: center;
color: var(--text-color);
font-size: var(--smaller-font-size);
}
.icon{
background: var(--body-color);
width: 25px;
height: 25px;
aspect-ratio: 1/1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
box-shadow: 0px 0px 5px -2px var(--text-color);
}
.d-tcell.important{
font-weight: 700;
}
.d-tcell.important i{
font-size: var(--normal-font-size);
}
.d-tcell.date{
font-weight: 500;
opacity: 0.5;
font-size: var(--smallest-font-size);
}
.d-tcell.itms{
gap: 3px;
}
.d-tcell.itms button:nth-child(1) a{
border: 1.5px solid var(--mail);
color: var(--mail);
}
.d-tcell.itms button:nth-child(1):hover a{
background: var(--mail);
color: var(--text-color-light);
}
.d-tcell.itms button:nth-child(2) a{
border: 1.5px solid var(--wp);
color: var(--wp);
}
.d-tcell.itms button:nth-child(2):hover a{
background: var(--wp);
color: var(--text-color-light);
}
.d-tcell.itms button:nth-child(3) a{
border: 1.5px solid var(--tel);
color: var(--tel);
}
.d-tcell.itms button:nth-child(3):hover a{
background: var(--tel);
color: var(--text-color-light);
}
.sml-f{
font-size: var(--smallest-font-size) !important;
}
.accs{
    outline: none;
    position: relative;
    -webkit-appearance: none;
    width: 40px;
    height: 24px;
    background: transparent;
    border: 2px solid var(--checkbox);
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: 0.3s all ease;
}
.accs::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    width: 18px;
    height: 18px;
    background: var(--checkbox);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.1s all ease;
}
.accs:checked{
    background: var(--checkbox);
    border: 2px solid var(--checked);
}
.accs:checked::after{
    opacity: 1;
    background: var(--checked);
    transform: translateY(-50%) translateX(14.5px);
}
.d-tcell input[type=text]{
outline: none;
width: 100%;
}
.d-tcell.important{
color: var(--text-color);
}
.d-tcell.important a{
width: min(70px 90%);
display: flex;
justify-content: space-between;
align-items: center;
gap: 5px;
}
.d-tcell a.cell-more{
text-decoration: underline;
color: var(--link);
font-weight: 500;
transition: 0.3s all ease;
}
.d-tcell a.cell-more:hover{
opacity: 0.5;
}
.d-tcell .cell-more{
height: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.d-tcell .cell-more a i{
font-size: var(--big-font-size);
}
.d-tcell .cell-menu-btn{
position: relative;
padding: 8px 16x;
height: 100%;
min-height: 25px;
min-width: 25px;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn.active{
background: var(--third-color);
border-radius: 4px;
transition: 0.2s all ease;
}
.d-tcell .cell-menu-btn.active span{
width: 0;
height: 0;
transform: scale(0.9);
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn.active span::before{
position: absolute;
top: -10px;
left: 0;
content: '';
width: 2px;
height: 20px;
background: var(--text-color-light);
border-radius: 1px;
transform: rotate(-45deg);
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn.active span::after{
position: absolute;
top: -10px;
left: 0;
content: '';
width: 2px;
height: 20px;
background: var(--text-color-light);
border-radius: 1px;
transform: rotate(45deg);
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn:hover{
opacity: 0.7;
cursor: pointer;
}
.d-tcell .cell-menu-btn span{
position: relative;
transition: 0.3s all ease;
width: 4px;
height: 4px;
background: var(--fourth-color);
border-radius: 25px;
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn span::before{
position: absolute;
top: 6px;
left: 0;
content: '';
width: 4px;
height: 4px;
background: var(--fourth-color);
border-radius: 25px;
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn span::after{
position: absolute;
top: -6px;
left: 0;
content: '';
width: 4px;
height: 4px;
background: var(--fourth-color);
border-radius: 25px;
}
.d-tcell .cell-menu-btn i{
color: var(--fourth-color);
font-size: var(--bigger-font-size);
transition: 0.3s all ease;
}
.d-tcell .cell-menu-btn i:hover{
opacity: 0.5;
}
.d-tcell .cell-menu{
position: absolute;
top: 85%;
right: 25%;
z-index: 6;
width: 90%;
min-width: 200px;
height: max-content;
display: flex;
justify-content: center;
align-items: center;
text-align: left !important;
flex-direction: column;
background: var(--input-color);
box-shadow: 0px 0px 5px 2px var(--shadow-4);
border: 2px solid transparent;
border-radius: 4px;
transform: translateY(-30%);
transition: 0.3s all ease;
opacity: 0;
height: 0px !important;
gap: 8px;
overflow: hidden;
}
.dark-theme .cell-menu{
border: 2px solid var(--body-color);
box-shadow: 0px 0px 0px 0px var(--shadow-4);
}
.d-tcell .cell-menu.show{
height: max-content !important;
opacity: 1;
transform: translateY(0%);
}
.d-tcell .cell-menu .cell-item{
width: 100%;
transition: 0.3s all ease;
}
.d-tcell .cell-menu .cell-item:hover{
background: var(--third-color);
}
.d-tcell .cell-menu .cell-item a{
padding: 8px 16px;
width: 100%;
display: flex;
justify-content: left;
align-items: center;
color: var(--third-color);
transition: 0.3s all ease;
}
.d-tcell .cell-menu .cell-item:hover a{
color: var(--text-color);
font-weight: bold;
}
.d-tcell .cell-more a{
padding: 0.7rem 1.5rem;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: var(--link);
color: var(--title-color);
border-radius: 4px;
transition: 0.3s all ease;
}
.d-tcell .cell-more:hover a{
opacity: 0.7;
}
.d-table .cntr .d-tcell{
text-align: center;
justify-content: center;
}
.d-tcell.cntr{
    justify-content: center;
}
.d-tcell.void{
justify-content: center !important;
text-align: center !important;
gap: 5px;
background: var(--body-color) !important;
word-break: normal !important;
color: var(--text-color);
}
.d-tcell.void a{
    font-weight: 500;
    color: var(--link);
    text-decoration: underline;
}
.d-telements.cntr{
justify-content: space-evenly !important;
}
.d-tcell .profile-pic{
height: 35px;
width: 35px;
}
.d-tcell .profile-pic img{
width: 100%;
height: auto;
object-fit: cover;
aspect-ratio: 1/1;
border-radius: 8px;
background: var(--input-color);
box-shadow:  0px 0px 6px -1px var(--shadow),
    -0px -0px 6px -1px var(--shadow-2);
}
.d-tcell .d-banner{
    position: relative;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-tcell .d-banner img{
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
    border-radius: 8px;
    box-shadow:  0px 0px 6px -1px var(--shadow),
    -0px -0px 6px -1px var(--shadow-2);
    background: lightgray;
}
.d-tcell .d-banner.v-2{
    width: 100%;
    height: fit-content;
}
.d-tcell .d-banner.v-2 img{
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 630px){
    .d-table .d-thead .d-throw{
        flex-direction: column;
    }
    .d-table .no-col .d-throw{
        flex-direction: row;
    }
    .d-table .d-thead select{
        padding: 10px 16px 10px 8px;
        width: 100%;
        max-width: none;
    }
    .d-table .d-thead .d-throw .d-tcell{
        text-align: center;
    }
    .d-table .d-thead .d-throw .d-telements{
        flex-direction: column;
        gap: 9px;
    }
    .d-table .d-thead .d-throw .d-telements .t-btn{
        max-width: none;
        width: 100%;
    }
    .d-table .d-thead .d-field{
        max-width: none;
        width: 100%;
    }
    .d-table .d-thead .t-btn{
        padding: 8px 10px;
    }
    .d-table .d-thead .titles{
        display: none;
    }
    .d-table .d-trow{
        display: block;
    }
    .d-tbody{
        max-height: 295px;
    }
    .d-timg{
        justify-content: center !important;
    }
    .d-tbody .d-tcell:not(.cntr){
        display: flex;
        text-align: right;
        justify-content: space-between;
        word-break: break-all;
    }
    .d-tbody .d-tcell::before{
        margin-right: 5px;
        content: attr(data-label);
        font-size: var(--small-font-size);
        font-weight: bold;
        float: left;
        word-break: keep-all;
        text-transform: capitalize;
        text-align: left;
        color: var(--fourth-color);
    }
    .d-table .d-tcell .cell-menu-btn{
        padding: 8px 16px;
        width: 100%;
        border-radius: 4px;
        border: 1.5px solid var(--third-color);
        color: var(--third-color);
    }
    .d-tcell .cell-menu-btn.active{
        gap: 12px;
        background: var(--third-color);
        color: var(--text-color-light);
        border-radius: 4px;
        transition: 0.3s all ease;
    }
    .d-tcell .cell-menu-btn.active:hover{
        opacity: 0.7;
    }
    .d-table .d-tcell .cell-menu-btn::before{
        content: attr(data-label);
        word-break: keep-all;
        font-weight: bold;
    }
    .d-table .d-tcell .cell-menu-btn.active span,
    .d-table .d-tcell .cell-menu-btn.active span::before,
    .d-table .d-tcell .cell-menu-btn.active span::after{
        background: var(--text-color-light);
    }
    .d-table .d-tcell .cell-menu-btn span,
    .d-table .d-tcell .cell-menu-btn span::before,
    .d-table .d-tcell .cell-menu-btn span::after{
        background: var(--third-color);
    }
    .d-table .d-tcell .cell-menu-btn i{
        color: var(--third-color);
        font-size: var(--big-font-size);
    }
    .d-table .d-tcell .cell-menu-btn:hover span,
    .d-table .d-tcell .cell-menu-btn:hover span::before,
    .d-table .d-tcell .cell-menu-btn:hover span::after{
        background: var(--text-color-light);
    }
    .d-table .d-tcell .cell-menu-btn i:hover{
        opacity: 1;
    }
    .d-table .d-tcell .cell-menu-btn:not(.active):hover{
        color: var(--text-color-light);
        background: var(--third-color);
        opacity: 1;
    }
    .d-table .d-tcell .cell-menu{
        right: 0;
        left: calc(50% + 2px);
        transform: translateX(-50%);
        width: calc(100% - 1.6rem);
        min-width: unset;
    }
    .d-table .cntr .d-tcell:not(.cntr){
        text-align: right;
        justify-content: space-between;
    }
    .d-tcell .cell-more{
        width: 100%;
    }
    .d-thcol{
        flex-direction: column;
    }
}