*::-webkit-scrollbar {
    width: 9px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: transparent;
}

*{
    scrollbar-width: thin;
}

a:hover, .optionbutton:hover, .orangebutton:hover, .hoverlink:hover, .pointer:hover, .btn:hover, button:hover{
    filter: brightness(105%) !important;
}

body{
    height:100%;
    width:100%;
    padding:0px !important;
    margin:0px auto !important;
    max-width: 2048px;
    min-width: 22rem;
    position: relative;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    background: #f5f5f5 !important;
    color: #222;
    scrollbar-color: #efefef transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

.redtext{
    color: #ff3d3d !important;
}

.greentext{
    color: #52ca52 !important;
}

#header{
    vertical-align: middle;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 22rem;
    z-index: 9999;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.whiteback {
    background: #fff !important;
}

.headerrow{
    height: 4rem;
    background: #efefef !important;
}



.basiccolor {
    color: #222;
}

.colorDemo{
    color: #009900;
}
.colorBasic{
    color: #005599;
}
.colorPremium{
    color: #FFB300;
}
.colorAgency{
    color: #de0000;
}

.ButtonDemo{
    background: #009900 !important;
    color: #fff !important;
    border-radius:5px;
}

.ButtonBasic{
    background: #005599 !important;
    color: #fff !important;
    border-radius:5px;
}
.ButtonPremium{
    background: #FFB300 !important;
    color: #fff !important;
    border-radius:5px;
}

.ButtonAgency{
    background: #de0000 !important;
    color: #fff !important;
    border-radius:5px;
}

.background {
    background: rgb(255,255,255) !important;
    background-image: none !important;
    background-image: -webkit-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -moz-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -o-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -ms-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
}

.info-tooltip{
    position: relative;
    cursor: pointer;
}

.info-tooltip p{
    position: absolute;
    padding: 0.25rem;
    text-align: left;
    display: none;
    left: 50%;
    top:110%;
    margin-left:-4rem;
    width: 8rem;
    border: 1px solid rgba(100,100,100,0.5);
    border-radius: 5px;
    font-weight: normal;
    background: #fff !important;
    font-size: 0.9rem;
    z-index: 999;
}

.info-tooltip:hover p{
    display: table;
}

.CreditsBox{
    font-size:0.9rem;
    color: #222;
    background: rgba(255,255,255,0.75);
    padding: 1rem;
    border-radius: 10px;
    display: table;
    margin: 0rem auto;
}


.swal2-container.swal2-center > .swal2-popup {
    background: #fff;
    color: #222;
    border: 1px solid rgba(225,225,225,0.5);
    min-width: 20rem;
    width: auto;
    margin: 0rem auto;
    padding: 1rem;
}

.swal2-html-container{
    overflow-x: visible !important;
    overflow-y: auto  !important;
    padding: 0.5rem;
    display: table !important;
    margin: 0rem;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(225,225,225,0.5);
  }

.swal2-styled.swal2-confirm{
    background: #059 !important;
    color: #fff !important;
    border: none;
}

.swal2-title{
    font-size: 1.25rem !important;
}

.swal2-styled.swal2-cancel, .cancelbutton{
    background: #dedede;
    color: #fff !important;
}
.swal2-styled.swal2-cancel:hover, .cancelbutton:hover{
    background: #e5e5e5;
}

.swal2-styled.swal2-confirm:hover{
    background: #06B;
}

.loadingpng{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5rem;
    margin-top: -5rem;
    z-index: 9997;
    height: 10rem;
    width: 10rem;
    opacity: 0.3;
    filter: grayscale(100%);
}

#loading{
    position: fixed !important;
    left: 50%;
    top: 50%;
    margin-left: -5rem;
    margin-top: -5rem;
    z-index: 9997;
    height: 10rem;
    width: 10rem;
    z-index: 9997;
    opacity: 0.3;
    filter: grayscale(100%);
}


#logoutbutton{
    background: #fff;
    color:#d00 !important;
    padding: 0.5rem;
    display: inline-table;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #dedede;
    vertical-align: middle;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


#CreatorTools, .flyoutmenuitem a, .flyoutmenuitem a:link, .flyoutmenuitem a:active, .flyoutmenuitem a:visited, #MobileSwitch{
    padding: 0rem;
    width: 100%;
    display: block;
    background: #fafafa;
    border-bottom: 1px solid rgba(100,100,100,0.25);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


#ChevronCreatorTools, #ChevronBoosterTools{
    display: inline-table !important;
    width: auto !important;
    opacity: 0.5 !important;
    font-weight: lighter !important;
    vertical-align: text-bottom !important;
}


.subflyout-Creator, .subflyout-Booster{
    height: 0px;
    overflow: hidden;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0px;
    background: #e5e5e5;
}

