@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
/*!
 * html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
 * Copyright 2013 - 2017 pixelsign
 * Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
 * Last Build: Tue Nov 14 2017 12:40:57
 */
html {
  scroll-padding-top: 4.5rem;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
}

.bg-black {
  background-color: #000 !important;
}

.bg-gradient-primary-to-secondary {
  background: linear-gradient(45deg, #2937f0, #9f1ae2) !important;
}

.font-alt {
  font-family: "Roboto", sans-serif !important;
}

.text-gradient {
  background: -webkit-linear-gradient(#2937f0, #9f1ae2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

aside {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.app-badge {
  height: 3rem;
}

#mainNav {
  max-height: 90px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
#mainNav .navbar-brand {
  font-family: "Roboto", sans-serif;
}
#mainNav .navbar-brand:hover {
  color: #50BCBD;
}
#mainNav .navbar-brand:active {
  color: #50BCBD;
}
#mainNav .navbar-toggler {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #6c757d;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #50BCBD;
}

.device-wrapper {
  max-width: 300px;
  width: 100%;
}

.device {
  position: relative;
  background-size: cover;
}
.device::after {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.device .screen {
  position: absolute;
  background-size: cover;
  pointer-events: auto;
}
.device .button {
  position: absolute;
  cursor: pointer;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] {
  padding-bottom: 198.898071625%;
}
.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .screen {
  top: 3.1855955679%;
  left: 6.8870523416%;
  width: 86.2258953168%;
  height: 93.6288088643%;
}
.device[data-device=iPhoneX][data-orientation=portrait][data-color=black]::after {
  content: "";
  background-image: url("../assets/img/portrait_black.png");
}
.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .button {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

section.cta {
  position: relative;
  padding: 15rem 0;
  background-image: url("https://source.unsplash.com/5g41N3uRPf8/1500x800");
  background-position: center;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.icon-feature {
  font-size: 4rem;
}

.features-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features-device-mockup .circle {
  position: absolute;
  left: 0;
  fill: url(#circleGradient);
  width: 70%;
  display: none;
}
.features-device-mockup .circle .gradient-start-color {
  stop-color: #2937f0;
}
.features-device-mockup .circle .gradient-end-color {
  stop-color: #9f1ae2;
}
.features-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(10deg);
  fill: #2937f0;
  top: 15%;
  right: 10%;
}
.features-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #2937f0;
  bottom: 15%;
  left: 10%;
}
.features-device-mockup .device-wrapper {
  max-width: 10rem;
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
footer a:active {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
footer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.masthead {
  background-color: #f8f9fa;
  padding-top: 9.5rem;
  padding-bottom: 5rem;
}
.masthead .masthead-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.masthead .masthead-device-mockup .circle {
  position: absolute;
  fill: url(#circleGradient);
  width: 70%;
  display: none;
}
.masthead .masthead-device-mockup .circle .gradient-start-color {
  stop-color: #2937f0;
}
.masthead .masthead-device-mockup .circle .gradient-end-color {
  stop-color: #9f1ae2;
}
.masthead .masthead-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(-10deg);
  fill: #2937f0;
  bottom: 15%;
  left: 10%;
}
.masthead .masthead-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #2937f0;
  top: 15%;
  right: 10%;
}
.masthead .masthead-device-mockup .device-wrapper {
  max-width: 10rem;
}

@media (min-width: 576px) {
  .features-device-mockup .circle {
    width: 70%;
    display: block;
    left: auto;
  }
  .features-device-mockup .device-wrapper {
    max-width: 12.5rem;
  }
  .masthead .masthead-device-mockup .circle {
    width: 70%;
    display: block;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .features-device-mockup .circle {
    width: 60%;
    left: auto;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
  }
  .masthead .masthead-device-mockup .circle {
    width: 60%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 992px) {
  .features-device-mockup .circle {
    width: 90%;
    left: -25%;
  }
  .features-device-mockup .shape-1 {
    top: 5%;
    right: -15%;
  }
  .features-device-mockup .shape-2 {
    bottom: 10%;
    left: -10%;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
    margin-left: auto;
  }
  .masthead .masthead-device-mockup .circle {
    width: 90%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 1200px) {
  .features-device-mockup .circle {
    width: 75%;
    left: 0;
  }
  .features-device-mockup .shape-2 {
    bottom: 15%;
    left: 10%;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
  }
  .masthead .masthead-device-mockup .circle {
    width: 75%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 1400px) {
  .features-device-mockup .circle {
    width: 80%;
    left: 0;
  }
  .features-device-mockup .device-wrapper {
    max-width: 17rem;
  }
  .masthead .masthead-device-mockup .circle {
    width: 70%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 17rem;
  }
}
.navbar-brand .logo-main {
  height: 53px;
  width: auto;
}

#navbarResponsive {
  padding-top: 0px;
}
#navbarResponsive #main-menu {
  margin-right: auto !important;
  font-size: 15px;
}

#main-menu .menu-item {
  padding: 5px 0px;
}
#main-menu .menu-item a.nav-link {
  color: #000;
  padding: 3px 14px;
  text-transform: uppercase;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #main-menu .menu-item a.nav-link {
    font-size: 12px;
    padding: 3px 12px;
  }
}
#main-menu .menu-item a.nav-link:hover {
  color: #50BCBD;
}
#main-menu .menu-item.active a.nav-link {
  color: #50BCBD;
}
#main-menu .dropdown-menu {
  background: #f9e5e5;
  border-radius: 0;
  min-width: 100%;
  border: none;
  padding-bottom: 0px;
}
#main-menu .dropdown-menu .dropdown-item {
  padding-bottom: 0px;
  padding-top: 0px;
}
#main-menu .dropdown-menu .menu-item {
  border-right: none;
  border-bottom: 1px solid #000;
}
#main-menu .dropdown-menu .menu-item:last-child {
  border-bottom: none;
}
#main-menu .dropdown-menu .menu-item a:hover {
  color: #666;
  background: #f9e5e5;
}
@media (max-width: 640px) {
  #main-menu .dropdown-menu {
    padding-left: 30px;
  }
  #main-menu .dropdown-menu .menu-item {
    border-bottom: 1px solid #bbb;
  }
}
#main-menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}
#main-menu .dropdown-toggle:after {
  display: none;
}

