* {
    margin: 0;
    padding: 0;
    font-family: 'Avenir-Medium';
}

html, body { height:100%; }

input {
  outline-color: #625bf6;
}

select {
  outline-color: #625bf6;
}

textarea {
  outline-color: #625bf6;
}


/* FONTS */
.bold {
    font-family: 'Avenir-Black';
}

.italic {
    font-family: 'Avenir-MediumOblique';
}

.boldItalic {
    font-family: 'Avenir-BlackOblique';
}

.titleLargeFont {
    font-size: 45px;
}

.largeFont {
    font-size: 32px;
}

.mediumFont {
    font-size: 24px;
}

.regularFont {
    font-size: 18px;
}

.smallFont {
    font-size: 12px;
}

.whiteColor {
    color:  white;
}

/* COLORS */

.lightGray {
    background-color: #f7f9fc;
}
.darkBlue {
    background-color: #11243e;
}
.darkBlueText {
    color: #11243e;
}
.lightBlue {
    background-color: #60d1fa;
}
.lightBlueText {
    color: #60d1fa;
}
.blackColor {
    background-color: black;
}
.purpleColor {
    background-color: #625bf6;
}
.purpleColorText {
    color: #625bf6;
}
.whiteBackground {
    background-color: white;
}
.redColor {
    background-color: #eb5f65;
}
.redTextColor {
    color: #eb5f65;
}


/* GRADIENT ANIM */
#gradient-canvas {
    --gradient-color-1: #6ec3f4;
    --gradient-color-2: #3a3aff;
    --gradient-color-3: #ff61ab;
    --gradient-color-4: #E63946;
}

/* MAIN OBJECT CONTAINERS */
.globalContainer {
    position: absolute;
    width: 1160px;
    margin-left: calc(50% - 580px);
    height: 100%;
    color:  #11243e;
}

.logo {
    position: absolute;
    top:  20px;
    left: 20px;
    height: 40px;
    width: auto;
    object-fit: cover;
}

.logoText {
    position: absolute;
    top: 20px;
    height: 40px;
    line-height: 40px;
    left: 80px;
}

.rightButtonHeaderContainer {
    position: absolute;
    height: 50px;
    right: 10px;
    top: 15px;
}

.headerTitleBar {
    position: relative;
    width: 100%;
    height: 80px;
}

.halfStruct {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 50%;
    height: 580px;

    vertical-align: top;
    float: left;
}

.signInContainer {
    width: 100%;
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: calc(50vh - 205px);
}

.basicContainer {
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;

    width: 100%;
}


.depositedContainer {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1); /*#11243e;*/
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.topMargin {
    width: 100%; height: 20px; display: block;
}

