@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
  .mob-menu-only {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  #mySidenav.active {
    width: 100%;
  }
}

body {
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  font-family: "Nunito-Regular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica", sans-serif;
}

p,
a {
  font-family: "Nunito-Regular", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

::-moz-selection {
  background: #05cbfc;
  color: #fff;
}

::selection {
  background: #05cbfc;
  color: #fff;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background: #ffffff;
  color: #fff;
}

p {
  font-family: "Nunito-Regular", sans-serif;
  font-weight: 500;
  /*font-size: 1em;*/
  font-size: 20px;
}

header li {
  font-size: 1.125em;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;  
  padding: 0.625em;
}

i {
  text-align: center;
  background-color: #2c354b;
  border-radius: 50%;
  padding: 0.9375em;
  color: #fff;
}

i:hover {
  background: #354264;
}

.hero-text {
  text-decoration: none;
  background: linear-gradient(70deg, #f7b519, #f18f20);
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0 32px;
}

.navbar-brand img {
  max-width: 70%;
}
.btn-top {
  text-decoration: none;
  /*background-image: linear-gradient(70deg, #f7b519, #f18f20);*/
  background: linear-gradient(to left,#25baaa,#3e4750)!important;
  font-size: 12px;
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 1em 44px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.input-section .lucky-section {
  width: 100%;
}

.btn-top img {
  margin-right: 0.625em;
}

.btn-top:hover {
  color: #fff;
  background: #354264;
}

.activities {
  padding: 3.125em 0px 113px;
  position: relative;
}

.section-heading {
  text-align: center;
}
.section-heading .text {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 4.8125em;
  font-weight: 500;
  text-transform: uppercase;
}
.section-heading img {
  max-width: 55%;
}

.activities .tab-menu-area {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.activities .tab-menu-area .nav-lend {
  display: inline-block;
}

.activities .tab-menu-area .nav-lend .nav-item {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
}

.activities .tab-menu-area .nav-lend .nav-item .nav-link {
  text-decoration: none;
  background: #21293e;
  font-size: 1.125em;
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0.675em 2.35em;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  margin: 0px 1.25em;
}

.activities .tab-menu-area .nav-lend .nav-item .nav-link.active {
  background-image: linear-gradient(70deg, #f7b519, #f18f20);
}

.activities .table {
  position: relative;
  text-align: center;
}

.activities .table tr {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.activities .table tr th {
  font-family: "Nunito-SemiBold", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  text-transform: capitalize;
  padding: 1.25em 8px;
  border: none;
}

.instructions .table {
  position: relative;
  text-align: center;
}

.instructions .table tr {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.instructions .table tr th {
  font-family: "Nunito-SemiBold", sans-serif;
  /*font-size: 1.125em;*/
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 1.25em 8px;
  border: none;
}

.bg-head-dropdown a {
  color: #ffffff;
}
.bg-head-dropdown {
  background-color: #1a2036;
}

.activities .table tr td {
  font-family: "Nunito-Regular", sans-serif;
  vertical-align: middle;
  padding: 1.25em 0.9375em;
  font-weight: 500;
  font-size: 1.125em;
  border: none;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

.activities .table tr td img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 2px solid #bb78e6;
  display: inline-block;
}

.activities .table tbody tr:nth-child(odd) {
  background: #21293e;
  /*25baaa*/
}

.activities .table td:first-child {
  border-top-left-radius: 0.9375em;
  border-bottom-left-radius: 0.9375em;
}

.activities .table td:last-child {
  border-bottom-right-radius: 0.9375em;
  border-top-right-radius: 0.9375em;
}

.activities .table tbody tr:hover {
  background: #354264;
}

.instructions .table tr td {
  font-family: "Nunito-Regular", sans-serif;
  vertical-align: middle;
  padding: 1.25em 0.9375em;
  font-weight: 500;
  font-size: 1.125em;
  border: none;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

.instructions .table tr td img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 2px solid #bb78e6;
  display: inline-block;
}

.instructions .table tbody tr:nth-child(odd) {
  background: #25baaa;
}

.instructions .table td:first-child {
  border-top-left-radius: 0.9375em;
  border-bottom-left-radius: 0.9375em;
}

.instructions .table td:last-child {
  border-bottom-right-radius: 0.9375em;
  border-top-right-radius: 0.9375em;
}

.instructions .table tbody tr:hover {
  background: #25baaa61;
}

#slider {
  margin-top: 3.125em;
}

.input-section .margin-y16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.view-section{
  margin-top: 30px;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .instructions {
    min-height: 190px;
  }
}

.input-section {
  margin: 25px auto 0 auto;
  padding-left: 1.65em;
  padding-right: 1.65em;
  background: #25baaa;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 4, 41, 0.16);
}

.instructions {
  margin: 50px 0;
}

.instructions .slider-header {
  margin-top: 15px;
}
.instructions .slider-text {
  padding-bottom: 15px;
}

.rangeslider__labels__label:first-child {
  font-size: 0.85em;
  top: -25px;
  left: 13px;
}
.rangeslider__labels__label:last-child {
  font-size: 0.85em;
  top: -27px;
  left: -27px;
}

.instructions {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  background: #18796f;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.input-section .payout p {
  font-family: "Nunito-Regular", sans-serif;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.875em;
}

.input-section .trx {
  font-family: "Nunito-Regular", sans-serif;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.875em;
}

.input-section .num {
  height: 50px;
  width: 100%;
  background: #18796f69;
  border-radius: 10px;
  border: none;
  color: #FFF;
  /*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);*/
  text-align: center;
  font-size: 1.75em;
  font-family: "Nunito-Bold", sans-serif;
  line-height: 55px;
}

.input-section .lucky-num {
  font-family: "Nunito-Regular", sans-serif;
  vertical-align: middle;
  padding: 0.625em 0px;
  font-weight: 500;
  font-size: 1.125em;
  text-transform: uppercase;
}

.lucky-num-center{
  text-align: center;
}

.lucky-num-bet{
  margin-left: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 1.25em;
  border-radius: 40px;
  background: #d3d3d3;
  outline: none;
}

/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 5px;
  /*16x1em adjusted to be same as 14x0.875em on moz*/
  width: 62px;
  height: 60px;
  border: 0;
  background: url("../images/dice.png");
  cursor: pointer;
}

/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  width: 62px;
  height: 60px;
  border: 0;
  background: url("../images/dice.png");
  cursor: pointer;
}

/*IE & Edge input*/

input[type="range"]::-ms-track {
  width: 300px;
  height: 6px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 2px 0;
  /*remove default tick marks*/
  color: transparent;
}

/*IE & Edge thumb*/

input[type="range"]::-ms-thumb {
  width: 62px;
  height: 60px;
  border: 0;
  background: url("../images/dice.png");
  cursor: pointer;
}

/*IE & Edge left side*/

input[type="range"]::-ms-fill-lower {
  background-image: linear-gradient(70deg, #f7b519, #f18f20);
  border-radius: 2px;
}

/*IE & Edge right side*/

input[type="range"]::-ms-fill-upper {
  background: #c5c5c5;
  border-radius: 2px;
}

/*IE disable tooltip*/

input[type="range"]::-ms-tooltip {
  display: none;
}

input[type="text"] {
  border: none;
}

.main-btn-sec .btn-main {
  text-decoration: none;
  /*background-image: linear-gradient(70deg, #f7b519, #f18f20);*/
  background: linear-gradient(to left,#258c81,#3e4750)!important;
  font-size: 17px !important;
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0.725em 53px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.main-btn-sec .btn-main-que {
  text-decoration: none;
  /*background-image: linear-gradient(70deg, #f7b519, #f18f20);*/
  font-size: 21px;
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 0.725em 5.3px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.main-btn-sec .btn-main:hover {
  color: #fff;
  background: #354264;
}

#footer {
  background: #ffffff;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

#footer .copy {
  font-family: "Nunito-Regular", sans-serif;
  padding: 1.25em 0px;
  color: #25baaa;
  text-align: right;
  font-weight: 500;
  font-size: 1em;
}

#footer .logo {
  height: 60px;
}
/* sidenav */
.mob-menu-only {
  display: none;
}
.mob-menu-only span {
  font-size: 30px;
  color: #fff;
}
.mob-menu-link {
  top: 7px;
}
.mob-menu-link li {
  list-style-type: none;
}
.mob-menu-link li a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.mobile-social-link li {
  list-style-type: none;
}
.mobile-social-link li a {
  background-color: #2c354b;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
}
.mobile-social-link li a.bg-none {
  background-color: transparent;
}
.mobile-unlock-btn a {
  text-decoration: none;
  background-image: linear-gradient(70deg, #f7b519, #f18f20);
  font-size: 12px;
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 1em 44px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: #1a2036;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 1;
  font-size: 36px;
  margin-left: 50px;
  border: none;
  color: #fff;
}
.table {
  color: #ffffff;
}

.twitter-icon .main,
.instagram-icon .main {
  margin-top: -0.45rem;
}
.twitter-icon,
.instagram-icon {
  background-color: #2c354b;
  border-radius: 50%;
  padding: 0.8375em;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.modal-body {
  color: #000;
}
.sweep-btn{
  background: linear-gradient(to left,#258c81,#3e4750)!important;
}
.btn-new{
  background: linear-gradient(to left,#258c81,#3e4750)!important;
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
}
@media (min-width: 994px) and (max-width: 1100px) {
  .input-section .num {
    height: 100px;
    font-size: 50px;
    line-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 993px) {
  .mob-menu-only {
    display: block;
  }
  .mob-menu-only span {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 25px;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-toggler.mt-2 {
    display: none;
  }
  .section-heading img {
    max-width: 75%;
  }
  .section-heading .text {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .main-btn-sec {
    padding: 50px 50px;
  }
  .section-heading .text {
    line-height: normal;
  }
  .mob-menu-only {
    display: block;
  }
  .section-heading .text {
    font-size: 32px;
    padding-top: 10px;
    line-height: 35px;
  }
  .input-section .num {
    height: 80px;
    font-size: 50px;
    line-height: 80px;
  }
  .input-section .payout p {
    font-size: 22px;
  }

  }
  .input-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .input-section .margin-y16 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .activities .tab-menu-area .nav-lend .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 13px;
    margin: 0;
  }
  .instructions .tab-menu-area .nav-lend .nav-item .nav-link {
    padding: 15px 30px;
    font-size: 13px;
    margin: 0;
  }
  .main-btn-sec .btn-main {
    padding: 10px 32px;
    font-size: 24px;
  }
  .activities .table tr th {
    font-size: 14px;
  }
  .activities .table tr td {
    font-size: 15px;
  }
  .activities .table tr td img {
    height: 35px;
    width: 35px;
  }
  .instructions .table tr th {
    font-size: 17px;
    /*font-size: 14px;*/
  }
  .instructions .table tr td {
    font-size: 15px;
  }
  .instructions .table tr td img {
    height: 35px;
    width: 35px;
  }
  .instructions .table tr th {
    /*font-size: 14px;*/
    font-size: 17px;
  }
  .instructions .table tr td {
    font-size: 15px;
  }
  .instructions .table tr td img {
    height: 35px;
    width: 35px;
  }
  .activities {
    padding: 0.125em 0px 30px;
    position: relative;
  }
  #footer .copy {
    text-align: center;
  }
  .navbar-collapse {
    display: none;
  }
  .navbar-toggler.mt-2 {
    display: none;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  #slider {
    margin-top: 2rem;
  }
  .section-heading img {
    max-width: 80%;
  }
  .t-center {
    text-align: center;
  }
  .mob-menu-only span {
    font-size: 33px;
    position: relative;
    top: -2px;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#slider {
  /*background-image: url("../images/background.png");*/
  background-repeat: no-repeat;
  background-position-y: center;

  background-size: cover;
}

.mob-menu-only {
  min-width: 130px;
  display: flex;
  justify-content: space-around;
}
.modal-content-bg {
  background-color: #192233;
  position: relative;
  padding: 10px 20px;
  z-index: 9999;
}
.close-modal-icon {
  position: absolute;
  right: 20px;
  top: 32px;
  border: 0;
  z-index: 999;
  background-color: transparent;
}
.close-modal-icon img {
  width: 20px;
}
.modal-body-content h2 {
  color: #ee7423;
  font-family: "Nunito-Bold";
  margin: 0;
}
.modal-list {
  margin: 15px 0 0 0;
  padding: 0;
}
.modal-list li {
  color: #fff;
  font-family: "Nunito-Bold";
  font-size: 22px;
  padding-bottom: 4px;
  list-style-type: none;
}
.bet-input {
  background-color: #212c42;
  height: 45px;
  border-radius: 0;
  font-family: "Nunito-Bold";
}
.bet-input::placeholder{
   color: #ffffff;
}
.header-modal{
  text-align: center;
}
.modal-body-content{
  color: #fff;
}
@media (max-width: 767px) {
  .bet-input {
    margin-bottom: 20px;
  }
}
.bet-btn {
  padding: 0 35px;
  background-image: linear-gradient(70deg, #f7b519, #f18f20);
  height: 45px;
  color: #fff;
  font-family: "Nunito-Bold";
  border: 0;
  border-radius: 5px;
}
button {
  outline: nonr;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.alert {
  padding-right: 40px;
}
.alert .close {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.alert-dismissable-group {
  bottom: 30%;
  right: 0;
  position: fixed;
}
.alert-bg,
.alert-bg-1 {
  background-color: #21293e !important;
  padding: 14px 40px 14px 15px !important;
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-family: "Nunito-SemiBold";
  margin: 0;
  line-height: normal;
  font-size: 13px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.alert-bg {
  border-left: 2px solid #20f619;
}
.alert-bg-1 {
  border-left: 2px solid #fe0000;
}

.alert-dismissable {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.01s linear 0.3s;
  transition: opacity 0.3s ease-out, -webkit-transform 0.01s linear 0.3s;
  transition: opacity 0.3s ease-out, transform 0.01s linear 0.3s;
  transition: opacity 0.3s ease-out, transform 0.01s linear 0.3s,
    -webkit-transform 0.01s linear 0.3s;
}
.alert-dismissable.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.modal-dialog-big{
  max-width: 1150px !important;
}