.top_right_menu_class ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.top_right_menu_class ul li a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  text-transform: uppercase;
}
.top_right_menu_class ul li a:hover {
  color: #50BCBD;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .top_right_menu_class ul li a {
    font-size: 12px;
    padding-left: 14px;
  }
}
.top_right_menu_class ul li:last-child a {
  padding-right: 30px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMTYwLjU4ODIzbW0iCiAgIGhlaWdodD0iMTgzLjUyOTQzbW0iCiAgIHZpZXdCb3g9IjAgMCAxNjAuNTg4MjMgMTgzLjUyOTQzIgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmcxIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMxIiAvPgogIDxnCiAgICAgaWQ9ImxheWVyMSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC44NTkyMTU4LC01LjgzODE3MDQpIj4KICAgIDxwYXRoCiAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjM1ODQ1NjtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDowIgogICAgICAgZD0ibSA4NS4xNTMzMjcsOTcuNjAyODkyIGMgMjUuMzQwMTMzLDAgNDUuODgyMzUzLC0yMC41NDIyNCA0NS44ODIzNTMsLTQ1Ljg4MjM3IDAsLTI1LjM0MDEyNCAtMjAuNTQyMjIsLTQ1Ljg4MjM1MTYgLTQ1Ljg4MjM1MywtNDUuODgyMzUxNiAtMjUuMzQwMTEyLDAgLTQ1Ljg4MjM0NiwyMC41NDIyMjc2IC00NS44ODIzNDYsNDUuODgyMzUxNiAwLDI1LjM0MDEzIDIwLjU0MjIzNCw0NS44ODIzNyA0NS44ODIzNDYsNDUuODgyMzcgeiBNIDY4Ljc3MTkwNSwxMTQuODA4NzcgYyAtMzUuMzA3OTA3LDAgLTYzLjkxMjY4OTIsMjguNjA0NzYgLTYzLjkxMjY4OTIsNjMuOTEyNjggMCw1Ljg3ODY4IDQuNzY3NDYsMTAuNjQ2MTQgMTAuNjQ2MTQzMiwxMC42NDYxNCBIIDE1NC44MDEzMSBjIDUuODc4NjcsMCAxMC42NDYxMywtNC43Njc0NiAxMC42NDYxMywtMTAuNjQ2MTQgMCwtMzUuMzA3OTIgLTI4LjYwNDc4LC02My45MTI2OCAtNjMuOTEyNjcsLTYzLjkxMjY4IHoiCiAgICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgICBpZD0icGF0aDEiIC8+CiAgPC9nPgo8L3N2Zz4K");
}
@media (min-width: 601px) and (max-width: 1024px) {
  .top_right_menu_class ul li:last-child a {
    padding-right: 24px;
    background-size: 12px;
  }
}
@media (max-width: 600px) {
  .top_right_menu_class {
    display: none;
  }
}