.subflyout-Creator a, .subflyout-Booster a{
    height: 3rem;
    padding: 0.75rem 1.5rem !important;
    font-weight: lighter;

}

.subflyout-Creator a:hover, .subflyout-Creator a:focus, .subflyout-Booster a:hover, .subflyout-Booster a:focus{
    height: 3rem;
    padding: 0.75rem 1.5rem !important;
    font-weight: 300;
    background: #07B;
}

a,a:link,a:visited,a:active{
    color:#059;
}

a:hover, a:focus{
    color: #07B;

}

.alert-danger{
    color: rgb(226, 43, 43);
    border: 1px solid rgba(226, 43, 43, 0.5);
}
.alert-success{
    color: rgb(22, 146, 59);
    border: 1px solid rgba(22, 146, 59, 0.5);
}
.alert-warning{
    color: rgb(140, 100, 80);
    border: 1px solid rgba(140, 100, 80, 0.5);
}
.alert-default{
    color: rgb(23, 62, 138);
    border: 1px solid rgba(23, 62, 138, 0.5);
    background: rgb(225, 235, 255);
}

.shadowed{
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.topbutton, .topbutton a, a.topbutton:link, a.topbutton:active, a.topbutton:visited{
    display: inline-table;
    padding: 0.5rem 0.25rem !important;
    font-size: 1.25rem;
    margin: 0.7rem 1.25rem 0rem 0rem !important;
    background: #fcfcfc;
    border: 1px solid transparent;
    border-radius: 5px;
    white-space: nowrap;
    color: #222;
    float: right;
    vertical-align: middle;
}
.topbutton:hover, a.topbutton:hover, .topbutton a:hover{
    background: #07B;
    color: #fff;
}

.flyoutmenu{
    position: absolute;
    top: 4rem;
    right: 0rem;
    display: block;
    width: auto;
    padding: 0rem;
    margin-top: -35rem;
    min-width: 20rem;
    text-align: left;
    max-height: 35rem;
    overflow-y: scroll; 
    overflow-x: hidden;
    z-index: -1 !important;
    height: auto;
    min-height: 23rem;
}

#flyoutbutton-user, #flyoutbutton-user-mobile{
    border-radius: 100%;
    background: #059;
    color: #fafafa !important;
    overflow: hidden;
    display: inline;
    font-weight: lighter;
    border: 1px solid #059;
    text-align: center;
    font-size: 1.25rem;
    cursor: pointer;
    margin: 0.5rem 0.5rem 0rem 0rem;
    padding: 0.65rem 0rem;
    float: right;
    width: 2.75rem;
    height: 2.75rem;
}

#flyoutbutton-user:hover, #flyoutbutton-user:focus{
    background: #07B !important;
    border-color: #07B !important;
}

#menu-initials{
    padding: 0.55rem 0.25rem;
    font-weight: lighter;
    background: rgba(100,100,100,0.5);
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 100%;
    border: 1px solid transparent;
    box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.5);
    margin: 0rem 0.5rem;
    padding: 0.65rem 0.5rem 0.45rem 0.5rem;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    letter-spacing: -1px !important;
}

.flyoutitem{
    border-top: 1px solid #444;
    padding: 0rem;
    margin: 0rem;
    background: #fafafa;
    display: block !important;
    width: 100%;
}

.flyoutitem:first-child{
    border: 1px solid #dedede !important;
}

.flyoutitem a:link, .flyoutitem a:visited, .flyoutitem a:active {
    font-size:1.1rem;
    color: #222;
    padding:0rem;
    display: block;
    white-space:nowrap;
}
.flyoutitem a:focus, .flyoutitem a:hover {
    color: #fff;
}

.flyoutitem .col-xs-12, #CreatorTools, #BoosterTools {
    padding: 1rem;
    background: #fafafa;
    margin: -1px auto;
    font-size:1.1rem;
    border: 1px solid rgba(100, 100, 100, 0.2);
    display: block !important;
}

.flyoutitem .col-xs-12:focus, .flyoutitem .col-xs-12:hover, #CreatorTools:hover, #BoosterTools:hover{
    background: #07B  !important;
    color: #fff !important;
    cursor: pointer;
}

.backbox{
    border-radius: 10px; 
    background: rgb(255,255,255);
    border: 2px solid rgba(200,200,200,0.5);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.2);
    padding:0.5rem;
    width: auto;
    margin: 0.5rem auto;
}

