body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #020260;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.btn-dark{
    color: #fff;
    background-color: #ff5506;
    border-color: #ff5506;
}
.btn-dark:hover {
    color: #fff;
    background-color: #ff5506;
    border-color: #ff5506;
}


.logo img {
	height: 105px;;
	width: auto;
	display: block;
}

.card {
    position: initial;
    display: inline-block;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:  rgba(255, 255, 255, 0.891);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.form-group {
    margin-bottom: 1rem;
}

.box {
    background: #e8ebeade;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-top: auto;
}

.datepicker {
    padding: 0;
}

.btn-danger {
    color: #fff;
    background-color: #009436;;
    border-color: #009436;;
}
.btn-danger:hover {
    color: #fff;
    background-color: #028812;
    border-color: #028812;
}


.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker-dropdown:after {
    border-bottom-color: #ff5506
}

.datepicker-days .table-condensed thead tr:nth-child(2), .datepicker-months .table-condensed thead tr:nth-child(2),
.datepicker-years .table-condensed thead tr:nth-child(2), .datepicker-decades .table-condensed thead tr:nth-child(2),
.datepicker-centuries .table-condensed thead tr:nth-child(2) {
    background: linear-gradient(to bottom,rgb(3, 153, 3),rgb(204, 99, 0));
    color: #fff;
}
.datepicker-days .table-condensed thead tr:nth-child(2) th:hover, .datepicker-months .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-years .table-condensed thead tr:nth-child(2) th:hover,.datepicker-decades .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-centuries .table-condensed thead tr:nth-child(2) th:hover {
    background: linear-gradient(to bottom,rgb(41, 106, 3),rgb(228, 111, 2));
    color: #fff;
}

.datepicker-days .table-condensed tfoot, .datepicker-months .table-condensed tfoot, .datepicker-years .table-condensed tfoot,
.datepicker-decades .table-condensed tfoot, .datepicker-centuries .table-condensed tfoot {
    border-top: solid 1px rgba(0,0,0,.15);
}

.my-login-page .brand img {
    width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}

.btn-primary {
    color: #fff;
    background-color: #167204;
    border-color: #0f5132;
}
.btn-primary:hover {
    color: #fff;
    background-color: #009436;
    border-color: #009436;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #0f5132;
    border: 1px solid #0f5132;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
