:root,
[data-bs-theme=light],
[data-bs-theme=dark] {
    --bs-primary: #1c1c1c;
    --bs-primary-rgb: 28, 28, 28;
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #1c1c1c);
    --bs-primary-border-subtle: #1c1c1c4d;
    --bs-primary-contrast: #f3f0eb;
    --bs-body-bg: #f3f0eb;
    --bs-form-validation-border-color: #1a1a1a !important;
}

[data-semidark-menu=true],
[data-bs-theme=dark] {
    --bs-paper-bg: #1c1c1c
}
.main_slide_bg_grad{background-image: radial-gradient(circle, #a6a6a6, #bcbcbc, #d2d2d2, #e8e8e8, #ffffff);}
.gradient-background {
    background: linear-gradient(300deg, #ffffff, #dddddd, #f3f0eb);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease infinite;
}
.landing-hero .hero-animation-img {
    margin-block-end: 0;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.push_notify {
    width: 100%;
    margin-top: 20px;
}

.push-animation-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
}

.push-main-mobile {
    max-height: 450px;
    z-index: 1;
    position: relative;
}

.push-notify-img {
    position: absolute;
    width: 280px;
    max-height: 450px;
    left: 50%;
    transform: translateX(-300%);
    opacity: 0;
    z-index: 2;
}

.push-animation-container.animate .push-notify-img {
    animation: pushSlideIn 0.8s ease-out forwards;
}

.push-animation-container.animate .push-notify-img:nth-child(2) {
    animation-delay: 0.5s;
    top: 30%;
}

.push-animation-container.animate .push-notify-img:nth-child(3) {
    animation-delay: 1.2s;
    top: 45%;
    left: 55%;
}

.push-animation-container.animate .push-notify-img:nth-child(4) {
    animation-delay: 1.9s;
    top: 60%;
}

.push-animation-container.animate .push-notify-img:nth-child(5) {
    animation-delay: 2.6s;
    top: 75%;
    left: 55%;
}

@keyframes pushSlideIn {
    0% {
        transform: translateX(-300%);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}


.ftr-logo {
    width: 100%;
    max-width: 200px;
    filter: brightness(0) invert(1) brightness(80%);
}

.card-img,
.card-img-top {
    padding: 30px;
}

.product_box {
    width: 50%;
    margin: 0 auto;
}

.card-bg-main {}

.sect-w-box {
    padding: 20px;
    border-radius: 10px;
    margin: 100px 0;
    background: rgba(255, 255, 255, 0.9);
}

.bg_animate {
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: backgroundScroll 10s linear infinite;
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        /* Moves the background image horizontally by the width of the image */
        background-position: 100% 0;
    }
}

.whatsapp-now .btn-whatsapp-now {
    position: fixed;
    z-index: 1080;
    box-shadow: 0 1px 20px 1px #25D366;
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    border-radius: 50%;
    right: 50px;
    bottom: 50px;
    width: 58px;
    height: 58px;
}

.white_box_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.product_box {
    width: 50%;
    margin: 0 auto;
}

.animate_img {
    transform: scale(1);
    transition: transform 500ms ease;
    transform-origin: center bottom;
}

.animate_img:hover {
    transform-origin: center bottom;
    transition: transform 500ms ease;
    transform: scale(1.2);
}

.white-box {
    background: #fff;
    padding: 10px 30px 0;
    border-radius: 10px;
    border: 2px solid #f3f0eb;
}

.whatsapp-now .btn-whatsapp-now:hover {
    background: #146c43;
    box-shadow: 0 1px 20px 1px #146c43;
    border-color: #146c43;
}

.landing-features {
    padding-block-start: 4rem;
}

.whatsapp-icn {
    width: 36px;
    height: 36px;
}

.c-white {
    color: #fff
}

.c-white:hover {
    color: #fff
}

.landing-footer {
    --bs-footer-bottom-bg: #1a1a1a !important
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page::before {
    backdrop-filter: initial;
    background: initial;
    mask: initial
}

.menu .app-brand.demo {
    height: 100px
}

.landing-hero .hero-animation-img .hero-dashboard-img img {
    max-width: 500px
}

.cust_feature_main .features-icon img {
    filter: brightness(0%)
}

.img-fluid_cust {
    max-width: 48%;
    height: auto;
    display: inline
}

.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #231f1fcc;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: -76px 0 0 -76px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #1a1a1a;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.h-full {
    height: 642px;
    overflow-y: auto
}

.pl-5 {
    padding-left: 5px
}

.min-width-25 {
    min-width: 25%
}

.min-width-33 {
    min-width: 33%
}

.min-width-50 {
    min-width: 50%
}

.slim {
    border: 2px dashed;
    border-radius: 10px
}

.slim-img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 10px;
    left: 5px
}

.w-100 {
    width: 100%
}

.t-right {
    float: right
}

.str_txt_int {
    width: 20%;
    margin-top: -9px;
    margin-left: 5px;
    margin-right: 5px
}

.data-img {
    margin: auto
}

.data-form {
    background-color: #eee;
    padding: 15px
}

.data-from-inner {
    background-color: #fff;
    border-radius: 20px;
    min-height: -webkit-fill-available
}

.data-check-required {
    margin-left: auto;
    padding: 5px
}

.list-group .list-group-item {
    border: 1px solid #e3e3e3;
    border-radius: 11px;
    margin-top: 10px;
    background: #eee
}

.add_new_fields {
    color: #fff
}

.h-750 {
    height: 750px
}

.mt-350 {
    margin-top: 350px
}

.overflow-x {
    overflow-x: auto
}

.sm_img {
    height: 60px
}

.md_img {
    height: 70px
}

.lg_img {
    height: 80px
}

.xl_img {
    height: 100px
}

.word_wrap {
    word-wrap: break-word
}

.w-55 {
    width: 55%
}

.form-check-privacy {
    background-color: #fafafa;
    padding: 10px;
    font-size: 18px;
    width: 100%
}

.pp-header {
    background-color: #fafafa
}

.btn-pp {
    border: 0;
    background: #fafafa;
    margin-right: auto;
    float: inline-end
}

.privacy-body {
    height: 560px;
    overflow: auto
}

.f-16 {
    font-size: 16px
}

#privacy-policy-text {
    height: 550px;
    overflow: auto
}

.data-cursor {
    cursor: pointer
}

.flex-row {
    display: inline-flex
}

.w-36 {
    width: 36px
}

.h-36 {
    height: 36px
}

.text-xs {
    font-size: 12px
}

.rounded-md {
    border: 2px solid #eee;
    padding: 15px 0 0 10px;
    border-radius: 10px
}

.st {
    border-radius: 5px;
    border-color: #eee
}

.relative {
    position: relative
}

.h-150 {
    height: 150px
}

.h-575 {
    height: 575px
}

.hide {
    display: none
}

.show {
    display: block
}

.cust-ul-bold strong {
    display: block;
    width: 100%;
}

.cust-ul-bold ul li {
    margin-bottom: 10px;
}

.b-details {
    border-radius: .375rem;
    box-shadow: var(--bs-box-shadow);
    background-color: #fff;
    padding-block: 1.25rem;
    padding-inline: 1.25rem
}

.p10 {
    padding: 10px
}

.image-box a {
    position: relative;
    display: block;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden
}

.image-box.selected a {
    border: 3px solid #e4e0dd
}

.image-box .checkmark {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    background: #e4e0dd;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #0000004d
}

.image-box.selected .checkmark {
    display: flex
}

.stamp-btn {
    position: relative;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: .2s
}

.stamp-btn img {
    object-fit: contain
}

[class*="stamp-btn"].active-stmp,
[class*="stamp-btn"][class*="active-stmp"],
[class*="stamped-btn"][class*="active-stmped"] {
    border-color: #1a1a1a
}

.checkmark {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #1a1a1a;
    color: #e4e0dd;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    display: none;
    align-items: center;
    justify-content: center
}

[class*="stamp-btn"][class*="active-stmp"] .checkmark,
[class*="stamped-btn"][class*="active-stmped"] .checkmark {
    display: flex
}

.stripe-preview {
    position: relative;
    width: 340px;
    max-width: 340px;
    aspect-ratio: 1125/432;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 15px 10px;
    box-sizing: border-box
}

.stripe-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: var(--stamp-gap)
}

