@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


/* @font-face {
    font-family: 'Avenir Next';
    font-weight: lighter;
    font-style: normal;
    src: local('Avenir Next'), url('avenir-next-regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: normal;
    font-style: normal;
    src: local('Avenir Next'), url('avenir-next-regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 200;
    font-style: italic;
    src: local('Avenir Next'), url('AvenirNextLTPro-It.otf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 700;
    font-style: normal;
    src: local('Avenir Next'), url('avenir-next-medium.ttf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 800;
    font-style: normal;
    src: local('Avenir Next'), url('avenir-next-medium.ttf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 600;
    font-style: normal;
    src: local('Avenir Next'), url('avenir-next-regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Avenir Next';
    font-weight: 900;
    font-style: normal;
    src: local('Avenir Next'), url('AvenirNextLTPro-Bold.otf') format('opentype');
} */

* {
    font-family: "Manrope", serif !important;
    font-weight: "normal";
}

.select_product option {
    font-family: "Manrope", serif !important;
}

.css-1995w6a-MuiInputBase-root-MuiOutlinedInput-root {
    top: -1px !important;
    font-weight: 400 !important;
}


.css-ge068e-MuiFormLabel-root-MuiInputLabel-root {
    top: -8px !important;
    font-weight: 400 !important;
}

.css-qiii68-MuiNativeSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
    padding: 8px 14px !important;
}

.box2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid rgb(32, 71, 206) !important;
    text-align: center;
    font-weight: 900;
    color: rgb(32, 71, 206) !important;
    position: relative;
    background-color: rgb(32, 71, 206) !important;
}


/* speech bubble 9 */

.sb9:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(32, 71, 206) !important;
    border-bottom: 10px solid transparent;
    right: 30%;
    bottom: -19px;
}

.sb9:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(32, 71, 206) !important;
    border-bottom: 10px solid transparent;
    right: 32%;
    bottom: -18px;
}

.css-1sfqy0q-MuiPaper-root-MuiDrawer-paper {
    background: '#393a3d' !important;
}

body {
    background-color: #fff !important;
}

#treeview {
    height: 400px;
}

.options {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    top: 0;
    background-color: #f5f5f5;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}



.option {
    margin-top: 10px;
}

.option>.dx-selectbox {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 100%;
    margin-top: 5px;
}

.tableDottedBorder  {
    border-right: 1px dotted lightgray;
}

  .ant-table-row-indent {
    display: block;
  }

  .ant-table-thead .ant-table-cell {
    background-color: #FFE8D9 !important;
    font-weight: 800 !important;
    padding: 10px 16px !important;
    font-size: 13px;
  }

  tbody .ant-table-cell {
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 4px 16px !important;
    color: #212B36 !important;
  }


.ql-align-center{
    text-align: center !important;
}

.ql-align-left{
    text-align: left !important;
}

.ql-align-right{
    text-align: right !important;
}

  @media print {
    .page-break {
      margin-top: 1rem !important;
      display: block !important;
      page-break-before: always !important;

    }
  }


.item_details_table .ant-table-cell {
    font-size: 13px !important;
} 