/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Satoshi';
}
@font-face {
    font-family: 'Satoshi';
    src: url('Fonts/Satoshi-Bold.woff2') format('woff2');
    /*font-weight: bold;*/
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('Fonts/Satoshi-Black.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}

.menu-items li a span.menu-active {
    color: white !important;
}

.game-play{
    padding-left: 17px !important;
}

section.body_colors{
    display: flex;
}

.error{
    color: red !important;
}

.cropper-crop-box, .cropper-view-box {
    border-radius: unset !important;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

.cropper-face {
  background-color:inherit !important;
}

.cropper-dashed, .cropper-point.point-se, .cropper-point.point-sw, .cropper-point.point-nw,   .cropper-point.point-ne, .cropper-line {
  display:none !important;
}

.cropper-view-box {
  outline:inherit !important;
}

.disp-none{
    display:none !important;
}
#confirm-img{
    height: 218px !important;
    border-radius: 4px !important;
    padding: 10px 0px !important;
}
#upload-aphoto{
    background: #007bff !important;
    border-color:#007bff !important;
}

.user_detail_page{
    display: flex !important;
    justify-content: space-between !important;
    padding: 2% 1% !important;
}

:root{
    /* ===== Colors ===== */
    --primary-color: #0E4BF1;
    --panel-color: #FFF;
    --text-color: #000;
    --black-light-color: #707070;
    --border-color: #e6e5e5;
    --toggle-color: #DDD;
    --box1-color: #4DA3FF;
    --box2-color: #FFE6AC;
    --box3-color: #E7D1FC;
    --title-icon-color: #fff;
    
    /* ====== Transition ====== */
    --tran-05: all 0.5s ease;
    --tran-03: all 0.3s ease;
    --tran-03: all 0.2s ease;
}
body.dark{
    --primary-color: #3A3B3C;
    --panel-color: #242526;
    --text-color: #CCC;
    --black-light-color: #CCC;
    --border-color: #4D4C4C;
    --toggle-color: #FFF;
    --box1-color: #3A3B3C;
    --box2-color: #3A3B3C;
    --box3-color: #3A3B3C;
    --title-icon-color: #CCC;
}
/* === Custom Scroll Bar CSS === */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0b3cc1;
}
body.dark::-webkit-scrollbar-thumb:hover,
body.dark .activity-data::-webkit-scrollbar-thumb:hover{
    background: #3A3B3C;
}
nav{
    top: 0;
    left: 0;
    height: 100%;
    width: 15%;
    padding: 10px 14px;
    background: #044AFF;
    border-radius: 15px;
    border-right: 1px solid var(--border-color);
    transition: all 0.9s ease;
   
    margin: 1% 0% 0% 1%;
}
section.body_colors {
    background-color: rgba(228,236,255,255);
    padding: 0% 2% 2% 0;
    transition: all 0.9s ease;
}
nav .logo-image img{
    width: 100%;
    object-fit: contain;
    max-width: 60%;
    margin: auto;
    display: block;
    padding: 8% 0 0 0;

}

.menu-items li a .link-name{
    font-size: 14px;
    font-weight: 400;
    color: #aac1ff;    
    transition: var(--tran-05);
    vertical-align: middle;
    padding-left: 10px;
}  

.menu-items {
    padding-top: 18%;
}
.toggleclass nav{
    width:5%;
    transition: all 0.9s ease;
    
}
.toggleclass .dashboard{
   width: 95%;  
  left: 6%;
transition: all 0.9s ease;
}
.toggleclass .menu-items li span.link-name {
  display: none;
}
section.body_colors.toggleclass {
    transition: all 0.9s ease;
 
}
.toggleclass .logo-image {
    display: none;
    }
    .toggleclass .menu-items li a img {
     margin: auto;
     display: table;
     padding: 24% 0;
     width: 45%;
        }
