* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html, body {
    background-color: #07dd22;
    font-family: sans-serif;
    margin: 0;
    color: white;
    padding: 0;
    text-align: center;
    height: 100%;
}

.full-height {
    height: 100%;
}

button {
    cursor: pointer;
}

main {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1024px;
    /*padding: 30px 20px;*/
}

.hidden {
    display: none;
}

p {
    line-height: normal;
    margin: 10px 0;
    font-size: 1.5em;
}

h2 {
    /*font-size: 3em;*/
    margin-top: 30px;
}

.logo {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
    width: 80%;
    max-width: 350px
}

.logo img {
    width: 100%;
}

#slider1 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 20px 30px 0;
}

.page ul {
    text-align: left;
    padding: 20px;
    padding-left: 100px;
}

.page ul li {
    font-size: 1.5em;
}

.cursorGrab {
    cursor: url("../images/grab.cur"), -moz-zoom-in;
}

.cursorGrabbing {
    cursor: url("../images/grabbing.cur"), -moz-zoom-in;
}

.pageContent ul {
    list-style: none;
    padding: 0;
}

.pageContent ul li::before {
    content: "•";
    color: white;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.quotes {
    position: absolute;
    font-size: 1.5em;
    /*line-height: 1.5em;*/
    font-style: italic;
    padding: 0 15px;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}

.mbScrollWrapper_slider1 {
    line-height: normal !important;
    display: block !important;
}

.slide-nav {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: transparent;
}

.slide-nav.active {
    background: white;
}

#commands {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
}

.small-logo {
    text-align: center;
    padding-top: 30px;
    width: 165px;
    margin: 0 auto;
}

.small-logo img {
    max-width: 350px;
    width: 100%;
}

.register-types {
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 20%;*/
}

.register-types button, .register-types .button {
    display: block;
    width: 65%;
    margin: 8px auto;
    border: none;
    border-radius: 60px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    padding: 8px 0;
}

.social-apple {
    background: black;
}

.social-google {
    background: #E25042;
}

.social-fb {
    background: #1877F2;
}

.social-insta {
    background: #3b4aa3;
}

.button.social-phone {
    background: white;
    color: #07dd22;
    padding-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

.btn-white {
    background: white;
    color: #07dd22;
    font-size: 30px;
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    width: 170px;
    margin-top: 50px;
    cursor: pointer;
}

.btn-white:hover {
    color: white;
    background: #07dd22;
    border: 1px solid white;
}

.form-group {
    margin-top: 30px;
    display: inline-block;
    vertical-align: baseline;
}

.form-group input {
    border-radius: 10px;
    border: 1px solid black;
    width: 200px;
    margin-top: 25px;
    padding: 2px 5px;
    font-size: 1.2em;
    color: black;
}

.form-group label {
    font-size: 1.5em;
}

.register-page .flex-control-nav {
    display: none;
}


.page-list {
    font-size: 1.5em;
    width: 79%;
    margin: 20px auto;
}

.page-list > div {
    margin-bottom: 10px
}

.page-list > div:before {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    vertical-align: top;
}

.page2 .page-list > div:before {
    content: ">";
    width: 30px;
    height: 30px;
    text-align: center;
    color: #07dd22;
}

.add-more,.remove-block{
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 100%;
    -wekit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #07dd22;
    line-height: 24px;
    font-size: 1.5em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.add-more span, .remove-block span{

}

#menu {

}

#menu nav {

}

#menu nav span {

}

.collapse:not(.show) {
    display: none;
}

#navbarToggle ul {
    background: white;
    padding: 0;
    margin: 0;
}

#navbarToggle ul li{
    text-align: center;
    border-top: 1px solid #07dd22;
    color: #07dd22;
    padding: 5px 0;
    font-size: 20px;
    cursor: pointer;
}

#navbarToggle ul li a{
    color: #07dd22;
    font-size: 20px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.error-message{
    color: #686868;
    padding-top: 10px;
}

.link{
    color: black;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}
#navbarToggle{

}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    border: none;
    color: #fff !important;
    position: absolute;
    top: 50px;
    right: 20px;
    outline: none;
    width: 50px;
}
.navbar-custom button span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-custom button span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -o-border-radius: 0 9px 9px 0;
}

.navbar-custom button span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
    -o-border-radius: 9px 0 0 9px;
    -moz-border-radius: 9px 0 0 9px;
    -webkit-border-radius: 9px 0 0 9px;
}

.navbar-custom button span:nth-child(1), .navbar-custom button span:nth-child(2) {
    top: 0px;
}

.navbar-custom button span:nth-child(3),
.navbar-custom button span:nth-child(4) {
    top: 14px;
}

.navbar-custom button span:nth-child(5),
.navbar-custom button span:nth-child(6) {
    top: 28px;
}

.navbar-custom button[aria-expanded='true'] span:nth-child(1),
.navbar-custom button[aria-expanded='true'] span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-custom button[aria-expanded='true'] span:nth-child(2),
.navbar-custom button[aria-expanded='true'] span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-custom button[aria-expanded='true'] span:nth-child(1) {
    left: 0px;
    top: 0px;
}

.navbar-custom button[aria-expanded='true'] span:nth-child(2) {
    left: calc(50% - 8px);
    top: 0px;
}

.navbar-custom button[aria-expanded='true'] span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.navbar-custom button[aria-expanded='true'] span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.navbar-custom button[aria-expanded='true'] span:nth-child(5) {
    left: 0px;
    top: 17px;
}

.navbar-custom button[aria-expanded='true'] span:nth-child(6) {
    left: calc(50% - 8px);
    top: 17px;
}
.list-content{
    margin-top: 50px;
    padding: 0 10px;
}
.list-content .add-more{
    margin-bottom: 10px;
    display: block;
}
.table-list{
    width: 100%;
    background: white;
    color: black;
    border: 1px solid;

    border-spacing: 0;
}
.table-list tr:first-child td{
    border-top: none;
}

.table-list tr td{
    border-top: 1px solid;
    padding: 12px 0;
    text-align:center;
}
.list-btn{
    margin: 0;
    background: #07dd22;
    color: #fff;
    font-size: 14px;
    border: 1px solid #07dd22;
    width: auto;
}
.list-btn:hover{
    color: #07dd22;
    border: 1px solid #07dd22;

    background: white;
}

.popup{
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0;
    background: #07dd22;
    padding: 0 2% 2%;
    z-index: 2000;
    display: none;
    height: 100%;
}
.close-popup{
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 100%;
    -wekit-border-radius: 100%;
    -moz-border-radius: 100%;
}
#gpay-container{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}
.gpay-container-error{
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

