/**
 * Created by PhpStorm.
 * User: Steepe
 * Project: utica
 * Date: 03/09/2022
 * Time: 16:42
 */

body{
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
}

.login-image-bg{
    background: url("../images/login-bg.jpg") no-repeat center fixed;
    background-size: cover;
}

.btn-utica{
    height: 35px;
    background-color: #6DC428;
    color: #ffffff;
    width: 100%;
}

.utica-blue{
    background-color: #3697DB;
}

.utica-green{
    background-color: #6DC428;
}

.utica-gradient-bg{
    background: linear-gradient(90deg, #3697DB 0%, #6DC428 100%) !important;
}

.btn-utica-white-blue{
    height: 35px;
    background-color: #ffffff;
    color: #3697DB;
    width: 100%;
    border: solid 1px #3697DB;
    border-radius: 5px;
}

.btn-utica-white-green{
    height: 30px;
    background-color: #ffffff;
    color: #6DC428;
    width: 100%;
    border: solid 1px #6DC428;
}

.btn-utica-white{
    background-color: #FFFFFF;
    color: #6DC428;
    border-color: #FFFFFF;
    height: 30px;
}

.btn-utica-blue{
    background-color: #3697DB;
    color: #FFFFFF;
    border-color: #3697DB;
}

.btn-utica-dark-blue{
    background-color: #12405A;
    color: #FFFFFF;
}

.btn-transparent{
    background-color: #FFFFFF;
    border: solid 1px #e1dfdf;
}

.text-utica-green{
    color: #6DC428;
}

.text-utica-blue{
    color: #3697DB;
}

.text-justify {
    text-align: justify !important;
}

.text-utica-dark-blue{
    color: #12405A;
}

.utica-dark-blue-text{
    color: #12405A;
}

.products-div{
    background: url("../images/dashboard-img-3.jpg") no-repeat;
    background-size: cover;
    min-height: 360px;
}

.utica-product{
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 25%);
}

.btn-withdraw{
    width: 100px;
    height: 35px;
    border-radius: 5px;
    background-color: #6DC428;
    color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-topup{
    width: 100px;
    height: 35px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #6DC428;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-utica-green{
    width: 100px;
    height: 35px;
    border-radius: 5px;
    background-color: #6DC428;
    color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.accordion-utica-green{
    width: 100%;
    border-radius: 5px;
    background-color: #6DC428;
    color: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #6DC428 !important;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.utica-select{
    width: 400px;
    border: solid 1px #6DC428;
    outline: none;
}

.utica-select:focus{
    border: solid 1px #6DC428;
}

.font-10{
    font-size: 10px !important;
}

.font-11{.
    font-size: 11px !important;
}

.font-12{
    font-size: 12px !important;
}

.font-13{
    font-size: 13px !important;
}

.font-14{
    font-size: 14px !important;
}

.calculator-box{
    width: 270px;
    height: 360px;
    background: #3797DB;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 20px 15px 0 15px;
}

.new-mfund-header{
    background: url("../images/mfund-bg.jpg") no-repeat;
    background-size: cover;
    min-height: 200px;
}

.new-fixed-header{
    background: url("../images/investment.jpg") no-repeat;
    background-size: cover;
    min-height: 200px;
}

.summary{
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgb(126 142 177 / 12%);
    box-shadow: 0 2px 4px rgb(126 142 177 / 12%);
}

.summary h5{
    background-color: #6DC428;
    color: #FFFFFF;
}

.summary-item{
    padding: 10px;
}

.total{
    padding: 10px;
    background: #eee!important;
    border-top: 1px solid #eee;
    height: 40px;
}

.total td{
    padding: 10px;
    font-weight: bold;
}

.total-modal{
    padding: 10px;
    background: #eee!important;
    border-top: 1px solid #eee;
    height: 40px;
    color: #000;
}

.total-modal td{
    padding: 10px;
    font-weight: bold;
}


.sub-item{
    padding: 10px;
    height: 40px;
}

.sub-item td{
    padding: 10px;
    font-weight: bold;
}

.portfolio-amt{
    border: none;
    width: 60px;
    outline: none
}

.total-amount{
    border: none;
    width: auto;
    outline: none;
    background: transparent;
    text-align: end;
    margin-left: 5px;
}

.input-currency-symbol::before{
    content: "₦";
    position: relative;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 2px;
}

#portfolio_balance{
    border: none;
    width: auto;
    outline: none;
    background: transparent;
    text-align: center;
    margin-left: 5px;
}

.summary-box{
    background-color: #3697DB;
    min-height: 250px;
    text-align: center;
}

.summary-box input {
    background: transparent;
    color: #ffffff;
}

#preloader {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     width: 100%;
     background: rgb(23, 22, 22);
     position: fixed;
     top: 0;
     left: 0;
     z-index: 9999;
     opacity: 0.8;
     transition: opacity 0.3s linear;
 }

.rob-stark{
    background-color: #3697DB;
    min-height: 250px;
    text-align: center;
}

.investment-summary{
    font-size: 14px;
}

.investment-summary label{
    font-weight: bold;
}

.calculator-result{
    font-size: 14px;
}

.calculator-result label{
    font-weight: bold;
}

.withdraw-box{
    width: 350px;
    min-height: 350px;
}

.withdraw-balance{
    height: auto;
    background: linear-gradient(100.16deg, #3697DB 1.05%, #6DC428 99.33%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.withdraw-form{
    height: 120px;
    background: linear-gradient(100.16deg, #3697DB 1.05%, #6DC428 99.33%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.report-table th{
    text-transform: uppercase !important;
}

.product-icon{
    position: absolute;
    right: 10px;
    bottom: 60px;
}

.product-btn{
    position: absolute;
    bottom: 5px;
    width: 80px;
}

.product-item{
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 40px;
    color: #6DC428;
}

.spacer {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-line {
    margin-bottom: 1px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-small {
    margin-bottom: 3px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-medium {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-large {
    margin-bottom: 50px;
    display: block;
    width: 100%;
    height: 1px;
}
.spacer-xlarge {
    margin-bottom: 100px;
    display: block;
    width: 100%;
    height: 1px;
}

.table-left-cell{
    border-left: solid 1px #3697DB !important;
    border-top: solid 1px #3697DB !important;
    border-bottom: solid 1px #3697DB !important;
    border-radius: 3px;
}

.table-center-cell{
    border-top: solid 1px #3697DB !important;
    border-bottom: solid 1px #3697DB !important;
}

.table-right-cell{
    border-right: solid 1px #3697DB !important;
    border-top: solid 1px #3697DB !important;
    border-bottom: solid 1px #3697DB !important;
    border-radius: 3px;
}

.initiate_termination{
cursor: pointer !important;
}

.pie-canvas{
    width: 600px !important;
    height: 280px !important;
}