@font-face {
    font-family: GilroyBold;
    src: url('../fonts/Gilroy-SemiBold.ttf');
}
@font-face {
    font-family: Gilroy;
    src: url('../fonts/Gilroy-Regular.ttf');
}
.poppins {
    font-family: 'Poppins' !important;
}

.gilroyBold {
    font-family: 'GilroyBold' !important;
}

.gilroy {
    font-family: 'Gilroy' !important;
}

.roboto {
    font-family: 'Roboto';
}

.montserrat {
    font-family: 'Montserrat';
}

.dmsans {
    font-family: 'DM Sans';
}
.weight700 {
    font-weight: 700 !important;
}
.weight600 {
    font-weight: 600 !important;
}

.weight500 {
    font-weight: 500 !important;
}
.weight400 {
    font-weight: 400 !important;
}

.font24{
    font-size: 24px !important;
}
.font20{
    font-size: 20px !important;
}
.font16{
    font-size: 16px !important;
}
.font12{
    font-size: 12px !important;
}
.no-scroll{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    margin-right: -50px; /* Maximum width of scrollbar */
    padding-right: 50px; /* Maximum width of scrollbar */

}
.no-scroll::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
    width: 0;
    height: 0;
    scrollbar-width: none;
    
}
.MuiDrawer-docked .MuiDrawer-paper{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    top: 5em;
}
.MuiDrawer-docked .MuiDrawer-paper::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
    width: 0;
    height: 0;
    scrollbar-width: none;
}
.MuiSelect-multiple>.MuiCheckbox-root{
    padding: 0px !important;
}
.MuiSelect-multiple {
    height:25px !important;
}
.css-o4b71y-MuiAccordionSummary-content.Mui-expanded {
    margin: 0px !important;
}
.MuiDialogContent-root::-webkit-scrollbar {
    display: none;
}

.height50 {
    height: 50px !important;
}
.MuiInputBase-formControl {
    height: 50px;
}
.orderFilter > .MuiInputBase-formControl {
    height: 40px;
    border-radius: 8px;
    padding: 0.7em;
}
.orderFilter > label {
    margin: -5px auto;
}
.padding17 {
    padding-left: 17px;
    padding-top: 0px !important;
    margin-top: 27px!important;
}
.MuiCard-root {
    box-shadow: 0px 9px 16px rgba(159, 162, 191, .18), 
        0px 2px 2px rgba(159, 162, 191, 0.32) !important;
}

@media screen and (min-width: 600px) {
    .border-right {
        border-right: 1px solid #C6D1E5;
    }
}
.container {
    background-color: #F5F8FA; 
    max-width: 100% !important;
    margin-top: 5em;
    /* margin-bottom: 8em; */
}
.css-1aa1ksg-MuiPaper-root-MuiDrawer-paper {
    border-radius: 0px !important;
}
.Mui-selected:hover {
    color: #FF6832 !important;
}
.active {
    background-color: rgb(255, 232, 224) !important;
    border-left: 8px solid #FF6832 !important;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: 0 0 0 8px #FF6832 inset !important; */
}
/* .active .MuiListItemIcon-root {
    margin-left: -8px;
} */
.tab {
    width: 200px;
    font-size: 14px; 
    font-weight: 600; 
    font-family: 'Gilroy';
    border-right: 1px solid #C6D1E5;
}
.css-14i2g7a {
    border-radius: 0px !important;
}
.filterBox {
    margin-bottom: auto;
    margin-right:10px !important;
    margin-top: auto; 
    background: #fff; 
    height: 50px; 
    border-color: rgba(4, 6, 41, 0.1);
    min-width: 300px !important;
}
.middle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    font-family: 'gilroy';
    background-color: #fff !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 0px !important;
    font-weight: 500;
        color: #1B1D20;
}
.HeaderWrapper {
    position: fixed;
    width: 100%;

}
.footer-wrapper {
    margin-top: auto;
    position: absolute;
    left: 50px;
    bottom: 0;
    right: 50px;
    max-width: 90%;
    min-height: fit-content;
    align-items: stretch;
}
.css-ip3g6p-MuiGrid-root {
    margin-right: 33px;
}

.css-1bwsgic-MuiGrid-root {
    margin-right: 33px;
}
.arrow_box {
    position: relative;
    padding: 5px 10px;
  }
  .css-4eryda-MuiTypography-root {
      margin-top: 10px;
      margin-left: 20px;
  }