/* ******************* */
/*      Variable       */
/* ******************* */
/* ******************* */
/*       Mixins        */
/* ******************* */
/* ******************** */
/*         Extend       */
/* ******************** */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

input[type=month]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(https://mywildalberta.ca/images/GFX-MWA-Parks-Reservations.png) no-repeat;
  width: 17px;
  height: 17px;
  border-width: thin;
}

.create-account .container form.form div .form-control {
  color: #000 !important;
  border: 1px solid #787878;
  border-radius: 0px 10px 10px !important;
  box-shadow: initial !important;
  padding: 2px 15px !important;
  height: initial !important;
  font-size: 16px !important;
  position: relative;
  min-width: 280px !important;
}
@media screen and (min-width: 992px) {
  .create-account .container form.form div .form-control {
    min-width: 360px !important;
  }
}
.create-account .container form.form div .form-control:focus {
  box-shadow: 0px 2px 2px #aaa !important;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #ddd;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.create-account {
  padding-top: 72px;
}
@media screen and (min-width: 1200px) {
  .create-account {
    padding-top: 120px;
  }
}

.create-account .container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 80vh;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .create-account .container {
    min-height: calc(100vh - 120px);
  }
}
.create-account .container h1 {
  color: #E73B11;
  font-weight: bold;
}
.create-account .container .form {
  background-color: white;
  min-height: 300px;
  padding: 15px;
  box-shadow: 0px 4px 8px #555;
  text-align: center;
  border-radius: 0px 35px 35px !important;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .create-account .container .form {
    width: 45%;
  }
}
.create-account .container .form .num-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.create-account .container .form .num-cont > div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.create-account .container .form .num-cont > div .num {
  border: 2px solid;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 27px;
}
.create-account .container .form .num-cont > div .txt {
  font-size: 12px;
  font-weight: bold;
}

/* ******************** */
/* Function & Animation */
/* ******************** */
/*
// *************************
//   Layer Above Body
// *************************
*/
/* ******************* */
/*        Font         */
/* ******************* */
h1, h2, h3, h4, h5, h6,
a, p, span,
.form-control, .form-label,
.invalid-feedback, .invalid-feedbackk,
label,
thead, tbody, th, tr,
input[type=submit] {
  font-family: "Tajawal", Arial, Helvetica, sans-serif !important;
}

/* ******************* */
/*        Grid         */
/* ******************* */
* {
  padding: 0px;
  margin: 0px;
}

body {
  position: relative;
  overflow-x: hidden;
}

#body {
  overflow: hidden;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.father-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
}
.father-table::-webkit-scrollbar-track {
  background-color: white;
}
.father-table::-webkit-scrollbar-thumb {
  height: 15px;
  background-color: #787878;
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}
.father-table::-webkit-scrollbar-thumb:hover {
  background: rgba(120, 120, 120, 0.75);
  border: 1.2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

body {
  min-height: 100vh !important;
}

.alert-danger {
  border-radius: 0 50px 50px 50px;
  background-color: #b41353;
  color: #fff;
  font-weight: bold;
}

.alert-success {
  border-radius: 0 50px 50px 50px;
  background-color: #e73b11;
  color: #fff;
  font-weight: bold;
}

.create-account .container form.form button[type=submit],
.create-account .container form.form input[type=submit] {
  padding: 1.076923em 1.538461em;
  -webkit-box-shadow: 0 20px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0 20px 30px rgba(34, 34, 34, 0.07);
  border-radius: 0px 50px 50px 50px;
  text-align: center;
  font-weight: bold;
  transition: 0.3s all linear;
}
.create-account .container form.form button[type=submit]:hover,
.create-account .container form.form input[type=submit]:hover {
  transform: translateY(-5px);
}

.create-account .container form.form button[type=submit],
.create-account .container form.form input[type=submit] {
  background: #e73b11;
  color: white;
}

/* ******************* */
/*         Nav         */
/* ******************* */
.btSearchInner.btFromTopBox button:before,
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
  content: " " !important;
}

.mainHeader .bt_bb_icon a:hover {
  color: #e73b11 !important;
}

.subToggler {
  opacity: 0.9;
}
.subToggler:before {
  display: none;
}

#menu-item-3212 ul.sub-menu {
  width: 100%;
  margin-top: 4px;
}

#menu-item-3212 .user-name img {
  border: 2px solid #E73B11;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0px 5px 0px 0px;
}
@media screen and (min-width: 1200px) {
  #menu-item-3212 .user-name img {
    width: 50px;
    height: 50px;
  }
}

.fa-angle-down:before {
  content: "\f107";
  /* padding-top: 36px; */
  top: 2px;
  position: relative;
  left: -2px;
}

body {
  overflow: hidden;
  position: relative;
}
body::after {
  content: url("../img/Ellipse 41.png");
  position: fixed;
  z-index: -1;
  top: 0px;
  right: 0px;
  transform: translate(90%, 15px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  body::after {
    top: 55vh;
    transform: scale(0.8) translateX(75%) translateY(-50%);
    right: 0px;
  }
}
body::before {
  content: url("../img/Ellipse 42.png");
  position: fixed;
  left: 0px;
  bottom: 0px;
  transform: translate3d(-60%, 75%, 0px);
}
@media screen and (min-width: 992px) {
  body::before {
    left: initial;
    bottom: initial;
    left: 0px;
    top: 55vh;
    transform: scale(0.8) translateX(-75%) translateY(-50%);
    z-index: -1;
  }
}

.create-account .container form.form {
  text-align: right !important;
}
.create-account .container form.form div .r-pass-text {
  width: 100% !important;
  margin-top: 0.25rem !important;
  font-size: 12px;
  text-align: center !important;
  color: #dc3545 !important;
}
.create-account .container form.form div label {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 5px;
}
.create-account .container form.form input[type=submit] {
  width: fit-content;
  padding: 8px 20px;
  margin: 5px auto;
  border: 0px;
}
.create-account .container form.form input[type=submit]:hover {
  transform: initial;
  background-color: rgba(231, 59, 17, 0.9);
}
.create-account .container form.form p {
  color: #787878;
  margin-bottom: 0px;
  text-align: center;
}
.create-account .container form.form p a {
  margin: 10px 0px 5px;
  font-weight: bold;
  color: #787878 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ******************* */
/*        Footer       */
/* ******************* */

/*# sourceMappingURL=resetPassword.css.map */
