/*--- Start Date Peack ---*/
.gj-picker-bootstrap {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 25px;
}
.gj-picker {
    position: absolute;
    z-index: 1203;
    background-color: #fff;
}
.gj-picker-bootstrap div[role="navigator"] {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.gj-picker div[role="navigator"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gj-picker-bootstrap div[role="navigator"] div:first-child,
.gj-picker-bootstrap div[role="navigator"] div:last-child {
    max-width: 30px;
}
.gj-picker div[role="navigator"] div {
    cursor: pointer;
    position: relative;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.fa-chevron-left::before {
    content: "\f053";
}
.gj-picker div[role="navigator"] div[role="period"] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}
.fa-chevron-right::before {
    content: "\f054";
}
.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.gj-button,
.gj-button-md,
.gj-cursor-pointer {
    cursor: pointer;
}
.gj-cursor-pointer.selected{
    background: #013c42;
    color: #ffffff;
    border-radius: 50px;
}
.gj-picker-bootstrap table tr td.disabled div{
    color: #cccccc;
}
.gj-picker-bootstrap table tr td.other-month div {
    color: #cccccc;
}
.gj-picker-bootstrap table tr td.today div {
    background: #1c8894;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
}

/*--- End Date Peack ---*/