/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
    /* #f0f0f0 in decimal RGB */
    --cor-gremio: 0, 173, 238;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    background: #181c1f;
    letter-spacing: .01rem;
}

.color {
    color: #00adee;
}


.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 60px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.logo {
    display: flex;
    justify-content: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar-brand img {
    height: 64px;
}


.name-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: .5rem;
}

.name-content span:first-child {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: .15rem;
}

.name-content span:last-child {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 100;
}


.navbar .navbar-toggler {
    top: .25rem;
    margin-left: .25rem;
    border: none;
    /*right: 1rem;*/
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wellcome-user {
    margin-right: .5rem;
    margin-left: .2rem;
    line-height: 1rem;
    font-size: .8rem;
    font-weight: 400;
}

.nav-link span:first-child {
    margin-left: 5px;
}

.nav-link span svg {
    width: 20px !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* FORM */
input:required + label:after {
    content: ' *';
}

.form-control {
    background-clip: unset;
}

input.form-control-default {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input.form-control-default:focus-visible {
    border-color: #6c757d;
    outline-width: 0;
}

.input-group > .form-control-default, .input-group > .form-select-default, .input-group > .form-floating-default {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-sm > .form-control-default, .input-group-sm > .form-select-default, .input-group-sm > .input-group-text-default, .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-select-default {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:required + label, select.form-select:required + label {
    font-weight: 500 !important;
    /*font-style: italic;*/

}

input + label, textarea + label {
    font-weight: 300;
}

textarea + label {
    text-wrap: auto !important;
}

.input-group > .form-control:focus {
    z-index: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important
}

form .form-footer, .row-buttons {
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #00000025;*/
}

.form-floating {
    margin-bottom: 15px;
}

.form-file {
    position: relative;
}

.form-file .btn-outline-help {
    position: absolute !important;
    right: 0;
    top: 22px;
    padding: 0 5px;

}

.form-floating textarea.form-control {
    height: 100px;
}

.form-captcha #id_captcha_1 {
    width: 100%;
    height: 28px;

}

.form-captcha #id_captcha_1::placeholder {
    font-size: 12px;
}

.form-captcha .js-captcha-refresh {
    border: none;
}

.form-captcha .js-captcha-refresh:active,
.form-captcha .js-captcha-refresh:hover {
    border: none;
}

.form-floating input,
.form-floating select,
.form-captcha #id_captcha_1,
.form-floating textarea,
.form-floating input.is-invalid {
    border: 1px solid #ced4da;
    transition: border-bottom-color 0.2s linear;
}

.form-floating input:not(:placeholder-shown),
.form-floating textarea:not(:placeholder-shown),
.form-captcha #id_captcha_1:not(:placeholder-shown),
.form-floating select:not([data-selected="-1"]) {
    border-bottom: 3px solid #0d6efd80;
}

/*.form-floating select[data-selected="-1"] {*/
/*    border-bottom: 1px solid #ced4da;*/
/*}*/

.form-floating select:not([data-selected="-1"]):not(.is-invalid) {
    border-bottom: 3px solid #0d6efd80;
}

.form-floating input:focus,
.form-floating textarea:focus,
.form-floating select:focus,
.form-captcha #id_captcha_1:focus {
    color: #212529;
    /*background-color: #fff;*/
    /*border-color: #ced4da;*/
    /*outline: 0;*/

    border-bottom: 3px solid var(--bs-primary);
    /*box-shadow: none;*/
}

.form-floating > input.is-invalid,
.form-floating > select.is-invalid,
.form-floating > select.is-invalid:focus {
    border-color: #ced4da;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 3px solid #dc354550;
    color: var(--bs-danger);
}


/*.form-floating > input.is-invalid:focus {*/
/*    border-bottom: 3px solid var(--bs-danger);*/
/*    color: var(--bs-danger);*/
/*}*/

input[type=file],
input[type=file]:active,
input[type=file]:focus {
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #e9ecef;
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .5;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 2.325rem;
    padding-bottom: 0.625rem;
}

.form-control, .form-select {
    border: none;
    border-radius: 0;
    color: var(--bs-gray-dark);
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: unset;
}


.form-control:focus, .form-select:focus, .form-control.is-invalid:focus,
.form-captcha input:focus {
    color: var(--bs-gray-dark);
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    border-bottom: none;
    box-shadow: none !important;
}

.btn-outline-help {
    position: absolute !important;
    right: 10px;
    top: 12px;
    color: #0d6efd;
    border: none;
    border-radius: 0;
    padding: 5px;
}

.form-control.is-invalid ~ .btn-outline-help {
    right: 25px
}

.form-floating.form-help .btn-outline-help {
    right: 27px;
}

.btn-outline-help:focus {
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.tooltip-inner {
    text-align: left;
}


.form-dark input + label, .form-dark select + label {
    font-weight: 300;
    /*color: #f6f6f6;*/
}

.form-dark .form-control, .form-dark .form-select {
    color: #d3d3d3;
}


.form-dark input:-webkit-autofill,
.form-dark input:-webkit-autofill:hover,
.form-dark input:-webkit-autofill:focus,
.form-dark textarea:-webkit-autofill,
.form-dark textarea:-webkit-autofill:hover,
.form-dark textarea:-webkit-autofill:focus,
.form-dark select:-webkit-autofill,
.form-dark select:-webkit-autofill:hover,
.form-dark select:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
    -webkit-box-shadow: 0 0 0 1000px #343941 inset !important

}

.form-dark .form-floating input,
.form-dark .form-floating select,
.form-dark .form-floating textarea,
.form-dark .form-floating input.is-invalid {
    border: none;
    background-color: #343941;
    transition: border-bottom-color 0.2s linear;
}

.form-dark .form-floating input:not(:placeholder-shown),
.form-dark .form-floating textarea:not(:placeholder-shown),
.form-dark .form-floating select:not([data-selected="-1"]) {
    border-bottom: 3px solid #0d6efd;
}


.form-dark .form-floating select:not([data-selected="-1"]):not(.is-invalid) {
    border-bottom: 3px solid #0d6efd80;
}

.form-dark .form-floating input:focus,
.form-dark .form-floating textarea:focus,
.form-dark .form-floating select:focus {
    color: #d3d3d3;
    /*background-color: #fff;*/
    /*border-color: #ced4da;*/
    /*outline: 0;*/
    border-bottom: 3px solid var(--bs-primary);
    /*box-shadow: none;*/
}

/* FORM CAPTCHA */

/* FORM SELECT */

.form-select {
    background-position: right .8rem bottom 20px;
}

.form-floating > .form-select ~ label {
    transition: all .1s ease-out;
}


.form-floating > .form-select[data-selected="-1"] ~ label {
    top: 13px;
    opacity: 1;
    font-weight: 300;
    font-size: 1rem;
}

.form-floating > .form-select[data-selected="-1"]:required ~ label::after {
    content: " *";
}

.form-control, .form-select {
    border: none;
    border-radius: 0;
    color: #212529;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: unset;
}

.form-dark .form-floating.select:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 46%;
    right: 10px;
    content: "";
    z-index: 98;
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    background-position: right .8rem bottom 15px, right 2rem bottom 15px;
}


.was-validated .form-select:invalid, .form-dark .form-select.is-invalid {
    background-position: right .8rem bottom 18px, right 2rem bottom 18px;
}

.form-floating .form-select:not(.is-invalid) ~ button {
    right: 28px;
}

.form-dark .form-control:focus,
.form-dark .form-select:focus,
.form-dark .form-control.is-invalid:focus {
    color: var(--bs-gray-dark);
    background-color: #343941;

    border-color: #ced4da;
    outline: 0;
    border-bottom: none;
    box-shadow: none !important;
}


.form-choices {
    display: flex;
    flex-direction: column;
    border: 1px solid #ced4da;
    padding: 8px 16px 8px 16px;
    margin-bottom: 16px;
    position: relative;
}

.form-dark .form-choices {
    border: 1px solid #181c1f;
}

.form-choices ul.custom-multiple-select {
    margin: 8px 0;
}

/* MESSAGES */
.messages {
    background-color: transparent;
}

.alert {
    padding: .5rem;
    margin-bottom: .5rem;
}

.alert .btn-close {
    padding: .5rem;
    font-size: .6rem;
}

.alert a {
    text-decoration: none;
    color: unset;
    font-weight: 300;
}

.alert-danger {
    background-color: #f8d7da;

}


.row {
    display: flex;
    flex-wrap: wrap;
}

.row.list-header-padrao {
    font-weight: 400;
    margin: 0 0 0 0;
    color: hsla(0, 0%, 100%, .7) !important;
    line-height: 36px;
    background: #74788a33;
}

.row .list-padrao {
    border-top: .0625rem solid #e3e3e31c;
    margin: 0 0 10px 0;
    color: hsla(0, 0%, 100%, .7) !important;
    padding: 10px 0;
    font-size: 0.987rem;
    font-weight: 100;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    transition: border .3s, background .8s;
    /*display: flex;*/
    align-items: center
}


.row .list-padrao:hover {
    border-left: #0e84f8 3px solid;
    background: rgba(54, 54, 90, 0.5);
    /*background: rgba(54, 54, 90, 0.5) radial-gradient(circle, transparent 1%, #1e1e2e80 1%) center/15000%;*/
}

.row .list-padrao [class*='col-']:first-child {
    padding-left: 15px;
}

.row .list-padrao:active {
    /*background-color: #0e84f880;*/
    /*background-size: 100%;*/
    /*transition: background 0s;*/
}

.row .list-padrao button, .row .list-padrao a {
    margin: 0 0 0 0px !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    position: relative;
}

div .choices__list--multiple .choices__item {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

ul .dropdown-menu {
    max-height: 29vw;
    overflow-y: auto;
}

.dropdown-toggle {
    display: block;
    background-color: #00000000;
    border: none;
    color: #fff;
}

.dropdown-toggle::after {
    content: none;
}

.card.bg-dark {
    color: #818896;
    font-weight: 300;
}


/* BUTTONS */

.btn {
    border-radius: 0;
    transition: background 0.8s;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none
}

.btn-list {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.list-default.light .btn-list {
    color: var(--bs-dark) !important;
}

.btn-list-small {
    font-size: 14px;
    padding: 5px;
    color: rgba(255, 255, 255, .7);


}

.bg-dark .btn.btn-link:hover,
.bg-dark .btn.btn-link:focus,
.bg-dark .btn.btn-link:active,
.bg-dark .navbar .navbar-nav > a.btn.btn-link:hover,
.bg-dark .navbar .navbar-nav > a.btn.btn-link:focus,
.bg-dark .navbar .navbar-nav > a.btn.btn-link:active {
    background-color: transparent !important;
    background-image: none !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: none;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
}


.button-group label {
    border-radius: 4px;
    font-size: .8rem;
    line-height: .8rem;
    padding: 5px 10px
}

.button-group > label:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-group > label:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 13px;
    right: 13px;
    background-color: #00adee;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #181c1f;
    transition: all 1s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float:hover {
    background-color: #006fee;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #181c1f;

}

.my-float {
}

.float:hover .my-float {
    font-size: 24px;
}

div.divider {
    border-bottom: 1px solid #c3c3c3;
    margin: 20px 0;

    position: relative;
}

div.divider span {
    position: absolute;
    bottom: -11px;
    background: white;
    padding: 0 5px;
    color: #212529;
    font-weight: 200;

}

.row.list-default {
    border-top: .0625rem solid #e3e3e340;
    margin: 0 0 0 0;
    color: hsla(0, 0%, 100%, .7) !important;
    padding: 10px 0;
    font-size: 0.987rem;
    font-weight: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: border .3s, background .8s;
    /*display: flex;*/
    align-items: center
}

.row.list-default.light {
    border-top: .0625rem solid #e3e3e340;
    margin: 0 0 10px 0;
    color: rgb(33, 37, 41) !important;
    padding: 10px 0;
    font-size: 0.987rem;
    font-weight: 300;
}


.row.list-default:last-child {
    margin-bottom: 0;
}


.row.list-default:hover {
    border-left: #0e84f8 3px solid;
    background: rgba(54, 54, 90, 0.5);
    /*background: rgba(54, 54, 90, 0.5) radial-gradient(circle, transparent 1%, #1e1e2e80 1%) center/15000%;*/
}

.row.list-default > [class*='col-']:first-child {
    padding-left: 15px;
}

.row .list-default:active {
    /*background-color: #0e84f880;*/
    /*background-size: 100%;*/
    /*transition: background 0s;*/
}

.row.list-default button.icon-button {
    margin: 0 0 0 0px !important;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
}

.pagination.bg-dark li a {
    background-color: unset;
    border: 0.0625rem solid #e3e3e340;
}

.pagination .page-item.disabled a.page-link {
    border: 0.0625rem solid #e3e3e340;
    background-color: #e3e3e340;
}

.card .card-title {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: .0rem;
}

.card .card-header [class*='col-'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.card .card-header .card-title {*/
/*    color: #ffffff;*/
/*    font-weight: 100;*/
/*}*/

.card .card-header .card-category {
    font-size: 0.75rem;
    color: #9A9A9A;
    margin-bottom: 5px;
    font-weight: 300;
}

.card .card-title-translation {
    margin-top: .5rem;
    font-weight: 200;
    font-size: .85rem;
    font-style: italic;
    /*text-transform: capitalize;*/
}

/* CUSTOM SELECT MULTIPLE */
.form-dark .custom-select {
    border-radius: 4px;
    border: 1px solid #181c1f;
    /*padding-bottom: 12px;*/
}

.custom-select {
    border: 1px solid #ced4da;
    position: relative;
    padding-top: 15px;
    /*margin-top: 20px;*/
}

.custom-select > label {
    position: absolute;
    top: -11px;
    left: 5px;
    background: white;
    padding: 0 5px;
}

.form-dark .custom-select > label {
    background: #202428;

}

.custom-select {
    margin-bottom: 15px;
}

.custom-select ul {
    padding: 0 16px;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    max-width: 100%;
    justify-content: space-around;
    gap: 0 6px;

}

.custom-select ul li {
    /*padding: 0 5px;*/
    margin-bottom: 5px;
    list-style: none;
    display: inline-block;
    flex: 1 1 0;
}

.custom-select input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.custom-select ul input[type="checkbox"] {
    display: none;
}


.custom-select ul label {
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 400;
    border: 1px solid #444;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select-lg ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.custom-select-lg ul label {
    font-size: 1rem;
}

.custom-select ul label:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.form-dark .custom-select ul label {
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}


.custom-select input[type="radio"]:checked + label,
.custom-select input[type="checkbox"]:checked + label {
    background-color: #0d6efd !important;
    border-color: white !important;
    color: white;
    box-shadow: 0px 0px 10px 0px var(--primary);
}

.form-dark .custom-select input[type="radio"]:checked + label,
.form-dark .custom-select input[type="checkbox"]:checked + label {
    border-color: #0d6efd !important;
    color: white;
}

.custom-select ul label:before {
    position: absolute;
    top: 15px;
    width: 15px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
    right: -1px;
}

.btn.btn-link.btn-nav {
    padding: 4px;
    text-decoration: none;
}

.bg-dark #containerMessages .messages {
    margin-top: 14px;
    background: transparent;
}

.bg-dark #containerMessages .messages .alert-danger {
    color: rgba(255, 255, 255, 0.698);
    background: #3e1919
}

.fs-7 {
    font-size: .8rem;
    line-height: 1rem;
}

.fs-8 {
    font-size: .7rem;
    line-height: .9rem;
}

/*ul :checked + label:before {*/
/*    content: "✓";*/
/*    transform: scale(1);*/
/*}*/

/* MULTIPLE SELECTS */
ul.custom-multiple-select {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
    align-content: flex-start;
    padding-left: 0;
    gap: 5px 10px
}

ul.custom-multiple-select li {
    /* padding: 0 5px; */
    margin-bottom: 5px;
    list-style: none;
    display: inline-block;
    flex: 1 1 0;
}

/*form.respostas input[type="radio"] {*/
/*    opacity: 0;*/
/*    position: fixed;*/
/*    width: 0;*/
/*}*/

ul.custom-multiple-select input[type="checkbox"],
ul.custom-multiple-select input[type="radio"] {
    display: none;
}


ul.custom-multiple-select label {
    /*padding: 5px 10px;*/
    /*font-size: 1rem;*/
    /*border-radius: 4px;*/
    /*position: relative;*/
    /*cursor: pointer;*/
    /*color: white;*/
    /*border: 2px solid var(--bs-secondary);*/
    /*background: var(--bs-secondary);*/
    /*width: 100%;*/

    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 5px 10px;
    font-size: .8rem;
    border-radius: 4px;
    cursor: pointer;
    transition: .5s all;
}

.pointer {
    cursor: pointer;
}

ul.custom-multiple-select label:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

ul.custom-multiple-select input[type="radio"]:checked + label,
ul.custom-multiple-select input[type="checkbox"]:checked + label {
    background-color: var(--bs-primary);
    border: 2px solid var(--bs-primary);

    color: white;
    /*box-shadow: 0 0 10px 0 var(--primary);*/
}

.card-player .profile-bg {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    object-fit: cover;
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
}

.card-player .content-player-data {
    margin-top: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.card-player .player-img {
    object-position: center top;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid white;
    filter: drop-shadow(0px 0px 16px black);
}

.card-player .content-player-data span:not(:last-child) {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding: 8px 0;
}

.player-img {
    object-position: center top;
    object-fit: cover;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid white;
    filter: drop-shadow(0px 0px 16px black);
}

.card-player .content-player-data span {
    width: calc(100% - 32px);
    text-align: center;
    padding-top: 8px;
}

.img-club {
    /* object-position: bottom; */
    /* object-fit: cover; */
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    /* border: 2px solid white; */
    /* filter: drop-shadow(0px 0px 16px black); */
    background: #212529;
}


ul.custom-multiple-select label:before {
    position: absolute;
    top: 14px;
    width: 12px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
    right: 0;
}


/* Questionario */
.cor-dor-0 {
    background-image: linear-gradient(to bottom left, #00c70e, #19a923, #00c70e);
}

.cor-dor-1 {
    background-image: linear-gradient(to bottom left, #46ca00, #4ba81a, #46ca00);
}

.cor-dor-2 {
    background-image: linear-gradient(to bottom left, #ffcd00, #cba50b, #ffcd00);
}

.cor-dor-3 {
    background-image: linear-gradient(to bottom left, #ff9a00, #d38713, #ff9a00);
}

.cor-dor-4 {
    background-image: linear-gradient(to bottom left, #ff6800, #e16812, #ff6800);
}

.cor-dor-5 {
    background-image: linear-gradient(to bottom left, #ff490f, #b93710, #ff490f);
}

/*ul.custom-multiple-select :checked + label:before {*/
/*    content: "✓";*/
/*    transform: scale(1);*/
/*}*/

.notification-popup {
    display: block;
    position: fixed;
    bottom: -50px;
    right: 7px;
    animation: movein 0.5s ease forwards, moveout 0.5s 5s ease forwards;
}

@keyframes movein {
    from {
        bottom: -50px;
    }
    to {
        bottom: 7px;
        display: block;
    }
}

@keyframes moveout {
    from {
        bottom: 7px;
    }
    to {
        bottom: -50px;
        display: none;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


@media screen and (max-width: 768px) {
    .card-item {
        text-align: center !important;
        border: 0.0625rem solid #e3e3e340;;
        border-radius: 4px;
        transition: .4s;
        box-shadow: none;
    }

    .card-item:active, .card-item:hover {
        box-shadow: 2px 2px 5px #0f0f0f45;

    }

    .list-default.card-item {
        margin-bottom: 1rem;
        padding: 5px;

    }

    .list-default div[class~="col-12"] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 3px 0;
    }

    .list-default div[class~="col-12"]:first-child {
        padding-left: 0;
    }

    .list-default div[class~="col-12"]:last-child {
        padding-right: 0;
    }

    .list-default div {
        padding: 0
    }

    .card-body .card-item {
        margin-bottom: 1rem;
    }

    .card-item .button-group {
        display: flex;
        justify-content: center;
    }


    .float {
        bottom: 10px;
        right: 10px;
    }

}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }

    .card-item {
        text-align: center !important;
        border: 0.0625rem solid #e3e3e340;;
        border-radius: 8px;
        transition: .4s;
        box-shadow: none;
    }

    .card-item:active, .card-item:hover {
        box-shadow: 2px 2px 5px #0f0f0f45;

    }

    .list-padrao.card-item {
        margin-bottom: 1rem;
        padding: 5px;

    }

    .list-padrao div[class~="col-12"] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 3px 0;
    }

    .list-padrao div[class~="col-12"]:first-child {
        padding-left: 0;
    }

    .list-padrao div[class~="col-12"]:last-child {
        padding-right: 0;
    }

    .list-padrao div {
        padding: 0
    }

    .card-body .card-item {
        margin-bottom: 1rem;
    }

    .card-item .button-group {
        display: flex;
        justify-content: center;
    }

}
