:root {
    --agency-color: #888;
    --agency-color-dark: #777;
}

body {
    margin: 0;
    padding: 0;
    background: #2f353a;
}

.navbar-holder {
    background: var(--agency-color-dark);
    padding-bottom: 10px;
    width: 100%;
    display: block;
    margin-top: 0;
    border: 3px solid #000;
    border-top: none;
}

.navbar.bg-dark {
    background: #2f353a !important;
    box-shadow: 0 .15rem .5rem rgba(0, 0, 0, .75) !important;
}

.navbar .logo {
    height: 60px;
    margin-top: 5px;
    position: absolute;
    transform: translate(-100%, -50%);
}

.navbar .habboHolder {
    height: 84px;
    width: 80px;
    position: absolute;
    top: -50%;
    margin-left: -15px;
}

.card {
    /* border: 1px solid var(--agency-color-dark); */
    color: #fff;
    background: #262c31 !important;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, .75) !important;
}

.card-header {
    border-bottom-color: #000;
    background: var(--agency-color-dark);
    background-image: url(https://i.imgur.com/81Lejpe.png);
    background-size: contain;
}

.profile-header {
    background: url(/assets/images/background.png?2);
    background-size: contain;
    height: 150px;
    overflow: hidden;
    border-bottom: 5px solid var(--agency-color);
}

.dashboard-icon {
    position: absolute;
    background: var(--agency-color-dark);
    font-size: 150%;
    width: 50px;
    right: 0;
    border: 1px solid #000;

    height: calc(100% + 2px);
    transform: translate(0,0);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: -1px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}

.dashboard-icon > i {
    position: absolute;
    top: 50%;
    width: 50%;
    transform: translate(50%, -50%);
}

.card .list-group-item {
    background: transparent;
    border-radius: 0;
    border-color: #1a1f22;
}

a, a:hover, a:focus {
    color: var(--agency-color);
}

.dropdown-menu {
    border-radius: 10px;
    background: #2f353a;
    color: #fff;
    min-width: 200%;
    left: -50%;
    border: 1px solid var(--agency-color-dark);
    border-bottom: 4px solid var(--agency-color-dark);
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, .75) !important;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background: var(--agency-color-dark);
}

.dropdown-divider {
    border-color: var(--agency-color-dark);
    border-width: 2px;
}

.modal-content {
    border: 1px solid var(--agency-color-dark);
    border-bottom-width: 3px;
    background: #2f353a;
    border-radius: 20px;
}

.modal-header, .modal-footer {
    border-color: var(--agency-color-dark);
}

.table-success,
.table-success td,
.table-success th,
.table-success:hover,
.table-success:hover td,
.table-success:hover th {
    background: rgba(95, 194, 126, 0.1) !important;
}

.table-primary,
.table-primary td,
.table-primary th,
.table-primary:hover,
.table-primary:hover td,
.table-primary:hover th {
    background: rgba(110, 129, 220, 0.1) !important;
}

.table-danger,
.table-danger td,
.table-danger th,
.table-danger:hover,
.table-danger:hover td,
.table-danger:hover th {
    background: rgba(244, 68, 85, 0.1) !important;
}

.table-warning,
.table-warning td,
.table-warning th,
.table-warning:hover,
.table-warning:hover td,
.table-warning:hover th {
    background: rgba(252, 193, 0, 0.1) !important;
}

th, td {
    border-color: #000 !important;
    color: #fefefe;
    vertical-align: middle !important;
}

@media only screen and (max-width: 768px) {
    .navbar .logo {
        transform: translate(0, -50%);
        height: 50px;
        position: fixed;
    }

    .navbar .habboHolder, .dashboard-icon {
        display: none !important;
    }

    .dropdown-menu {
        min-width: initial !important;
    }
}

/*
--------------------------------------
    : Custom - Form Elements css :
--------------------------------------
*/
label {
    font-weight: 500;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #8A98AC !important;
}

.form-control {
    background-color: transparent;
    font-size: 16px;
    color: #8A98AC;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}
.form-control:focus {
    color: #ffffff;
    background-color: #212229;
    border-color: var(--agency-color);
    box-shadow: none !important;
}
.form-control:focus:disabled {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
}
.form-control:disabled {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
}
.form-control[readonly] {
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
}
.form-control .form-check-input {
    margin-top: 0.25rem;
}

.form-control-plaintext {
    color: #8A98AC;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--agency-color);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--agency-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: var(--agency-color);
    border-color: var(--agency-color);
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #d5daf5;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
}

.custom-control-label::before {
    background-color: transparent;
    border: 1px solid #8A98AC;
}
.custom-control-label::before:focus {
    border-color: var(--agency-color);
}
.input-group .btn-light {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
}

.input-group-addon {
    border-radius: 5px;
    border: none;
}

.input-group-text {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: #8A98AC;
}

.custom-select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #8A98AC;
}
.custom-select:focus {
    border-color: var(--agency-color);
    outline: 0;
    box-shadow: none;
}