.optionbutton, a.optionbutton:link, a.optionbutton:active, a.optionbutton:visited{
    border-radius: 5px;
    display: inline-table;
    border: 1px solid transparent;
    padding: 0.5rem;
    vertical-align: middle;
    text-decoration: none;
    font-weight: normal;
    background: #808080;
    color: #fff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.optionbutton:hover, a.optionbutton:hover, a.optionbutton:focus {
    opacity: 0.9;
    cursor: pointer;
    background: #888;
}

.lightbutton{
    background: #dedede !important;
    color: #222 !important;
    border: 1px solid rgba(50,50,50,0.25) !important;
}

.lightbutton:hover{
    background: #e5e5e5 !important;
}

#loginbox{
    background: rgb(255,255,255) !important;
    background-image: none !important;
    background-image: -webkit-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -moz-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -o-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -ms-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    border-radius: 10px; 
    padding: 1rem 2rem;
    display: table;
    margin: 5rem auto;
    width: 100%;
    min-width: 20rem;
    border: 2px solid rgba(200,200,200,0.5);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.2);
    max-width: 35rem;
}

#regbox{
    background: rgb(255,255,255) !important;
    background-image: none !important;
    background-image: -webkit-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -moz-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -o-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: -ms-linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    background-image: linear-gradient(rgb(245,245,245) 0%, rgb(255,255,255) 90%)  !important;
    border-radius: 10px; 
    padding: 1rem 2rem;
    display: table;
    margin: 2rem auto 5rem;
    width: 100%;
    border: 2px solid rgba(200,200,200,0.5);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.2);
    min-width: 20rem;
    max-width: 50rem;
}

.max24{
    max-width: 24rem !important;
}

input,textarea {
    background:rgba(250,250,250,0.5) !important;
    border: 1px solid #dedede;
    color: #333;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
}

select,option,optgroup {
    background:rgba(250,250,250,0.5) !important;
    border: 1px solid #dedede;
    color: #333;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
}

input[type="number"]{
    width: 6rem;
    padding: 0.25rem;
    text-align:center;
    -webkit-appearance: inherit !important;
}


input[type="checkbox"], input[type="radio"]{
    transform: scale(1.25); 
    filter: grayscale(100%);
    margin-right:0.5rem;
}

#HeaderMaster{
    margin-top:0.4rem !important;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size:1.25rem;
    font-weight:bold;
}
#content{
    width: auto;
    min-width: 22rem;
    min-height:60rem;
    margin: 4rem auto 0px;
    padding: 2rem 0rem 0rem;
    max-width: 1920px;
}

.highlighttext{
    color:  #059 !important;
}

.highlightbutton {
    padding: 0.5rem;
    display: inline-table;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    background: #059 !important;
    border: 1px solid transparent;
    vertical-align: middle;
    font-weight: normal;
    color: #fff !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.highlightbutton:hover {
    background: #07A !important;
    cursor: pointer;
}

.highlightborder{
    border-color: #059 !important;
}

.darkbutton {
    padding: 0.5rem;
    display: inline-table;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    background: rgb(0, 0, 0);
    border: 1px solid rgb(50,50,50);
    vertical-align: middle;
    font-weight: normal;
    color: rgb(220, 220, 220) !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.darkbutton:hover {
    background: #202020;
    cursor: pointer;
}


@font-face {
    font-family: 'master';
    src: url('master.TTF');
    font-weight: normal;
    font-style: normal;
}

.master{
    font-family: 'master';
    font-weight: normal;
}

#indexLogo{
    width: 100%;
    max-width: 22rem;
    height: auto;
    min-width: 15rem;
}

.indexheader{
    font-size:5rem;
}
.indexheader small{
    font-size:3rem;
}

.webinarvideo{
    margin: 1rem auto;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #FC4;
    position: relative;
    box-shadow: 3px 3px 10px -3px #000;
}

.shinybutton{
    position: relative;
    overflow: hidden !important;
    display: inline-block;
}

.shiny, .shinybutton img{
    position: absolute;
    top: -50%;
    right: 100%;
    height: 20rem;
    width:auto;
}

#registerbutton{
    position: relative !important;
    overflow: hidden  !important;
    font-size:3.25rem;
    letter-spacing: -2px !important;
    display: block !important;
    
}

.registerbutton{
    padding: 1% 2.5%;
    text-align: center;
    margin: 1rem auto;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: inline-block;
}

.lister{
    list-style-position: outside;
    list-style-type: none;
    display: block;
    padding: 1rem;
    text-align: left;
    background-color: rgba(50,50,50,0.5);
    border: 3px solid #333 !important;
    border-radius: 5px;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.5);
    margin: 1rem 0rem;
}

