body{
    font-size:0.9rem !important;
}
.table{
    font-size: 1rem !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.progress-column{
    padding: 0 !important;
    padding-top: 23px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.period-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 10px;
    border: 1px dashed grey;
    font-size: 18px;
    border-radius: 10px;
    background: linear-gradient(50deg, #bdffe1, #f5ddede6);
    font-style: italic;
    font-family: cursive;
}
.period-box span{
    margin-left: 9px;
}
#calculatePeriodButton{
    width: 100%;
    background: repeating-linear-gradient(45deg, #10b5b5, transparent 100px);
    font-size: 16px;
    color: black;
    font-family: monospace;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 0;
}
.nav-sidebar .nav-link p{
    display: inline-block;
}
.nav-sidebar .nav-item>.nav-link{
    display: flex;
    align-items: center;
    gap: 8px;
}
.reportButton{
    background: linear-gradient(45deg, #000000, #ffffff);
    color: white;
    border: 0;
    font-size: 20px;
    letter-spacing: 2px;
}
.reportButtonWithoutGradient{
    background:  #000000;
    color: white;
    border: 0;
    font-size: 20px;
    letter-spacing: 2px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reportButtonWithoutGradientGreen{
    background:  #32b81a;
    color: white;
    border: 0;
    font-size: 20px;
    letter-spacing: 2px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reportButtonWithoutGradient:hover{
    background: #eee;
    color: black;
    border: 0.1px dashed grey;
    transition: 0.3s;
    letter-spacing: 2.3px;
}
.reportButton:hover{
    background: white;
    color: black;
    border: 0.1px dashed grey;
}
.rbutton{
    transform: rotateZ(270deg);
    margin-bottom: 70px;
    margin-top: 45px;
    background: black;
    color: white;
    border: 0;
    /* width: 190px; */
    font-style: italic;
    font-family: monospace;
    padding: 3px 10px;
    height: 50px;
    width: 150px;
}
.rbutton:hover{
    background:white;
    color: black;
    transition: .5s;
    border: 0.1px dashed grey;
}
.tbutton{
    background: black;
    color: white;
    border: 0.1px solid black;
    font-style: italic;
    font-family: monospace;
    padding: 3px 10px;
    letter-spacing: 2px;
    transition: .5s;
}
.tbutton-without-hover{
    background: black;
    color: white;
    border: 0.1px solid black;
    font-style: italic;
    font-family: monospace;
    padding: 3px 10px;
    letter-spacing: 2px;
    transition: .5s;
}
.tbutton-without-hover:hover{
    background:white;
    color: black;
    transition: .5s;
    border: 0.1px dashed grey;
}
.tbutton:hover{
    background:white;
    color: black;
    transition: .5s;
    border: 0.1px dashed grey;
    letter-spacing: 5px;
}
.active-btn{
    background: #40a700;
    border: 0.1px solid #40a700;
}
.content-wrapper{
    /* background-image: url('/img/bg.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: luminosity; */
}
.italic{
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 5px;
}
.bordered-heading{
    padding: 10px;
    border: 0.1px dashed black;
}
.bordered-input{
    height: 50px;
    border-radius: 0;
    border: 0.1px dashed black;
}
body:not(.layout-fixed) .main-sidebar{
    max-height: 100vh;
    overflow: scroll;
}
.btn-rounded{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.upload-container{
    border: 1px dashed grey;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
}
.label-wrp select{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.label-wrp button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.transaction-buttons{
    cursor: pointer;
    font-size: sans-serif;
    font-size: 17px;
    margin: 10px 0;
    padding: 10px;
    border: 1px dashed grey;
}
.transaction-buttons:hover{
    background-color: rgb(0, 0, 0);
}
.transaction-buttons[data-active="true"]{
    background-color: rgb(0, 0, 0);
}
.fundsGiveForm{
    border: 2px dotted rgb(0, 0, 0);
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active{
    background: #000000;
    color:white;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover{
    background: #000000;
    color:white;
}
.profile-name{
    position: relative;
    top:-3px;
    letter-spacing: 2px;
    font-family: sans-serif;
    border: 1px dotted white;
    padding: 5px 10px;
    border-radius: 5px;
}
.profile-name::before{
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 14px;
    background: #40a700;
    border-radius: 50%;
}
.profile-name span{
    margin-left: 15px;
}
.table td{
    padding: 10px 0px;
    font-size: 14px;
    vertical-align: middle;
}
table.order-item-table td{
    vertical-align: top;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #000000;
}
.bg-light-danger{
    background: #d6d6d6;
}
.plus-button{
    width: 30px;
    height: 30px;
    background-color: black;
    text-align: center;
    color: white;
    text-align: center;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: yellow;
}

/**
 * Login styles
 */
 body{
    margin:0;
    padding:0;
}
.login-body{
    background-color: whitesmoke;
}
.wrp{
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(-25deg, black, #7d827c); */
    background-image: url(/img/login.jpg);
}
.wrp .item{
    padding: 30px 40px;
    border: .5px dashed grey;
    background-color: #12335880; 
}
.wrp .item form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.wrp .item b{
    color:white;
    font-family: sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
}
.wrp .item form label{
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-family: sans-serif;
    margin-bottom: 0;
    color: white;
}
.wrp .item form input{
    width: 100%;
    border: 1px solid grey;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 20px;
}
.wrp .item form button{
    width: 100%;
    padding: 7px 12px;
    background: deepskyblue;
    border:0;
    border-radius: 5px;

}
#login_button{
    cursor: pointer;
}
.logo-wrp{
    margin-top:20px;
    text-align: center;
}
.logo-wrp img{
    width: 300px;
}

/**
*custom css
*/
.search-bar{
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.search-col{
    flex-grow: 1;
}
.search-col input{
    display: block;
    width: 100%;
    border: .5px solid silver;
    min-height: 38px;
    outline: none !important;
    padding: 3px 12px;
    font-size: 15px;
    font-weight: lighter;
}
.search-btn-col button{
    height: 100%;
    display: block;
    padding: 5px 10px;
    background: #40a700;
    border: none;
    color: white;
    font-size: 15px;
}
/**
* pagination
*/
.pagination-wrp{
    padding: 10px;
    background: #7f9ebf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-wrp nav ul{
    margin: 0 !important;
}

.dashes{
    border: .5px dotted grey;
    flex-grow: 1;
    margin: 0 30px;
}
.dashes-white{
    border: .5px dotted white;
    flex-grow: 1;
    margin: 0 30px;
}
.receipt-table td{
    padding: 10px;
}
.bg-silver{
    background-color:silver ;
}
.arrow{
    font-size: 32px;
    cursor: pointer;
}
.arrow .fa-arrow-right{
    color: rgb(109, 177, 109);
}
.arrow .fa-arrow-right:hover{
    color: rgb(40, 116, 40);
    font-size: 35px;
    transition: .5s;
}
.arrow .fa-arrow-left{
    color: rgb(219, 126, 120);
}
.arrow .fa-arrow-left:hover{
    color: rgb(250, 22, 6);
    font-size: 35px;
    transition: .5s;
}
.currency-converter h3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.currency_arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.currency-conversion-form input{
    width:200px;
}
.login-logo-text{
    text-align: center;
}
.login-logo-text span{
    font-size: 15px;
    font-weight: lighter;
    font-family: sans-serif;
    letter-spacing: 2px;
    font-style: italic;
}
.login-logo-text img{
    width: 200px;
    margin-bottom: 30px;
}
.small-head th{
    font-size: 12px;
}
.red-borders{
    border: 1px solid red !important;
}
.green-borders{
    border: 1px solid green !important;
}
.list{
    padding: 0px;
    list-style: none;
}
