.card-custom {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
}

.border-right-custom {
    border-right:1px solid rgba(0,0,0,.125);
}

.border-right-custom-blue {
    border-right:1px solid #1d335a;
}

.sidebar-custom {
    margin-top: 90px!important;
}

.bg-login-custom{
    background-image: url('../img/bg-uph.jpg');
    background-size: cover;
    background-position: center center;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0px!important;
}

.sidebar{
    padding-bottom: 15rem!important;
}

/* custom-flatpickr.css */
.flatpickr-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.flatpickr-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* Custom class for small version */
.flatpickr-input-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}