@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #F2F2F7;
  width: 100%;
}

li, a, button {
  font-family: 'Montserrat', sans-serif;
  color: black;
  text-decoration: none;
}

header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 5%;
  /* box-shadow: 0 1px 5px 0 rgba(41,85,115,.21); */
}

.top {
  width: 40%;
}

.middle {
  width: 20%;
  text-align: center;
}

.bottom {
  margin-top: 4px;
  width: 40%;
}

.upload-Panel {
  width: 40%;
  margin-top: 6px;
  margin-right: -30;
}

.setup-nav-header {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}

.navbar {
  list-style: none;
  padding-left: 0;
}

.navbar li {
  display: inline-block;
  padding: 0px 15px;
  padding-left: 5px;
}

/* .navbar li a {
  transition: all 0.3s ease 0s;
}

.navbar li a:hover {
  color: #047342;
} */

.loginbutton {
  margin: 5px;
  padding: 9px 25px;
  background-color: #047342;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

.loginbutton:hover {
  background-color: #047343e7;
}

tr:hover {
  background-color: #cccecf48;
}
.positionLoginButton {
  float: right;
}

.position-login-field {
  float: right;
}

.logo-Size {
  width: 140px;
}

input[type="text"], input[type="password"] {
  border: 1px solid #ddd !important;
  padding: 5px;
  width: 200px;
  margin: 2px;
}

.login-field {
  display: none;
  width: 40%;
}

.login-textfields {
  float: left;
  width: 205px;
}

.login-buttons {
  float: left; 
  width: 1px;
}

.log-box {
  padding: 7px;
  width: 20px;
  background-color: seagreen;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: white;
}

.back-box {
  padding: 7px;
  width: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: rgb(224, 17, 17);
  color: white;
}

.upload-Panel a {
  padding: 0px 15px;
}

.upload-Panel-order {
  margin-top: 6px;
}

.content-middle {
  background-color: #f0f4f7;
  height: auto;
  width: 100%;
  position: absolute;
  top: 90px;
  bottom: 0;
}

.center-content {
  margin-top: 30px;
}

.welcome-message {
  margin: 0 auto;
  width: 900px;
  height: 40px;
  display: none;
}

.position-storename {
  color:  #047342;
  float: left;
  display: block;
}

.position-member {
  color: #047342;
  font-size: x-small;
}

.status-field {
  margin: 0 auto;
  width: 900px;
  height: 40px;
  display: none;
}

.set-Content-From-Navbar {
  height: 590px;
  width: 1100px;
  display: block;
  margin: 55 auto;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.info-Header {
  height: 50px;
}

.tutorial-footer {
  text-align: center;
  margin: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
  display: none;
}

.shoe-Infos {
  float: left;
  height: 450px;
  width: 25%;
}

label {
  font-family: 'Montserrat', sans-serif;
  color: rgb(44, 44, 44);
  font-size: x-small;
  display: block;
  margin-left: 4px;
}

.app-info {
  float: left;
  height: 100%;
  width: 100%;
}

.app-info-top {
  height: 35%;
  float: left;
  width: 50%;
}

label.top-text {
  padding-top: 160px;
  font-size: 15px;
  font-weight: bold;
  color: black;
}

.app-info-middle {
  height: 40%;
  float: left;
  width: 50%;
}

label.middle-text {
  width: 90%;
  font-size: 25px;
  color: black;
}


.app-info-bottom {
  height: 25%;
  text-align: center;
  float: left;
  width: 50%;
}

.show-logos {
  height: 60px;
  width: 100%;
}

.show-appstore {
  height: 60px;
  width: 50%;
  float: left;
}

.appstore-image {
  width: 150px; 
  float: right;
}

.show-instagram {
  padding-top: 15px;
  height: 60px;
  width: 50%;
  float: left;
}

.instagram-image {
  float: left;
  margin-left: 20px;
}

.app-image-preview {
  float: right;
  width: 50%;
  height: auto;
}

.app-image {
  padding-top: 5%;
  width: 100%;
  height: auto;
}

.home {
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: large;
}

.about-us {
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.legal-notice {
  height: 90%;
  margin-top: 80px;
  overflow: scroll;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.tba-check {
  font-size: small;
  font-family: 'Montserrat', sans-serif;
}

.upload-shoe {
  text-align: center;
  margin: 30px;
}

.center-shoe-infos {
  margin: 10px;
} 

.center-shoe-input[type="text"] {
  display: block;
  margin-top: 3px;
}

.form-control {
  width: 200px;
  border: 1px solid #ddd !important;
}

.select-Image {
  float: left;
  height: 450px;
  width: 30%;
}

.image-preview {
  width: 200px;
  min-height: 150px;
  /* border: 1px solid #dddddd; */
  margin: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.image-preview__image {
  display: none;
  width: 100%;
}

.show-shoes-table {
  width: 45%;
  float: left;
  height: 90%;
}

.delete-shoe {
  height: 10%;
  width: 27%;
  float: right;
  display: none;
}

.setup-table {
  margin: 10px;
}

.content-table {
  border-collapse: collapse;
  font-size: 0.6em;
  width: 370px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.content-table thead tr {
  background-color: #047342;
  color: white;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 8px 8px;
}


.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:last-of-type {
  border-bottom: 0px;
}

.fixed-table-scroll {
  position: relative;
  overflow: auto;
  height: 100px;
  width: 370px;
  border-bottom: 2px solid #e2e2e2;
}

.upload-loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #047342; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin: auto;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.update-fields {
  float: left;
  width: 42%;
  display: none;
} 

.update-image {
  float: left;
  width: 58%;
  display: none;
}

input.update-textField {
  width: 150px;
  display: block;
  height: 22px;
}

.update-form-control {
  width: 150px;
  border: 1px solid #ddd !important;
}

.center-shoe-update {
  margin: 10px;
}

.update-image-preview {
  width: 200px;
  min-height: 130px;
  /* border: 1px solid #dddddd; */

  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.update-image-preview__image {
  display: none;
  width: 100%;
}

.update-loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #047342; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin: auto;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Raffle List */

.show-shoe-list-for-raffle {
  float: left;
  width: 47%;
  height: 540px;
}

.top-show {
  float: left;
  height: 47%;
  width: 100%;
  margin: 0;
}

.add-new-raffle {
  float: left;
  width: 53%;
  height: 540px;
}

.center-table {
  margin: 10px;
}

.bottom-show {
  float: left;
  height: 53%;
  width: 100%;
  margin: 0;
}

.show-left {
  float: left;
  width: 45%;
  height: 100%;
}

.center-shoe-fields {
  text-align: center;
}

input[type="text"].input-distance {
  margin-top: 10px;
  width: 180px;
}

.show-right {
  float: left;
  width: 55%;
  height: 100%;
}

.shoe-image-preview {
  width: 220px;
  min-height: 180px;
  max-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10 auto;
}

.preview-image {
  display: none;
  width: 100%;

}

/* New Raffle */

.add-raffle-container {
  float: left;
  width: 50%;
  height: 100%;
}

.raffle-image {
  width: 100%;
  height: 42%;
  float: left;
}

.raffle-shoe-image-preview {
  width: 220px;
  min-height: 180px;
  max-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10 auto;
}

.rafflePreview-image {
  display: none;
  width: 100%;
}

.raffle-fields {
  width: 100%;
  height: 55%;
  float: left;
}

.centerCheckBox {
  width: 33.3%;
  float: left;
  margin-top: 5px;
}


.center-raffle-fields {
  margin-left: 5px;
}

.raffle-textarea {
  width: 200px;
  resize: none;
  border: 1px solid #ddd !important;
}

.display-raffle-image {
  margin: 10px;
}

.raffle-image-preview {
  width: 200px;
  min-height: 150px;
  max-height: 250px;
  /* border: 1px solid #dddddd; */

  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.raffle-image-preview__image {
  display: none;
  width: 100%;
}

.show-raffles {
  width: 50%;
  float: right;
  height: 100%;
}


.raffle-tableView {
  width: 50%;
  height: 65%;
  float: left;
}

.raffle-content-table {
  border-collapse: collapse;
  font-size: 0.6em;
  min-width: 200px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.raffle-content-table thead tr {
  background-color: #047342;
  color: white;
  text-align: left;
  font-weight: bold;
}

.raffle-content-table th,
.raffle-content-table td {
  padding: 8px 8px;
}


.raffle-content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.raffle-content-table tbody tr:last-of-type {
  border-bottom: 0px;
}


.raffle-buttons {
  width: 50%;
  height: 25%;
  float: left;
}

.raffleButtons {
    margin: 5px;
    width: 145px;
    padding: 9px 25px;
    background-color: #047342;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.raffleButtons:hover {
  background-color: #047343e7;
}

.center-raffle-buttons {
  text-align: center;
  
}

.delete-raffle {
  height: 10%;
  width: 50%;
  float: left;
}

.delete-button {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  background-color: red;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  color: white;
}

.delete-hint {
  float: left;
  margin-top: 23px;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: x-small;
  margin-left: 90px;
}


.second-raffle-content-table {
  border-collapse: collapse;
  font-size: 0.6em;
  width: 220px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.second-raffle-content-table thead tr {
  background-color: #047342;
  color: white;
  text-align: left;
  font-weight: bold;
}

.second-raffle-content-table th,
.second-raffle-content-table td {
  padding: 8px 8px;
}

.guide-content {
  width: auto;
  height: 90%;
  overflow: scroll;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
  font-size: small;

}

/* New Store */

.add-store-container {
  float: left;
  width: 50%;
  height: 100%;
}

.store-image {
  width: 100%;
  height: 45%;
  float: left;
}



.store-fields {
  width: 100%;
  height: 55%;
  float: left;
}

.center-store-fields {
  margin-left: 5px;
}

.store-textarea {
  width: 200px;
  resize: none;
  border: 1px solid #ddd;
}

.display-store-image {
  margin: 10px;
}

.store-image-preview {
  width: 200px;
  min-height: 150px;
  max-height: 250px;
  /* border: 1px solid #dddddd; */

  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-size: small;
}

.store-image-preview__image {
  display: none;
  width: 100%;
}

.show-store {
  width: 50%;
  float: right;
  height: 100%;
}


.store-tableView {
  width: 50%;
  height: 55%;
  float: left;
}

.store-content-table {
  border-collapse: collapse;
  font-size: 0.6em;
  min-width: 200px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.store-content-table thead tr {
  background-color: #047342;
  color: white;
  text-align: left;
  font-weight: bold;
}

.store-content-table th,
.store-content-table td {
  padding: 8px 8px;
}


.store-content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.store-content-table tbody tr:last-of-type {
  border-bottom: 0px;
}

.store-buttons {
  width: 50%;
  height: 30%;
  float: left;
}

.storeButtons {
    margin: 5px;
    width: 145px;
    padding: 9px 25px;
    background-color: #047342;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.storeButtons:hover {
  background-color: #047343e7;
}

.center-store-buttons {
  text-align: center;
  
}

.delete-store {
  height: 10%;
  width: 50%;
  float: left;
}

.delete-button {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  background-color: red;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  color: white;
}

.delete-button:hover {
  background-color: rgba(255, 0, 0, 0.616);
}

.delete-hint {
  float: left;
  margin-top: 23px;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: x-small;
  margin-left: 127px;
}


.second-store-content-table {
  border-collapse: collapse;
  font-size: 0.6em;
  width: 220px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.second-store-content-table thead tr {
  background-color: #047342;
  color: white;
  text-align: left;
  font-weight: bold;
}

.second-store-content-table th,
.second-store-content-table td {
  padding: 8px 8px;
}

.chooseOption {
  float: left;
  width: 53%;
  height: 7%;
}

.choose {
  width: 50%;
  float: left;
}

.search {
  float: left;
  width: 50%;
}

.searchBar {
  margin-left: 20px !important;
  background-image: url('loupe.png') !important;
  background-position: 5px 5px !important;
  background-repeat: no-repeat !important;
  padding-left: 30px !important;
  border: 1px solid #ddd !important;
}

.search-shoe {
  float: left;
  width: 100%;
}

input[type="text"]#search-bar-shoe {
  width: 345px;
}

input[type="text"]#search-bar-shoe-raffle {
  width: 345px;
}

.add-Store {
  border: none;
  border-radius: 0px 5px 5px 0px;
  margin-top: 10px;
  margin-left: -4px;
  background-color: #DFE6E9;
  padding: 5px 15px;
}


.add-Raffle {
  border: none;
  border-radius: 5px 0px 0px 5px;
  margin-top: 10px;
  background-color: #047342;
  color: white;
  padding: 5px 15px;
}

.add-Store-Content {
  float: left;
  width: 53%;
  height: 93%;
}

.add-Raffle-Content {
  float: left;
  width: 53%;
  height: 93%;
}

@media screen and (max-width:1130px) {

  .set-Content-From-Navbar {
    height: 590px;
    width: 1000px;
    display: block;
    margin: 55px auto;
  }
  
  label.top-text {
    padding-top: 160px;
    font-size: 14px;
    font-weight: bold;
    color: black;
  }
  
  .app-info-middle {
    height: 35%;
  }
  
  label.middle-text {
    width: 90%;
    font-size: 22px;
    color: black;
  }
  
  .app-info-bottom {
    font-family: 'Montserrat', sans-serif;
    height: 35%;
    text-align: center;
  }
  
  .appstore-image {
    width: 130px; 
    float: right;
  }
  
  .show-instagram {
    padding-top: 12px;
    height: 60px;
    width: 50%;
    float: left;
  }

  .instagram-image {
    float: left;
    margin-left: 20px;
    width: 28px;
  }

}

@media screen and (max-width:1050px) {

  .set-Content-From-Navbar {
    height: 590px;
    width: 900px;
    display: block;
    margin: 55px auto;
  }
  
  label.top-text {
    padding-top: 160px;
    font-size: 13px;
    font-weight: bold;
    color: black;
  }
  
  .app-info-middle {
    height: 30%;
  }
  
  label.middle-text {
    width: 90%;
    font-size: 20px;
    color: black;
  }
  
  .app-info-bottom {
    font-family: 'Montserrat', sans-serif;
    height: 40%;
    text-align: center;
  }
  
  .appstore-image {
    width: 120px; 
    float: right;
  }
  
  .show-instagram {
    padding-top: 10px;
    height: 60px;
    width: 50%;
    float: left;
  }

  .instagram-image {
    float: left;
    margin-left: 20px;
    width: 27px;
  }
  
}

@media screen and (max-width:1050px) {

  .upload-Panel a {
    padding: 0px 5px;
  }

  .navbar li {
    padding: 0px 5px;
  }

}

@media screen and (max-width:950px) {

  .app-info {
    display: flex;
    flex-direction: column;
  }

  .app-info > .app-info-top {order: 1}
  .app-info > .app-info-middle {order: 2}
  .app-info > .app-image-preview {order: 3}
  .app-info > .app-info-bottom {order: 4}
  
  .app-image-preview {
    float: right;
    height: auto;
    width: 100%;
  }

  .app-image {
    padding-top: 5%;
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

  .app-info-top {
    height: 25%;
    float: left;
    width: 100%;
  }

  label.top-text {
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 15px;
    font-weight: bolder;
    color: black;
    text-align: center;
    width: 100%;
  }

  .app-info-middle {
    margin: 0 auto;
    width: 90%;
    float: left;
    height: auto;
  }

  label.middle-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
  }

  .app-info-bottom {
    margin-top: 20px;
    width: 100%;
  }

  .show-appstore {
    width: 54%;
  }

  .show-instagram {
    width: 46%;
  }
}

@media screen and (max-width:550px) {

  .app-info {
    display: flex;
    flex-direction: column;
  }

  .app-info > .app-info-top {order: 1}
  .app-info > .app-info-middle {order: 4}
  .app-info > .app-image-preview {order: 3}
  .app-info > .app-info-bottom {order: 2}

  .app-image {
    padding-top: 5%;
    width: 100%;
  }

  label.top-text {
    padding-top: 50px;
    font-size: 22px;
  }

  .app-info-middle {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  
  .show-appstore {
    width: 57%;
  }

  .show-instagram {
    width: 43%;
  }
}

@media screen and (max-width:910px) {

  header {
    padding: 0;
  }

  .setup-nav-header {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .setup-nav-header > .top { order: 2; }
  .setup-nav-header > .middle { order: 1; }
  .setup-nav-header > .bottom { order: 4; } 
  .setup-nav-header > .login-field { order: 4; }
  .setup-nav-header > .upload-Panel { order: 3; }

  .logo-Size {
    width: 180px;
  }

  .navbar {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0px !important;
  }

  .upload-Panel {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .set-Content-From-Navbar {
    width: 98%;
    height: 700px;
    margin-top: 80px;
  }

  .content-middle {
    position: relative;
    top: -80px;
  }

  .lineone {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top: 0.1px solid rgba(210, 210, 210, 0.4);
    border-bottom: 0.1px solid rgba(210, 210, 210, 0.4);
  }

  .linetwo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 0.1px solid rgba(210, 210, 210, 0.4);
  }

  .linethree {    
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 0.1px solid rgba(210, 210, 210, 0.4);
  }

  .linethree {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 0.1px solid rgba(210, 210, 210, 0.4);
  }

  .linefour {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 0.1px solid rgba(210, 210, 210, 0.4);
  }

  .middle {
    margin-top: 10px;
  }

  .login-field {
    width: 100%;
  }

  .login-textfields {
    width: 200px;
  }

  .back-box {
    width: 95px;
  }

  .log-box {
    width: 95px;
  }

  .login-buttons {
    width: 200px;
    float: none;
    margin-bottom: 10px;
  }

  .welcome-message {
    width: 100%;
  }

  .center-content {
    margin-top: 30px;
  }


  .addshoe {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .addshoe > .select-Image { order : 1; }
  .addshoe > .shoe-Infos { order : 2; }
  .addshoe > .show-shoes-table { order : 3; }


  .top {
    width: 100%;
  }

  .middle {
    width: 100%;
  }

  .bottom {
    margin-top: 0px;
    width: 100%;
  }

  .upload-Panel {
    width: 100%;
  }

  .positionLoginButton {
    float: none;
    margin: 5px auto;
  }

  .position-login-field {
    width: 200px;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
  }

  .shoe-Infos {
    width: 100%;
    height: auto;
    border-bottom: 0.1px solid rgba(210, 210, 210, 0.4);
  }

  .select-Image {
    margin-top: 5px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .show-shoes-table {
    width: 100%;
    height: auto;
  }

  .show-shoes-table {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .center-shoe-infos {
    width: 200px;
    margin: 0 auto;
  }

  .show-shoes-table > .update-image { order: 1; }
  .show-shoes-table > .update-fields { order: 2; }

  .fixed-table-scroll {
    max-width: 370px;
  }

  .image-preview {
    margin: 0 auto;
  }

  .setup-table {
    margin: 20 auto;
  }

  .update-fields {
    width: 100%;
  }

  .update-image {
    width: 100%;
  }

  .update-image-preview {
    margin: 0 auto;
  }

  .center-shoe-update {
    width: 150px;
    margin: 10 auto;
  }

  label {
    float: left;
  }


  .addraffle {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    height: 1500px;
  }

  .addraffle > .show-shoe-list-for-raffle { order: 1; }
  .addraffle > .add-new-raffle { order: 2; }

  .show-shoe-list-for-raffle {
    width: 100%;
  }

  .add-new-raffle {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .add-new-raffle > .raffle-tableView { order: 1; }
  .add-new-raffle > .add-raffle-container { order: 2; }
  .add-new-raffle > .raffle-buttons { order: 3; }
  .add-new-raffle > .delete-raffle { order: 4; }

  .fixed-table-scroll {
    width: 350px;
  }

  .shoe-table-view {
    width: 360px;
    margin: 0 auto;
  }

  .bottom-show {
    float: none;
    width: 430px;
    margin: 0 auto;
  }

  .show-left {
    width: 200px;
  }

  .show-right {
    width: 230px;
  }

  .raffle-content-table {
    width: 350px;
  }

  .center-table {
    margin: 0 auto;
    width: 350px;
  }

  .raffle-tableView {
    width: 100%;
  }

  .add-new-raffle {
    width: 100%;
  }

  .add-raffle-container {
    width: 100%;
    height: 600px;
  }

  .raffle-image {
    height: 40%;
    width: 250px;
    margin: 0 auto;
    float: none;
  }

  .raffle-fields {
    height: 50%;
    width: 220px;
    margin: 0 auto;
    float: none;
  }

  .raffle-buttons {
    width: 200px;
    margin: 10 auto;
  }

  .delete-raffle {
    width: 170px;
    margin: 0 auto;
  }

  .delete-hint {
    margin-left: 0px;
  }

  .delete-button {
    float: left;
    margin-left: 10px;
  }

}

@media screen and (max-width:500px) {

  .addraffle {
    height: 1700px;
  }

  .bottom-show {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .bottom-show > .show-right { order: 1;}
  .bottom-show > .show-left { order: 2;}

  .set-Content-From-Navbar {
    margin-top: 100px;
  }

  .top-show {
    height: auto;
  }

  .bottom-show {
    height: auto;
    width: 100%;
  }

  .show-shoe-list-for-raffle {
    height: auto;
  }

  .show-right {
    height: auto;
    margin: 0 auto;
  }

  .show-left {
    height: auto;
    margin: 0 auto;
  }

}

