.container .title{
    font-family: 'Dancing Script', cursive;
}
.container .title2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bolder;
}
.container .card, .container .modal{
    font-family: 'Source Sans Pro', sans-serif;
}

.dropdown-toggle::after{display: none;}
.bgprimary{background-color: rgba(242, 124, 4, 1);}

.mainblue{
    background-color: rgba(242, 124, 4, 1);
    height:233px;
    position: absolute;
    width: 100%;
    z-index:-1;
    top:0;
    left:0;
}
.number{
    font-size: 40px;
    font-weight: bold;
    line-height: 0;
    position: relative;
    top: 14px;
    margin-left:15px;
}
.user{font-weight: 200;}
.total{font-weight: bold;text-align: center;font-size:25px;}
.total2{font-weight: bolder;text-align: center;font-size:50px;}
.card-header{background-color: #FFF;}
.square:hover{
    background-color:#f27c04;
}
.square{display: inline-block;width:75px;height: 75px;border-radius: 15px;margin:auto;background-color: #EEECFF;text-align: center;}
.plus{cursor:pointer;font-weight: bolder;font-size: 50px;margin:auto;}
.me-3{margin-right: 0px !important;}
.dropdown-item{font-size:25px;text-align:right}
body{background-color: #EDECF5;}
.dropdown-menu{padding:0px !important}
.datepicker-inline{width:100%}
.datepicker table{width: 100%;}
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th{
    padding: 7px 5px;
}
.datepicker table tr td.day{
    font-weight: bolder;
}
.datepicker table tr td.disabled{
    font-weight: 200;
}