@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  padding: 0px;
  margin: 0px;
}

ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
  outline: none !important;
  color: #78459f;
}
a:hover {
  color: #78459f;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.small-gutter > div {
  padding-left: 7px;
  padding-right: 7px;
}

.rounded-3 {
  border-radius: 0.625rem !important;
}

.text-gray {
  color: #8994a9 !important;
}

button {
  min-height: 42px;
  padding: 0.375rem 1rem;
  border: none;
}
button.primary {
  background-color: #78459f;
  color: #fff;
}
button.primary:hover {
  background-color: #5d367b;
}

.pagination .page-link {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fw-medium {
  font-weight: 500;
}

.figure.figure-150 {
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
  min-height: 150px;
}
.figure.figure-100 {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
}
.figure.figure-50 {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.figure.rounded-circle img {
  border-radius: 100%;
}

.fancy-file-uploader .fancy-drop-area {
  position: relative;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.fancy-file-uploader .fancy-drop-area:hover {
  border-color: #78459f;
  background-color: rgba(120, 69, 159, 0.1);
}
.fancy-file-uploader .fancy-drop-area.drag-over {
  border-color: #78459f;
  background-color: rgba(120, 69, 159, 0.1);
}
.fancy-file-uploader .fancy-drop-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.fancy-file-uploader .fancy-file-container,
.fancy-file-uploader .fancy-file-preview {
  margin-top: 1rem;
}
.fancy-file-uploader .fancy-file-container {
  display: grid;
  gap: 10px;
}
.fancy-file-uploader .fancy-file-container .file-icon {
  width: 45px;
}
.fancy-file-uploader .fancy-file-container .fancy-file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-radius: 6px;
  background-color: #f3f3f3;
}
.fancy-file-uploader .fancy-file-container .fancy-file-item .file-name {
  word-break: break-all;
  font-size: 14px;
}
.fancy-file-uploader .fancy-file-container .fancy-file-item .progress {
  height: 5px;
}
.fancy-file-uploader .fancy-file-container .fancy-file-item .progress .progress-bar {
  background-color: #78459f;
}
.fancy-file-uploader .fancy-file-container .fancy-file-item .btn-close {
  font-size: 12px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.loader-wrapper .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: loader-rotation 1s linear infinite;
          animation: loader-rotation 1s linear infinite;
}

@-webkit-keyframes loader-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form-group {
  margin-bottom: 1rem;
}

.form-check {
  display: block;
  padding: 0;
  margin-bottom: 0;
  min-height: unset;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #78459f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-check label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.form-check label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #78459f;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.bootstrap-select .dropdown-toggle {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0.35rem;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  font-size: 14px;
}
.bootstrap-select .dropdown-menu {
  border-color: #ddd;
}
.bootstrap-select .dropdown-menu ul li a {
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.bootstrap-select .dropdown-menu ul li a:hover {
  background-color: rgba(120, 69, 159, 0.1);
  color: #78459f;
}
.bootstrap-select .dropdown-menu ul li a.selected, .bootstrap-select .dropdown-menu ul li a.active {
  background-color: #78459f;
  color: #fff;
}

.btn {
  font-size: 15px;
  white-space: nowrap;
}
.btn.btn-primary {
  background-color: #78459f;
  border-color: #78459f;
}
.btn.btn-primary:hover {
  background-color: #5d367b;
  border-color: #5d367b;
}

.table th {
  font-weight: 600;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.table td {
  padding: 0.75rem 1rem;
}
.table thead th {
  background-color: #f1f1f1;
  color: #696969;
  text-transform: uppercase;
  font-size: 13px;
}

.pagination {
  gap: 5px;
}
.pagination .page-item .page-link {
  border-radius: 6px;
  font-size: 14px;
  color: #212529;
  padding: 0.25rem 0.65rem;
  background-color: transparent;
}
.pagination .page-item .page-link:hover {
  color: #78459f;
  border-color: #78459f;
}
.pagination .page-item .page-link:focus {
  color: #78459f;
}
.pagination .page-item.active .page-link {
  background-color: #78459f;
  border-color: #78459f;
  color: #fff;
}

header {
  height: 80px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid transparent;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0px auto;
  left: 0;
  right: 0;
  z-index: 1;
}
header.fixed {
  height: 60px;
  border-color: #eff2f5;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-color: #eff2f5;
}
header .navbar {
  padding: 0;
}
header .navbar .nav-brand {
  height: 40px;
}
header .navbar .nav-brand img {
  width: auto;
  height: 100%;
}
header .navbar .nav-right .nav-item .nav-link {
  color: #212529;
  font-weight: 500;
  opacity: 0.7;
  padding: 0.75rem;
}
header .navbar .nav-right .nav-item .nav-link:hover {
  opacity: 1;
}
header .navbar .nav-user .dropdown-toggle {
  cursor: pointer;
  background-color: #e5e5e5;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 100px;
}
header .navbar .nav-user .dropdown-toggle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .navbar .nav-user .dropdown-toggle::after {
  display: none;
}
header .navbar .nav-user .dropdown-menu {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
          box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0.475rem;
  border: none;
  min-width: 275px;
  -webkit-animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
          animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}
header .navbar .nav-user .dropdown-menu .user-block,
header .navbar .nav-user .dropdown-menu .menu-block {
  padding: 1rem;
}
header .navbar .nav-user .dropdown-menu .user-block {
  border-bottom: 1px solid #eff2f5;
}
header .navbar .nav-user .dropdown-menu .user-block h6 {
  font-size: 15px;
  font-weight: 600;
}
header .navbar .nav-user .dropdown-menu .user-block .sub-text {
  font-size: 13px;
}
header .navbar .nav-user .dropdown-menu .user-block .user-img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .navbar .nav-user .dropdown-menu .menu-block li a {
  padding: 0.5rem 1rem;
  font-size: 14px;
}
header .navbar .nav-user .dropdown-menu .menu-block li a:hover {
  background-color: rgba(120, 69, 159, 0.1);
  color: #78459f;
  border-radius: 0.5rem;
}

footer {
  background-color: #222;
  color: #fff;
  padding: 8px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@-webkit-keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 0.75rem;
  }
  to {
    margin-top: 1;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 0.75rem;
  }
  to {
    margin-top: 1;
  }
}
.fa-photo-gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
@media (min-width: 481px) {
  .fa-photo-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .fa-photo-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .fa-photo-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .fa-photo-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.fa-photo-gallery .fa-photo-item {
  width: 100%;
  height: 150px;
}
@media (max-width: 575px) {
  .fa-photo-gallery .fa-photo-item {
    height: 100px;
  }
}
.fa-photo-gallery .fa-photo-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #212529;
}

main {
  padding: 100px 0 50px;
  background-color: #f4f6f9;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
main .app-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
main .app-main .section {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 1rem 0.5rem;
  border: 1px solid #eff2f5;
  -webkit-box-shadow: 0px 0px 23px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 23px -14px rgba(0, 0, 0, 0.3);
}
@media (min-width: 481px) {
  main .app-main .section {
    padding: 1.5rem;
  }
}
main .app-main .app-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}
main .app-main .app-main-footer .client-logo {
  display: inline-block;
  height: 30px;
}
main .app-main .app-main-footer .client-logo img {
  height: 100%;
}

.section.section-events .photos-block {
  row-gap: 25px;
}
.section.section-events .photos-block .thumbnail {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
}
.section.section-events .photos-block .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.section-events .photos-block .thumbnail .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .section.section-events .photos-block .thumbnail .overlay-layer {
    opacity: 0;
  }
}
.section.section-events .photos-block .thumbnail .overlay-layer .event-title-block {
  color: #fff;
}
.section.section-events .photos-block .thumbnail:hover .overlay-layer {
  opacity: 1;
}
.section .capture-info {
  margin-top: 15px;
  text-align: center;
}
.section .capture-info p {
  font-size: 12px;
  font-weight: 500;
}
.section.section-search-img-video-list .videos-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 576px) {
  .section.section-search-img-video-list .videos-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .section.section-search-img-video-list .videos-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .section.section-search-img-video-list .videos-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.section.section-search-img-video-list .video-box {
  height: 100%;
}
.section.section-search-img-video-list .video-box video {
  width: 100%;
  height: 100px;
  background-color: #000;
  border-radius: 6px;
}
@media (min-width: 376px) {
  .section.section-search-img-video-list .video-box video {
    height: 125px;
  }
}
@media (min-width: 481px) {
  .section.section-search-img-video-list .video-box video {
    height: 150px;
  }
}
@media (min-width: 576px) {
  .section.section-search-img-video-list .video-box video {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .section.section-search-img-video-list .video-box video {
    height: 150px;
  }
}
.section.section-search-img-video-list .video-box .time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.section.section-search-img-video-list .video-box .time-list span {
  border: 1px solid #bbb;
  background-color: #e5e5e5;
  padding: 0.15rem 0.5rem;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
}

.modal .modal-content {
  border: none;
}
.modal .modal-header .modal-title {
  font-weight: 600;
}
.modal .modal-header button.close {
  padding: 0;
  background: none;
  height: unset;
  color: #000000;
  opacity: 0.3;
}
.modal .modal-header button.close:hover {
  opacity: 0.6;
}
.modal .modal-body .photo-container {
  position: relative;
}
.modal .modal-body .photo-container .photo-preview-box {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-body .photo-container .photo-preview-box img {
  height: 100%;
}
.modal .modal-body .photo-container .controls {
  gap: 10px;
}
.modal .modal-body .photo-container .controls .next,
.modal .modal-body .photo-container .controls .prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-body .photo-container .controls .next svg,
.modal .modal-body .photo-container .controls .prev svg {
  cursor: pointer;
  width: 35px;
  height: 35px;
  color: #000000;
  opacity: 0.3;
}
.modal .modal-body .photo-container .controls .next svg:hover,
.modal .modal-body .photo-container .controls .prev svg:hover {
  opacity: 0.6;
}

.register-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #19191b;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  .register-area {
    padding: 15px 0;
  }
}
.register-area::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
@media (max-width: 480px) {
  .register-area > .container {
    padding: 0;
  }
}
.register-area .register-inner,
.register-area .login-inner {
  background-color: #fff;
  padding: 25px 30px;
  position: relative;
  z-index: 11;
}
@media (max-width: 480px) {
  .register-area .register-inner,
  .register-area .login-inner {
    padding: 5px 15px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.register-area .register-inner .brand-logo img,
.register-area .login-inner .brand-logo img {
  height: 50px;
}
.register-area .register-inner .client-logo,
.register-area .login-inner .client-logo {
  margin-top: 25px;
}
.register-area .register-inner .client-logo img,
.register-area .login-inner .client-logo img {
  height: 30px;
}
.register-area .register-inner .brand-name,
.register-area .login-inner .brand-name {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .register-area .login-inner {
    width: 420px;
  }
}
.register-area .success-message {
  background: #63a742;
  display: block;
  width: 100%;
  border-radius: 8px;
  height: 50px;
  padding: 5px;
}
.register-area .success-message .success-inner {
  border: dashed 1px #fff;
  color: #fff;
  font-size: 15px;
  height: 100%;
  border-radius: 8px;
  padding: 8px;
}
.register-area .success-message .success-inner a {
  color: #fff;
  text-decoration: underline !important;
}
.register-area .sub-title {
  color: #fff;
  font-size: 15px;
  position: relative;
  display: block;
  width: 100%;
}
.register-area .sub-title:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 50%;
  height: 1px;
  background: #78459f;
}
.register-area .register-head {
  font-size: 24px;
  margin: 30px 0 15px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .register-area .register-head {
    margin: 15px;
  }
}
.register-area .register-sub {
  font-size: 13px;
  display: inline-block;
  margin: 15px 0;
}
.register-area .register-sub a {
  color: #78459f;
  text-decoration: underline !important;
}
.register-area .custom-input {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 0px;
  font-size: 14px;
}
@media (min-width: 767px) {
  .register-area .video-container {
    max-width: 430px;
    margin: 0px auto;
    text-align: center;
  }
}
.register-area .video-container .video-box {
  background: #1e1c25;
  width: 100%;
  height: 249px;
  border-radius: 8px;
  margin: auto;
  border: 0px;
}
@media (min-width: 481px) {
  .register-area .video-container .video-box {
    width: 332px;
  }
}
.register-area .video-container .video-box .video-inner {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.register-area .video-container .video-box .video-inner .video-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.register-area .video-container .video-box .video-inner .video-area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.register-area .video-container .video-box .video-inner .video-area .capture-canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0px auto;
  right: 0;
}
.register-area .btn-signup {
  width: 120px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  background: #78459f;
  height: 45px;
  transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.register-area .btn-signup:hover {
  background: #5d367b;
}
.register-area .capture-button {
  width: 150px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  background: #28a745;
  height: 45px;
  transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.register-area .capture-button:hover {
  background: #1e7e34;
}/*# sourceMappingURL=style.css.map */