/** css for footer */
#wrapper-footer-full {
  background: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

footer.site-footer a {
  color: rgba(255, 255, 255, 0.9019607843);
  font-size: 16px;
}
footer.site-footer a:hover {
  color: #dcf2f2;
}

#wrapper-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.9019607843);
  padding-bottom: 0px;
  font-size: 14px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #wrapper-footer {
    font-size: 12px;
  }
  #wrapper-footer .container {
    max-width: 100%;
  }
}
#wrapper-footer .brand-logo {
  margin-bottom: 50px;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #wrapper-footer .brand-logo {
    text-align: center;
  }
  #wrapper-footer .brand-logo img {
    max-width: 240px;
  }
}
#wrapper-footer .space-hr-line {
  border-top: 1px solid #fff;
  width: 893px;
  margin: 0 auto;
  max-width: 80%;
  padding-bottom: 5px;
}
#wrapper-footer .contact-info {
  max-width: 357px;
}
#wrapper-footer .contact-info .line-info {
  display: flex;
  justify-content: space-between;
}
#wrapper-footer .contact-info .line-info a {
  color: rgba(255, 255, 255, 0.7019607843);
  text-decoration: none;
}
#wrapper-footer .contact-info .line-info a:hover {
  color: #dcf2f2;
}
#wrapper-footer .copyright-info {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
#wrapper-footer .copyright-info .copyright-text {
  text-align: right;
}
#wrapper-footer .footer_menu_class ul,
#wrapper-footer .privacy_policy_menu_class ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
}
#wrapper-footer .footer_menu_class ul li a,
#wrapper-footer .privacy_policy_menu_class ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #wrapper-footer .footer_menu_class ul li a,
  #wrapper-footer .privacy_policy_menu_class ul li a {
    font-size: 12px;
  }
}
#wrapper-footer .social-label {
  text-transform: uppercase;
  margin-left: 80px;
}
#wrapper-footer .social-icons {
  margin-left: 80px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#wrapper-footer .social-icons .item {
  padding: 10px 6px;
}
#wrapper-footer .social-icons .item a {
  opacity: 0.7;
}
#wrapper-footer .social-icons .item a:hover {
  opacity: 1;
}
#wrapper-footer #menu-terms-menu {
  display: flex;
  align-items: flex-end;
  list-style: none;
  flex-direction: column;
}
#wrapper-footer #menu-terms-menu li:first-child {
  padding-bottom: 12px;
}
#wrapper-footer #menu-terms-menu li a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #wrapper-footer #menu-terms-menu li a {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  #wrapper-footer .brand-logo {
    text-align: center;
  }
  #wrapper-footer .brand-logo img {
    max-width: 90%;
  }
  #wrapper-footer .footer_menu_class ul,
  #wrapper-footer .privacy_policy_menu_class ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #wrapper-footer .footer_menu_class ul li,
  #wrapper-footer .privacy_policy_menu_class ul li {
    padding: 8px 0;
  }
  #wrapper-footer .footer_menu_class ul li a,
  #wrapper-footer .privacy_policy_menu_class ul li a {
    text-decoration: none;
    text-transform: uppercase;
  }
  #wrapper-footer #menu-footer-menu {
    margin-bottom: 32px;
  }
  #wrapper-footer #wrapper-footer-full {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #wrapper-footer #wrapper-footer-full #footer-full-content > .row {
    flex-direction: column-reverse;
  }
  #wrapper-footer #menu-terms-menu {
    align-items: flex-start;
    padding-left: 0px;
  }
  #wrapper-footer #menu-terms-menu li:first-child {
    padding-bottom: 12px;
  }
  #wrapper-footer #menu-terms-menu li a {
    text-decoration: none;
    text-transform: uppercase;
  }
  #wrapper-footer .contact-info {
    max-width: 100%;
  }
  #wrapper-footer .contact-info .line-info {
    flex-direction: column;
  }
  #wrapper-footer .social-label {
    margin-top: 32px;
    margin-left: 0px;
  }
  #wrapper-footer .social-icons {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 32px;
  }
  #wrapper-footer #menu-privacy-policy-menu {
    margin-bottom: 0px;
  }
  #wrapper-footer .copyright-info {
    padding-top: 10px;
  }
  #wrapper-footer .copyright-info .copyright-text {
    text-align: left;
    padding-bottom: 20px;
  }
}

