@media screen and (max-width: 900px) {
    .mainHolder{
        flex-direction: column;
        justify-content: center;
    }
    .leftSide h4{
        margin: 20px auto 60px auto;
    }
    .holder img{
        width: 175px;
    }
    .holder h2{
        font-size: 30px;
    }
     .rightSide h1{
        font-size: 45px;
    }
     .displays h3{
        font-size: 22px;
    }
     .displays img {
        width: 100px;
    }
    .rightSide h2{
        font-size: 38px;
    }
}
@media not screen and (max-width: 900px) {
    .leftSide{
        width: 40%;
    }
    .rightSide {
        width: 60%;
    }
    .leftSide h4{
        margin: 20px auto 20px 0;
        text-align: left;
    }
    .holder img{
        width: 275px;
    }
    .holder h2{
        font-size: 35px;
    }
    .rightSide h1{
        font-size: 55px;
    }
    .displays h3{
        font-size: 27px;
    }
    .displays img {
        width: 145px;
    }
    .rightSide h2{
        font-size: 42px;
    }
}


@media screen and (max-width: 1250px) {
    #page1 {
        flex-direction: column;
    }
    .arrowI{
        display: none;
    }
    .rLims{
        width: 98vw;
        margin: auto;
    }
    .innerRecentSales{
        overflow-x: auto;
        scrollbar-color: #ffffff #b2b2b2;
        padding-bottom: 25px;
    }
    .recentSales{
        width: 92vw;
        margin: auto;
        height: 180px;
    }
    .itmBox{
        display: inline-block;
    }
    .rSales{
        margin-top: 25px;
    }
    .rSalesHead{
        margin: auto auto 5px auto;
    }
    .lim{
        min-height: 160px;
        width: 160px;
    }
    .lim h2{

    }
    .limNavBar{
        justify-content: center;
        flex-direction: column;
    }
    .custom-select-wrapper{
        margin: 10px auto auto auto;
    }
    #searchLim{
        margin-top: 25px;
    }
    .inner2holder{
        flex-direction: column;
    }
    .inner3holder{
        text-align: left;
    }
    .inner3holder h2 {
        text-align: left;
        margin: 0 10px 0 10px;
        width: 80%;
        max-width: 95vw;
    }
    #usernameInput{
        margin: 10px;
        width: 82%;
    }
    .itms{
        flex-wrap: wrap;
    }
    .title1{
        font-size: 38px;
    }
    .container{
        padding: 85px 20px 20px 20px;
    }

    #page4 h1{
        margin: 55px 5px 5px 5px;
    }
}

@media not screen and (max-width: 1250px) {
    .rSales{
        margin-top: 54px;
    }
    .rLims{
        width: 90%;
    }
    .arrowI{
        display: inline-block;
    }
    .innerRecentSales{
        overflow-y: auto;
        scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
        max-height: calc(75vh - 6em);
    }
    .recentSales{
        width: 175px;
        padding: 25px 0 35px 5px;
        margin: 10px;
    }
    .itmBox{
        display: block;
    }
    .rSalesHead{
        margin: auto;
    }
    .lim{
        min-height: 230px;
        width: 235px;
    }
    .lim h2{
        /*margin: 5px 0 0 0;*/
    }
    .limNavBar{
        justify-content: space-between;
    }
    #searchLim{
        margin-left: 25px;
    }
    .custom-select-wrapper{
        margin: 10px 45px 10px 10px;
    }
    .inner3holder{
        text-align: left;
    }
    .inner3holder h2 {
        margin: 0 15px 15px 15px;
        width: 185px;
    }
    #usernameInput{
        width: 60.75%;
    }
    .title1{
        font-size: 45px;
    }
    .container{
        padding: 20px 125px 20px 125px;
    }
    #page4 h1{
        margin: 5px;
    }
}





body{
    background: url("../imgs/mainBackground.png") no-repeat fixed;
    background-size: cover;
}

.body{
    display: flex;
}
#page1{
    width: 100%;
    display: flex;
}

.rLims{
    margin-top: 25px;
}

.recentSales{
    background-color: rgba(0,0,0,.2);
    border-radius: 7px;
    position: relative;
}

.innerRecentSales{
    white-space: nowrap;
}

.rSalesHead{
    color: rgba(0,0,0,.5);
    text-align: center;
    font-size: 22px;
}

