input:focus {
    color: red;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

*::-webkit-scrollbar-thumb {
    background-color: #D3D3D3;
    border-radius: 50px;
    border: 2px solid #D3D3D3;
}

.form-control:focus {
    border-color: #DDD;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.breadcrumb a {
    color: #fd393a;
    font-weight: bold;
}

.card-header,
.card-footer {
    background-color: rgba(0, 0, 0, 0);
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.btn-xs-special {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.btn:hover {
    color: #ffffff;
}

.content-body .nav-link {
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.table-responsive {
    margin-top: 5px;
}

.tab-content {
    margin-top: 15px;
}

.tab-pane.fade {
    transition: all 0.3s;
    transform: translateX(1rem);
}

.tab-pane.fade.show {
    transform: translateX(0rem);
}

#loginForm .form-label {
    color: #14274E;
    font-weight: 500;
}

#loginForm .btn {
    background-color: #14274E;
    color: #ffffff;
}

#loginForm .btn:hover {
    background-color: #154566;
    color: #ffffff;
}

.sidebar-header {
    margin-left: 23%;
}

.sidebar-header .sidebar-logo-text {
    margin-left: 0px;
}