.stripe-row:last-child {
    margin-bottom: 0
}

.stripe-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.zigzag-row .stamp:nth-child(odd) {
    transform: translateY(-8px)
}

.zigzag-row .stamp:nth-child(even) {
    transform: translateY(8px)
}

.field-card {
    display: none;
    cursor: pointer
}

.logo-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.bootstrap-select {
    width: 100%
}

.fs-14 {
    font-size: 14px
}

.footer-bg {
    background-color: #1c1c1c
}

.landing-footer .footer-bottom {
    background-color: var(--bs-footer-bottom-bg)
}

.tab-custom {
    border: 1px solid #eee;
    border-radius: 10px
}

.mr-5 {
    margin-right: 5px
}

.ml-5 {
    margin-left: 5px
}

.input-range {
    width: 100%;
    background: #1a1a1a
}

.input-range::-webkit-slider-thumb {
    width: 100%;
    background: #1a1a1a
}

.input-range::-moz-range-thumb {
    width: 100%;
    background: #1a1a1a
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.offcanvas-half {
    width: 50% !important
}

.akar-icons--cake {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'%3E%3Cpath stroke-linejoin='round' d='M3 13a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m3 13l2.914 2.331c1.187.95 2.9.855 3.975-.22v0a2.985 2.985 0 0 1 4.222 0v0a2.985 2.985 0 0 0 3.975.22L21 13'/%3E%3Cpath stroke-linejoin='round' d='M12 6a2 2 0 0 1-2-2c0-.876.677-1.576 1.273-2.217L12 1l.727.783C13.323 2.424 14 3.124 14 4a2 2 0 0 1-2 2'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg)
}

.ion--calendar-outline {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='416' height='384' x='48' y='80' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='32' rx='48'/%3E%3Ccircle cx='296' cy='232' r='24' fill='%23000'/%3E%3Ccircle cx='376' cy='232' r='24' fill='%23000'/%3E%3Ccircle cx='296' cy='312' r='24' fill='%23000'/%3E%3Ccircle cx='376' cy='312' r='24' fill='%23000'/%3E%3Ccircle cx='136' cy='312' r='24' fill='%23000'/%3E%3Ccircle cx='216' cy='312' r='24' fill='%23000'/%3E%3Ccircle cx='136' cy='392' r='24' fill='%23000'/%3E%3Ccircle cx='216' cy='392' r='24' fill='%23000'/%3E%3Ccircle cx='296' cy='392' r='24' fill='%23000'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M128 48v32m256-32v32'/%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='32' d='M464 160H48'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg)
}

.lets-icons--clock-fill {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='2' d='M5.965 3.136a4 4 0 0 0-2.829 2.829m14.899-2.829a4 4 0 0 1 2.829 2.829'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16m1-12a1 1 0 1 0-2 0v3.75c0 .69.56 1.25 1.25 1.25H15a1 1 0 1 0 0-2h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg)
}

