*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

.ant-menu-item:hover{
  background: none !important;
}


/* .login-wrapper{
  background: rgb(131,58,180);
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 100%, rgba(252,176,69,1) 100%);
  padding: 20px;
  height: 100vh;
} */

.title{
  margin: 20px 0;
}

.login-wrapper{
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(200, 200, 200) 100%);
  padding: 20px;
  height: 100vh;
}

/* .admin-site-layout {
  background: rgb(131,58,180);
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 100%, rgba(252,176,69,1) 100%);
} */
.admin-site-layout {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(200, 200, 200) 100%);
}


.content{
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(200, 200, 200) 100%);
  margin: auto;
  width: 100%;
  padding: 20px;
  border-radius: 4%;
  box-shadow: 10px 10px 5px rgb(200, 200, 200);
}

/* login */
.city{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.submit{
  background-color: #272727;
  border-color: #272727;
}

.submit:hover {
  background-color: rgba(27,27,27,0.7);
  border-color: #272727;
}



/* Insert Page */
.upload-list-inline .ant-upload-list-item {
  float: left;
  width: 200px;
  margin-right: 8px;
}

.upload-list-inline [class*='-upload-list-rtl'] .ant-upload-list-item {
  float: right;
}

.btn_submit{
  width: 100%;
  background-color: rgba(47,79,79, 0.6);
  color: whitesmoke;
  font-weight: bold;
  border: none;
}
.btn_submit:hover{
  background-color: rgba(47,79,79, 0.2);
  color: black;
}


/* assets */
.editable_form{
  border-radius: 20px;
  padding: 8px;
  margin-top: 25px;
  background: rgb(255, 255, 255);
  background: radial-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 200, 200) 100%);
}

.form_label{
  color:white
}


/* general components styling */
.rounded_btn{
  border: none;
  border-radius: 8%;
  font-weight: 500;
  margin: 10px 0;
  padding-inline: 20px;
}

.headline{
  font-weight: bold;
  text-align: center;
  color: #272727;
}
.italics{
  margin: 10px 0;
  font-size: 12;
  text-align: center;
  font-style: italic;
}

.nav_link{
  color: #272727 !important;
  height: 100%;
}