/* Қосымша стильдер — негізгі тема: theme.css */



html,

body {

  padding-bottom: 0 !important;

  overflow-x: hidden;

}



.bc-topbar-nav .nav-item.dropdown {

  display: inline-block;

}



.bc-topbar-nav .nav-item.dropdown:hover {

  background: transparent;

}



.bc-topbar-nav .open > .dropdown-menu,

.bc-topbar-nav .dropdown-menu.show {

  background: #fff;

  min-width: 260px;

}



#search > select {

  width: 24%;

}



#loaddata {

  width: 100%;

  height: 400px;

  margin: 20px 0;

  padding: 12px;

}



#status {

  max-height: 200px;

  overflow-y: auto;

  background: #f1f5f9;

  border-radius: 8px;

  padding: 8px;

}



#status .err { color: #dc2626; }

#status .suc { color: #059669; }



.export { float: right; font-size: 1.1rem; }



table.stat thead td {

  text-align: center;

  line-height: 2em;

  color: #fff;

}



td > .del,

td > .setaddress {

  float: right;

  cursor: pointer;

}



.stat .fio,

.stat .phone {

  cursor: pointer;

}



.help {

  font-size: 1rem;

  color: var(--bc-primary);

  margin: 16px 0;

}

