/*Buttons*/
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(248, 248, 248);
}

.btn {
    font-size: 0.875rem;
}

.btn-upload {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #22222E1F;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.btn-upload:hover {
    color: rgba(34, 34, 46, 0.8);
    background-color: #e2e6ea5c;
    border-color: #dae0e5;
    font-weight: 600;
}

.btn-add-new {
    background-color: #5C76F5;
    color: #fff;
    opacity: 0.9;
    border-radius: 8px;
}

.btn-add-new:hover {
    opacity: 1;
    color: inherit;
    background-color: #5c76f5;
}

.btn-export {
    background-color: #5C76F50F;
    color: #5C60F5;
    opacity: 0.9;
    border-radius: 8px;
}

.btn-export:hover {
    background-color: #5C76F5;
    color: #fff;
}

.btn-login {
    width: auto;
    height: auto;
    font-size: 0.88rem;
    background-color: #5c76f5e6;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 15px 35px
}

.btn-login:hover {
    color: #fff;
    opacity: 1;
    background-color: #5c76f5e6;
}

.btn-secondary, .btn-outline-secondary {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #22222E1F;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.btn:first-child:hover, .btn-secondary:hover, .btn-outline-secondary:hover {
    color: rgba(34, 34, 46, 0.8);
    background-color: #e2e6ea5c;
    border-color: #dae0e5;
    font-weight: 600;
}

.btn.show {
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.dt-button {
    background: #ffffff !important;
    border: 1px solid #22222E1F !important;
    border-radius: 8px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 600 !important;
}

.dt-button:hover {
    color: rgba(34, 34, 46, 0.8) !important;
    background-color: #e2e6ea5c !important;
    border-color: #dae0e5 !important;
}

.close.fileinput-remove {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #22222E1F;
    border-radius: 6px;
    padding: 6px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.close.fileinput-remove:hover {
    color: rgba(34, 34, 46, 0.8);
    background-color: #e2e6ea5c;
    border-color: #dae0e5;
    font-weight: 600;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #e2e6ea5c;
    color: rgba(34, 34, 46, 0.8);
}

.btn-primary {
    background-color: #5C76F5;
    color: #fff;
    opacity: 0.9;
    border-radius: 8px;
}

.btn-primary:hover {
    opacity: 1;
    color: #ffff;
    background-color: #5C76F5;
}

.btn-tertiary {
    background-color: rgba(92, 118, 245, 0.1);
    color: rgba(92, 118, 245, 1);
    opacity: 0.9;
    border: solid 2px rgba(92, 118, 245, 0.2);
    border-radius: 8px;
}

.btn-tertiary:hover {
    opacity: 1;
    color: #ffff;
    background-color: rgba(92, 118, 245, 1);
}

.btn-danger {
    background-color: rgba(255, 0, 0, 0.16);
    border-color: rgba(255, 0, 0, 0.12);
    color: rgba(255, 0, 0, 1);
    opacity: 0.9;
    border-radius: 8px;
}

.btn-danger:hover {
    opacity: 1;
    color: #ffff;
    background-color: rgba(255, 0, 0, 0.8);
    border-color: rgba(255, 0, 0, 0.8);
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffff;
    background-color: #5C76F5;
    border-color: #0a0a0a;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #ffff;
    background-color: #5C76F5;
}

:not(.btn-check) + .btn:hover, .btn:first-child:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus, .btn-secondary.focus {
    background-color: #e2e6ea5c;
    color: rgba(34, 34, 46, 0.8);
    border-color: #dae0e5;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-add-new.white {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.btn-add-new.white:hover {
    background: rgba(255, 255, 255, 1);
    color: #5C76F5;
}

.btn-info {
    color: #fff !important;
    background-color: #6f73f7 !important;
    border-color: #6f73f7 !important;
    opacity: 0.9;
    border-radius: 8px;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #6f73f7 !important;
    border-color: #6f73f7 !important;
    opacity: 1;
}

/*Buttons - payslip & tax summary css*/
.btn-tax {
    background: #f8f8f8;
    color: black;
    border-radius: 5px;
    font-size: 0.625rem;
    margin-left: 2px;
}

.btn-tax:hover {
    background: grey;
    color: #ffff;
}

.btn-tax:active {
    background: black;
    color: #ffff;
}

.btn-primary {
    border-color: inherit;
}

.btn-primary:hover {
    border-color: inherit;
}

.btn-lg {
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
}

.btn-absolute-modal {
    position: absolute;
    margin-top: 80px;
    z-index: 1;
    left: 26px;
}

.btn-success {
    border-radius: 8px;
}

.btn-warning {
    border-radius: 8px;
}

.btn-dark {
    border-radius: 8px;
}