.hamburger {
    transition: all 0.6s ease;
}
.toggleclass .hamburger{
    margin: auto;
    display: table;
    padding: 20% 0;
    width: 40%;
}
.hamburger i {
    color: white;
    font-size: 30px;
    margin-top: 12px;
    cursor: pointer;
}
.dashboard{
    left: 16%;
    width: 85%;
    padding: 10px 14px;
    transition: var(--tran-05);
    top: 12px;
}

.dashboard .top{
    padding: 10px 10px;
    background-color: var(--panel-color);
    transition: var(--tran-05);
    border-radius: 16px;
}
.dropdows select {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 0.8px solid #ffffff73;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    /* padding: 1% 0% 2% 2% !important; */
}

h4.txt {
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    color: #0E4BF1;
  font-family: 'Satoshi';
  margin: 0px;
}
.top img{
    vertical-align: middle;
    padding-right: 12px;
 
}
.box.box1 li a h6{
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    padding: 20px 0 0 0;
}
.box.box1 li a span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}
.flotx {
    width: 50%;
    background: #044AFF;
    border-radius: 24px;
    height: unset !important;
}
.overview .title{
    border-bottom: none !important;

}
.activity-data {
    padding: 0% 0 2% 1%;
}
.add-deals-btn{
    float: right;
    background: #044AFF;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
}
.add-deals-btn:hover{
    background: #2e57c4;
    color: white;
    text-decoration: none;
}
 .dash-content .title .text, .dash-content-separate .title .text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #044AFF;
    margin-left: 20px;
} 
.dash-content .boxes{
    display: flex;
    flex-wrap: wrap;
}
.dash-content .box.box1 {
    padding: 31px 0 0 3%;
    width: 50%;
      
}

 .dash-content .activity .activity-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
} 
.activity .activity-data{
    display: flex;
}
td.data-list {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
th.data-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}


.coll-3 {
    background: #FFFFFF;
    border-radius: 20px;
    margin: 20px 0;
    padding: 3% 0;
    width: 28%;
    height: 100%;
}
.dropdows option {
    background: white;
    color: black;
    font-size: 16px;
    cursor: pointer;
}
.a.btn {
    background: rgba(72, 109, 179, 0.1);
    border: 1px solid rgba(72, 109, 179, 0.2);
    box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #044AFF;
    display: block;
    padding: 5% 75px 5% 75px;
    text-align: center;
    margin-bottom: 12px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.text-two h5 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
}
.text-two p {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #000000;
    opacity: 0.5;
    padding: 14px 0;
}
.text-two {
    padding: 20% 18% 0 14%;
}
/* a.btn:hover {
    background-color: white;
} */
.dash-content {
    width: 70%;
}
.dash-content-full{
    width: 100%;
}
.dash-content-min{
    width: 30%;
}

.button1 a i {
    padding: 0 12px 0 0;
    font-size: 16px;
}
.main-contant img {
    width: 40%;
    margin: auto;
    display: block;
    /* padding-top: 20%; */
    padding-top: 10%;
}
.main-contant h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 25.003px;
    line-height: 34px;
    color: #044AFF;
    text-align: center;
    margin: 0;
    padding-top: 8%;
}

.box.box1 li a img {
    width: 18%;
    vertical-align: middle;
}
.dropdows {
    padding: 25px 55px 0 0px;
    cursor: pointer;
    overflow: hidden !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0px 6px !important;
}

.align-items-start{
    width: auto !important;
}

.dropdown {
    padding: 6px 0;
}
.activity {
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 35%;
}
.button1 {
    padding: 0 0 0 4%;
    width: 50%;
}

.contact-form input.fname {
    width: 88%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    padding: 0 0 3% 0;

}

#qr_div{
    position: absolute;
    bottom: 8.6vw;
    left: 12.3vw;
    width: 12.6vw;
    height: 7.8vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#store_qr_div{
    position: absolute;
    bottom: 12.4vw;
    left: 15.7vw;
    width: 6.1vw;
    height: 6.1vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}

