@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
.icon-name {
  color: #000;
}
/* ----- model ----- */

.modelbackgournds {
  color: #ffffff;
  background-color:  #343957;
}


/*    Header
---------------*/
.header {
  background: #ffffff;
  z-index: 990;
  margin-left: 250px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: margin-left 300ms ease-in-out 0s;
}

.header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 20px;
  justify-content: space-between;
  padding: 15px 15px 15px 0px;
}

.logo-image {
  width: 50px;
  height: 50px;
  margin-left: 20px;
}

.btn-container {
  display: flex;
  width: 250px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}

/*    Search box
----------------------*/
.main  {
  background: red;
  display: flex;
  min-height: 50px;
  margin: 15px 0 5px;
  padding: 0 15px;
  border-bottom: 0;
  border-radius: 3px;
}

button {
  outline: none!important;
  text-decoration: none!important;
  color: #868e96;
  transition: all 0.2s ease 0s;
}

.table-responsive {
  max-height:93.5vh;
  margin-bottom: 0px !important;
}

.container-fluid {
  /* padding-left: 0px !important; */
  padding-right: 0px !important;
}

.table-thead {
}

.table-header {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.product-image {
  width: 60px;
  height: 60px;
}

td {
  vertical-align: middle !important;
}

.input-container {
  margin-bottom: 20px;
}

.input-label {
  font-size: 14px;
  font-weight: 400;
  /* color: #868e96; */
}

#preview {
  width: 250px;
  height: 250px;
  margin-top: 40px;
}


.modal-title  {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}


/* login screen csss */

.login-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-container {
  width: 30vw;
  padding: 4vw;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.login-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
