*::-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: #222 !important;
    color: #efefef;
    scrollbar-color: #444 transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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);
}

.blackback {
    background: #191919 !important;
}

.headerrow{
    height: 4rem;
    background: #191919 !important;
}



.basiccolor {
    color: #fff;
}

.colorBasic{
    color: #bbdfff;
}
.colorPremium{
    color: #ccffcc;
}
.colorSuperior{
    color: #ffeebb;
}
.colorUltimate{
    color: #ffbb88;
}
.colorCoaching{
    color: #ffbbbb;
}

.background {
    background: rgb(0,0,0) !important;
    background-image: none !important;
    background-image: -webkit-linear-gradient(rgb(50,50,50) 0%, rgb(0,50,0) 90%)  !important;
    background-image: -moz-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: -o-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: -ms-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 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: #111 !important;
    font-size: 0.9rem;
    z-index: 999;
}

.info-tooltip:hover p{
    display: table;
}

.CreditsBox{
    font-size:0.9rem;
    color: #fff;
    background: rgba(100,100,100,0.25);
    padding: 1rem;
    border-radius: 10px;
    display: table;
    margin: 0.5rem auto 1rem;
}


.closer{
    right: 0.25rem;
    top: 0.25rem;
}



.swal2-container.swal2-center > .swal2-popup {
    background: #000;
    color: #efefef;
    border: 1px solid rgba(100,100,100,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(25,25,25,0.5);
  }

.swal2-styled.swal2-confirm{
    background: #fc4 !important;
    color: #000 !important;
    border: none;
}

.swal2-title{
    font-size: 1.25rem !important;
}

.swal2-title h1{
    font-size: 1.75rem !important;
    margin: 0rem;
}

.swal2-styled.swal2-cancel, .cancelbutton{
    background: #999;
    color: #fff !important;
}
.swal2-styled.swal2-cancel:hover, .cancelbutton:hover{
    background: #ababab;
}

.swal2-styled.swal2-confirm:hover{
    background: #fc4;
}


.loadingpng{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5rem;
    margin-top: -5rem;
    z-index: 9997;
    height: 10rem;
    width: 10rem;
}

#loading{
    position: fixed !important;
    left: 50%;
    top: 50%;
    margin-left:-50px;
    margin-top:-50px;
    z-index: 9997;
}


#logoutbutton{
    background: #000;
    color:#FC4 !important;
    padding: 0.5rem;
    display: inline-table;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #FC4;
    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: #3A3A3A;
    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, #ChevronMasterTools{
    display: inline-table !important;
    width: auto !important;
    opacity: 0.5 !important;
    font-weight: lighter !important;
    vertical-align: text-bottom !important;
}


.subflyout-Creator, .subflyout-Booster, .subflyout-Master{
    height: 0px;
    overflow: hidden;
    border-bottom: none;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    background: #3f3f3f;
}

.subflyout-Creator a, .subflyout-Booster a, .subflyout-Master a{
    height: 3rem;
    padding: 0.75rem 1.5rem !important;
}


a,a:link,a:visited,a:active{
    color:#FC4;
}

a:hover, a:focus{
    color: #FFCF50;

}

.alert-danger{
    background: rgba(30, 0, 0, 0.5);
    color: rgb(226, 43, 43);
    border: 1px solid rgba(60, 0, 0, 0.5);;
}
.alert-success{
    background: rgba(0, 30, 0, 0.5);
    color: rgb(32, 179, 76);
    border: 1px solid rgba(0, 60, 0, 0.5);
}
.alert-warning{
    background: rgba(45, 30, 0, 0.5);
    color: rgb(236, 221, 90);
    border: 1px solid rgba(90, 60, 0, 0.5);
}

.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.25rem;
    font-size:1.2rem;
    margin: 1rem 0.75rem 0rem 0rem;
    background: #222;
    border: 1px solid #444;
    border-radius: 5px;
    white-space: nowrap;
    color: #fff;
    float: right;
    vertical-align: middle;
}
.topbutton:hover, a.topbutton:hover, .topbutton a:hover{
    color: #FC4;
}

.topmenu{
    position: relative;
    border: 1px solid #444;
    cursor: pointer;
}

.topmenu > a{
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

.topmenu p{
    position: absolute;
    top: 2.5rem;
    left: 0rem;
    display: none;
    z-index: 999;
    width: auto;
    margin-top: 0rem;
    min-width: 20rem;
    text-align: left;
    max-height: 35rem;
    overflow-y: auto; 
    overflow-x: hidden;
    height: auto;
    max-height: 23rem;
    background: #111;
    border: none !important;
}

#loginbutton:hover{
    background: #111 !important;
}
.topmenu:hover{
    background: #111 !important;
    border: 1px solid #111;
}
.topmenu:hover a{
    background: #111 !important;
}

