/* table */
table .btn{
    border: none;
    background-color: var(--natural-11);
    height: unset;
}

table .btn.btn-action {
    padding: 9px;
}
.container  {
    position: relative;
}
.full-with-menu {
    display: none;
    background: #fff;
    max-width: 900px;
    width: 100%;
    z-index: 11;
    height: 100vh;
    top: 0;
    position: fixed;
}
.p-unset {
    position: unset !important;
}
#nav-second {
    display: none;
}
.menu-header-custom a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}
.menu-header-custom .list-group-item {
    border-radius: 0px;
    border : 0px solid transparent;
}
.menu-header-custom .list-group-item:active,.menu-header-custom .list-group-item:focus,.list-group-item.cs-active {
    background-color: #D02E67 !important;
    color: #fff !important;
}
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}
.test .table-responsive {
    min-height: 300px;
    padding-bottom: 50px;
}
@media (max-width: 400px) {
    .money-icon {
        width: 30px !important;
    }
    .money-icon img {
        width: 30px !important;
    }
    .sprinkle {
        display: none;
    }
    .text-info-money span {
        font-size: 12px;
    }
    .text-info-money p {
        font-size: 14px !important;
    }
}
.custom-zindex {
    z-index: 800;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(34, 34, 34, 0.5);
    z-index: 801;
    display: none;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