.show_Store_image{
    /*border-radius: 6px !important;*/
    /*object-position: center !important;*/
    /*object-fit: contain !important;*/
    /*padding: 2px !important;*/
    /*height: 4.3rem !important;*/
    /*margin-top: -0.5rem;*/
    /*position: absolute !important;*/
    /*left: 18.7vw !important;*/
    /*transform: translate(1vw, 1.6vw) !important;*/
    
    
    border-radius: 6px !important;
    object-position: center !important;
    object-fit: contain !important;
    padding: 2px !important;
    height: 4vw !important;
    position: absolute !important;
    left: 18.7vw !important;
    transform: translate(20%, 30%) !important;
}

.download_icon{
    position: absolute; 
    bottom: -10px; 
    right: 1px; 
    font-size: 40px; 
    color: black;
}



.contact-form select.fname {
    width: 88%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    padding: 0 0 3% 0;

}
.main-from {
    margin: 14% 0 0 5%;
}
.main-from label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.main-from  input::placeholder{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #A9A9A9;
}
.main-from label span {
    color: #F80000;
}
.bar-code-img {
    margin: auto;
    display: table;
    padding: 10% 0;
}
.submit-btn input {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: #044AFF;
    border-radius: 5px;
    outline: none;
    border: none;
    display: block;
    margin: auto;
    padding: 4% 40%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.submit-btn input:hover {
    background: rgba(72, 109, 179, 0.1);
    color: #0b3cc1;
}


.menu-items li a span.link-name:hover {
    color: white;
} 
 .icons-bar i {
    margin: 0 23px 0 0px;
}
.dropdown.bdr select {
    border-bottom: none !important;
}
.menu-items li {
    padding: 15% 0 0 8%;
}
.overview {
    height: auto;
}
.menu-items li a img {
    filter: invert(63%) sepia(77%) saturate(294%) hue-rotate(195deg) brightness(188%) contrast(104%);
    transition:all 0.5s ease; 
}
.menu-items ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(105%) contrast(107%);
}


.toggleclass1 .search-container .search-input{
    width: 400px;
    border-radius: 16px;
    height: 50px;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    box-shadow: none;
    margin: 0px -38px 0 0;
}

 .search-container .search-input{
    background: transparent;
    border: none;
    outline:none;
    width: 0px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.8s;
    cursor: pointer;
}  

  .notification-drop .item {
    padding: 10px;
    font-size: 18px;
    position: relative;
    margin-top: 14px;

  }
  .notification-drop .item:hover {
    cursor: pointer;
  }
  .notification-drop .item ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    left: -200px;
    right: 0;
    z-index: 1;
    border-top: 1px solid #ddd;
  }



  /*.notification-drop .item ul li {*/
  /*  font-size: 17px;*/
  /*  background: #ddd !important;*/
  /*  padding: 15px 0 15px 25px;*/
  /*}*/
  /*.notification-drop .item ul li:hover {*/
  /*  background: #ddd;*/
  /*  color: rgba(0, 0, 0, 0.8);*/
  /*}*/
  #Paris{
    display: none;
  }
  button.tablinks {
    background: none;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    color: #000000;
    transition: all 0.5s ease;
    padding: 0 6%;
    border: 1px solid transparent;
}
button.tablinks.active {
    border: 1px solid rgba(72, 109, 179, 0.2);
    color: #044AFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
   margin: 0 6px;
}
.tab {
    border-bottom: 1px solid rgba(72, 109, 179, 0.2);
    padding: 0 0 28px 0;
        text-align: center;
}
.img_cr a img {
    width: 80%;
}
.text_ct ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #232323;
}

.text_ct ul li a  span{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #8D8D8D
}

.down_two .itm_to  {
    padding: 10px;
    font-size: 18px;
    position: relative;
    margin-top: 0px;
    color:#8E99A5;
    margin-left: 25px;
    top: 128%;
    
}
.down_two .itm_to  ul {
    display: none;
    position: absolute;
    top: 128%;
    background: #fff;
    left: -200px;
    right: 0;
    z-index: 1;
    border-top: 1px solid #ddd;
  }
  button.fa.fa-search {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    color: #848482;
    margin-right: 17px;
}
.notification-drop .item i{
    font-size: 18px;
    color: #848482;
}
div#tab-two {
    display: none;
}
.mobile_Qury {
    display: none;
}
/* new---css */
input[type="search"]::-webkit-search-decoraion,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


