@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
:root {
  --gl-star-color: #055dc4;
  --gl-star-color-inactive-fill: #707070;
  --gl-star-color-inactive: #707070;
  --gl-star-color-inactive-fill: #fff;
  --gl-star-color-inactive: #707070;
  --gl-star-size: 32px;
}

body {
  max-width: 700px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  letter-spacing: 0.004em;
  color: rgb(149, 141, 158);
  background: #fff;
  background-color: #055dc4;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 auto;
}
/* ROOT FONT STYLES */
* {
  color: #333447;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 1.6;
  font-style: normal;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

a {
  color: #055dc4;
  outline: 0 !important;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
  color: #055dc4;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 2px;
}

.fadein {
  -webkit-animation: fadein 0.3s ease-in-out;
          animation: fadein 0.3s ease-in-out;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadein 0.3s ease-in-out;
          animation: fadein 0.3s ease-in-out;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bg-main {
  background: #055dc4;
}

.bg-primary {
  background: #055dc4 !important;
  color: #FFF;
}

.bg-light {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-dark {
  background: #222 !important;
  color: #FFF;
}

.text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  margin-bottom: 15px;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}

.text-main,
a.text-main {
  color: #055dc4 !important;
}

.text-gray,
a.text-gray {
  color: #817979 !important;
}

.text-light,
a.text-light {
  color: #FFF !important;
}

.text-dark,
a.text-dark {
  color: #27173E !important;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-left-5 {
  margin-left: 5px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-bottom-5 {
  padding-bottom: 5px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-30 {
  padding-right: 30px;
}

.card {
  padding: 12px 17px;
  border-radius: 14px;
  background-color: #ffffff;
}
.card.my {
  margin-top: 13px;
  margin-bottom: 13px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  outline: none;
  border-width: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  padding: 8px 14px;
  font-size: 14px;
}
@media (min-width: 340px) {
  .btn {
    padding: 8px 16px;
    font-size: 15px;
  }
}
@media (min-width: 440px) {
  .btn {
    padding: 11px 22px;
    font-size: 16px;
  }
}
.btn.wide {
  padding: 11px 55px;
}
.btn-full {
  width: 100%;
}
.btn.shadowed {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
}
.btn img {
  height: 20px;
  margin-left: 5px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-main {
  background: #0848b5 !important;
  border-color: #0848b5 !important;
  color: #FFFFFF !important;
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active {
  background: #073e9d !important;
  border-color: #073e9d !important;
}
.btn-main.disabled, .btn-main:disabled {
  background: #0848b5;
  border-color: #0848b5;
  opacity: 0.5;
}

.btn-outline-dark {
  background: transparent !important;
  border: 2px solid #222 !important;
  color: #b10000 !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background: rgba(34, 34, 34, 0.25) !important;
  border-color: #980000 !important;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background: #b10000;
  border-color: #b10000;
  opacity: 0.5;
}

.btn-danger {
  background: #c70000 !important;
  border-color: #c70000 !important;
  color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #ae0000 !important;
  border-color: #ae0000 !important;
}
.btn-danger.disabled, .btn-danger:disabled {
  background: #c70000;
  border-color: #c70000;
  opacity: 0.5;
}

.btn-green {
  background: #0d7b15 !important;
  border-color: #0d7b15 !important;
  color: #FFFFFF !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  background: #0b6411 !important;
  border-color: #0b6411 !important;
}
.btn-green.disabled, .btn-green:disabled {
  background: #0d7b15;
  border-color: #0d7b15;
  opacity: 0.5;
}

.btn-link {
  color: #055dc4 !important;
}

.btn-dark {
  background: #333 !important;
  border-color: #333 !important;
  color: #FFFFFF !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #262626 !important;
  border-color: #262626 !important;
}
.btn-dark.disabled, .btn-dark:disabled {
  background: #333;
  border-color: #333;
  opacity: 0.5;
}

.btn-light {
  background: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #FFFFFF !important;
  color: #27173E !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: rgba(242, 242, 242, 0.5) !important;
  border-color: rgba(242, 242, 242, 0.5) !important;
}
.btn-light.disabled, .btn-light:disabled {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}

textarea,
.form-control {
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(transparent, transparent);
}

.form-group {
  width: 100%;
  margin-bottom: 16px;
}
.form-group label {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  display: block;
}
.form-group input {
  display: block;
  width: 90%;
  max-width: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
}
.form-group textarea {
  display: block;
  width: 90%;
  resize: none;
  max-width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0);
}
.form-group [data-star-rating] .gl-active .gl-star-full {
  fill: #055dc4;
  stroke: #055dc4;
}
.form-group [data-star-rating] .gl-star-full {
  fill: var(--gl-star-color-inactive-fill);
  stroke: var(--gl-star-color-inactive);
  stroke-width: 2;
}
.form-group .star-value {
  color: #0848b5;
  font-size: 12px;
  font-weight: 400;
  margin-left: 13px;
}
.form-group .star-value span {
  color: #0848b5;
}

.radio__btn {
  margin: 3px;
}
@media (min-width: 340px) {
  .radio__btn {
    margin: 4px;
  }
}
@media (min-width: 440px) {
  .radio__btn {
    margin: 6px;
  }
}
.radio__input {
  display: none;
}
.radio__input:checked + label {
  background: #055dc4;
  color: #fff !important;
}
.radio__label {
  color: #055dc4 !important;
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #055dc4;
  cursor: pointer;
  font-size: 14px;
  padding: 0.3em 0.3em;
}
@media (min-width: 340px) {
  .radio__label {
    font-size: 16px;
    padding: 0.4em 0.5em;
  }
}
@media (min-width: 440px) {
  .radio__label {
    font-size: 18px;
    padding: 0.4em 0.6em;
  }
}

.app-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #002EA9;
  color: #FFF;
  height: 50px;
  padding: 1em;
}
.app-header .logo img {
  height: 80px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  margin-top: 75px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.menu > li {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  color: white;
  background-color: #222;
}

.menu-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu-button {
  display: block;
  border-radius: 2px;
}

#menu-toggle {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#menu-toggle:checked + .menu-toggle-btn .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle ~ .menu {
  display: none;
}

#menu-toggle:checked ~ .menu {
  display: block;
  height: auto;
}

#menu-toggle:checked ~ .menu li {
  border: 1px solid #333;
  height: 2.5em;
  padding: 0.5em;
  -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.section-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 340px) {
  .section-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 440px) {
  .section-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.jusitify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section.full {
  padding: 0;
}

section {
  margin-top: 22px;
  margin-bottom: 22px;
}
section .section-title {
  font-size: 15px;
  padding: 6px 0;
  color: #27173E;
  font-weight: 500;
}
section .title {
  color: #000000;
  font-weight: 700;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 13px;
}
@media (min-width: 340px) {
  section .title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 440px) {
  section .title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 17px;
  }
}
section .link {
  color: rgba(5, 93, 196, 0.5);
  font-weight: 500;
}

section.author-section .text {
  font-weight: 500;
}
section.author-section .author {
  margin-bottom: 15px;
}
section.author-section .author .author__img-wrapper .author__img {
  width: 100px;
  height: 100px;
}
@media (min-width: 360px) {
  section.author-section .author .author__img-wrapper .author__img {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 440px) {
  section.author-section .author .author__img-wrapper .author__img {
    width: 140px;
    height: 140px;
  }
}
section.author-section .author .author__body {
  margin-left: 15px;
}
section.author-section .author .author__body .author__title {
  margin-bottom: 6px;
}
section.author-section .author .author__body .author__reviews {
  margin-bottom: 5px;
}
section.author-section .author .author__body .rating {
  color: #0848b5;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
}
section.author-section .author .author__body .stars {
  font-size: 20px;
}
section.author-section .author .author__body .stars span {
  color: #b6b6b6;
}
section.author-section .author .author__body .stars .yl {
  color: #002eaa;
}
section.author-section .author .author__body .total-reviews {
  color: #0848b5;
  font-size: 12px;
  font-weight: 400;
}
section.author-card .author .author__img-wrapper .author__img {
  width: 75px;
  height: 75px;
}
section.author-card .author .author__body {
  margin-left: 15px;
}
section.author-card .author .author__body .author__title {
  margin-bottom: 1px;
}
section.author-card .author .author__body .author__reviews {
  margin-bottom: 3px;
}
section.author-card .author .author__body .rating {
  color: #0848b5;
  font-size: 15px;
  font-weight: 700;
  margin-right: 8px;
}
section.author-card .author .author__body .stars {
  font-size: 17px;
}
section.author-card .author .author__body .stars span {
  color: #b6b6b6;
}
section.author-card .author .author__body .stars .yl {
  color: #002eaa;
}
section.author-card .author .author__body .total-reviews {
  color: #0848b5;
  font-size: 12px;
  font-weight: 400;
}

.dynamic-star__title {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.dynamic-star__description {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  margin-bottom: 10px;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stars__btn {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: transparent;
  margin: 10px 6px;
}
.stars__btn text {
  fill: rgb(51, 51, 51);
  font-family: Arial, sans-serif;
  white-space: pre;
  font-size: 16px;
}
@media (min-width: 340px) {
  .stars__btn text {
    font-size: 17px;
  }
}
@media (min-width: 440px) {
  .stars__btn text {
    font-size: 18px;
  }
}
@media (min-width: 340px) {
  .stars__btn {
    margin: 10px 8px;
  }
}
@media (min-width: 440px) {
  .stars__btn {
    margin: 10px 10px;
  }
}
.stars__btn:hover, .stars__btn:focus, .stars__btn:active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stars__btn:hover svg,
.stars__btn:hover path, .stars__btn:focus svg,
.stars__btn:focus path, .stars__btn:active svg,
.stars__btn:active path {
  fill: #055dc4;
  stroke: #055dc4;
}
.stars__btn:hover text, .stars__btn:focus text, .stars__btn:active text {
  fill: #fff;
  stroke: #fff;
}

.swish-card .swish-logo {
  margin-bottom: 10px;
}

.pin-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--spacing) * 2);
}

form.pin-form .number-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
form.pin-form .number-code .pin-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form.pin-form .number-code .pin-code input {
  margin: 0 5px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #e5e5e5;
  border: 0;
  border: 4px solid transparent;
}
form.pin-form .number-code .pin-code input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
form.pin-form .number-code .pin-code input:focus {
  outline: none;
}
form.pin-form input.code-input {
  font-size: 1.5em;
  width: 1em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1em;
          flex: 1 0 1em;
}
form.pin-form input[type=submit] {
  margin-left: auto;
  display: block;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
form.pin-form input[type=submit]:hover {
  background: var(--background3);
}

/* The Modal (background) */
.modal {
  display: none;
  -webkit-animation: modalHideAni 0.3s ease-in-out;
          animation: modalHideAni 0.3s ease-in-out;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #707070;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15px 15px 0px 0px;
  /* Modal Content */
  /* The Close Button */
}
.modal__content {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px 15px 0px 0px;
}
.modal__close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal__close:hover, .modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal--show {
  display: block;
  -webkit-animation: fadeInUp 1s ease backwards;
          animation: fadeInUp 1s ease backwards;
}

.submitbtn-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px 15px 0px 0px;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
.mdoalhide {
  -webkit-animation: fadeImodalHideAninUp 1s ease backwards;
          animation: fadeImodalHideAninUp 1s ease backwards;
}

@-webkit-keyframes modalHideAni {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    opacity: 0;
  }
}

@keyframes modalHideAni {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
    opacity: 0;
  }
}