.custom-file-label {
    color: #8A98AC;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    line-height: 1.9;
    font-weight: 400;
}
.custom-file-label::after {
    background-color: var(--agency-color);
    border: none;
    color: #ffffff;
    height: 36px;
    line-height: 24px;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: var(--agency-color);
    box-shadow: none !important;
}
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ceecd7;
    color: #8A98AC;
}

.custom-file-input.is-invalid ~ .custom-file-label .form-control[readonly] {
    background-color: #dcdde1;
    opacity: 1;
}

.custom-select.is-valid {
    border-color: #ceecd7;
    background-color: transparent;
}
.custom-select.is-valid:focus {
    border-color: #5fc27e;
}

.form-control.is-valid {
    border-color: #ceecd7;
    background-color: transparent;
}
.form-control.is-valid:focus {
    border-color: #5fc27e;
}

.was-validated .custom-select:valid {
    border-color: #ceecd7;
    background-color: transparent;
}
.was-validated .custom-select:valid:focus {
    border-color: #5fc27e;
    box-shadow: none !important;
}
.was-validated .custom-select:invalid {
    border-color: #fdd5d8;
    background-color: transparent;
}
.was-validated .custom-select:invalid:focus {
    border-color: #f44455;
    box-shadow: none !important;
}
.was-validated .form-control:valid {
    border-color: #ceecd7;
    background-color: transparent;
}
.was-validated .form-control:valid:focus {
    border-color: #5fc27e;
}
.was-validated .form-control:invalid {
    border-color: #fdd5d8;
    background-color: transparent;
}
.was-validated .form-control:invalid:focus {
    border-color: #f44455;
}
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #5fc27e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f44455;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #5fc27e;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #fdd5d8;
    color: #8A98AC;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #f44455;
}

.valid-feedback {
    color: #5fc27e;
}

.custom-select.is-invalid {
    border-color: #fdd5d8;
    background-color: transparent;
}

.form-control.is-invalid {
    border-color: #fdd5d8;
    background-color: transparent;
}
.form-control.is-invalid:focus {
    border-color: #f44455;
}

.valid-tooltip {
    background-color: #71c98d;
}

.invalid-tooltip {
    background-color: #f55c6b;
}

.custom-control-input.is-valid ~ .custom-control-label {
    color: #5fc27e;
}

.custom-control-input.is-invalid ~ .custom-control-label {
    color: #f44455;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f44455;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #5fc27e;
}

.invalid-feedback {
    color: #f44455;
}

.form-check-input.is-invalid ~ .form-check-label {
    color: #f44455;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f44455;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: dashed 1px var(--agency-color);
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
    color: #f44455;
}

.editable-submit {
    padding: 4px 8px;
}

.editable-cancel {
    padding: 4px 8px;
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #d5daf5;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: var(--agency-color);
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #dcdde1;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

input[type=range] {
    -webkit-appearance: none;
    color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    height: 5px;
    cursor: default;
    padding: initial;
    border: initial;
    margin: 2px;
}
input[type=range]:focus {
    background-color: rgba(255, 255, 255, 0.05);
}

/*
-------------------------------------
    : Custom - Form Selects css :
-------------------------------------
*/
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 38px;
    margin-top: 0;
    line-height: 38px;
    color: #ffffff;
}

.select2-container .select2-selection--single {
    border: none;
    height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 15px;
    color: #8A98AC;
}
.select2-container .select2-selection--multiple {
    border: none;
    min-height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--agency-color);
    outline: 0;
    background-color: transparent;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 3px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 15px;
    vertical-align: bottom;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--agency-color);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    margin-right: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    font-size: 16px;
    color: #8A98AC;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 30px;
    top: 0;
    right: 0;
}
.select2-container--default .select2-results__option {
    padding: 6px 15px;
    font-size: 14px;
    color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--agency-color) !important;
    color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(255, 255, 255, 0.05);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    color: #ffffff;
    background-color: transparent;
}

