.bg-1 {
  background: url("https://cdn.dcrypto.com/pepperidgefarm/bg-3.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-primary {
  background: #d02027!important;
  font-size: 20;
  border: 2px solid #fec124;
  
}
.center-me {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {
  
  border-right: 2px solid #215ca0;
  border-bottom: 2px solid #215ca0;
}

.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  
  border: 2px solid #215ca0; 
}

.select-wrapper input.select-dropdown {
  border-bottom: 0px solid #ced4da;
  background: white;
  height: 38px;
  border-radius: 5px;
  color: #6c757d;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a42c3a;
  outline: 0;
  box-shadow: 0 0 0 .2rem #fbab1f99;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
  
}

.navbar-toggler {
  border: 0px;
  border-radius: 0px; 
  border-color:transparent;
}

.dropdown-menu.dropdown-menu-right {
  background-color: transparent;
  border-color: transparent; }

.bar1, .bar2, .bar3 {
  width: 21px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px); }

.navbar:not(.top-nav-collapse) {
  background: #fff!important;
}

.border-wrapper {
  border-radius: 5px; 
  border: 2px solid #fec124!important; 
  background: rgba(255,255,255, 0.3);
}

#clockdiv{
  font-family: sans-serif;
  color: white;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 22px;
}


#clockdiv > div{
  padding: 6px;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
}

#clockdiv div > span{
  padding: 0px 0px 0px 0px;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
}

.smalltext{
  
  font-size: 12px !important;
  color: white;
  font-weight: bold;
}

.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {
    border: 2px solid #fec124;
}

.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {

    border-right: 2px solid #fec124 !important;
    border-bottom: 2px solid #fec124 !important;
   
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #fec124;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  
  background-color: #d02027 !important;
  border-color: #fec124;
}


.swal2-popup .swal2-styled.swal2-confirm {

    background-color: #d02027!important;

}

.swal2-popup .swal2-title {

    font-size: 1.5em!important;

}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
            html{
              scrollbar-width: none;
            }
          }

          body {
            margin: 0; /* remove default margin */
            scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
            -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
            overflow-y: scroll;
          }
          body::-webkit-scrollbar {
            width: 0px;
            background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
          }