.main-container {
  background-image: url("../images/lobby_3_a60b1d8778.webp");
  background-size: cover;
  min-height: 980px;
}
@media (max-width: 600px) {
  .main-container {
    min-height: unset;
    padding-bottom: 24px;
    padding-top: 90px;
  }
}
.main-container .box-form-container {
  max-width: 600px;
  background-color: #fff;
  border-radius: 8px;
  margin: 68px auto 82px auto;
  min-height: 830px;
  background-image: url("../images/bg_bottom.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 259px auto;
}
@media (max-width: 600px) {
  .main-container .box-form-container {
    margin: 55px 12px;
  }
}
.main-container .box-form-container .box-top {
  background-image: url("../images/bg_top.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 220px;
  background-size: 442px auto;
}
.main-container .box-form-container form {
  margin-top: 40px;
}
.main-container .box-form-container .form-content {
  padding: 10px 38px;
}
.main-container .box-form-container .form-content .show {
  display: block;
}
.main-container .box-form-container .form-content .hide {
  display: none;
}
.main-container .box-form-container .form-content .form-check-input:checked {
  background-color: #4ebcbd;
  border-color: #4ebcbd;
}
.main-container .box-form-container .form-content .form-check-label a {
  color: #4ebcbd;
  text-decoration: none !important;
}
.main-container .box-form-container .form-content .form-check-label a:hover {
  color: #4ebcbd;
}
.main-container .box-form-container .form-content .was-validated .form-check-input:checked {
  background-color: #4ebcbd;
  border-color: #4ebcbd;
}
.main-container .box-form-container .form-content .was-validated .form-check-input ~ .form-check-label {
  color: #000 !important;
}
.main-container .box-form-container .form-content .invalid-form {
  display: none;
}
.main-container .box-form-container .form-content .invalidated .invalid-form {
  color: #ff0000;
  display: block;
}
.main-container .box-form-container .form-content .invalidated .form-control:invalid {
  border-color: #FF0000;
}
.main-container .box-form-container .form-content .form-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  max-width: 500px;
  margin: 0 auto;
}
.main-container .box-form-container .form-content .form-title .color-title {
  color: #4ebcbd;
}
.main-container .box-form-container .form-content .form-row {
  margin-bottom: 16px;
}
.main-container .box-form-container .form-content .form-floating .form-control {
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.5019607843);
  background-image: none !important;
}
.main-container .box-form-container .form-content .form-floating .form-control:focus {
  padding-top: 20px;
  border-color: #4EBCBD;
  box-shadow: none;
}
.main-container .box-form-container .form-content .form-floating .form-control:focus ~ label {
  transform: scale(0.85) translateY(-6px) translateX(0px);
}
.main-container .box-form-container .form-content .form-floating .form-control:not(:-moz-placeholder-shown) {
  padding-top: 20px;
}
.main-container .box-form-container .form-content .form-floating .form-control:not(:placeholder-shown) {
  padding-top: 20px;
}
.main-container .box-form-container .form-content .form-floating .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-6px) translateX(0px);
}
.main-container .box-form-container .form-content .form-floating .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-6px) translateX(0px);
}
.main-container .box-form-container .form-content .form-floating label {
  font-size: 14px;
  padding: 8px 10px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.main-container .box-form-container .form-content .form-floating .form-check-label {
  color: #000 !important;
}
.main-container .box-form-container .form-content .btn-wrapper {
  margin-top: 40px;
}
.main-container .box-form-container .form-content .btn-submit {
  background-color: #4EBCBD;
  width: 100%;
  color: #fff;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-color: #4EBCBD;
}
.main-container .box-form-container .form-content .btn-submit:hover {
  background-color: #e3b8bf !important;
  border-color: #e3b8bf;
}
.main-container .box-form-container .form-content .btn-back {
  background-color: #4EBCBD;
  width: 100%;
  color: #fff;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-color: #4EBCBD;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  margin-top: 65px;
}
.main-container .box-form-container .form-content .btn-back:hover {
  background-color: #e3b8bf !important;
  border-color: #e3b8bf;
}

.menu-toogle {
  width: 50px;
  height: 50px;
  z-index: 9;
}
@media (min-width: 768px) {
  .menu-toogle {
    display: none;
  }
}
.menu-toogle .icon {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.menu-toogle .icon .lines {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 21px;
  justify-content: space-between;
  transition: transform 0.33s ease-out;
  width: 26px;
}
.menu-toogle .icon .lines .line {
  background-color: #000;
  border-radius: 1.5px;
  height: 3px;
  width: 100%;
}
.menu-toogle .icon .lines .line.line_first {
  transform-origin: right;
  transition: transform 0.33s cubic-bezier(0.54, -0.81, 0.57, 0.57);
  width: 100%;
}
.menu-toogle .icon .lines .line.line_last {
  align-self: flex-end;
  transform-origin: left;
  transition: transform 0.33s cubic-bezier(0.54, -0.81, 0.57, 0.57);
  width: 100%;
}
.menu-toogle.active .lines {
  transform: rotate(-45deg);
}
.menu-toogle.active .lines .line.line_first {
  background-color: #000;
  transform: rotate(-90deg) translateX(4px);
  width: 50%;
}
.menu-toogle.active .lines .line.line_last {
  background-color: #000;
  transform: rotate(-90deg) translateX(-4px);
  width: 50%;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  width: 250px;
  margin-top: 0px;
  top: 0px;
  padding-right: 60px;
  transform: translateX(250px);
  transition: transform 250ms ease-in-out;
  background: #fff;
  z-index: 8;
}
#sidebarMenu.active {
  transform: translateX(0);
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 90px;
}
.sidebarMenuInner li {
  list-style: none;
  color: #000;
  font-weight: bold;
  padding: 8px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: #000;
}
.sidebarMenuInner li a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  padding: 0px;
}
.sidebarMenuInner .dropdown-menu.show {
  position: static !important;
  background: none !important;
  border: none !important;
  transform: none !important;
}
.sidebarMenuInner .dropdown-menu.show li {
  padding: 10px 20px;
}
.sidebarMenuInner .dropdown-menu.show li a {
  padding: 15px 10px;
}

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.loading.show {
  display: block;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :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;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=styles.css.map */