@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;400&display=swap');

input.money {
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

.money-format{
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}
.money-format-usd{
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}
.money-format-eur{
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}
.money-format-gbp{
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
}

#invoice-item-list tbody tr.highlight td {
    background-color: #28c76f;
    color: whitesmoke;
}

.statistic .card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
}

.statistic .l-bg-green-dark {
    background: linear-gradient(
        135deg, #23bdb8 0, #65a986 100%) !important;
    color: #fff;
}

.statistic .l-bg-cyan-dark {
    background: linear-gradient(
        135deg, #289cf5 0, #4f8bb7) !important;
    color: #fff;
}

.statistic .l-bg-purple-dark {
    background: linear-gradient(
        135deg, #8e4cf1 0, #c554bc 100%) !important;
    color: #fff;
}

.statistic .l-bg-dark-purple {
    background: linear-gradient(
        135deg, #2e1437 0, #948e99 100%) !important;
    color: #fff;
}

.statistic .l-bg-orange-dark {
    background: linear-gradient(
        135deg, #f48665 0, #d68e41 100%) !important;
    color: #fff;
}

.statistic .l-bg-red-dark {
    background: linear-gradient(
        135deg, #cb0422 0, #998e8f 100%) !important;
    color: #fff;
}


.statistic .card .card-statistic-3 {
    position: relative;
    color: #fff !important;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.statistic .card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 30px;
    opacity: .1;
}
.statistic .card .card-statistic-3 .card-icon-large {
    font-size: 48px;
    width: 48px;
    height: 40px;
    text-shadow: 3px 7px rgb(0 0 0 / 30%);
}

.statistic .card-title {
    margin-bottom: 0.5rem;
    color: #fff !important;
}

.statistic .card-content span {
    font-size: 24px;
}

.statistic .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.statistic .progress-bar {
    background-color: #6777ef;
}
.statistic .l-bg-purple {
    background: linear-gradient(
        135deg, #9a56ff 0%, #e36cd9 100%) !important;
    color: #fff;
}


.btn-custom-red {background-image: linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%)}
.btn-custom-red {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;

}
.btn-custom-red:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.btn-custom-green {background-image: linear-gradient(to right, #56ab2f 0%, #a8e063  51%, #56ab2f  100%)}
.btn-custom-green {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;

}
.btn-custom-green:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.btn-custom-blue {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
.btn-custom-blue {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-custom-blue:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}



.btn-custom-sexy {background-image: linear-gradient(to right, #4B79A1 0%, #283E51  51%, #4B79A1  100%)}
.btn-custom-sexy {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-custom-sexy:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.btn-custom-ciko {background-image: linear-gradient(to right, #603813 0%, #b29f94  51%, #603813  100%)}
.btn-custom-ciko {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-custom-ciko:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.btn-custom-gray {background-image: linear-gradient(to right, #8e9eab 0%, #eef2f3  51%, #8e9eab  100%)}
.btn-custom-gray {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-custom-gray:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-custom-deepblue {background-image: linear-gradient(to right, #16222a 0%, #3a6073 51%, #16222a  100%)}
.btn-custom-deepblue {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

.btn-custom-deepblue:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.floating-button {
    text-align:right;
    left: 50%;
    height: 100px;
    width: 5%;
    margin: 0 auto;
    z-index: 100;
    position: fixed;
    bottom: 0;
}