.topmenu p > a{
    display: block;
    width: 100%;
    margin: 0px !important;
    padding: 0.75rem 0.5rem;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid;
    background: none;
    border-radius: 0px;
    color: #dedede;
    border-color: rgba(100,100,100,0.5);
}

.topmenu p > a:hover{
    background: #222 !important;
}

.topmenu p > a:last-child{
    border: none !important;
}

.topmenu:hover p{
    display: block;
}

.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;
    background: #444;;
}

#flyoutbutton-user, #flyoutbutton-user-mobile{
    border-radius: 100%;
    background: #444;
    color: #efefef;
    overflow: hidden;
    display: inline;
    
    border: 1px solid transparent;
    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{
    color: #FC4;
    border-color: #FC4;
}

#menu-initials{
    padding: 0.55rem 0.25rem;
    
    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;
    display: block !important;
    width: 100%;
}

.flyoutitem:first-child{
    border: 1px solid rgba(0,0,0,0.5) !important;
}

.flyoutitem a:link, .flyoutitem a:visited, .flyoutitem a:active {
    font-size:1.1rem;
    color: #dedede;
    padding:0rem;
    display: block;
    white-space:nowrap;
}
.flyoutitem a:focus, .flyoutitem a:hover {
    color: #fff;
}

.flyoutitem .col-xs-12, #CreatorTools, #BoosterTools, #MasterclassTools {
    padding: 1rem;
    background: #333;
    margin: 0px 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, #MasterclassTools:hover{
    background: #444;
    cursor: pointer;
}

.graybox{
    border-radius: 10px; 
    background: rgba(100,100,100,0.25);
    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: #666;
    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: #777;
}

#loginbox{
    background: rgb(0,0,0) !important;
    background-image: none !important;
    background-image: -webkit-linear-gradient(rgb(50,50,50) 0%, rgb(0,50,0) 90%)  !important;
    background-image: -moz-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: -o-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: -ms-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    border-radius: 10px; 
    padding: 1rem 2rem;
    display: table;
    margin: 5rem auto;
    width: 100%;
    min-width: 20rem;
    border: 2px solid #FC4;
    max-width: 35rem;
}

#regbox{
    background: rgb(0,0,0) !important;
    background-image: none !important;
    background-image: -webkit-linear-gradient(rgb(50,50,50) 0%, rgb(0,50,0) 90%)  !important;
    background-image: -moz-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: -o-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: -ms-linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    background-image: linear-gradient(rgb(50,50,50) 0%, rgb(0,0,0) 90%)  !important;
    border-radius: 10px; 
    padding: 1rem 2rem;
    display: table;
    margin: 2rem auto 5rem;
    width: 100%;
    min-width: 20rem;
    max-width: 50rem;
}

input,textarea {
    background:rgba(0,0,0,0.5) !important;
    border: 1px solid #444;
    color: #dedede;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
}

select,option,optgroup {
    background: #111 !important;
    border: 1px solid #444;
    color: #dedede;
    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;
}

.goldentext{
    color:  #FC4 !important;
}

.goldbutton {
    padding: 0.5rem;
    display: inline-table;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FC4 !important;
    border: 1px solid transparent;
    vertical-align: middle;
    font-weight: normal;
    color: rgb(0, 0, 0) !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 */
}
.goldbutton:hover {
    background: #FBC22A !important;
    cursor: pointer;
}

.goldborder{
    border-color: #FC4 !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%;
}

#lastrow1 {
    background: rgba(27,27,27,0.5);
}

#lastrow2 {
    background: rgba(27,27,27,0.5);
}

#lastrow3 {
    background: rgba(23,23,23,0.5);
}

#lastrow a, #lastrow a:link, #lastrow a:active, #lastrow a:visited {
    color: #888;
}
#lastrow a:hover, #lastrow a:focus{
    color: #AAA;
}

#lastrow2 a:hover, #lastrow2 a:focus{
    color: #FC4 !important;
}

@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;
    }

    #masterclassIcon{
        margin-left: 2rem !important;
    }
    
}

@media (max-width: 499px){

    #registerbutton{
        font-size:2rem !important;
    }

    #freewebinar{
        padding: 1rem 0rem;
    }
}


@media (max-width: 580px){

    #HeaderMaster{
        display: none !important;
    }
}