.itmBox{
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -.5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px -.5px rgba(0,0,0,0.2);
    margin: 10px;
    height: 150px;
    width: 150px;
    padding-bottom: 10px;
    background-color: white;
}
.itmBox img{
    display: block;
    height: 100px;
    width: 100px;
    margin: auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.itmBox .assetName{
    overflow: hidden;
    width: 90%;
}

.itmBox p{
    text-transform: uppercase;
    margin: 3px auto 3px auto;
}

#searchLim{
    padding: 5px 0 5px 35px;
    background: white url("../imgs/searchIco.png") no-repeat scroll 5px 5px;
    background-size: 23px 23px;
    border: none;
    border-radius: 7px;
    font-size: 18px;
    width: 325px;
    color: #35383b;
    display: inline-block;
}

.limNavBar{
    display: flex;
    align-items: center;
}


.allLims{
    overflow-y: auto;
    white-space: nowrap;
    scrollbar-color: #ffffff #b2b2b2;
    max-height: calc(75vh - 2em);
    background-color: rgba(0,0,0,.2);
    border-radius: 7px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}
.lim {
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 7px -.5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px -.5px rgba(0,0,0,0.2);
    margin: 15px;
    padding-top: 5px;
    background-color: white;
    display: inline-block;
}
.lim h2{
    width: 90%;
    overflow: hidden;
    font-family: next, sans-serif;
    margin: 5px auto auto auto;
    color: #35383b;
}

.lim img{
    display: block;
    height: 125px;
    width: 125px;
    margin: auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.lim h3{
    font-family: mont, sans-serif;
    color: white;
    background-color: #00c600;
    padding: 5px 15px 5px 15px;
    margin: auto;
    border-radius: 20px;
    width: 100px;
}
.lim h4{
    font-family: next, sans-serif;
    color: #35383b;
    margin: 5px;
}




.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 350px;
    font-weight: bold;
    display: inline-block;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #394a6d;
    border: 0
}
.custom-select__trigger {
    font-family: next, sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 18px;
    color: black;
    height: 40px;
    font-weight: bold;
    line-height: 60px;
    background: white;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #394a6d;
    border: 0;
    border-radius: 5px;
}
.custom-options {
    font-family: mont, sans-serif;
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #394a6d;
    border-top: 0;
    background: white;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border: 0;
    border-radius: 5px;
}
.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 15px 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #acacac;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #00cbdf;
    color: white;
}
.custom-option.selected {
    color: #ffffff;
    background-color: #00cbdf;
}

.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: 5px;
    transform: rotate(45deg);
    background-color: black;
}
.arrow::after {
    left: -5px;
    transform: rotate(-45deg);
    background-color: black;
}
.open .arrow::before {
    left: 5px;
    transform: rotate(-45deg);
}
.open .arrow::after {
    left: -5px;
    transform: rotate(45deg);
}



.arrowI {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 6px;
    position: absolute;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: .75em;
    left:calc(50% - 6px);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: .75em;
    left:calc(50% - 6px);
}

.scrollBG{
    position: absolute;
    bottom: -1.6em;
    left:-.6em;
    background-color: #b2b2b2;
    border-radius: 10px;
    width: 96.5vw;
    height: 14px;
    z-index: -1;
}



#page2{
    width: 100%;
}
.container{
    background: rgb(0,174,211);
    background: linear-gradient(0deg, rgba(0,174,211,1) 0%, rgba(0,215,230,1) 100%);
    border-bottom: 4px solid #008aa9;
    width: 900px;
    max-width: 88vw;
    margin: 25px auto 25px auto;
    border-radius: 15px;
      -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
    text-align: center;
    position: relative;
}

#usernameInput{
    color: #4b4b4b;
    padding-left: 35px;
    padding-top: 5px;
    text-align: left;
    font-size: 27px;
    border-radius: 10px;
    max-width: 95vw;
    background: white url("../imgs/user2.svg") no-repeat scroll 5px 7px;
    background-size: 25px 25px;
    border:none;
    display: inline-block;
}
.innerHolder{
    background-color: rgba(1,1,1,.2);
    border-radius: 15px;
}
.inner2holder{
    display: flex;
}
.inner2holder div{
    display: inline-block;
}
.inner2holder .inner1 img{
    background-color: white;
    border-radius: 15px;
    padding: 5px;
    width: 225px;
    margin: 15px;
}
.inner2holder .inner1 h2{
    margin: 5px;
    background-color: white;
    color: #606264;
    padding: 5px 25px 5px 25px;
    border-radius: 15px;
}
.inner2holder .inner2{
    width: 100%;
    margin-top: 5px;
    font-family: next, sans-serif;
}
.inner2holder .inner2 h2{
    margin: 10px;
    background-color: white;
    color: #606264;
    padding: 10px 25px 5px 25px;
    border-radius: 15px;
    text-align: left;
    width: 80%;
    max-width: 95vw;
}