.notification-drop .item ul li {
    font-size: 17px;
    /* padding: 15px 0 15px 25px; */
    padding: 0px 0px 0px 0px;
    background-color: #F7F7F8 !important;
    color: #044AFF !important;
    transition: all 0.6s ease;
  }
  .notification-drop .item ul li:hover {
    background: #ffffff !important;
    color: #044AFF !important;
  }

  input.img_file {
    width: 75%;
    margin: auto;
    display: block;
    /* padding: 10% 0 0 0; */
    cursor: pointer !important;
    outline: none;
}
input::file-selector-button {
    background: rgba(72, 109, 179, 0.1);
    border: 1px solid rgba(72, 109, 179, 0.2);
    box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.06);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #044AFF;
    padding: 12px 30px;
    border: none;
    cursor: pointer !important;    
}

.image_show{
    max-width: 300px;
    height: auto;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem; }
    .toast:not(:last-child) {
      margin-bottom: 0.75rem; }
    .toast.showing {
      opacity: 1; }
    .toast.show {
      display: block;
      opacity: 1; }
    .toast.hide {
      display: none; }
  
  .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  
  .toast-body {
    padding: 0.75rem; }


/* new---css */
@media(max-width: 767px) {
    input.img_file {
        width: 60%;
    }
    .main-from  input::placeholder{
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        color: #A9A9A9;
        }
    .weekly-class.d-flex.justify-content-between {
        flex-direction: column;
    }
    .dash-content {
        width: 100%;
    }
    .coll-3 {
        width: 100%;
    }
    .flotx {
        width: 100%;
        height: 125px;
    }
    .button1 {
        padding: 0 0 0 4%;
        width: 100%;
    }

      section.body_colors.toggleclass {
          transition: all 0.9s ease;
       
      }
      h4.txt {
        font-size: 16px;
        text-align: center;
      }
      .top a {
        font-size: 10px;
      }
      .icons-bar i {
        margin: 0 0px 0 0px;
    }
    .dash-content .title .text {
        font-size: 18px;
    }
    .box.box1 li a h6 {
        font-size: 18px;
        padding: 16px 0 0 6%;
    }
    .a.btn {
        font-size: 14px;
        line-height: 22px;
        padding: 4% 40px 4% 40px;
        margin-top: 20px;
        margin-bottom: 0px;

    }
   
    nav {
       z-index: 99;
        width: 50%;
    }
    .menu-items li a .link-name {
        font-size: 10px;
    }    

    .toggleclass nav {
        width: 15%;
        transition: all 0.9s ease;
    }
    td.data-list.text-black {
        text-align: left;
    }
    .hamburger i {
        color: white;
        font-size: 20px;
        margin-top: 12px;
        cursor: pointer;
        margin-left: -8px;
    }
.toggleclass .dashboard {
    width: 88%;
    left: 14%;
    transition: all 0.9s ease;
}
    .toggleclass .hamburger{
      margin: auto;
      display: table;

    }
    td.data-list {
       text-align: center;
        font-size: 11px !important;
    }
    th.data-title {
        font-weight: 500;
        font-size: 12px;
    }
    table.table {
        width: 97%;
    }
 
    .notification-drop .item ul {
        display: none;
        position: absolute;
        top: 115%;
        background: #fff;
        left: -122px;
        right: 0;
        z-index: 1;
        border-top: 1px solid #ddd;
    }
    .down_two .itm_to ul{
        display: none;
        position: absolute;
        top: 146%;
        background: #fff;
        left: -122px;
        z-index: 1;
        border-top: 1px solid #ddd;
    }


    .dashboard .top {
        padding: 8px 0 0 8px;
    }
    .hamburger {
    margin: auto;
    display: table;
}

.hamburger i {
margin-left: 0px;
}
.img_cr {
    width: 50px;
}
.dashboard .top {
    flex-wrap: wrap;
    display: block !important;
}
.text_ct ul li a {
    display: none;
}
.icons-bar {
    justify-content: center;
}
.toggleclass1 .search-container .search-input {
    width: 100%;
    padding: 0;
    cursor: pointer;
  
}
.img_cr a img {
    padding: 0;
}
ul .down_two {
    margin: 0;
}
.down_two .itm_to {
    margin: 0;
}
button.fa.fa-search {
    margin:  0;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .dashboard .top {
        flex-wrap: wrap;
        display: block !important;
    }

    input.img_file {
        width: 60%;
    }
    .notification-drop .item ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #fff;
        left: 0;
        right: -129px;
        z-index: 1;
        border-top: 1px solid #ddd;
    }
 
    h4.txt {
        font-size: 18px;
        text-align: center;
    }    
    .icons-bar {
        justify-content: center;
    }
    .icons-bar i {
        margin: 0 10px 0 0px;
    }
    .text_ct ul li a {
        font-size: 16px;
     
    }

    .dash-content .title .text {
        font-size: 18px;
        
    }
    .a.btn {
        font-size: 14px;
        line-height: 34px;
        padding: 12px 16px 12px 16px
}

.box.box1 li a h6 {
    font-size: 25px;
}
.flotx {
    height: 130px;
}
.box.box1 li a h6 {
    padding: 12px 0 0 6%;
}
.dash-content .box.box1 {
    padding: 9% 0 0 3%;
    width: 50%;
}
.menu-items li a .link-name {
    font-size: 14px;
}
.dashboard {
    left: 32%;
}
.icons-bar {
    padding: 0 0% 0 0;
}
.main-contant h6 {
    font-size: 18.003px;
    line-height: 28px;
}

.text-two h5 {
    font-size: 20px;
    line-height: 32px;

}
.bar-code-img img {
    width: 60%;
    margin: auto;
    display: block;
}

.submit-btn input {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: auto;
    padding: 4% 28%;
}

.overview {
     height: unset; 
}
.activity {
   height: unset; 
}
.main-from  input::placeholder{
    font-size: 12px !important;
  
}

.toggleclass .dashboard {
    width: 90%;
    left: 11%;
    transition: all 0.9s ease;
}

.toggleclass nav {
    width: 10%;
    transition: all 0.9s ease;
}

.weekly-class.d-flex.justify-content-between {
    flex-direction: column;
}
.dash-content {
    width: 100%;
}
.coll-3 {
    width: 100%;
}
nav {
    width: 31%;

}
.dashboard {
   
    width: 69%;
}
.img_cr a img {
    width: 60%;
    padding: 0;
}
.down_two .itm_to  ul {
    display: none;
    position: absolute;
    top: 128%;
    background: #fff;
    left: -200px;
    right: 0;
    z-index: 1;
    border-top: 1px solid #ddd;
  }

.toggleclass1 .search-container .search-input {
    width: 98%;
} 
.icons-bar {
    padding: 3% 0 0 0;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1366px)  {
    .activity {
        height: 38%;
    }

}
@media only screen and (min-width: 1366px) and (max-width: 1600px)  {

    input.img_file {
        width: 60%;
    }    
    .activity {
  height: unset; 
    }
    .menu-items li a .link-name {
        font-size: 14px;
    }

    .toggleclass .menu-items li a img {
        padding: 40% 0;
        width: 60%;
    }
    button.tablinks {
        font-size: 14px;
        padding: 0 12px;
    }
    button.tablinks.active {
        font-size: 14px;
        margin: 0;
    }
}

.custom_grid {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}
.custom_grid .box{
    flex: 1 !important;
}

@media screen and (max-width:1300px) and (min-width:1100px) {
    .overview.custom{
        zoom: 0.85;
    }
}
    @media screen and (max-width:1200px) {

    .custom_grid .box .flotx{
        width: 100% !important;
    }
}

