body {
    background-color: #0d0d0d;
    color: white;
}

.mainScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    overflow-y: auto;
    padding-bottom: 100px;
}

.header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

.mainContainer {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
}

.innerDiv {
    background-color: #1a1a1a;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.headerLabel {
    font-size: 15px;
    color: rgb(100, 100, 100);
    margin-top: 15px;
}

.innerDivPotential {
    background-color: #19334d;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.innerDiv>.networthText {
    color: #00cc99;
}

.innerDivPotential>.networthText {
    color: #0099cc;
}

.mainBtns {
    margin-top: 15px;
    color: black;
    background-color: #00cc99;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}

.newMonth {
    margin-bottom:5px;
    color: rgb(150, 150, 150);;
}

.addInvestment ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0099cc;
    opacity: 0.5;
    /* Firefox */
}

.optionContainer input {
    color: #0099cc;
    background-color: #19334d;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow-y: auto;
}

.optionContainer select {
    color: #0099cc;
    background-color: #19334d;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.addAsset ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0099cc;
    opacity: 0.5;
    /* Firefox */
}

/* add asset div */
.optionContainer {
    position: fixed;
    left: 0px;
    top: 100000px;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    text-align: center;
    overflow-y: auto;
}

.addBtn {
    color: black;
    background-color: #00cc99;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.lockedAssetDiv {
    background-color: #262626;
    border-radius: 5px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 40px;
}

.assetDiv {
    background-color: #1a1a1a;
    border-radius: 5px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 40px;
}

.investDiv {
    background-color: #19334d;
    border-radius: 5px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 40px;
}

.assetAmmount {
    font-size: 12px;
    color: #0099cc;
}

.body {
    overflow-y: auto;
    overflow-x: hidden;
}

.titleIcon {
    font-size: 15px;
    margin-left: 2px;
}

.deleteBtnDiv {
    background-color: transparent;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    text-align: center;
    font-size: 15px;
}

.trashIcon {
    position: relative;
    top: 25px;
    color: #ff4d4d;
}

.dragIconDiv {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 30px;
    height: 90%;
    position: absolute;
    top: 3px;
    left: 0px;
    color: white;
    text-align: center;
    font-size: 15px;
}

.dragIcon {
    margin-top: 75%;
    color: rgba(255, 255, 255, 0.1);
}

.confirmBtnDiv {
    display: block;
    background-color: #00cc99;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    height: 100%;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 15px;
}

.confirmIcon {
    position: relative;
    top: 25px;
    color: white;
}

.editBtnDiv {
    display: block;
    background-color: #00cc99;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    text-align: center;
    font-size: 15px;
}

.editIcon {
    position: relative;
    top: 35px;
    color: #004d00;
}

.investProfit {
    color: #00cc99;
}

.investNoProfit {
    color: #ff3333;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    position: relative;
    padding-left: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: black;
    margin-right: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.charts {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #1a1a1a;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.storageElementDiv {
    background-color: #1a1a1a;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.storageActions {
    text-align: right;
}

.storageActions .icon {
    color: #ff4d4d;
}

.spent {
    color: #ff3333
}

.earning {
    color: #00cc99;
}

.moreInfoBtn {
    background-color: transparent;
    color: #00cc99;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.moreInfoBtn:hover {
    background-color: black;
    color: #00cc99;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.moreInfoBtn:focus {
    background-color: black;
    color: #00cc99;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.progress {
    position: relative;
    bottom: 32px;
    width: 100px;
    display: table-cell;
    height: 10px;
    border-radius: 0px;
    background-color: black;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.progress-bar {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}