.fontisto--email {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m16.484 11.976l6.151-5.344v10.627zm-7.926.905l2.16 1.875c.339.288.781.462 1.264.462h.017h-.001h.014c.484 0 .926-.175 1.269-.465l-.003.002l2.16-1.875l6.566 5.639H1.995zM1.986 5.365h20.03l-9.621 8.356a.6.6 0 0 1-.38.132h-.014h.001h-.014a.6.6 0 0 1-.381-.133l.001.001zm-.621 1.266l6.15 5.344l-6.15 5.28zm21.6-2.441c-.24-.12-.522-.19-.821-.19H1.859a1.9 1.9 0 0 0-.835.197l.011-.005A1.86 1.86 0 0 0 0 5.855v12.172a1.86 1.86 0 0 0 1.858 1.858h20.283a1.86 1.86 0 0 0 1.858-1.858V5.855c0-.727-.419-1.357-1.029-1.66l-.011-.005z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg)
}

.proicons--phone {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='12.5' height='18.5' x='5.75' y='2.75' rx='3'/%3E%3Cpath d='M11 17.75h2'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg)
}

.flowbite--edit-outline {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14.304 4.844l2.852 2.852M7 7H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-4.5m2.409-9.91a2.017 2.017 0 0 1 0 2.853l-6.844 6.844L8 14l.713-3.565l6.844-6.844a2.015 2.015 0 0 1 2.852 0Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.mingcute--store-2-line {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%23000' d='M18 2a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm-6 12h-1a1 1 0 0 0-1 1v4h3v-4a1 1 0 0 0-1-1m2.14-5.203A3.5 3.5 0 0 1 11.5 10a3.5 3.5 0 0 1-2.64-1.203A4 4 0 0 1 6 10a4 4 0 0 1-2-.535V18a1 1 0 0 0 1 1h3v-4a3 3 0 0 1 3-3h1a3 3 0 0 1 3 3v4h3a1 1 0 0 0 1-1V9.465A4 4 0 0 1 17 10c-1.12 0-2.133-.46-2.86-1.203M18 4H5a1 1 0 0 0-.993.883L4 5v1a2 2 0 0 0 3.995.15L8 6a1 1 0 0 1 1.993-.117L10 6v.5a1.5 1.5 0 0 0 2.993.144L13 6.5V6a1 1 0 1 1 2 0a2 2 0 0 0 3.995.15L19 6V5a1 1 0 0 0-.883-.993z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle
}

.mytext {
    /*color: #1a1a1a*/
}

gmp-place-autocomplete::part(input) {
    background: #fff;
    color: #212529;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding-left: 42px;
    padding-right: 14px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none
}

gmp-place-autocomplete::part(input)::placeholder {
    color: #6c757d;
    opacity: 1;
    margin-left: 10px
}

gmp-place-autocomplete::part(input):focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 2px #0d6efd26
}

