@font-face {
  font-family: "NBRB";
  src: url("fonts/nbrb.woff2") format("woff2"),
       url("fonts/nbrb.woff") format("woff"),
       url("fonts/nbrb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.nbrb-currency-symbol {
  font-family: "NBRB", sans-serif;
}

.settingPage .account-currency-select,
.settingPage .account-currency-select .dx-widget,
.settingPage .account-currency-select .dx-texteditor-input,
.account-currency-dropdown .dx-list-item-content {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", "Roboto", "Helvetica Neue", "NBRB", sans-serif !important;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", "Roboto", "Helvetica Neue", "NBRB", sans-serif;
  font-size: 20px;
  margin: 5px;
  /* Отступы от краев body */
  margin-right: 4%;
  /* Отступ слева для вертикальной линии */
  margin-left: 4%;
  /* Отступ слева для вертикальной линии */
}



.pageContainer {
  display: grid;
  grid-template-columns: 30% 70%;
  
}

#fileUploader .dx-fileuploader-input-wrapper label {
  font-size: 18px; /* Измените на нужный размер */
}


.gridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
}


.wuSubHeaderSubs {
  margin: 10px 0;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-align: center;
  color: #010000;
  font-weight: bold;
  font-size: large;
  border: 1px solid #07d649;

}




.mintHeader {
  margin: 10px 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-align: center;
  color: #010000;
  font-weight: bold;
  font-size: large;
  border: 1px solid #d0e5fb;

}

.wuSubHeaderLeft {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Создает две колонки с равным распределением пространства */
  gap: 10px; /* Отступ между элементами и рядами */
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #d0e5fb;
  font-weight: bold;
  font-size: large;
  border: 1px solid #d0e5fb;
}

.InvoiceHeader{ 

  display: grid;
  grid-template-columns: 1fr 1fr ; 
  gap: 10px; 
  column-gap: 20px;
  padding-left: 10px;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;

  border: 1px solid #d0e5fb;
} 

.wuSubHeaderLeft > div {
  flex: 1 1 100%; /* Занимает 50% ширины родителя, что позволяет разместить два элемента в ряд */
}



.wuSubHeaderInvoice {
  margin: 10px 0;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-align: center;
  color: #010000;
  font-weight: bold;
  font-size: large;
  border: 1px solid #e4aa0a;

}


.get-goods-orders-header {
  margin-bottom: 10px;
  line-height: 15px;
  color: #4292bb;
  font-weight: bold;
  text-align: center;
  padding: 0 0 12px;
  margin-bottom: 14px;
  box-shadow: inset 0 -5px 0 white, inset 0 -6px 0 #6fa9c5;
  font-size: 18px;


}



.wuSubBodyleft {
  margin: 0px;
  padding: 1px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #c0c9d3;

}
.wuSubBody {
  margin: 10px 0;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-align: center;
  color: #010000;
  font-size: 22px;
  border: 1px solid #d0e5fb;

}

/* Основной стиль меню */
.grid-menu  ul {
  list-style-type: none;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #d0e5fb;
  margin: 0;
  padding: 5px;
  overflow: hidden;

}


.simpleBody {
  margin: 5px 0;
  padding-left: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #010000;
  font-size: 22px;
  border-radius: 8px;
  border: 1px solid #d0e5fb;
  max-height: 100vh;
  
}




.settingPage {
  margin: 5px 0;
  padding-left: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  color:  #010000;
  padding: 0 12px 12px 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #d0e5fb;
  max-height: 100vh;
  font-family: 'Consolas';
  
}






.cashHeader {
  margin: 5px 0;
  padding-left: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  color: #010000;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #d0e5fb;
  max-height: 10vh;
  
}

.data-grid-demo {
  max-height: 100vh;
  padding: 0;
}

.container {
  max-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column; /* Элементы идут один за другим вертикально */
}



#emailInput {
  width: 300px; /* Задайте желаемую ширину */
}

.downMenu {
  text-align: right;
  margin-bottom: 10px; /* Добавьте отступ снизу */
}

/* dxDataGrid  Высота строк */



.dx-datagrid .dx-row > td {
  padding: 2px; /* или margin: 5px; в зависимости от ваших предпочтений */
}

.dx-datagrid .dx-data-row {
  height: 30px; /* Пытаемся установить меньшую высоту для строки */
}

.dx-datagrid .dx-data-row:nth-child(even) {
  background-color: #f3f3f35a; /* Цвет фона для четных строк */
}


.dx-datagrid .dx-row.dx-selection {
  background-color: #fa8e0054; /* Задаем цвет выделенной строки */
}


.green-text-button  {
  color: #fa8e0054 !important;
}

/* Стили для загручика изображения*/

#dropzone-external {
  width: 300px;
  height: 300px;
  background-color: white;
  border-width: 2px;
  border-style: dashed;
  padding: 10px;
}

#dropzone-external > * {
  pointer-events: none;
}

#dropzone-external.dropzone-active {
  border-style: solid;
}

.widget-container > span {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

#dropzone-image {
  max-width: 100%;
  max-height: 100%;
}

#dropzone-text > span {
  font-weight: 100;
  opacity: 0.5;
}

#upload-progress {
  display: flex;
  margin-top: 10px;
}

.flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.custom-textbox .dx-texteditor-input {
  font-size: 16px; /* Размер шрифта */
  color: blue; /* Цвет текста */
  /* Дополнительные стили, если нужно */
}  

.hide-summary-item {
  display: none !important;
}


  /* Легкое зеленое свечение всегда */
.green-glow.dx-texteditor {
  box-shadow: 0 0 3px rgba(241, 18, 18, 0.603);
  border-radius: 6px;
}

.green-glow.dx-texteditor:focus-within {
  box-shadow: 0 0 3px rgba(2, 97, 175, 0.65);
}



  /* Легкое зеленое свечение всегда */
.green2-glow.dx-texteditor {
  box-shadow: 0 0 8px rgba(0, 230, 0, 0.45);
  border-radius: 6px;
}

.green2-glow.dx-texteditor:focus-within {
  box-shadow: 0 0 12px rgba(0, 200, 0, 0.65);
}