.lister-text::before{
    content: "\00a0\00a0\00a0\00a0\00a0\00a0";
    background-image: url('images/lister.png');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.lister-text{
    padding: 2%;
}

.lister-image{
    overflow: hidden;
    padding: 0.5rem;
}

.lister-image img{
    width: 100%;
    height: auto;
    
}

.videowindow{
    height: auto;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    padding:0.5rem;
    display: table;
    border-radius: 10px;
    background-color:rgba(50,50,50,0.5);
    box-shadow: 2px 2px 5px -2px rgba(10,10,10,0.25);
    z-index: 998;
    margin-bottom: 2rem;
    max-width: 80rem;
}

.BasicNote{
    display: table;
    padding: 0.5rem;
    border-radius: 10px;
    margin: 0.5rem auto;
    font-size: 1.6rem;
    text-align: center;
    width: 90%;
    white-space: normal;
}

.closewindow{
    position: absolute;
    top:0.25rem;
    right:0.25rem;
    background: #c00;
    color: #fff;
    padding:0.15rem;
    font-size:1rem;
    border-radius:100%;
    cursor: pointer;
    z-index: 999 !important;
}

.closewindow p.dontshow{
    position: absolute;
    right: 2rem;
    top:0.25rem;
    background: #fff;
    color: #000;
    font-size:0.9rem;
    border-radius: 5px;
    padding:0.25rem;
    width: auto;
    white-space: nowrap;
    display: none;
    opacity:0.8;
}

.closewindow:hover p.dontshow{
    display: table;
}

.highlighter{
    background: url("images/yellowbg.png") no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    text-shadow:2px 2px 4px rgb(0, 0, 0);
}

.mb10{
    margin-bottom: 10rem !important;
}

.yourself{
    padding: 0rem 0.25rem;
    display: inline-block;
}

#freewebinar{
    text-shadow:3px 3px 6px rgb(0, 0, 0) !important;
    padding: 0.5rem 2rem;
    white-space: nowrap;
}

#start-button{
    width: 70%;
    margin-top:0%;
    margin-left:15%;
}

#startHand{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30%;
    margin-top: 300px;
    height: auto;
    margin-left: -15%;
}

.fading{
    opacity: 0%;
}

.radius20{
    border-radius: 20px;
}

#index-youtube{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 8rem;
    margin-top: 300px;
    height: auto;
    margin-left: -4rem;
}

#youtube-shiny{
    position: absolute;
    left:-100%;
    top:0%;
    opacity:0.25;
}

#stepBox{
    overflow: hidden;
    position: relative;
    height: 20rem;
}

#step1 {
    position: absolute;
    width: 33%;
    height: auto;
    left:0px;
    z-index: 997;
    bottom:-100%;
}

#step2 {
    position: absolute;
    width: 33%;
    height: auto;
    left:33%;
    z-index: 998;
    bottom:-100%;
}

#step3 {
    position: absolute;
    width: 33%;
    height: auto;
    left:66%;
    z-index: 999;
    bottom:-100%;
}


#rocketBox{
    overflow: hidden;
    position: relative;
    height: 30rem;
    background-image: url("../images/index-clouds.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.packages{
    overflow: hidden;
}

.packages img{
    width: 100%;
    height: auto;
    margin-top: 40%;
    max-width: 12rem;
}

#index-rocket {
    position: absolute;
    height: 25rem;
    width: auto;
    left:-70%;
    bottom:-70%;
}

#index-smiley{
    width: 80%;
    height: auto;
    margin: 5%;
}
#smiley-hand {
    position: absolute;
    width: 30%;
    height: auto;
    left: 50%;
    margin-left:-28%;
    bottom:-100%;
}

#lastrow {
    background: #e5e5e5;
}

#lastrow a, #lastrow a:link, #lastrow a:active, #lastrow a:visited {
    color: #444;
}
#lastrow a:hover, #lastrow a:focus{
    color: #666;
}

#websitelogo{
    width: 100% !important;
    height: auto;
    display: inline;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    max-width: 20rem;
    vertical-align: middle;
}

@media (max-width: 991px) {

    #registerbutton{
        font-size:2.5rem !important;
    }

    .indexheader{
        font-size:4.5rem;
    }
    .indexheader small{
        font-size:2.5rem;
    }

}

@media (max-width: 776px) {

    .flyoutmenu{
        width: 100%;
    }


    .indexheader{
        font-size:3rem;
    }
    .indexheader small{
        font-size:rem;
    }

    .lister{
        font-size:1.5rem;
    }

    .registerbutton{
        font-size: 2rem !important;
    }

    .lister-text{
        padding: 5%;
        font-size:1.6rem;
    }

    .topbutton{
        display: none;
    }
    
}

@media (max-width: 499px){
    #HeaderMaster{
        display: none !important;
    }

    #registerbutton{
        font-size:2rem !important;
    }

    #freewebinar{
        padding: 1rem 0rem;
    }

}