.app-icon {
    border: 1px solid #fff;
    border-radius: 8px
}

.mb5 {
    margin-bottom: 60px !important;
}

.ri--eye-off-line {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    color: #6c757d;
}

.conpassword-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    color: #6c757d;
}

.form-control {
    padding-right: 45px;
}

.ri-eye-line,
.ri-eye-off-line {
    width: 24px;
    height: 24px;
    display: inline-block;
}

#layout-menu {
    overflow-y: auto;
}

#layout-menu .app-brand {
    position: sticky;
    top: 0;
    z-index: 10;
}

.is-invalid {
    border-color: #ff4c51 !important;
}

form .form-check-input.is-valid,
form .form-check-input.is-valid:checked,
form select.is-valid,
.is-valid {
    border-color: #1a1a1a !important;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #1a1a1a;
}

form .bootstrap-select .selectpicker.is-valid+.dropdown-toggle,
form.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-width: 0px;
    border-color: none;
}
.sc-value{
    font-size: 12px;
    font-weight: 600;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc-label{
    font-size: 8px;
    text-transform: uppercase;
    opacity: 0.85;
    letter-spacing: 0.3px;
}
.logo-box{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    font-size: 10px;
}
.logo-box img {
    /* width: 100% !important; */
    max-width: 150px;
    max-height: 50px;
}

/* DataTables empty state */
table.dataTable tbody tr td.dataTables_empty,
table.dataTable tbody td.dataTables_empty {
    text-align: center !important;
    padding: 2rem 1rem !important;
    color: #6b7280;
    vertical-align: middle !important;
}