.select2-dropdown {
    background-color: #212229;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

/* --- Tags Input -- */
.bootstrap-tagsinput {
    background-color: transparent;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
    box-shadow: none;
    width: 100%;
}
.bootstrap-tagsinput.focus {
    border: 1px solid var(--agency-color);
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #ffffff;
    background-color: var(--agency-color);
    border-radius: 5px;
    padding: 4px 10px;
    line-height: 25px;
}

.bootstrap-tagsinput .tag.label.label-success {
    background-color: #5fc27e;
}

.bootstrap-tagsinput .tag.label.label-danger {
    background-color: #f44455;
}

.bootstrap-tagsinput .tag.label.label-warning {
    background-color: #fcc100;
}

.bootstrap-tagsinput .tag.label.label-default {
    background-color: #72d0fb;
}

.tt-menu {
    border: 1px solid #eaeaed;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.tt-suggestion {
    color: #ffffff;
}

.tt-suggestion:hover, .tt-suggestion:focus {
    background-color: var(--agency-color);
}

/*
-----------------------------------------
    : Custom - Form File Upload css :
-----------------------------------------
*/
/* -- Dropzone -- */
.dropzone {
    min-height: 250px;
    border: 2px dashed rgba(255, 255, 255, 0.05);
    background: transparent;
    border-radius: 6px;
}
.dropzone .dz-message {
    font-size: 30px;
}

/*
----------------------------------------
    : Custom - Form Validation css :
----------------------------------------
*/
.error {
    color: ff0000;
}

.parsley-error {
    border-color: #f44455;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f44455;
    margin-top: 5px;
}

.parsley-errors-list.filled {
    display: block;
}

.page-item .page-link {
    color: var(--agency-color);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.page-item .page-link:focus {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 0.2rem #e9ecfa;
}
.page-item .page-link:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
}
.page-item.active .page-link {
    color: #ffffff;
    background-color: var(--agency-color);
    border-color: var(--agency-color);
}
.page-item.disabled .page-link {
    color: #8A98AC;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.05);
}

/* -- Background color -- */
.bg-primary {
    background-color: #6e81dc !important;
}

.bg-secondary {
    background-color: #718093 !important;
}

.bg-success {
    background-color: #5fc27e !important;
}

.bg-danger {
    background-color: #f44455 !important;
}

.bg-warning {
    background-color: #fcc100 !important;
}

.bg-info {
    background-color: #72d0fb !important;
}

.bg-light {
    background-color: #dcdde1 !important;
}

.bg-dark {
    background-color: #2d3646 !important;
}

.bg-muted {
    background-color: #8A98AC !important;
}

.bg-white {
    background-color: #ffffff !important;
}

/* -- Background color rgba -- */
.bg-primary-rgba {
    background-color: rgba(110, 129, 220, 0.1) !important;
}

.bg-secondary-rgba {
    background-color: rgba(113, 128, 147, 0.1) !important;
}

.bg-success-rgba {
    background-color: rgba(95, 194, 126, 0.1) !important;
}

.bg-danger-rgba {
    background-color: rgba(244, 68, 85, 0.1) !important;
}

.bg-warning-rgba {
    background-color: rgba(252, 193, 0, 0.1) !important;
}

.bg-info-rgba {
    background-color: rgba(114, 208, 251, 0.1) !important;
}

.bg-light-rgba {
    background-color: rgba(220, 221, 225, 0.1) !important;
}

.bg-dark-rgba {
    background-color: rgba(45, 54, 70, 0.1) !important;
}

/* -- Text Color -- */
.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #282828 !important;
}

.text-muted {
    color: #8A98AC !important;
}

.text-primary {
    color: #6e81dc !important;
}

.text-secondary {
    color: #718093 !important;
}

.text-success {
    color: #5fc27e !important;
}

.text-danger {
    color: #f44455 !important;
}

.text-warning {
    color: #fcc100 !important;
}

.text-info {
    color: #72d0fb !important;
}

.text-light {
    color: #dcdde1 !important;
}

.text-dark {
    color: #2d3646 !important;
}

a.text-primary:focus {
    color: #596fd7 !important;
}
a.text-primary:hover {
    color: #596fd7 !important;
}

a.text-secondary:focus {
    color: #657385 !important;
}
a.text-secondary:hover {
    color: #657385 !important;
}

a.text-success:focus {
    color: #4dbb6f !important;
}
a.text-success:hover {
    color: #4dbb6f !important;
}

a.text-danger:focus {
    color: #f32c3f !important;
}
a.text-danger:hover {
    color: #f32c3f !important;
}

a.text-warning:focus {
    color: #e3ad00 !important;
}
a.text-warning:hover {
    color: #e3ad00 !important;
}

a.text-info:focus {
    color: #59c8fa !important;
}
a.text-info:hover {
    color: #59c8fa !important;
}

a.text-light:focus {
    color: #ced0d5 !important;
}
a.text-light:hover {
    color: #ced0d5 !important;
}

a.text-dark:focus {
    color: #232a36 !important;
}
a.text-dark:hover {
    color: #232a36 !important;
}

.rankGroup-title {
    position: relative;
}