.inner3holder h2{
    background-color: white;
    color: #606264;
    padding: 10px 25px 5px 25px;
    border-radius: 15px;
    display: inline-block;
}


.title1{
    color: white;
    margin: 10px 5px 5px 5px;
    text-align: center;
    font-family: mont, sans-serif;
}
.subTitle1{
    color: white;
    font-size: 20px;
    margin: 0 5px 20px 5px;
    text-align: center;
    font-family: mont, sans-serif;
}


.itms{
    background-color: rgba(1,1,1,.2);
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    align-items: center;
    font-family: mont, sans-serif;
}
.itm{
    margin: 10px;
    color: white;
    font-size: 20px;
    text-align: center;
}
.itm h4{
    margin: 5px;
}
.itm img{
    width: 100px;
    height: 100px;
}


.contBTN{
    background-color: #00d700;
    color: white;
    border: none;
    border-bottom: 4px solid #008900;
    border-radius: 10px;
    padding: 10px 40px 5px 40px;
    font-size: 25px;
    margin: 15px 10px 10px 10px;
    font-family: next, sans-serif;
}

.bkArrow{
    position: absolute;
    top: 1em;left: 1em;
}





#page4{
     background: rgb(0,174,211);
    background: linear-gradient(0deg, rgba(0,174,211,1) 0%, rgba(0,215,230,1) 100%);
    border-bottom: 4px solid #008aa9;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.4);
    background-color: white;
    color: #cacaca;
    border-radius: 7px;
    margin: 25px auto auto auto;
    width: 1200px;
    max-width: 95vw;
    padding: 20px 0 20px 0;
    text-align: center;
    position: relative;
}


.mainHolder{
    display: flex;
    margin-top: 30px;
}


.innerLeft{
    width: max-content;
    margin: auto;
}

.leftSide h3{
    background: white;
    color: #34373a;
    padding: 1px 35px 1px 35px;
    margin: 25px auto 10px auto;
    width: max-content;
    border-radius: 15px;
    font-size: 27px;
}
.holder{
    background-color: rgba(0,0,0,.2);
    border-radius: 7px;
    padding: 20px;
    width: max-content;
    margin: auto;
    color: #35383b;
}
.holder img{
    background-color: white;
    border-radius: 15px;
    padding: 10px;
}
.holder h2{
    border-radius: 15px;
    background: white;
    padding: 5px 45px 5px 45px;
    margin: 10px 0 0 0;
}



.leftSide h4{
    color: #34373a;
    background-color: white;
    border-radius: 7px;
    padding: 5px;
    min-width: 200px;
    width: max-content;
    font-size: 18px;
}

.rightSide{
    color: white;
}

.rightSide h1{
    margin: 0 10px 10px 10px;
}

.rightSide h2{
    border-bottom: 3px solid #ffb300;
    width: max-content;
    margin: 15px auto auto auto;
    padding: 0 20px 0 20px;
}

.displays{
    display: flex;
    justify-content: space-around;
}

.displays div{
    color: white;
    display: inline-block;
    margin: 10px;
}
.displays h3{
    margin: 5px;
}

.displays img{
    background-color: rgba(0,0,0,.2);
    border-radius: 12px;
    padding: 10px;
}

.payments{
    margin-top: 15px;
}

.payments p{
    background-color: #ffb300;
    border-radius: 20px;
    width: 245px;
    margin: 15px;
    display: inline-block;
    padding: 7px 0 7px 0;
    font-size: 22px;
}
.payments img{
    height: 22px;
    margin: 0 2px 0 10px;
    position: relative;
}


.continueButton{
    background-color: #ffb300;
    color: white;
    border-radius: 15px;
    padding: 2px 30px 2px 30px;
    font-size: 20px;
    margin: 20px 5px 5px 5px;
    border:none;
}



.inner3holder h2{
    font-family: next, sans-serif;
}
#usernameInput{
    font-family: mont, sans-serif;
}