@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
.widget-view, h3 {
    font-family: 'Oswald', sans-serif;
}

.my-btn{
    color: black;
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}

.my-card{
    margin-top: 10px;
    background-color: #fff ;

    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}

.act-btn:active .act-ico,
.act-btn:active ~ .act-ico{
    color: white;
}
i.act-ico{
    color: black;
}

.button4{
    width: 125px;
    display:inline-block;
    padding:0.3em 1.2em;
    margin:0 0.1em 0.1em 0;
    border:0.16em solid rgba(255,255,255,0);
    border-radius:2em;
    box-sizing: border-box;
    text-decoration:none;
    color:#FFFFFF;
    /*text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);*/
    text-align:center;
    transition: all 0.2s;
}

@media all and (max-width:30em){
    .button4{
        display:block;
        margin:0.2em auto;
        }
}

.my-card{
    color: white;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}

.my-card-body{
    font-size: 35px;
    font-weight: 800;
    float: left;
}

.my-card-btn{
    width: 100%;
    color: white;
}

.my-card-btn:hover{
    color: #eeeeee;
}

.span-div{
    font-size: 40px;
    font-weight: 800;
}

.myspan{
    display: block;
    float: right;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}

.blank-card{
    border: 0px solid transparent;
}

.ytd-sales {
    /*border-right:3px solid #464D77;*/
    padding:20px 50px;
    margin-top:20px;

    background-image: linear-gradient(315deg, #f1dfd1 0%, #f6f0ea 74%);
    margin-right:10px;
    border-radius:10px;

}
.ytd-sales .heading h3 {
    color:#2873c3
}
.ytd-sales small {
    font-weight:bold
}
.ytd-sales table td {
    padding:0;
    font-size:0.9em;
}
.ytd-sales hr {
    border-color:#877666;
}
.ytd-sales table td:nth-child(2) {
    text-align:right;
}

.table td, .table th{
    border-top: 0px solid transparent;
}

.backlog-sales {
    padding:20px 50px;
    margin-top:20px;
    background-image: linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
    margin-right:10px;
    border-radius:10px;
}
.backlog-sales .heading h3 {
    color:#A53860
}
.backlog-sales small {
    font-weight:bold
}
.backlog-sales table td {
    padding:0;
    font-size:0.9em;
}
.backlog-sales hr {
    border-color:#877666;
}
.backlog-sales table td:nth-child(2) {
    text-align:right;
}

.text-group{
    color: #1514f4;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #7866e6;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.test-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1020; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.test-modal-content {
    background-color: transparent;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 500px;
}

/* The Close Button */
.test-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.test-close:hover,
.test-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.navbar-brand {
    opacity: 1!important;
    transition:all .3s
}
.navbar-brand:hover {
    opacity: .2!important;
}

.button4 {
    width: 100%;
}