a.add-button{
    padding: 10px 10px;
    border-radius: 5px;
    background: #00ff08;
    color: black;
}
a.add-button:hover{
    background: #00a905;
    color: black;
}
.error{
    color: red;
}
h1{
    font-size: 2rem;
    font-weight: bold;
}

.wp-input{
    margin-right: 2%;
}
.wp-input label{
    font-weight: 600;
}
.nav-link.active{
    color: #448aff !important;
    font-weight: 600;
}

.sub-role{
    display: none;
}

.table thead tr th{
    font-weight: 700;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 1100px;
    margin: 1.75rem auto;
}
/* #modal-watch-detail .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
} */
}

.datepicker td, .datepicker th {
    width: 2.5rem!important;
    height: 2.5rem!important;
    font-size: 0.85rem!important;
}
.style-datepicker{
    display: flex;
    margin: 0 auto;
}
.style-datepicker .input-group{
    margin-bottom: 0px;
}
.input-group-text {
    border-radius: 0 30rem 30rem 0;
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
}

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.style-datepicker .input-group {
    border-radius: 30rem;
}

.style-datepicker input.form-control {
    border-radius: 30rem 0 0 30rem;
    height: calc(1.5em + .75rem + 2px)
  
}

.style-datepicker input.form-control:focus {
    box-shadow: none;
}

.style-datepicker input.form-control::placeholder {
    font-style: italic;
}

td.style-spend{
    color: green;
    font-weight: 700;
}
td.style-pay{
    color: red;
    font-weight: 700;
}
