*{
  background-color: #001729;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 5px;
}
.nav{
  display: flex;
  justify-content: space-between;
  padding: 2% 6%;
}
.nav-links{
  flex: 1;
  padding-bottom: 20px;
}
.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}
.nav-links ul li a{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.nav-links ul li a:hover{
  color: #dec267;
}
.nav-links ul li a:active{
  color: #dec267;
}
.logo{
  font-size: 35px;
  flex-basis: 10%;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
}
.logo a{
  color: #fff;
  text-decoration: none;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
p{
  flex-basis: 30%;
  font-size: 20px;
  color: white;
}
table {
      border-collapse: collapse;
      width: 100%;
      text-align: center;
    }
    th, td {
      text-align: center;
      padding: 8px;
      color: white;
    }
table, th, td {
      border: 2px solid;
      border-color: #2F58CD;
      border-radius: 15px;
    }
#addShopForm, #addBrandForm, #addMessageForm, #addPaymentCollectorForm, #addProductForm, #addContactForm, #addPDForm, #addCampaignForm {
  width: 50%;
  padding: 10px;
  margin-top: 20px;
}
form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
select {
  color: white;
  padding: 10px 0px;
}
label, input {
  margin-bottom: 10px;
  color: white;
  border: 1px;
  border-color: #5B8FB9;
}

input {
  padding: 10px;
  border: 1px;
  border-color: white;
}

button {
  padding: 10px;
  background-color: #5B8FB9;
  margin-bottom: 30px;
}
.dark{
  text-align: center;
}

h2{
  color: white;
}