.basicHeader {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.headerText {
    margin-left: 20px;
    line-height: 50px;
    width: calc(100% - 40px);
}

.halfStructCentered {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    width: 50%;
    height: 50%;
    margin-left: 25%;
    vertical-align: top;
}

.quarterFStruct {
    position: absolute;
    width: 25%;
    vertical-align: top;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}



.threeQuarterFStruct {
    position: absolute;
    left: 25%;
    width: 75%;
    vertical-align: top;
    overflow: scroll;
    height: calc(100% + 80px);
    top: -80px;
}

.oneThirdStruct {
    position: relative;
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
    margin-bottom: 20px;

}

.menuListItem {
    margin-left: 10px;
    width: calc(100% - 21px);
    height: 50px;
    line-height: 50px;

    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #f7f9fc;
}

.menuListItem:hover {
    background-color: rgba(96, 209, 250, 0.2);
    width: calc(100% - 21px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
/*
.menuListItem:nth-child(7):hover {
    background-color: rgba(235, 95, 102, 0.2);
}*/

.menuListItemSelected {
    width: calc(100% - 21px);
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}


.menuImg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;

}

.quarterStruct {
    display: inline-block;
    margin-right: 40px;
    width: calc(25% - 30px);
    margin-bottom: 0px;

    vertical-align: top;
}

.innerHalfSplit {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.lastQuarter {
    margin-right: 0px;
}

.iconImage {
    width: 50px;
    height: 50px;
}

.coloredPannel {
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    z-index: -2;
}

.halfoloredPannel {
    position: absolute;
    right: 0px;
    width: 50vw;
    height: 100%;
    z-index: -2;
    background-color: #11243e;
}

.halfoloredPannelOpp {
    position: absolute;
    left: 0px;
    width: 50vw;
    height: 100%;
    z-index: -2;
    background-color: #11243e;
}

.rightFloat {
    float: right;
}

.fullStruct {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    vertical-align: top;
    float: left;

}

/* TEXT CONTAINER */
.textContainer {
    margin-left: 20px;
    width: calc(100% - 40px);
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.textContainerUncentered {
    margin-left: 20px;
    width: calc(100% - 40px);
    position: relative;
}

.fixedFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.innerSignIn {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    width: calc(100% - 80px);
    position: relative;
}

/* BUTTONS */
.standardButton {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.darkBackButton:hover {
    background-color: #f7f9fc;
    color: #11243e;
}

.lightBackButton:hover {
    background-color: #eb5f65;
    color: white;
}

.loginButtonHov:hover {
    background-color: #11243e;
    color: white;
}

.menuButton {
    display: inline-block;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    
    margin-right: 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: none;

}

.signInButton {
    display: inline-block;
    height: 30px;
    width: calc(100% - 40px);
    line-height: 30px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.couponButton {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin-right: 18px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.couponImg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}

.addFundsButton {
    display: inline-block;
    height: 30px;
    width: calc(100% - 110px);
    line-height: 30px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.standardTextInput {
    width: calc(100% - 20px);
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.depositTextInput {
    width: calc(50% - 30px);
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.standardTable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}


td, th {
  border: 1px solid #ccc;
  padding: 8px;
  line-height: 30px;
}


.dateSwitchContainer {
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    float: right;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.dateSwitchButton {
    display: inline-block;
    width: 66px;
    text-align: center;
    line-height: 46px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.dateSwitchButton:nth-child(3) {
    border: none;
}

.standardDropDown {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}

.apiTextInput {
    width: calc(100% - 102px);
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 92px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.apiTextArea {
    line-height: 30px;
    width: calc(100% - 102px);
    padding: 8px;
    padding-left: 10px;
    padding-right: 92px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
}

.apiTextContainer {
    position: relative;
}

.reloadApiButton {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 9px;
    cursor: pointer;
}

.copyApiButton {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 46px;
    top: 9px;
    cursor: pointer;
}

.checkboxContainer {
    position: relative;
}

.standardCheckbox {
    position: absolute;
    top: -2px;
    height: 20px;
    width: 20px;
    outline: 1px solid #ccc;
    border-radius: 5px;
}

.checkboxLbl {
    margin-left: 30px;
}

.safeInner {
    margin-top: 20px;
    height: calc(100% - 40px);
    margin-left: 20px;
    width: calc(100% - 40px);
}

/* IMAGES */
.fullImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* DETAIL */
.subTitle {
    position: relative;
}

.textLineIndicator {
    position: absolute;
    left:  -20px;
    height: 35px;
    width: 1px;
}


/* BACKGROUND LINES */
.quarterContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
    height: 100%;

}

/* BACKGROUND LINES */
.quarterContainerFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
    height: 100%;

}

.quarters {
    display: inline-block;
    margin-left: 0px;
    width: calc(25% - 1.333px);
    height: 100%;
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.quarters:nth-child(1) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);;
}

.quarters:nth-child(4) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);;
}


/* CODING SIMULATION */
.codeInput {
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #162d4c;
    overflow: scroll;
    height: 250px;
    font-family: 'Space Mono', monospace;
}

.codeHinge {
    position: relative;
    margin-left: 20px;
    width: calc(100% - 50px);
    height: 30px;
    background-color: #11243e;
    border-left: 5px solid #162d4c;
    border-right: 5px solid #162d4c;
    font-family: 'Space Mono', monospace;
}

.codeOutput {
    position: relative;
    margin-left: 20px;
    width: calc(100% - 50px);
    height: 180px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #0a182a;
    border: 5px solid #162d4c;
    border-top: none;
    margin-bottom: 20px;
    overflow: scroll;
    font-family: 'Space Mono', monospace;
}

.codeChunckContainers {
    margin-top: calc(50% - 180px);
    width: 100%;
    height: 490px;
    position: relative;
    background-color: green;
    font-family: 'Space Mono', monospace;
}

.codeOutputHinge {
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #11243e;
    font-family: 'Space Mono', monospace;
}

.normalHinge {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    font-family: 'Space Mono', monospace;
}

.scriptHinge {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    font-family: 'Space Mono', monospace;
}

.infoHing {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    float: right;
    color: #5b708a;
    font-family: 'Space Mono', monospace;
}
.innerOutput {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 320px;
    height: calc(100% - 60px);
    color: white;
    font-family: 'Space Mono', monospace;
}

.lineCount {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    height: calc(100% - 60px);
    color: #5b708a;
    font-family: 'Space Mono', monospace;
}

.innerInput {
    position: absolute;
    left: 45px;
    top: 15px;
    width: 360px;
    height: calc(100% - 30px);
    color: white;
    font-family: 'Space Mono', monospace;
}


/* SPINING EARTH */
#earth {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: calc(100% - 420px);
    width: 400px;
    height: 400px;
    background: url(https://zippin.online/wp-content/uploads/2022/02/registration-bg.png);
    border-radius: 50%;
    background-size: 610px;
    box-shadow: inset 8px 36px 80px 36px rgb(0, 0, 0),
    inset -6px 0 12px 4px rgba(255, 255, 255, 0.3);
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes rotate {
    from { background-position: 0px 0px; }
    to { background-position: 500px 0px; }
}
@-webkit-keyframes rotate {
    from { background-position: 0px 0px; }
    to { background-position: 500px 0px; }
}


/* LITTLE DEETS*/
.boxifaceContainer {
    position: absolute;
    width: 100%;
    top: -90px;
    height: 100px;
    right: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: none;
}

.lowerBoxifaceContainer {
    position: absolute;
    width: 100%;
    bottom: -90px;
    height: 100px;
    right: calc(-50% + 50vw);
    overflow: hidden;
    pointer-events: none;
}

.boxiface0 {
    position: absolute;
    right: -10px;
    top: 40px;
    width: calc(50vw - 50% + 50px);
    max-width: 120px;
    height: 40px;
    background-color: rgba(98, 91, 246, 0.5);
    transform: rotate(-10deg);
}

.boxiface1 {
    position: absolute;
    right: -10px;
    top: 20px;
    width: calc(50vw - 50% + 20px);
    max-width: 90px;
    height: 40px;
    background-color: rgba(96, 209, 250, 0.5);
    transform: rotate(-10deg);
}

.boxiface2 {
    position: absolute;
    left: -10px;
    top: 40px;
    width: calc(50vw - 50% + 20px);
    max-width: 90px;
    height: 40px;
    background-color: rgba(96, 209, 250, 0.5);
    transform: rotate(-10deg);
}

.boxiface3 {
    position: absolute;
    left: -10px;
    top: 20px;
    width: calc(50vw - 50% + 50px);
    max-width: 120px;
    
    height: 40px;
    background-color: rgba(98, 91, 246, 0.5);
    
    transform: rotate(-10deg);
}

/* MID SIZE DESKTOP */
@media only screen and (max-width: 1200px) {
    .globalContainer {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
}

.whiteFloater {
    display: none;
    position: absolute;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background-color: white;
    z-index: -1;
}

.signInHeader {
    position: absolute; width: 50%; left: 25%; height: 80px; top: calc(50% - 285px);
}

/* MOBILE SIZES */
@media only screen and (max-width: 800px) {
    .halfStruct {
        width: 100%;
        height: auto;
    }

    .fullStruct {
        width: 100%;
        height: auto;
    }

    .textContainer {
        margin-left: 20px;
        width: calc(100% - 40px);
        position: relative;
        top: auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .quarterStruct {
        width: 100%;
        margin-bottom: 40px;
    }

    .innerHalfSplit {
        width: 100%;
    }

    .quarters:nth-child(1) {
        border-right: none;
    }
    .quarters:nth-child(2) {
        border-right: none;
    }
    .quarters:nth-child(3) {
        border-right: none;
    }

    #earth {
        margin-left: calc(50% - 200px);
    }

    .whiteFloater {
        display: block;
    }

    .halfStructCentered {
        width: 100%;
        margin-left: 0px;
    }

    .signInHeader {
        width: 100%; left: 0%;
    }

    .quarterFStruct {
        display: none;
        width: 100%;
        z-index: 2;
    }

    .threeQuarterFStruct {
        width: 100%;
        left: 0%;
        height: 100%;
        top: 0px;
    }

    .oneThirdStruct {
        width: 100%;
    }

    .menuButton {
        display: block;
    }

    .extraBit {
        display: none;
    }

    .topMargin {
        display: none;
    }

    .marginMobile {
        margin-bottom: 20px;
    }
    
}

.switches {
    display: inline-block;
    height: 100%;
    width: 25%;
}


#forgotTextAlt {
    display: none;
}

@media only screen and (max-width: 530px) {
    .logoText {
        display: none;
    }

    #forgotText {
        display: none;
    }

    #forgotTextAlt {
        display: block;
    }

    .signInHeader {
        top: 50px;
    }

    .signInContainer {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 440px) {

    #earth {
        margin-left: 20px;
        width: calc(100vw - 80px);;
        height: calc(100vw - 80px);
    }



   
}
