@font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 700;
    src: url("../font/ProximaNova-Bold/ProximaNova-Bold.woff2") format("woff2"), url("../font/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"), url("../font/ProximaNova-Bold/ProximaNova-Bold.eot"), url("../font/ProximaNova-Bold/ProximaNova-Bold.ttf") format("truetype"), url("../font/ProximaNova-Bold/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 800;
    src: url("../font/ProximaNova-Extrabld/ProximaNova-Extrabld.woff2") format("woff2"), url("../font/ProximaNova-Extrabld/ProximaNova-Extrabld.woff") format("woff"), url("../font/ProximaNova-Extrabld/ProximaNova-Extrabld.ttf") format("truetype"), url("../font/ProximaNova-Extrabld/ProximaNova-Extrabld.eot"), url("../font/ProximaNova-Extrabld/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 400;
    src: url("../font/ProximaNova-Regular/ProximaNova-Regular.woff2") format("woff2"), url("../font/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("../font/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype"), url("../font/ProximaNova-Regular/ProximaNova-Regular.eot"), url("../font/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
}

body {
    font-family: "ProximaNova", sans-serif;
    font-size: .875rem;
    background: #f3f3f3;
    color: rgb(51, 51, 51);
}

.color {
    color: #00adee;
}


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

main {
    letter-spacing: .02rem;
}

/*
 * 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);
}


.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 */


/* MESSAGES */

main.page-content > .messages {
    padding: 15px;
}
.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: #f8d7da45;
}


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

.row-header-padrao {
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
    margin: unset;
    font-weight: 500;
}

.row-header-padrao div:first-child, .row-list-padrao div:first-child {
    padding-left: 2px;
}

.row-header-padrao div:last-child, .row-list-padrao div:last-child {
    padding-right: 2px;
}

.m-unset {
    /*margin: unset;*/
}


.row-list-padrao {
    margin: unset;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    /*border-left: 2px solid #fff;*/
    transition: background-color .4s;
    min-height: 45px;
    line-height: unset;
}

.row-list-padrao .button-group {
    display: flex;
    justify-content: flex-end;
}

.row-list-padrao:hover {
    background-color: rgb(243, 243, 243);
    /*border-left: 2px solid var(--bs-primary);*/
    /* position: static; */
    /* border-width: 0px 0px 0px 3px; */
    /* border-style: solid; */
    /* border-color: var(--cor1); */
    /* border-radius: 4px; */
    /* height: 35px; */
}

.row-list-padrao div[class^="col-"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row-list-padrao div:first-child, .row-header-padrao div:first-child {
    padding-left: 10px;
}

.row-list-padrao div:last-child, .row-header-padrao div:last-child {
    padding-right: 10px;
}

.card-title {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0;
}

.card-title i {
    margin-right: 10px;
}

.card-brand {
    width: 32px;
}

.card-filter {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.obs-text {
    font-size: 12px;
    color: var(--bs-secondary);
    font-weight: 300;
}

/* BUTTONS */

.btn {
    border-radius: 2px;
    transition: background 0.8s;
    /*font-weight: 400;*/
}

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

.form-floating.input-group span {
    width: 70px;
}

.page-link:focus {
    box-shadow: none;
}


.img-select__item img {
    width: 50px;
}

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

.button-group a, .button-group button {
    margin: 10px 0;
}

.button-group button:not(:first-child),
.button-group a:not(:first-child) {
    margin-left: 8px;
}

.button-group button.btn-responsive-primary,
.button-group a.btn-responsive-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.button-group button.btn-responsive-danger,
.button-group a.btn-responsive-danger {
    color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.button-group button.btn-responsive-primary:hover,
.button-group a.btn-responsive-primary:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.button-group button.btn-responsive-danger:hover,
.button-group a.btn-responsive-danger:hover {
    color: var(--bs-white);
    background-color: var(--bs-danger);
}

.toggled:not(.pinned) .page-content .button-group {
    justify-content: end;
}

@media screen and (max-width: 768px) {
    .toggled:not(.pinned) .page-content .button-group {
        justify-content: center;
    }

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

    .card-item:active, .card-item:hover {
        box-shadow: 2px 2px 5px #0f0f0f45;
        border: 1px solid rgb(208, 208, 208);

    }

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

    }

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

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

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

    .row-list-padrao div {
        padding: 0
    }

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

.messages .alert:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1rem;
    left: 0;
    border-bottom: 1px solid var(--bs-gray-600);
}

.form-floating ul + .btn-outline-help {
    top: 0;
}


.card-filter a {
    text-decoration: none;
}

.card-filter a:link {
    color: #989898;
}

input[type='color'] {
    margin-top: 0px;
    display: block;
    width: 100%;
}

label[for='id_color'] {
    margin-top: 12px;
    opacity: 0.65;
    top: 0;
    font-size: 12px;
}


.form-radio-color {
    display: flex;
    flex-wrap: wrap;
}

.form-radio-color label.lbl-radio-color {
    flex: 0 0 auto;
    background: white;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
    margin: 3px;
    padding: 2px 4px;
    display: flex;
    font-size: .85rem;
    line-height: 15px;
    min-width: 100px;
    transition: all .2s ease-in;
}

.form-radio-color input[type='radio']:checked + label {
    background: var(--bs-primary);
    color: var(--bs-secondary);

}


.form-radio-color input[type='radio'] {
    display: none;
}

.form-label {
    margin-bottom: .1rem;
}

.form-basic {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .85rem;
    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.25rem;
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.form-basic:focus-within {
    border: 1px solid var(--bs-primary);
}

.form-basic:focus-visible {
    border: 1px solid var(--bs-primary);
    box-shadow: none;
    outline-color: unset;
    outline-width: 0;
}

.img-player {
    width: 70px;
    height: 70px;
    /* border-radius: 100%; */
    object-fit: cover;
    object-position: center top;
    position: relative;
    margin: 10px 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

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

.form-floating > .form-select[data-selected="-1"] ~ label {
    top: 22px;
}

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

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

/* LIST LINK */
.card-body a.link-list {
    color: unset;
    text-decoration: none;

}
