﻿
.boxed_shadow {
  padding: 35px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #f0f0f0;
  background-image: none;
  position: relative;
  z-index: 1;
}

.form_design:before {
  content: '';
  background-image: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2 !important;
}

h1.mt-0.text-center.mb-4.text-white {
  font-size: 27px;
  padding: 20px 10px 10px;
  display: block;
  color: #000 !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}



.boxed_shadow {
  padding: 35px;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  background-image: none;
  position: relative;
  z-index: 1;
}

.form_design:before {
  content: '';
  background-image: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8fafb !important;
}

h1.mt-0.text-center.mb-4.text-white {
  font-size: 27px;
  padding: 20px 10px 10px;
  display: block;
  color: #31583af2 !important;
}

/* table pricing view */
.pricing thead tr th {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background-color: #535d64;
  border: 1px solid #737779 !important;
}

.pricing tbody tr td {
  vertical-align: middle;
}

.donation_for_food .tab-content {
  padding-bottom: 0;
}

h1.mt-0.text-center.mb-2 {
  font-size: 26px;
}