.rankGroup-title > img {
    float: right;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}

#dataTable_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#dataTable_info, #dataTable_length {
    padding-left: 15px;
}

#dataTable_paginate {
    padding-right: 15px;
}

/*
--------------------------------
    : Custom - Buttons css :
--------------------------------
*/
.button-list .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-group .btn {
    margin-right: 0;
}

.dropdown-list .btn {
    margin-bottom: 5px;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 12px;
}

.btn-rounded {
    border-radius: 20px;
}

.btn-round {
    width: 40px;
    height: 40px;
    padding: 6px 11px;
    border-radius: 50%;
}

.btn-sm {
    padding: 4px 18px;
}

.btn-white {
    color: #282828;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}

.btn-link {
    color: #6e81dc;
    text-decoration: none;
}
.btn-link:hover {
    color: #6e81dc;
    text-decoration: none;
}
.btn-link.focus {
    text-decoration: none;
}
.btn-link:focus {
    text-decoration: none;
}

/* -- Primary Button -- */
.btn-primary {
    color: #ffffff;
    background-color: #6e81dc;
    border-color: #6e81dc;
    box-shadow: none;
}
.btn-primary .disabled {
    color: #ffffff;
    background-color: #6e81dc;
    border-color: #6e81dc;
}
.btn-primary:disabled {
    color: #ffffff;
    background-color: #6e81dc;
    border-color: #6e81dc;
}
.btn-primary:active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-primary:hover {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-primary.focus {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-primary:focus {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-primary:visited {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

/* -- Primary Button Outline -- */
.btn-outline-primary {
    color: #6e81dc;
    border-color: #6e81dc;
}
.btn-outline-primary:active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-outline-primary:visited {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

.open > .dropdown-toggle.btn-primary {
    background-color: #596fd7;
    border-color: #596fd7;
}

.show > .btn-outline-primary.dropdown-toggle {
    background-color: #596fd7;
    border-color: #596fd7;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.show > .btn-primary.dropdown-toggle {
    background-color: #596fd7;
    border-color: #596fd7;
}
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

/* -- Secondary Button -- */
.btn-secondary {
    color: #ffffff;
    background-color: #718093;
    border-color: #718093;
    box-shadow: none;
}
.btn-secondary .disabled {
    color: #ffffff;
    background-color: #718093;
    border-color: #718093;
}
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #718093;
    border-color: #718093;
}
.btn-secondary:active {
    background-color: #657385;
    border-color: #657385;
}
.btn-secondary:hover {
    background-color: #657385;
    border-color: #657385;
}
.btn-secondary.focus {
    color: #ffffff;
    background-color: #657385;
    border-color: #657385;
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}
.btn-secondary:focus {
    color: #ffffff;
    background-color: #657385;
    border-color: #657385;
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}
.btn-secondary:visited {
    background-color: #657385;
    border-color: #657385;
}
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #657385;
    border-color: #657385;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #657385;
    border-color: #657385;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}

/* -- Secondary Button Outline -- */
.btn-outline-secondary {
    color: #718093;
    border-color: #718093;
}
.btn-outline-secondary:active {
    background-color: #657385;
    border-color: #657385;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #657385;
    border-color: #657385;
}
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}
.btn-outline-secondary:visited {
    background-color: #657385;
    border-color: #657385;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #657385;
    border-color: #657385;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #657385;
    border-color: #657385;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}

.open > .dropdown-toggle.btn-secondary {
    background-color: #657385;
    border-color: #657385;
}

.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #657385;
    border-color: #657385;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #abb4bf;
}
.show > .btn-secondary.dropdown-toggle {
    background-color: #657385;
    border-color: #657385;
}
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #abb4bf;
}

/* -- Success Button -- */
.btn-success {
    color: #ffffff;
    background-color: #5fc27e;
    border-color: #5fc27e;
    box-shadow: none;
}
.btn-success .disabled {
    color: #ffffff;
    background-color: #5fc27e;
    border-color: #5fc27e;
}
.btn-success:disabled {
    color: #ffffff;
    background-color: #5fc27e;
    border-color: #5fc27e;
}
.btn-success:active {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-success:hover {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-success.focus {
    color: #ffffff;
    background-color: #4dbb6f;
    border-color: #4dbb6f;
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.btn-success:focus {
    color: #ffffff;
    background-color: #4dbb6f;
    border-color: #4dbb6f;
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.btn-success:visited {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-success:not(:disabled):not(.disabled).active {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}

/* -- Success Button Outline -- */
.btn-outline-success {
    color: #5fc27e;
    border-color: #5fc27e;
}
.btn-outline-success:active {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.btn-outline-success:visited {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-outline-success:not(:disabled):not(.disabled).active {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}

.open > .dropdown-toggle.btn-success {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}

.show > .btn-outline-success.dropdown-toggle {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}
.show > .btn-success.dropdown-toggle {
    background-color: #4dbb6f;
    border-color: #4dbb6f;
}
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #a9deba;
}

/* -- Danger Button -- */
.btn-danger {
    color: #ffffff;
    background-color: #f44455;
    border-color: #f44455;
    box-shadow: none;
}
.btn-danger .disabled {
    color: #ffffff;
    background-color: #f44455;
    border-color: #f44455;
}
.btn-danger:disabled {
    color: #ffffff;
    background-color: #f44455;
    border-color: #f44455;
}
.btn-danger:active {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-danger:hover {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-danger.focus {
    color: #ffffff;
    background-color: #f32c3f;
    border-color: #f32c3f;
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.btn-danger:focus {
    color: #ffffff;
    background-color: #f32c3f;
    border-color: #f32c3f;
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.btn-danger:visited {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-danger:not(:disabled):not(.disabled).active {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}

/* -- Danger Button Outline -- */
.btn-outline-danger {
    color: #f44455;
    border-color: #f44455;
}
.btn-outline-danger:active {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.btn-outline-danger:visited {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}

.open > .dropdown-toggle.btn-danger {
    background-color: #f32c3f;
    border-color: #f32c3f;
}

.show > .btn-outline-danger.dropdown-toggle {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}
.show > .btn-danger.dropdown-toggle {
    background-color: #f32c3f;
    border-color: #f32c3f;
}
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #faa4ad;
}

/* -- Warning Button -- */
.btn-warning {
    color: #ffffff;
    background-color: #fcc100;
    border-color: #fcc100;
    box-shadow: none;
}
.btn-warning .disabled {
    color: #ffffff;
    background-color: #fcc100;
    border-color: #fcc100;
}
.btn-warning:disabled {
    color: #ffffff;
    background-color: #fcc100;
    border-color: #fcc100;
}
.btn-warning:active {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-warning.focus {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.btn-warning:focus {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.btn-warning:visited {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-warning:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-warning:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}

/* -- Warning Button Outline -- */
.btn-outline-warning {
    color: #fcc100;
    border-color: #fcc100;
}
.btn-outline-warning:active {
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.btn-outline-warning:visited {
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}

.open > .dropdown-toggle.btn-warning {
    background-color: #e3ad00;
    border-color: #e3ad00;
}

.show > .btn-outline-warning.dropdown-toggle {
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}
.show > .btn-warning.dropdown-toggle {
    background-color: #e3ad00;
    border-color: #e3ad00;
}
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffda63;
}

/* -- Info Button -- */
.btn-info {
    color: #ffffff;
    background-color: #72d0fb;
    border-color: #72d0fb;
    box-shadow: none;
}
.btn-info .disabled {
    color: #ffffff;
    background-color: #72d0fb;
    border-color: #72d0fb;
}
.btn-info:disabled {
    color: #ffffff;
    background-color: #72d0fb;
    border-color: #72d0fb;
}
.btn-info:active {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-info:hover {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-info.focus {
    color: #ffffff;
    background-color: #59c8fa;
    border-color: #59c8fa;
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.btn-info:focus {
    color: #ffffff;
    background-color: #59c8fa;
    border-color: #59c8fa;
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.btn-info:visited {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-info:not(:disabled):not(.disabled).active {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-info:not(:disabled):not(.disabled):active {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}

/* -- Info Button Outline -- */
.btn-outline-info {
    color: #72d0fb;
    border-color: #72d0fb;
}
.btn-outline-info:active {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.btn-outline-info:visited {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}

.open > .dropdown-toggle.btn-info {
    background-color: #59c8fa;
    border-color: #59c8fa;
}

.show > .btn-outline-info.dropdown-toggle {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}
.show > .btn-info.dropdown-toggle {
    background-color: #59c8fa;
    border-color: #59c8fa;
}
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}

/* -- Light Button -- */
.btn-light {
    color: #8A98AC;
    background-color: #dcdde1;
    border-color: #dcdde1;
    box-shadow: none;
}
.btn-light .disabled {
    color: #ffffff;
    background-color: #dcdde1;
    border-color: #dcdde1;
}
.btn-light:disabled {
    color: #ffffff;
    background-color: #dcdde1;
    border-color: #dcdde1;
}
.btn-light:active {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-light:hover {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-light.focus {
    color: #8A98AC;
    background-color: #ced0d5;
    border-color: #ced0d5;
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.btn-light:focus {
    color: #8A98AC;
    background-color: #ced0d5;
    border-color: #ced0d5;
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.btn-light:visited {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-light:not(:disabled):not(.disabled).active {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}

/* -- Light Button Outline -- */
.btn-outline-light {
    color: #dcdde1;
    border-color: #dcdde1;
}
.btn-outline-light:active {
    color: #ffffff;
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-outline-light:hover {
    color: #ffffff;
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.btn-outline-light:visited {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-outline-light:not(:disabled):not(.disabled).active {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}

.open > .dropdown-toggle.btn-light {
    background-color: #ced0d5;
    border-color: #ced0d5;
}

.show > .btn-outline-light.dropdown-toggle {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}
.show > .btn-light.dropdown-toggle {
    background-color: #ced0d5;
    border-color: #ced0d5;
}
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #dfe0e3;
}

/* -- Dark Button -- */
.btn-dark {
    color: #ffffff;
    background-color: #2d3646;
    border-color: #2d3646;
    box-shadow: none;
}
.btn-dark .disabled {
    color: #ffffff;
    background-color: #2d3646;
    border-color: #2d3646;
}
.btn-dark:disabled {
    color: #ffffff;
    background-color: #2d3646;
    border-color: #2d3646;
}
.btn-dark:active {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-dark:hover {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-dark.focus {
    color: #ffffff;
    background-color: #232a36;
    border-color: #232a36;
    box-shadow: 0 0 0 0.2rem #556684;
}
.btn-dark:focus {
    color: #ffffff;
    background-color: #232a36;
    border-color: #232a36;
    box-shadow: 0 0 0 0.2rem #556684;
}
.btn-dark:visited {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-dark:not(:disabled):not(.disabled).active {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}

/* -- Dark Button Outline -- */
.btn-outline-dark {
    color: #2d3646;
    background-image: none;
    background-color: transparent;
    border-color: #2d3646;
}
.btn-outline-dark:active {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #232a36;
    border-color: #232a36;
}
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem #556684;
}
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}
.btn-outline-dark:visited {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-outline-dark:not(:disabled):not(.disabled).active {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #232a36;
    border-color: #232a36;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}

.open > .dropdown-toggle.btn-dark {
    background-color: #232a36;
    border-color: #232a36;
}

.show > .btn-outline-dark.dropdown-toggle {
    background-color: #232a36;
    border-color: #232a36;
}
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}
.show > .btn-dark.dropdown-toggle {
    background-color: #232a36;
    border-color: #232a36;
}
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #556684;
}

/* -- Default Button -- */
.btn-default {
    color: #ffffff;
    background-color: #6e81dc;
    border-color: #6e81dc;
    box-shadow: none;
}
.btn-default .disabled {
    color: #ffffff;
    background-color: #6e81dc;
    border-color: #6e81dc;
}
.btn-default:disabled {
    color: #ffffff;
    background-color: #6e81dc;
    border-color: #6e81dc;
}
.btn-default:active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-default.focus {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-default:focus {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-default:visited {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-default:not(:disabled):not(.disabled).active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-default:not(:disabled):not(.disabled):active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

/* -- Default Button Outline -- */
.btn-outline-default {
    color: #6e81dc;
    border-color: #6e81dc;
}
.btn-outline-default:active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-default:hover {
    color: #ffffff;
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-outline-default:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-outline-default:visited {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-default:not(:disabled):not(.disabled).active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-default:not(:disabled):not(.disabled):active {
    background-color: #596fd7;
    border-color: #596fd7;
}
.btn-outline-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

.open > .dropdown-toggle.btn-default {
    background-color: #596fd7;
    border-color: #596fd7;
}

.show > .btn-outline-default.dropdown-toggle {
    background-color: #596fd7;
    border-color: #596fd7;
}
.show > .btn-outline-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}
.show > .btn-default.dropdown-toggle {
    background-color: #596fd7;
    border-color: #596fd7;
}
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

/* -- Link Buttons -- */
.btn-primary-rgba {
    background-color: rgba(110, 129, 220, 0.1);
    border: none;
    color: #6e81dc;
}

.btn-primary-rgba:hover {
    background-color: #6e81dc;
    border: none;
    color: #ffffff;
}

.btn-primary-rgba:focus {
    background-color: #6e81dc;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #c0c8f0;
}

.btn-secondary-rgba {
    background-color: rgba(113, 128, 147, 0.1);
    border: none;
    color: #718093;
}

.btn-secondary-rgba:hover {
    background-color: #718093;
    border: none;
    color: #ffffff;
}

.btn-secondary-rgba:focus {
    background-color: #718093;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #7f8d9e;
}

.btn-success-rgba {
    background-color: rgba(95, 194, 126, 0.1);
    border: none;
    color: #5fc27e;
}

.btn-success-rgba:hover {
    background-color: #5fc27e;
    border: none;
    color: #ffffff;
}

.btn-success-rgba:focus {
    background-color: #5fc27e;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #a9deba;
}

.btn-danger-rgba {
    background-color: rgba(244, 68, 85, 0.1);
    border: none;
    color: #f44455;
}

.btn-danger-rgba:hover {
    background-color: #f44455;
    border: none;
    color: #ffffff;
}

.btn-danger-rgba:focus {
    background-color: #f44455;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #faa4ad;
}

.btn-warning-rgba {
    background-color: rgba(252, 193, 0, 0.1);
    border: none;
    color: #fcc100;
}

.btn-warning-rgba:hover {
    background-color: #fcc100;
    border: none;
    color: #ffffff;
}

.btn-warning-rgba:focus {
    background-color: #fcc100;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #ffda63;
}

.btn-info-rgba {
    background-color: rgba(114, 208, 251, 0.1);
    border: none;
    color: #72d0fb;
}

.btn-info-rgba:hover {
    background-color: #72d0fb;
    border: none;
    color: #ffffff;
}

.btn-info-rgba:focus {
    background-color: #72d0fb;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #d5f1fe;
}

.btn-light-rgba {
    background-color: rgba(220, 221, 225, 0.1);
    border: none;
    color: #8A98AC;
}

.btn-light-rgba:hover {
    background-color: #dcdde1;
    border: none;
    color: #ffffff;
}

.btn-light-rgba:focus {
    background-color: #dcdde1;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #e4e5e8;
}

.btn-dark-rgba {
    background-color: rgba(45, 54, 70, 0.1);
    border: none;
    color: #2d3646;
}

.btn-dark-rgba:hover {
    background-color: #2d3646;
    border: none;
    color: #ffffff;
}

.btn-dark-rgba:focus {
    background-color: #2d3646;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #556684;
}

/*
-------------------------------
    : Custom - Alerts css :
-------------------------------
*/
.alert {
    border: 0;
}
.alert .alert-heading {
    font-size: 20px;
}
.alert .alert-link {
    font-weight: 800;
}

.alert-primary {
    color: #6e81dc;
    background-color: rgba(110, 129, 220, 0.1);
    border-color: rgba(110, 129, 220, 0.1);
}
.alert-primary .alert-link {
    color: #6e81dc;
}
.alert-primary hr {
    border-top-color: #6e81dc;
}

.alert-secondary {
    color: #718093;
    background-color: rgba(113, 128, 147, 0.1);
    border-color: rgba(113, 128, 147, 0.1);
}
.alert-secondary .alert-link {
    color: #718093;
}
.alert-secondary hr {
    border-top-color: #718093;
}

.alert-success {
    color: #5fc27e;
    background-color: rgba(95, 194, 126, 0.1);
    border-color: rgba(95, 194, 126, 0.1);
}
.alert-success .alert-link {
    color: #5fc27e;
}
.alert-success hr {
    border-top-color: #5fc27e;
}

.alert-danger {
    color: #f44455;
    background-color: rgba(244, 68, 85, 0.1);
    border-color: rgba(244, 68, 85, 0.1);
}
.alert-danger .alert-link {
    color: #f44455;
}
.alert-danger hr {
    border-top-color: #f44455;
}

.alert-warning {
    color: #fcc100;
    background-color: rgba(252, 193, 0, 0.1);
    border-color: rgba(252, 193, 0, 0.1);
}
.alert-warning .alert-link {
    color: #fcc100;
}
.alert-warning hr {
    border-top-color: #fcc100;
}

.alert-info {
    color: #72d0fb;
    background-color: rgba(114, 208, 251, 0.1);
    border-color: rgba(114, 208, 251, 0.1);
}
.alert-info .alert-link {
    color: #72d0fb;
}
.alert-info hr {
    border-top-color: #72d0fb;
}

.alert-light {
    color: #8A98AC;
    background-color: rgba(220, 221, 225, 0.1);
    border-color: rgba(220, 221, 225, 0.1);
}
.alert-light .alert-link {
    color: #8A98AC;
}
.alert-light hr {
    border-top-color: #8A98AC;
}

.alert-dark {
    color: #2d3646;
    background-color: rgba(45, 54, 70, 0.1);
    border-color: rgba(45, 54, 70, 0.1);
}
.alert-dark .alert-link {
    color: #2d3646;
}
.alert-dark hr {
    border-top-color: #2d3646;
}

/*
-------------------------------
    : Custom - Badges css :
-------------------------------
*/
.badge {
    font-weight: 600;
}

.badge-default {
    background-color: #6e81dc;
    color: #ffffff;
}
.badge-default[href]:hover {
    background-color: #596fd7;
}
.badge-default[href]:focus {
    background-color: #596fd7;
}

.badge-primary {
    background-color: #6e81dc;
}
.badge-primary[href]:hover {
    background-color: #596fd7;
}
.badge-primary[href]:focus {
    background-color: #596fd7;
}

.badge-secondary {
    background-color: #718093;
}
.badge-secondary[href]:hover {
    background-color: #657385;
}
.badge-secondary[href]:focus {
    background-color: #657385;
}

.badge-success {
    background-color: #5fc27e;
}
.badge-success[href]:hover {
    background-color: #4dbb6f;
}
.badge-success[href]:focus {
    background-color: #4dbb6f;
}

.badge-danger {
    background-color: #f44455;
}
.badge-danger[href]:hover {
    background-color: #f32c3f;
}
.badge-danger[href]:focus {
    background-color: #f32c3f;
}

.badge-warning {
    color: #ffffff;
    background-color: #fcc100;
}
.badge-warning[href]:hover {
    background-color: #e3ad00;
}
.badge-warning[href]:focus {
    background-color: #e3ad00;
}

.badge-info {
    background-color: #72d0fb;
}
.badge-info[href]:hover {
    background-color: #59c8fa;
}
.badge-info[href]:focus {
    background-color: #59c8fa;
}

.badge-light {
    color: #8A98AC;
    background-color: #dcdde1;
}
.badge-light[href]:hover {
    background-color: #ced0d5;
}
.badge-light[href]:focus {
    background-color: #ced0d5;
}

.badge-dark {
    background-color: #2d3646;
}
.badge-dark[href]:hover {
    background-color: #232a36;
}
.badge-dark[href]:focus {
    background-color: #232a36;
}

.badge-default-inverse {
    background-color: rgba(110, 129, 220, 0.1);
    color: #6e81dc;
}
.badge-default-inverse[href]:hover {
    background-color: #596fd7;
}
.badge-default-inverse[href]:focus {
    background-color: #596fd7;
}

.badge-primary-inverse {
    background-color: rgba(110, 129, 220, 0.1);
    color: #6e81dc;
}
.badge-primary-inverse[href]:hover {
    background-color: #596fd7;
    color: #ffffff;
}
.badge-primary-inverse[href]:focus {
    background-color: #596fd7;
    color: #ffffff;
}

.badge-secondary-inverse {
    background-color: rgba(113, 128, 147, 0.1);
    color: #718093;
}
.badge-secondary-inverse[href]:hover {
    background-color: #657385;
    color: #ffffff;
}
.badge-secondary-inverse[href]:focus {
    background-color: #657385;
    color: #ffffff;
}

.badge-success-inverse {
    background-color: rgba(95, 194, 126, 0.1);
    color: #5fc27e;
}
.badge-success-inverse[href]:hover {
    background-color: #4dbb6f;
    color: #ffffff;
}
.badge-success-inverse[href]:focus {
    background-color: #4dbb6f;
    color: #ffffff;
}

.badge-danger-inverse {
    background-color: rgba(244, 68, 85, 0.1);
    color: #f44455;
}
.badge-danger-inverse[href]:hover {
    background-color: #f32c3f;
    color: #ffffff;
}
.badge-danger-inverse[href]:focus {
    background-color: #f32c3f;
    color: #ffffff;
}

.badge-warning-inverse {
    background-color: rgba(252, 193, 0, 0.1);
    color: #fcc100;
}
.badge-warning-inverse[href]:hover {
    background-color: #e3ad00;
    color: #ffffff;
}
.badge-warning-inverse[href]:focus {
    background-color: #e3ad00;
    color: #ffffff;
}

.badge-info-inverse {
    background-color: rgba(114, 208, 251, 0.1);
    color: #72d0fb;
}
.badge-info-inverse[href]:hover {
    background-color: #59c8fa;
    color: #ffffff;
}
.badge-info-inverse[href]:focus {
    background-color: #59c8fa;
    color: #ffffff;
}

.badge-light-inverse {
    background-color: rgba(220, 221, 225, 0.1);
    color: #8A98AC;
}
.badge-light-inverse[href]:hover {
    background-color: #ced0d5;
    color: #8A98AC;
}
.badge-light-inverse[href]:focus {
    background-color: #ced0d5;
    color: #8A98AC;
}

.badge-dark-inverse {
    background-color: rgba(45, 54, 70, 0.1);
    color: #2d3646;
}
.badge-dark-inverse[href]:hover {
    background-color: #232a36;
    color: #ffffff;
}
.badge-dark-inverse[href]:focus {
    background-color: #232a36;
    color: #ffffff;
}

.modal-content {
    color: #fff;
}
