/* lines-custom 2460 - 3078 */

.psy-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.psy-btn:hover, .psy-btn:focus {
    text-decoration: none;
}

.psy-btn:focus, .psy-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.25);
}

.psy-btn.disabled, .psy-btn:disabled {
    opacity: 0.65;
}

.psy-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.psy-btn:not(:disabled):not(.disabled):active, .psy-btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.psy-btn.disabled,
fieldset:disabled a.psy-btn {
    pointer-events: none;
}

.psy-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.psy-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.psy-btn-primary:focus, .psy-btn-primary.focus {
    box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.5);
}

.psy-btn-primary.disabled, .psy-btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.psy-btn-primary:not(:disabled):not(.disabled):active, .psy-btn-primary:not(:disabled):not(.disabled).active,
.show > .psy-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.psy-btn-primary:not(:disabled):not(.disabled):active:focus, .psy-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.psy-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.psy-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.psy-btn-secondary:focus, .psy-btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.psy-btn-secondary.disabled, .psy-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.psy-btn-secondary:not(:disabled):not(.disabled):active, .psy-btn-secondary:not(:disabled):not(.disabled).active,
.show > .psy-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.psy-btn-secondary:not(:disabled):not(.disabled):active:focus, .psy-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.psy-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.psy-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.psy-btn-success:focus, .psy-btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.psy-btn-success.disabled, .psy-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.psy-btn-success:not(:disabled):not(.disabled):active, .psy-btn-success:not(:disabled):not(.disabled).active,
.show > .psy-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.psy-btn-success:not(:disabled):not(.disabled):active:focus, .psy-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.psy-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.psy-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.psy-btn-info:focus, .psy-btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.psy-btn-info.disabled, .psy-btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.psy-btn-info:not(:disabled):not(.disabled):active, .psy-btn-info:not(:disabled):not(.disabled).active,
.show > .psy-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.psy-btn-info:not(:disabled):not(.disabled):active:focus, .psy-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.psy-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.psy-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.psy-btn-warning:focus, .psy-btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.psy-btn-warning.disabled, .psy-btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.psy-btn-warning:not(:disabled):not(.disabled):active, .psy-btn-warning:not(:disabled):not(.disabled).active,
.show > .psy-btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.psy-btn-warning:not(:disabled):not(.disabled):active:focus, .psy-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.psy-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.psy-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.psy-btn-danger:focus, .psy-btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.psy-btn-danger.disabled, .psy-btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.psy-btn-danger:not(:disabled):not(.disabled):active, .psy-btn-danger:not(:disabled):not(.disabled).active,
.show > .psy-btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.psy-btn-danger:not(:disabled):not(.disabled):active:focus, .psy-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.psy-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.psy-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.psy-btn-light:focus, .psy-btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.psy-btn-light.disabled, .psy-btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.psy-btn-light:not(:disabled):not(.disabled):active, .psy-btn-light:not(:disabled):not(.disabled).active,
.show > .psy-btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.psy-btn-light:not(:disabled):not(.disabled):active:focus, .psy-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.psy-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.psy-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.psy-btn-dark:focus, .psy-btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.psy-btn-dark.disabled, .psy-btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.psy-btn-dark:not(:disabled):not(.disabled):active, .psy-btn-dark:not(:disabled):not(.disabled).active,
.show > .psy-btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.psy-btn-dark:not(:disabled):not(.disabled):active:focus, .psy-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.psy-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.psy-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.psy-btn-outline-primary:focus, .psy-btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.psy-btn-outline-primary.disabled, .psy-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.psy-btn-outline-primary:not(:disabled):not(.disabled):active, .psy-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.psy-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.psy-btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.psy-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.psy-btn-outline-secondary:focus, .psy-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.psy-btn-outline-secondary.disabled, .psy-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.psy-btn-outline-secondary:not(:disabled):not(.disabled):active, .psy-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.psy-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.psy-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.psy-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.psy-btn-outline-success:focus, .psy-btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.psy-btn-outline-success.disabled, .psy-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.psy-btn-outline-success:not(:disabled):not(.disabled):active, .psy-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.psy-btn-outline-success:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.psy-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.psy-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.psy-btn-outline-info:focus, .psy-btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.psy-btn-outline-info.disabled, .psy-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.psy-btn-outline-info:not(:disabled):not(.disabled):active, .psy-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.psy-btn-outline-info:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.psy-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.psy-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.psy-btn-outline-warning:focus, .psy-btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.psy-btn-outline-warning.disabled, .psy-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.psy-btn-outline-warning:not(:disabled):not(.disabled):active, .psy-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.psy-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.psy-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.psy-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.psy-btn-outline-danger:focus, .psy-btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.psy-btn-outline-danger.disabled, .psy-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.psy-btn-outline-danger:not(:disabled):not(.disabled):active, .psy-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.psy-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.psy-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.psy-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.psy-btn-outline-light:focus, .psy-btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.psy-btn-outline-light.disabled, .psy-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.psy-btn-outline-light:not(:disabled):not(.disabled):active, .psy-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.psy-btn-outline-light:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.psy-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.psy-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.psy-btn-outline-dark:focus, .psy-btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.psy-btn-outline-dark.disabled, .psy-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.psy-btn-outline-dark:not(:disabled):not(.disabled):active, .psy-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .psy-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.psy-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .psy-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .psy-btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.psy-btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.psy-btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.psy-btn-link:focus, .psy-btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.psy-btn-link:disabled, .psy-btn-link.disabled {
    color: #6c757d;
}

.psy-btn-lg, .psy-btn-group-lg > .psy-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.psy-btn-sm, .psy-btn-group-sm > .psy-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}



/* lines-custom 4817 - 4931 */
.psy-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.psy-badge:empty {
    display: none;
}

.btn .psy-badge {
    position: relative;
    top: -1px;
}

.psy-badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.psy-badge-primary {
    color: #fff;
    background-color: #007bff;
}

.psy-badge-primary[href]:hover, .psy-badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.psy-badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.psy-badge-secondary[href]:hover, .psy-badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.psy-badge-success {
    color: #fff;
    background-color: #28a745;
}

.psy-badge-success[href]:hover, .psy-badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.psy-badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.psy-badge-info[href]:hover, .psy-badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.psy-badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.psy-badge-warning[href]:hover, .psy-badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.psy-badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.psy-badge-danger[href]:hover, .psy-badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.psy-badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.psy-badge-light[href]:hover, .psy-badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.psy-badge-dark {
    color: #fff;
    background-color: #343a40;
}

.psy-badge-dark[href]:hover, .psy-badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}


/* custom */
.psy-btn{
    border-radius: 0;
}
