:root {
    --primary-color: #ee1d4c;
    --secundary-color: #222323;
    --font-family: 'Montserrat', sans-serif;
    --body-color: #222323;
    --border-radius: 0;
    --font-weight: 400;
}

body {
    overflow-x: hidden;
    font-family: var(--font-family);
    color: var(--body-color);
    font-weight: var(--font-weight);
}

img {
    max-width: 100%;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--secundary-color);
    text-decoration: underline;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secundary {
    color: var(--secundary-color) !important;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-secundary {
    background: var(--secundary-color) !important;
}

.box {
    padding: 5px 10px;
    border-radius: var(--border-radius);
    color: #ffffff;
    display: inline-block;
    width: 48%;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

section {
    padding: 80px 0;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--secundary-color) !important;
    border-color: var(--secundary-color) !important;
    color: white;
}

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

.bootbox-form {
    padding: 0 !important;
}

.button-okay {
    font-size: 14px;
    background: var(--secundary-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    border-radius: var(--border-radius);
    padding: 10px 30px;
    display: inline-block;
}

.button-okay:hover {
    color: #ffffff;
    background: var(--primary-color);
    transition: background 0.2s linear;
    cursor: pointer !important;
}

.button-login {
    background: var(--secundary-color);
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: var(--border-radius);
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
}

.button-login:hover {
    background: #ffffff;
    color: var(--secundary-color);
    cursor: pointer !important;
    transition: background 0.2s linear;
}

.button-sim {
    background: var(--primary-color);
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: var(--border-radius);
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    pointer-events: none;
    min-width: 25%;
    font-size: 12px
}

.button-sim:hover {
    background: var(--secundary-color);
    color: #ffffff;
    cursor: pointer !important;
    transition: background 0.2s linear;
}

.button-nao {
    background: var(--secundary-color);
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: var(--border-radius);
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    pointer-events: none;
    min-width: 25%;
    font-size: 12px
}

.button-nao:hover {
    background: var(--primary-color);
    color: #ffffff;
    cursor: pointer !important;
    transition: background 0.2s linear;
}

.button-register {
    background: var(--primary-color);
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: var(--border-radius);
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
}

.button-register:hover {
    background: #ffffff;
    color: var(--secundary-color);
    cursor: pointer !important;
    transition: background 0.2s linear;
}

.button-cancel {
    background: #fc4254;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: var(--border-radius);
    -webkit-appearance: none;
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
}

.button-cancel:hover {
    color: #ffffff;
    background: #c82333;
    cursor: pointer !important;
    transition: background 0.2s linear;
}

.button-rcm {
    background: var(--secundary-color);
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
}

.button-rcm:hover {
    background: var(--primary-color);
    color: #ffffff;
    cursor: pointer !important;
    transition: background 0.2s linear;
}

form {
    padding: 30px 20px;
    border-radius: var(--border-radius);
    position: relative;
}

.form-group {
    position: relative;
}

form#login {
    background: var(--primary-color);
    max-width: 100%;
}

form#login label {
    color: #ffffff;
    font-weight: 400;
}

form#login .form-group {
    margin: 0 auto;
    margin-bottom: 1rem;
}

form#register {
    background: var(--secundary-color);
    border: none;
}

form#register label {
    color: #ffffff;
    font-weight: 400;
}

form input {
    background: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: var(--border-radius) !important;
    position: relative;
}

form .form-group{
    margin-bottom: 10px;
}

#navbar_top{
    border-bottom: 1px solid var(--secundary-color);
}

.menu {
    text-decoration: none;
    color: var(--secundary-color);
    font-weight: bold;
}

.menu.active, .menu:hover {
    color: var(--primary-color);
}

.navbar-toggler-icon {
    background-image: url('../../img/burger-menu.png') !important;
}

.customPopup .modal-content{
    border-radius: var(--border-radius);
    background-color: var(--secundary-color);
}

.customPopup .modal-body{
    padding-bottom: 0;
}

.customPopup .modal-footer{
    border-top: 0;
    border-radius: var(--border-radius);
}


/* END DEFAULT STYLES */

/* DASHBOARD PAGE */

.iconSVG {
    filter: invert(13%) sepia(12%) saturate(3269%) hue-rotate(218deg) brightness(97%) contrast(101%);
}

.iconSVG:hover {
    filter: invert(32%) sepia(87%) saturate(407%) hue-rotate(207deg) brightness(90%) contrast(85%);
    cursor: pointer;
}

/*table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    font: normal normal normal 1rem/1 FontAwesome !important;
}*/

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    white-space: nowrap;
}

#dashboard {
    background: #fff;
    padding: 20px;
}

body.dashboard .box {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

body.dashboard #dashboard .button-okay,
body.dashboard #dashboard .button-cancel {
    padding: 5px 10px;
    display: inline-block;
}

#dashboard select {
    background: #ededed url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border-color: #ededed;
    border-radius: var(--border-radius);
}

#dashboard input {
    background: #ededed;
    border-color: #ededed;
    border-radius: var(--border-radius);
}

#dashboard #usersTable tr th {
    border: none;
    background: var(--secundary-color);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#dashboard #usersTable tr td:first-child {
    white-space: nowrap;
}

#dashboard #usersTable tr td:first-child img{
    display: inline-block;
}

#dashboard #usersTable tr:nth-child(even) td {
    background: #ededed;
}

#dashboard #usersTable tr td button {
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin-right: 5px;
}

#dashboard #usersTable tr td button:last-child {
    margin-right: 0;
}

#dashboard .pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: var(--border-radius) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover a, .dataTables_wrapper .dataTables_paginate .paginate_button.active a{
    background-color: var(--secundary-color);
    border-color: var(--secundary-color);
    color: #fff;
    border-radius: var(--border-radius) !important;
}

/* END DASHBOARD PAGE */

/* FOOTER */

footer {
    padding: 20px 0;
    color: #ffffff;
    font-size: 12px;
    background-color: #1a295c;
}

.link-foot {
    color: #ffffff;
}

.link-foot:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* FOOTER */

.bootbox-body {
    color: var(--body-color);
}

@media only screen and (max-width: 768px) {
    .bg-chat .formChat #comentario-btn {
        margin-top: 10px;
    }

    .box {
        width: 100%;
    }
}

@media only screen and (min-width: 1800px) {}


.form-check {
    position: relative;
    padding-left: 2.5rem;
}

.form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-check-label {
    position: relative;
}

.form-check-label::before {
    position: absolute;
    top: -0.25rem;
    left: -2.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
}

.purple .form-check-label::before{
    background-color: var(--secundary-color);
}

.form-check-label::after {
    position: absolute;
    top: -0.25rem;
    left: -2.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-check .form-check-input:checked~.form-check-label::after {
    background: url("../../img/certo.png") no-repeat !important;
    background-size: 90% !important;
    background-position: 2px 3px !important;
}

.form-check.purple .form-check-input:checked~.form-check-label::after {
    background: url("../../img/certo-white.png") no-repeat !important;
    background-size: 90% !important;
    background-position: 2px 3px !important;
}

.form-check .form-check-input:checked~.form-check-label {
    font-weight: bold !important;
}