* {
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

p {
    margin-bottom: 0px;
}

html {
    background-color: black;
}

.clear-margin {
    margin: 0;
}

.mt-33 {
    margin-top: 33px;
}

.mt-35 {
    margin-top: 35px;
}

.gap-6 {
    gap: 6px;
}

.gap-13 {
    gap: 13px;
}

@media all and (max-width: 1199px) {
    .gap-13 {
        gap: 8px;
    }
}

.pt-56 {
    padding-top: 56px !important;
}

.text-table-head {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
}

.flex {
    display: flex !important;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: end;
}

.justify-center {
    justify-content: center;
}

.rounded-12 {
    border-radius: 12px;
}

.pt-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-add-new {
    width: 131px;
    padding-left: 123px;
}

.p-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-primary {
    background-color: #e0fe67;
    border-color: #e0fe67;
}

.btn-primary:hover {
    background-color: var(--primary-200);
    border-color: var(--primary-200);
    color: black;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: var(--primary-700) !important;
    border-color: var(--primary-700) !important;
    color: black !important;
}

.btn:disabled {
    background-color: var(--disabled);
    border-color: var(--disabled);
    color: rgba(30, 30, 30, 0.8);
}

.btn {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    min-width: 100px;
    min-height: 42px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 1399px) {
    .btn {
        min-height: 35px;
        font-size: 12px;
    }
}

@media all and (max-width: 1199px) {
    .btn {
        min-height: auto;
        min-width: 85px;
    }
}

.btn-outline-primary {
    border: 1px solid var(--primary-300);
    border-radius: 0.25rem;

    color: #e0fe67;
}

.btn-outline-primary:hover {
    background: rgba(224, 254, 103, 0.1);

    border: 1px solid #e0fe67;
    border-radius: 0.25rem;

    color: #e0fe67;
}

.btn-outline-primary:active {
    color: var(--primary-700);
    background: transparent !important;
    border: 1px solid var(--primary-300) !important;
}

.btn-red-outline-primary {
    border: 1px solid #dc3545;
    border-radius: 0.25rem;

    color: #dc3545;
}

.btn-red-outline-primary:hover {
    background: rgb(104 41 41 / 40%);
    border: 1px solid #dc3545;
    color: #dc3545;
}

.btn-red-outline-primary:active {
    color: #fff;
    background: transparent !important;
    border: 1px solid #dc3545;
}

.btn-outline-danger {
    color: #d83636;
}

.btn-outline-danger {
    border-radius: 0.25rem;
}

.btn-outline-info {
    border: 1px solid #79b67c;
    border-radius: 0.25rem;

    color: #79b67c;
}

.btn-outline-info:hover {
    background: #79b67c;
}

.btn-text-action {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.btn-submit {
    width: 100%;
}

th>input {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.pb-26 {
    padding-bottom: 26px;
}

.p-16 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.text-small-heading {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.text-form-label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
    color: #B7B8B5;
    margin-bottom: 3px;
}

.card-header {
    margin-top: 8px;
    padding-bottom: 8px;
}

.no-left-margin {
    padding-left: 0px !important;
}

.p-48 {
    padding: 48px;
}

.detailsFont {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

    margin-top: 24px;
}

a {
    color: #e0fe67;
}

a:hover {
    color: #e0fe67;
}

.px-56 {
    padding-top: 56px;
    padding-bottom: 56px;
}

.txn-select-text {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.card-body-ff {
    padding-left: 50px !important;
    padding-top: 50px !important;
}

.modal-content-ff {
    border-radius: 1.3rem;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.label-ff {
    font-weight: 500;
    color: #000000;
}

.mr-25 {
    margin-right: 1.75rem;
}

.mr-15 {
    margin-right: 0.75rem !important;
}

.btn-ff {
    padding-left: 16px !important;
    padding-right: 16px !important;

    font-weight: 400;
    font-size: 0.875rem;

    border-radius: 0.5rem;
    height: 40px;
    width: 160px;
}

.btn-ff-black {
    border-color: #5e5e5e;
    color: #5e5e5e;
}

.btn-ff-blue {
    border-color: #42abe1;
    color: #42abe1;
}

.br-5rem {
    border-radius: 0.5rem !important;
}

.content-wrapper,
.main-header {
    margin-left: 0px !important;
}

.content-wrapper {
    scrollbar-width: none;
}

.content {
    background: #000;
}

input[type="radio"]:after {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: var(--neutral-900);
    border: var(--placeholder);
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

input[type="radio"]:checked:after {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: var(--primary-300);
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid var(--primary-300);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
}
/* select option {
    color: #fff;
} */

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNSA3VjNNMTYuNSA3VjNNNy41IDExSDE3LjVNNS41IDIxSDE5LjVDMjAuNjA0NiAyMSAyMS41IDIwLjEwNDYgMjEuNSAxOVY3QzIxLjUgNS44OTU0MyAyMC42MDQ2IDUgMTkuNSA1SDUuNUM0LjM5NTQzIDUgMy41IDUuODk1NDMgMy41IDdWMTlDMy41IDIwLjEwNDYgNC4zOTU0MyAyMSA1LjUgMjFaIiBzdHJva2U9IiNCN0I4QjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.modal-footer {
    border: 0px !important;
}

.grid-3 {
    display: grid !important;

    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (min-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1200px) {
    .grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pie {
    height: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    place-content: center;
    margin: 5px;

    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    color: rgba(255, 255, 255, 0.8);
}

.pie:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0;
    background: conic-gradient(var(--secondary) calc(var(--p) * 1%),
            var(--c) 0);
    -webkit-mask: radial-gradient(farthest-side,
            #0000 calc(99% - var(--b)),
            #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,
            #0000 calc(99% - var(--b)),
            #000 calc(100% - var(--b)));
}

@property --p {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}

@keyframes p {
    from {
        --p: 0;
    }
}

.animate-pie {
    animation: p 1s 0s both;
}

.flex-inline {
    display: inline-flex;
}

.layout-fixed .main-sidebar {
    position: relative !important;
    top: unset;
    width: 100%;
    height: calc(100vh - 69px);
    overflow-y: scroll;
    border-top: 2px solid #3b3e2f;
    transition: all 0.6s ease !important;
    max-width: 250px;
    scrollbar-width: none;

}
.layout-fixed .main-sidebar.close-tab .navigation-container ul li.hasChildren > a:before{
    right: 10px;
    transform: rotate(-90deg)
}

@media all and (max-width: 991px) {
    .layout-fixed .main-sidebar {
        position: fixed !important;
        bottom: 0;
        left: 0;
    }
}

@media all and (max-width: 1399px) {
    .layout-fixed .main-sidebar {
        max-width: 180px;
        height: calc(100vh - 59px);
    }
}

@media all and (max-width: 767px) {
    .layout-fixed .main-sidebar {
        position: absolute !important;
    }
}
.lb-dataContainer{
    position: absolute;
    right: 15px;
    top: 15px;
}
@media all and (max-width: 767px) {
.lb-close{
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
}
}
#lightbox{
    padding: 0px 50px;
    background: #232222;
    width: 60%;
    right: 0;
    margin: auto;
    border-radius: 15px;
    top: 50% !important;
    height: 70%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
@media all and (max-width: 991px) {
    #lightbox{
        width: 95%;
    }
}
@media all and (max-width: 767px) {
    #lightbox{
        width: 100%;
        padding: 0;
    }
}
.lb-outerContainer{
    position: absolute !important;
    left: 0;
    right: 0;
}
.icons-item {
    position: absolute;
    right: 10px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}
.close-btn {
    height: 40px;
    color: #e0fe67;
    border: 1px solid #e0fe67;
    border-radius: 8px;
    background: transparent;
}
.width-70{
    width: 70%;
}
@media all and (max-width: 767px) {
    .width-70{
        width: 100%;
    }
}
.width-50{
    width: 50%;
}
@media all and (max-width: 767px) {
    .width-50{
        width: 100%;
    }
}