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

body {
  position: relative;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

iframe {
  width: 100vw;
  border: none;
  position: absolute;
  height: 100%;
  bottom: 0;
  overflow-y: visible;
}

.gold-box-color {
  background: linear-gradient(#126e51, #383838);
}

.btn_color {
  background: linear-gradient(to right, #126e51, #126e51, #126e51);
  color: white;
}

.btn_color:hover {
  background: #db9c15;
}

.ht-er {
  height: 30px;
}

.dp-color {
  background: darkgreen;
  color: white;
}

.wt-color {
  background: darkred;
  color: white;
}

#dp {
  display: none;
}

#wht {
  display: none;
}

#sdp {
  display: none;
}

#swht {
  display: none;
}

.setmenu {
  width: 100%;
  overflow-x: auto;
}

.minw {
  min-width: 100px;
}

.minw1 {
  width: 500px;
}

.pd {
  padding: 3px;
}

.mymodal {
  width: 100%;
  height: 600px;
  overflow-y: auto;
}

.delete {
  border-radius: 5px 15px 10px 3px;
}

.imgb {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10%;
}

.dp-d {
  padding: 3px 5px;
}

.udl {
  text-decoration: underline;
}

.request1 {
  display: none;
}

a {
  text-decoration: none;
}

#wa1 {
  animation-name: example1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes example1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
#draggable {
  cursor: pointer;
  position: absolute;
  top: 90%;
  left: 10px;
}

#wa {
  width: 50px;
  height: 50px;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bonus {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mySlides {
  display: none;
}
.mySlides img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
a {
  text-decoration: none;
}

.wfull {
  width: 100%;
  padding: 5px;
  color: white;
}

input[type=file]::file-selector-button {
  border: none;
  padding: 7px;
  color: white;
  border-radius: 10px 0px 0px 10px;
  background: linear-gradient(to right, #126e51, #126e51, #126e51);
}

.dwbtn {
  display: none;
}

@media only screen and (min-width: 990px) {
  iframe {
    width: 100vw;
    border: none;
  }
  .dwbtn {
    display: none;
  }
  .bkmenu {
    padding: 10px;
    display: none;
  }
}
.banking-class {
  width: 100%;
}

@media only screen and (max-width: 989px) {
  .mtp {
    margin-top: 5px;
  }
  .mbt {
    margin-bottom: 5px;
  }
  .dwbtn {
    display: block;
    position: fixed;
    bottom: 2px;
    right: 0;
    width: 100%;
  }
  iframe {
    width: 100vw;
    border: none;
    position: absolute;
    bottom: 0;
  }
}/*# sourceMappingURL=index.css.map */