:root {
    --color-fit: #BDD7FF;
    --text-color: #666769;
    --color-action: #505a61;
    --color-master: var(--color-master);
    --color-scroll: #bdcad2;
    --font-size: 14px;
    --menu-background: #f7f7f7;
    --menu-color-checked: var(--color-master);
    --menu-color-hover: var(--color-master);
    --submenu-text-color: #666769;
    --submenu-background: #fff;
    --submenu-background-dropdown: var(--menu-background);
    --submenu-color-checked: var(--color-master);
    --submenu-color-hover: var(--color-master);
    --submenu-color-title: #202832;
    --submenu-border-color: #f5f5f5;
    --containers-border-color: #EEF1F6;
    
    --field-heigth: 35px;
    --field-text-color: var(--text-color);
    --field-font-size: 14px;
    --form--label-font-size: 14px;
    --form--label-help-font-size: 13px;
    --form--label-help-color: #9b9c9c;
    --button-font-size: 14px;
    --button-icon-font-size: 17px;
    --link-color: #6D798F;
    --color-border: #ececec;
    --color-border-focus: #cacaca;
    --color-background-button-grid: #f3f1f1;
    --field-border-radius: 24px;
    --color-background-disable: #ececec;
    --padding-field-left: 15px;
    --button-height: 35px;
    --background-overlay: rgba(0, 0, 0, 0.2);
    --color-lines: var(--submenu-border-color);
    --container-background: #f3f1f1;
    --button-background: #f3f1f1;
    --datagrid-check-background: #F8F8F8;
}
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: var(--font-size);
    color: var(--text-color);
    height: 100%;
}
html {
    height: 100%;
}
a {
    color: var(--color-action);
    text-decoration: none;
}
a:hover {
    color: var(--color-master);
    text-decoration: none;
}
button, input, select, textarea {
    outline: none !important;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
    border-radius: 30px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--color-scroll);
}
.master-menu {
    /* width: 100%; */
}
.master-area {
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    padding-right: 0px;
    overflow: auto;
}
.master-content {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.master-menu {
    display: flex;
    position: relative;
}
.menu-content {
    background: var(--menu-background);
    width: 55px;
    flex-shrink: 0;
    display: grid;
    align-content: space-between;
    /* padding: 6px; */
    /* justify-content: center; */
    text-align: center;
}
.submenu-content {
    background: var(--submenu-background);
    flex-shrink: 0;
    width: 212px;
    overflow-y: auto;
    padding: 13px;
    padding-top: 17px;
    border-left: 1px solid var(--submenu-border-color);
    border-right: 1px solid var(--submenu-border-color);
}
.bi-page-break {
    color: #202832;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
}
.logo-area {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--containers-border-color);
    height: 60px;
}
.logo-area img {
    width: 50px;
}
.menu-icon {
    /* color: var(--text-color); */
    margin: auto;
    width: 33px;
    height: 33px;
    font-size: 20px;
    border-radius: 50px;
    padding-left: 4px;
    /* margin-bottom: 9px; */
    display: flex;
    border-right: 3px solid transparent;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #e8e8e8;
}
.menu-icon.checked {
    color: #fff !important;
    background: var(--menu-color-checked);
}
.version {
    font-size: 13px;
    margin-bottom: 10px;
}
.submenu-title {
    font-size: 16px;
    color: #202832;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 4px;
    line-height: 20px;
    padding-top: 3px;
}
.submenu-box ul li a {
    display: flex;
    color: var(--submenu-text-color);
    padding: 9px;
    border-radius: 22px;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
    /* line-height: 20px; */
    /* width: fit-content; */
    /* height: 32px; */
}
.menu-star-content.checked {
    background: var(--color-master);
    border-color: var(--color-master);
}
.submenu-box ul li a i {
    width: 20px;
    /* color: var(--submenu-text-color); */
    font-size: 15px;
    /* background: red; */
    flex-shrink: 0;
}
.submenu-separator {
    color: var(--color-fit);
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 17px;
    text-transform: uppercase;
}
.submenu-box ul li a.checked {
    color: var(--submenu-color-checked);
}
.submenu-box ul li a.checked:hover {
    color: #fff;
}
.master-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-right: 10px;
    border-bottom: 1px solid var(--containers-border-color);
}
.breadcrumbs-content {
    display: flex;
    /* margin-top: 20px; */
    align-items: center;
    /* background: #eff2fb; */
    /* border-bottom: 1px solid var(--color-lines); */
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.breadcrumbs-item:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.breadcrumbs-item {
    /* margin-right: 10px; */
    color: #bbbbbb;
}
.breadcrumbs-item:last-child {
    color: var(--submenu-color-title);
    /* font-size: 18px; */
    /* font-weight: 600; */
}
.breadcrumbs-item:last-child:after {
    content: "";
}
.breadcrumbs-item i {
    color: #ffcd09;
    margin-right: 4px;
    border-left: 1px solid var(--containers-border-color);
    margin-left: 5px;
    padding-left: 5px;
}
.user-actions {
    display: flex;
    align-items: center;
}
.user-photo {
    width: 45px;
    height: 45px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 80px;
    border: 2px solid var(--color-master);
}
.user-display {
    display: flex;
    align-items: center;
    border-left: 1px solid var(--containers-border-color);
    padding-left: 17px;
}
.user-content {
    display: flex;
    align-items: center;
}
.user-name {
    margin-left: 10px;
    color: var(--color-action);
    font-size: var(--font-size);
}
.master-live {
    height: 100%;
    /* overflow-y: auto; */
    padding-right: 20px;
    /* padding-bottom: 60px; */
    padding-top: 20px;
    /* max-width: 1200px; */
    margin: auto;
}
.submenu-box {
    display: none;
}
.submenu-box ul {
    list-style: none;
    padding-left: 0px;
    /* height: 100%; */
}
.submenu-box ul li a.dropdown:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    display: inline-block;
    margin-left: auto;
}
.submenu-box ul li a.dropdown {
    padding-right: 0px;
    padding-left: 4px;
}
.submenu-box ul li a:hover {
    color: var(--submenu-color-hover);
    /* background: #f7f7f7; */
}
.submenu-dropdown {
    background: var(--submenu-background-dropdown);
    padding: 10px;
    padding-left: 0px !important;
    border-radius: 7px;
    overflow-y: auto;
    height: auto;
    /* max-height: 250px; */
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.submenu-dropdown li a {
    padding-left: 13px !important;
    padding-bottom: 0px !important;
    border-left: 3px solid transparent;
    border-radius: 0 !important;
}
.submenu-box ul li a.dropdown.open:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
    display: inline-block;
    margin-left: auto;
}
.submenu-dropdown li a.checked {
    background: transparent !important;
    color: var(--submenu-color-hover) !important;
    /* border-left: 3px solid var(--color-master); */
}
.submenu-box ul li a.dropdown.open {
    color: var(--submenu-color-hover) !important;
    opacity: 1 !important;
}
.menu-search form {
    display: flex;
    align-items: center;
    position: relative;
}
.menu-search input {
    background: var(--submenu-background-dropdown);
    border: none;
    border-radius: 22px;
    height: var(--field-height);
    padding-left: 17px;
    padding-right: 33px;
    width: 100%;
    color: var(--submenu-text-color);
}
.menu-search input::placeholder {
    color: var(--submenu-text-color);
}
.menu-search i {
    color: var(--submenu-color-title);
    position: absolute;
    right: 14px;
}
.menu-search {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--submenu-background-dropdown);
    height: 50px;
}
.submenu-title i {
    margin-left: 5px;
}
.user-actions-main {
    color: var(--text-color);
    font-size: 21px;
    margin-right: 15px;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.user-actions-submenu {
    background: #fff;
    display: none;
    padding: 13px;
    border-radius: 0px 0px 7px 7px;
    position: absolute;
    border: 2px solid var(--containers-border-color);
}
.user-actions-submenu-content {}
.user-actions-submenu a {
    display: block;
    height: 25px;
}
.user-actions-submenu-content:hover>.user-actions-submenu {
    display: block;
    z-index: 9;
    position: absolute;
    top: 59px;
}
.user-actions-main:hover, .user-actions-submenu-content:hover>.user-actions-main {
    color: var(--color-master);
}
.user-actions-submenu a i {
    width: 20px;
}
.ball-notice:after {
    width: 10px;
    height: 10px;
    background: red;
    content: '';
    border-radius: 50px;
    position: absolute;
    right: -6px;
    top: 15px;
}
.menu-icon:hover {
    color: var(--menu-color-hover);
}
.page-filter .menu-search {
    max-width: 300px;
    border-bottom: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.page-filter .menu-search input {
    background: var(--containers-border-color);
    color: var(--text-color);
}
.page-filter .menu-search input::placeholder {
    color: var(--text-color);
}
.page-filter .menu-search i {
    color: var(--color-action);
}
.page-filter {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid var(--containers-border-color);
}
.btn-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    height: var(--button-height);
    border-radius: 22px;
    background: var(--color-master);
    color: #fff;
}
.btn-button i {
    margin-right: 5px;
}
.btn-button.clean {
    background: #fff;
    color: var(--color-action);
}
.btn-button.action {
    background: var(--color-master);
    color: #fff;
}
.btn-button:hover {
    color: var(--color-master);
}
.data-count {
    display: flex;
    align-items: center;
    line-height: 17px;
    border-right: 1px solid var(--containers-border-color);
    padding-right: 15px;
    margin-right: 15px;
}
.data-count i {
    color: var(--color-master);
    margin-right: 10px;
    font-size: 28px;
}
.page-info {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    align-items: center;
}
.data-actions {
    border-right: 1px solid var(--containers-border-color);
    padding-right: 15px;
    margin-right: 15px;
}
.btn-button.action:hover {
    opacity: 0.8;
    color: #fff;
}
.btn-button.round {
    background: var(--containers-border-color);
    border-radius: 100px;
    width: var(--button-height);
    flex-shrink: 0;
    padding: 0;
    color: var(--color-action);
}
.btn-button.round:hover {
    opacity: 0.8
}
.btn-button.round.checked {
    background: var(--color-master);
    color: #fff;
}
.actions-column {
    display: flex;
}
.actions-column a {
    margin-left: 5px;
}
.sumenu-move {
    color: var(--submenu-color-title);
    position: absolute;
    right: -7px;
    top: 70px;
    font-size: 14px;
    cursor: pointer;
    background: var(--submenu-background-dropdown);
    border-radius: 50px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-toggle {
    width: var(--button-height);
    height: var(--button-height);
    background: var(--containers-border-color);
    border-radius: 100px;
    font-size: 14px !important;
}
.dropdown-toggle:hover {
    opacity: 0.6
}
.dropdown-toggle::after {
    display: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
    opacity: 0.6
}
.dropdown-menu {
    background: #fff;
    padding: 13px;
    border-radius: 0px 7px 7px 7px;
    position: absolute;
    border: 2px solid var(--containers-border-color);
    font-size: var(--font-size) !important;
    color: var(--color-action);
    white-space: nowrap;
}
.dropdown-menu i {
    color: var(--color-action);
    width: 25px;
}
.dropdown-menu a {
    margin-bottom: 3px !important;
    display: block;
}
.dropdown-menu a:hover * {
    color: var(--color-master) !important;
}
table.table>tbody>tr>td.tdatagrid_cell.action {
    padding-left: 0px;
    padding-right: 15px;
}
:focus {
    outline: none !important;
}
.modal-backdrop {
    background: var(--background-overlay);
    opacity: 1 !important;
}
.modal-content {
    background: #fff;
    border-radius: 10px !important;
    border: none;
    padding: 30px;
    border: none;
}
.modal-footer {
    background: #fff;
    justify-content: center;
    display: flex !important;
    padding-bottom: 0px;
    padding-top: 12px;
    border-top: 1px solid var(--containers-border-color);
}
.modal-header {
    padding: 5px;
    text-align: center;
    border-bottom: 0px;
    padding: 0px;
    /* padding-right: 5px; */
    /* padding-top: 12px !important; */
    display: none;
}
.modal-title {
    font-size: 18px;
}
.modal-footer button {
    background-color: var(--color-master);
    color: #fff !important;
    border-radius: 7px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: var(--button-height);
    line-height: 22px;
    border-radius: 22px;
    font-size: var(--font-size);
}
.modal-footer button:hover {
    opacity: 0.7;
}
.modal-body {
    padding: 0px;
    padding-bottom: 12px;
}
.modal-dialog .modal-content .modal-header .close {
    /* margin-top: 1px; */
}
.bootbox-body div {
    display: grid;
    justify-content: center;
    align-items: center;
}
.bootbox-body div span {
    float: unset !important;
    margin-left: 0px !important;
    text-align: center;
    margin-top: 8px;
}
.bootbox-body .fa {
    font-size: 40px;
    color: var(--color-master);
}
.label.label-success {
    background: #EBFFF2;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 22px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #41b968;
}
.label.label-danger {
    background: #fff0f0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 22px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e65d5d;
}
.blockUI.blockOverlay {
    background: var(--background-overlay) !important;
}
.blockUI.blockMsg {
    background: transparent !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 200px !important;
    /* margin: auto !important; */
}
.right-panel .card-header {
    background: #fff;
    padding: 0;
    height: 59px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: var(--color-master);
    border-bottom: 1px solid var(--containers-border-color) !important;
}
.right-panel .panel-title {
    margin-bottom: 0px;
    display: block;
}
.right-panel .header-actions .btn-close {
    width: var(--button-height);
    height: var(--button-height);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
    background: var(--color-master);
    margin-left: 10px;
    order: 10;
}
.right-panel .header-actions .btn-close:hover {
    opacity: 0.8
}
.right-panel .card {
    /* background: red; */
    border-radius: 0px;
    padding: 0px;
    border: none;
}
.right-panel {
    border: none;
    box-shadow: none;
    position: fixed;
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
}
.btn-primary {
    background: var(--color-master) !important;
    height: var(--field-height);
    border-radius: 22px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}
.btn-primary:hover {
    opacity: 0.8;
    border: none;
}
.right-panel-overlay {
    background: var(--background-overlay);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.card-footer {
    padding-left: 0;
    padding-top: 15px;
    background: #fff;
    border-top: 1px solid var(--containers-border-color);
}
.card-body {
    padding-left: 0px;
    padding-right: 0px;
}
.color-div span {
    border: none !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 7px;
    padding: 0;
    z-index: 9;
}
.spinner {
    position: relative;
}
.spinner input {
    padding-right: 28px;
    border-radius: 6px !important;
}
.spinner .input-group-addon {
    position: absolute;
    right: 12px;
    top: 3px;
    z-index: 9;
}
.spinner.input-group .input-group-addon .spin-down, .spinner.input-group .input-group-addon .spin-up {
    overflow: initial;
}
.color-div input {
    border-radius: 6px !important;
}
.form-control[widget=tfile] {
    background: var(--containers-border-color);
    height: var(--field-height) + 10;
}
.tab-pane.active {
    padding: 0px !important;
}
.tab-pane {
    border: none !important;
}
.panel-body {
    padding-bottom: 10px;
}
.form-group {
    margin-bottom: 8px;
    margin-right: 0;
}
.fb-field-container {
    padding-right: 5px;
}
.nav-tabs {
    border-bottom: 1px solid var(--containers-border-color);
    margin-bottom: 20px;
    padding-bottom: 13px;
    width: 100%;
}
.nav-link {
    border: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--color-master);
    border-radius: 22px;
    color: #fff;
}
.tab-content {
    /* margin-left: 15px; */
}
.form-separator {
    color: var(--color-action);
    font-size: 15px;
    border-bottom: 1px solid var(--containers-border-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    padding-left: 16px;
    font-weight: 600;
}
.form-separator:before {
    content: '';
    width: 3px;
    height: 20px;
    background: var(--color-master);
    position: absolute;
    left: 3px;
}
.btn-default {
    /* color: var(--color-master); */
    /* border: 1px solid var(--color-master); */
    background: var(--containers-border-color);
    height: var(--field-height);
    border-radius: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
}
.nav-tabs .nav-link {
    height: var(--field-height);
    padding-left: 15px;
    padding-right: 15px;
}
.card-header.panel-heading {
    border: none;
    background: #fff;
}
.card-title {
    display: none;
}
.page-link:hover {
    color: var(--color-master);
}
.page-filter-form {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--containers-border-color);
}
.login-display {
    width: 50%;
    background-size: cover !important;
    background-position: center !important;
}
.login-content {
    width: 50%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-title {
    font-size: 30px;
    font-weight: 600;
    color: #666769;
    text-align: center;
    line-height: 32px;
    margin-bottom: 7px;
}
.login-subtitle {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 6px;
}
.login-entry input {
    /* margin-bottom: 10px; */
    text-align: center;
}
.login-actions {
    margin-top: 20px;
    /* display: grid; */
    /* justify-content: center; */
}
.login-entry {
    max-width: 280px;
    display: grid;
    justify-content: center;
}
.login-actions a, .login-actions button {
    margin: auto;
    margin-bottom: 5px;
}
.copy {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    margin-top: 16px;
}
.login-overlay {
    background: var(--color-master);
    width: 100%;
    height: 100%;
    background: linear-gradient(353deg, rgba(246, 203, 42, 1) 5%, rgba(161, 189, 61, 0.7) 41%);
}
.login-logo img {
    width: 220px;
}
.login-logo {
    border-bottom: 1px solid var(--containers-border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
}
.alert-warning {
    box-shadow: none !important;
    border-radius: 7px;
    color: var(--text-color);
}
.talert>button>span {
    color: var(--text-color);
}
.table thead tr {
    /* display: block !important; */
    width: auto !important;
}
.master-menu.compress {
    max-width: 118px;
}
.master-menu.compress .submenu-title {
    color: transparent;
    white-space: nowrap;
}
.master-menu.compress .submenu-separator {
    color: transparent;
}
.master-menu.compress li a {
    font-size: 0;
    width: 40px;
}
.master-menu.compress:hover {
    max-width: 270px;
    /* position: absolute; */
    height: 100%;
    z-index: 99;
}
.master-menu.compress .menu-search input {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
}
.master-menu.compress .menu-search input::placeholder {
    color: transparent;
}
.master-menu.compress .submenu-dropdown.open {
    display: none;
}
.master-menu.compress:hover>* li a {
    font-size: var(--font-size);
}
.master-menu.compress:hover>* .submenu-title {
    color: var(--submenu-color-title);
}
.master-menu.compress:hover>* .submenu-separator {
    color: var(--color-fit);
    white-space: pre-wrap;
}
.master-menu.compress:hover>* li a {
    white-space: wrap;
    width: auto;
}
.master-menu.compress:hover>* .menu-search input {
    width: 100%;
    padding-left: 17px;
    padding-right: 33px;
}
.master-menu.compress:hover>* .menu-search input::placeholder {
    color: var(--submenu-text-color);
}
.master-menu.compress:hover>* .submenu-dropdown.open {
    display: block;
}
.submenu-dropdown.open {
    display: block;
}
.tcombo_disabled {
    background: #eef1f6;
    border: none;
}
.tframe {
    border: 1px solid #eef1f6;
    border-radius: 5px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-bottom: 20px;
    /* background: #fcfdff; */
    padding-right: 20px !important;
    padding-left: 20px;
}
.tframe legend {
    border: 1px solid #e4e8ef;
    box-shadow: none;
    border-radius: 5px;
    padding: 6px;
    height: var(--button-height);
    background: var(--containers-border-color);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: -8px;
}
.tframe legend label {
    color: var(--color-action);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.contrato-foto {
    background: #e4e4e4;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5c6a73 !important;
    font-size: 15px;
    flex-shrink: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover!important;
}
.contrato-foto {}
.tbuttonpress {
    background: #f3f1f1;
    padding-left: 15px;
    padding-right: 15px;
    color: #666769;
}
.tbuttonpress-name, .tbuttonpress-icon {
    color: var(--text-color);
}
.tformtruct-button.check {
    /* background: var(--color-master); */
    /* border-radius: 0; */
    /* color: #fff; */
}
.tformtruct-button {
    color: var(--color-action);
    /* margin-bottom: -1px; */
    /* padding-bottom: 14px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* border-bottom: 2px solid transparent; */
}
.tformtruct-button i {
    color: var(--color-action);
}
.tformtruct-buttons {
    padding-bottom: 10px;
    margin-bottom: 7px;
    /* margin-top: 17px; */
}
.submenu-dropdown a {
    padding: 0 !important;
    height: 26px;
}
.loader {
    width: 48px;
    height: 48px;
    border: 3px solid var(--submenu-color-title);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: var(--color-master);
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.status {
    border: 1px solid var(--color-lines);
    padding: 12px;
    border-radius: 5px;
}
.status-steps {
    display: inline-flex;
    margin-bottom: 7px;
}
.box-numero {
    color: #ffffff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-top: 6px;
    opacity: 0.3;
    color: #666;
    background: #ddd !important;
}
.box-numero-check {
    color: #ffffff;
    width: 35px;
    height: 35px;
    font-size: 19px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foto1 {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    margin-right: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e0e3ec;
    color: #e0e3ec;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.foto1 i {
    font-size: 21px;
    color: #9E9E9E;
}
.noty_close_button {
    background: #fff;
    border-radius: 50px;
    color: #919ba2;
    margin-right: 5px;
    margin-top: 6px;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    font-size: 22px;
}
.usuario-foto-medio {
    background: red;
}
.usuario-foto-medio {
    width: 55px;
    height: 55px;
    background: #ddd;
    border-radius: 50px;
    text-align: center;
    padding-top: 11px;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.usuario-foto-medio i {
    font-size: 20px;
    color: #9E9E9E;
}
.usuario-foto-pequeno {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50px;
    text-align: center;
    padding-top: 11px;
    float: left;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.usuario-foto-menor {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50px;
    text-align: center;
    padding-top: 11px;
    float: left;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.usuario-sem-foto-medio {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    padding-top: 11px;
    float: left;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    color: #ccc8c8;
    font-size: 19px;
    padding-top: 14px;
}
.usuario-sem-foto-medio i {
    font-size: 22px;
    color: #9E9E9E;
}
.usuario-sem-foto-pequeno {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    color: #ccc8c8;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.usuario-sem-foto-pequeno i {
    font-size: 18px;
    color: #9E9E9E;
    /* line-height: 27px; */
}
.usuario-sem-foto-menor {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    color: #ccc8c8;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.usuario-sem-foto-menor i {
    font-size: 18px;
    color: #9E9E9E;
    /* line-height: 27px; */
}
.TCurtain {
    padding: 25px;
}
.master-menu.show {
    display: flex;
}
.toggle-mobile {
    display: none;
}
.menu-star-content {
    display: flex;
    padding: 10px !important;
    border: 1px solid #eff3f8;
    border-radius: 13px !important;
    margin-bottom: 10px;
}
.menu-star-icon i {
    color: var(--color-master);
    font-size: 23px !important;
    margin-right: 5px;
}
.menu-star-info a {
    color: var(--color-title);
    font-weight: 600;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 1px;
}
.menu-star-subtext {
    color: #b8c2c7;
    font-size: 13px;
    line-height: 16px;
}
.art-main-subnav .checked .menu-star-subtext {
    color: #fff;
}
.art-main-subnav .checked .menu-star-subtext {
    color: #fff;
}
@media screen and (max-width: 930px) {
    .master-menu {
        display: none;
        background: var(--color-overlay);
        width: 100%;
        position: fixed;
        max-width: unset;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
    }
    .portal-menu-content {
        width: 100%;
        max-width: unset;
        height: 100%;
        border: none;
    }
    .master-area {
        padding: 0px;
    }
    .master-live {
        padding-right: 20px;
        padding-left: 20px;
    }
    .master-content {}
    .header-top-mobile {
        padding-right: 15px;
        padding-left: 15px;
    }
    .toggle-mobile {
        display: flex;
        justify-content: center;
        margin-left: auto;
        background: #f7f7f7;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 15px;
        top: 13px;
        align-items: center;
        font-size: 18px;
        border-radius: 100px;
        z-index: 99;
    }
    .reference-display {
        min-height: 100px;
    }
    .bell-content {
        display: none;
    }
    .window-content {
        width: 100%;
    }
    .note-all-content {
        display: block;
    }
    .note-all-notes {
        border: none;
        padding: 0px;
    }
    .note-all-frequence {
        display: flex;
    }
    .frequence-content-info {
        margin-left: 10px;
        text-align: left;
    }
    .note-all-frequence {
        width: 100%;
    }
    .progress-circle {
        margin: unset;
    }
    .breadcrumbs-school {
        display: block;
        white-space: nowrap;
    }
    .sumenu-move {
        display: none;
    }
    .sumenu-mobile-close {
        display: none;
    }
    .toggle-mobile-admin {
        display: block;
        margin-right: 0;
    }
    .user-name {
        display: none;
    }
    .page-filter .menu-search {
        max-width: 145px !important;
        flex-shrink: 0;
        min-width: unset !important;
    }
    .page-filter {
        display: grid;
        justify-content: right;
    }
    .card-body.panel-body {
        width: 100%;
        overflow-x: auto;
    }
    .filter-area #show-filters-button {
        margin-right: 0px;
        padding-right: 0px;
        width: fit-content;
        min-width: auto;
    }
    .page-info {
        padding-right: 0px;
        padding-top: 10px;
    }
    .right-panel {
        width: 100%;
    }
    .fb-field-container {
        padding-bottom: 10px;
    }
    .filter-area {
        margin-top: 3px;
    }
    .master-header .breadcrumbs-content {
        display: none;
    }
    .breadcrumbs-content.mobile {
        display: flex !important;
        margin-top: 13px;
        justify-content: flex-end;
        margin-right: -24px;
    }
    .master-header {
        justify-content: space-between;
        padding-right: 0;
    }
    .logo-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .profile-header-column {
        display: block;
    }
    .profile-box-info {
        border: none;
        margin-left: 0px;
        padding-left: 0px;
    }
    .profile-box-id a {
        opacity: 1 !important;
        position: absolute;
        left: 62px;
        top: 45px;
    }
    .profile-box-id {
        margin-bottom: 10px;
    }
    .login-display {
        display: none;
    }
    .login-content {
        width: 100%;
    }
    .art-notification-area .notice-content
    {
        /* margin-top: 50px; */
        margin-top: 26px;
        margin-bottom: 5px;
    }
}
.menu-star-content {
    display: flex;
    padding: 10px !important;
    border: 1px solid #eff3f8;
    border-radius: 13px !important;
    margin-bottom: 10px;
    height: 45px;
}
.menu-star-content.checked * {
    color: #fff !important;
}
.menu-star-icon i {
    color: var(--color-master);
    font-size: 23px !important;
    margin-right: 5px;
}
.menu-star-info a {
    color: var(--color-title);
    font-weight: 600;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 1px;
}
.menu-star-title {
    font-weight: 700;
}
.menu-star-subtext {
    color: #b8c2c7;
    font-size: 11px;
    line-height: 14px;
}
.produto-display-content {
    display: flex;
    justify-content: left;
    line-height: 15px;
    margin-top: 5px;
    min-width: 221px;
    /* white-space: nowrap; */
}
.importacao-log {
    background: #f0f3f8;
    font-size: 10px;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    height: 140px;
    overflow: auto;
    margin: 9px;
}
.button-option-content
{
}
.button-option-content a 
{
  width: 137px;
  height: 42px;
  background: var(--color-background-button-grid);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
}
.button-option-content
{
  display: flex;
  gap: 7px;
  margin-bottom: 15px;
}
.button-option-content a.checked
{
  background: var(--color-master);
  color: #fff !important;
}

.button-option-content i
{
    font-size: 17px;margin-right: 5px;
}
.tbuttonpress.circle-full {
    margin-bottom: 3px;
    line-height: 26px;
    margin-top: 9px;
    height: 30px;
    border-radius: 0px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 2px solid var(--color-master);
    color: #8B96AB;
}
.tbuttonpress.circle-full i {
    font-size: 15px !important;
    margin-left: 5px;
    margin-right: 1px;
}
.tbuttonpress.full-icon {
    margin-bottom: 3px;
    line-height: 27px;
    margin-top: 9px;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    border-color: #8B96AB;
    display: inline-block;
}
.tbuttonpress.full-icon .tbuttonpress-icon {
    font-size: 18px !important;
    margin-left: -2px;
    margin-right: 0;
    background: transparent;
    padding-top: 3px;
    margin-top: -3px;
    color: #8B96AB;
}
.tbuttonpress.full {
    background: var(--color-master);
    border: none;
    line-height: 34px;
    color: #fff !important;
}
.button-actions
{
    display: flex;
    margin-top: 5px;
    margin-bottom: 18px;
}
.box-help
{
    border-radius: 10px;
    border: 1px solid var(--color-border);
    padding: 12px;
    color: var(--color-action);
    margin-bottom: 10px;
    font-size: 13px;
    background: #f9f9f9;
}
.button-actions button 
{
    margin-left: 5px;
}
.page-title
{
    font-size: 25px;
    color: var(--submenu-color-title);
    font-weight: 600;
    margin-bottom: 10px;
}
.ball-alert {
    background: #EF4836;
    border-radius: 50px;
    color: #fff;
    /* display: table; */
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: -32px;
    margin-left: 35px;
}
.ball-alert-orange {
    background: #F39C12;
    border-radius: 50px;
    color: #fff;
    /* display: table; */
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: -32px;
    margin-left: 35px;
}
.tbuttonpress.link
{
    text-align: left;
    background: transparent;
}
.art-logo-attr
{
    background: var(--color-master);
    color: #fff;
    /* border-radius: 100%; */
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 31px;
    /* padding: 13px; */
    white-space: nowrap;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.menu-separator
{
    color: #bbbbbb;
    margin-bottom: 6px;
    margin-top: 17px;
}
.pulse-orange {
    border-radius: 50% !important;
    cursor: pointer;
    box-shadow: 0 0 0 #F39C12;
    animation: pulse-orange 2s infinite !important;
}
.pulse-orange :hover {
    animation: none;
}
@-webkit-keyframes pulse-orange {
    0% {
        -webkit-box-shadow: 0 0 0 0 #F39C12;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse-orange {
    0% {
        -moz-box-shadow: 0 0 0 0 #F39C12;
        box-shadow: 0 0 0 0 #F39C12;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.pulse-red {
    border-radius: 50% !important;
    cursor: pointer;
    box-shadow: 0 0 0 #E74C3C;
    animation: pulse-red 2s infinite !important;
}
.pulse-red :hover {
    animation: none;
}
@-webkit-keyframes pulse-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 #E74C3C;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse-red {
    0% {
        -moz-box-shadow: 0 0 0 0 #E74C3C;
        box-shadow: 0 0 0 0 #E74C3C;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.mini-classificacao
{
    color: #fff;
    font-size: 10px;
    padding: 4px;
    border-radius: 26px;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    height: 17px;
    line-height: 10px;
    bottom: -13px;
}
.botoes-filtro-classificacao
{
    display: flex;
    /* border-top: 1px solid var(--color-lines); */
    /* padding-top: 10px; */
    /* margin-top: 17px; */
    margin-bottom: 7px;
}
.botoes-filtro-classificacao button 
{
    min-width: 125px;
    height: 41px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}



.status-reserved {
    background: var(--color-master);
}
.status-free {
    background: #2ecc71;
}
.status-block {
    background: #2C3E50;
}
.status-block .tbuttonpress {
    border: 2px solid #2C3E50;
}
.status-block .tbuttonpress i {
    color: #2C3E50 !important;
}
.status-miss {
    background: #EF4648;
}
.status-pass {
    background: #95A5A6;
}
.status-pass .tbuttonpress {
    border: 2px solid #95A5A6;
}
.status-pass .tbuttonpress i {
    color: #95A5A6 !important;
}
.status-attended {
    background: #A1BD3D;
}
.status-attended .tbuttonpress {
    border: 2px solid #4DAF7C;
}
.status-attended .tbuttonpress i {
    color: #4DAF7C !important;
}
.day-current {
    color: var(--color-master);
}
.day-next {
    color: var(--color-master);
}
.day-next .calendar-box-day-week, .day-next .calendar-box-day-title {
    color: var(--color-master)!important;
}
.day-next .calendar-box-day-toggle a {
    color: var(--color-master) !important;
    border-color: var(--color-master)!important;
}
.day-pass {}
.day-pass .calendar-box-day-week, .day-pass .calendar-box-day-title {
    color: #adb9bf !important;
}
.day-pass .calendar-box-day-toggle a {
    color: #adb9bf !important;
    border-color: #adb9bf !important;
}
.bar-time {
    margin-left: -17px;
    width: 85px;
    height: 100%;
    text-align: center;
}
.calendar-box-day {
    color: var(--color-master);
    height: 106px;
    text-align: center;
    padding-top: 16px;
    border-radius: 10px;
    width: 84px;
    margin-right: 15px;
    flex-basis: 85px;
    flex-shrink: 0;
}
.calendar-box-day-title {
    font-size: 35px;
    color: #fff;
}
.calendar-box-day-week {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.calendar-box-day-title {
    font-size: 35px;
    color: #fff;
    margin-top: -9px;
    font-weight: 600;
    margin-bottom: -4px;
}
.calendar-box-day-month {
    font-size: 17px;
    color: #fff;
    margin-top: -5px;
}
.calendar-box-day-year {
    font-size: 15px;
    color: #fff;
}
.calendar-box-day-toggle i {
    font-size: 23px;
}
.calendar-box-time {
    display: flex;
    margin-bottom: 6px;
    /* margin-top: 16px; */
    padding-left: 4px;
}
.calendar-box-time-value {
    color: #7a878e;
    font-size: 14px;
    text-align: right;
    /* position: relative; */
    display: flex;
    margin-right: 25px;
}
.calendar-box-time-value.pass {
    color: #d4d4d4;
}
.calendar-box-time-value-pass {
    color: #ccc;
    font-size: 16px;
    text-align: right;
    display: flex;
}
.calendar-box-offers {
    /* overflow: scroll; */
    /* padding-right: 4px; */
    width: 252px;
    margin-top: 10px;
}
.calendar-box-offers-data {
    padding-right: 3px;
}
.calendar-box-offers-data:hover {}
.calendar-box-offers-data2 {
    background: #fff;
    height: 120px;
    margin-top: 13px;
    margin-left: 8px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
}
.calendar-box-offers-data2:hover {
    border-color: #ccc;
}
.calendar-box-offers-data {
    align-items: center;
    /* position: relative; */
    /* overflow-y: auto; */
    width: 100%;
}
.calendar-box-offers-column3 {
    width: 70%;
}
.calendar-box-offers-column2 {
    margin-right: 9px;
    border-right: 1px solid #e1e9e9;
    padding-right: 9px;
    /* width: 110px; */
}
.calendar-box-offers-column2 .profile-title {
    font-size: 14px;
    text-align: center;
}
.calendar-box-offers-action {
    width: 30px;
    height: 30px;
    border-radius: 24px;
    margin-right: 13px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    flex-shrink: 0;
    display: grid;
    align-items: center;
}
.calendar-box-offers-action.check {
    opacity: 0.6 !important;
}
.calendar-box-offers-action i {}
.calendar-box-offers-action:hover {
    opacity: 0.8;
}
.calendar-box-day-toggle a {
    background: #dee5f1;
    /* color: var(--color-master); */
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: block;
    display: flex;
    align-items: center;
    margin-right: 3px;
}
.calendar-box-day-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.calendar-box-day-toggle a:hover {
    opacity: 0.8;
    color: var(--color-master);
}
.calendar-full {
    background: #fff;
    /* margin-left: 91px; */
    padding: 14px;
    font-size: 14px;
    border-radius: 10px;
    color: var(--link-color);
    border: 1px solid #e1e9e9;
    width: auto;
    display: inline-block;
    margin-bottom: 19px;
}
.calendar-pointer-content {
    display: flex;
    justify-content: center
}
.calendar-pointer {
    width: 5px;
    height: 5px;
    /* border-radius: 100px; */
    margin-right: 1px;
}
.calendar td {
    text-align: center;
    vertical-align: top;
    padding: 4px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #7a878e;
}
.other-month {
    opacity: 0.5;
}
.calendar-box-month-toggle {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    background: var(--color-master);
    font-size: 23px;
}
.calendar-box-month-toggle:hover {
    opacity: 0.8;
    color: #ddd
}
.calendar td:hover {
    background: var(--color-master);
    border-radius: 70px;
    cursor: pointer;
    color: #fff !important;
    opacity: 1;
}
.calendar-day-select {
    background: var(--color-master);
    color: #fff !important;
    border-radius: 70px;
    color: #7a878e;
    cursor: pointer;
}
.calendar-day-holiday {
    color: #D64541 !important;
    font-weight: 600;
}
.calendar-day-current {
    cursor: pointer;
    border-radius: 50px;
    font-weight: 600;
    color: var(--link-color) !important;
}
.calendar-day-special {
    /* font-weight: 600; */
}
#calendar-current {
    cursor: pointer;
    margin-top: -9px;
}
.calendar-day-pass {
    /* opacity: 0.2; */
    text-decoration: line-through;
}
.calendar-box-offers-action-sub {
    display: none;
    padding-left: 5px;
    border-radius: 12px;
    margin-left: -6px;
    z-index: 99;
    /* height: 100%; */
    background: unset;
}
.pessoa-display-link {
    color: var(--color-action);
    text-decoration: underline;
    cursor: pointer;
}
.trace {
    background: #e1e9e9;
    width: 1px;
    height: 100%;
    margin: auto;
    /* z-index: 25; */
}
.time-ball {
    border: 2px solid #7a878e;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 67px;
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 0;
}
.time-ball.pass {
    background: #eee !important;
    border-color: #eee !important;
}
.time-ball.blue {
    background: var(--color-master);
    border-color: var(--color-master);
}
.display-offer {
    display: inline-grid;
    padding: 19px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 13px;
}
.calendar-box-date {
    width: fit-content;
    color: #fff !important;
    padding: 11px;
    margin-right: 12px;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background: var(--color-master);
    display: grid;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    height: 65px;
}
.calendar-subarea-box {
    background: #f0f3f8;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 65px;
}
.calendar-subarea-image {
    background: blue;
}
.calendar-subarea-name {
    color: #98a5b1;
    font-size: 12px;
    margin-bottom: -4px;
}
.calendar-subarea-professional {}
.calendar-subarea-box .icon-profile {
    margin-right: 10px;
}
.calendar-subarea-box:hover {
    opacity: 0.7
}
.calendar-subarea-box.checked {
    background: var(--color-master);
    color: #fff !important;
    opacity: 1 !important;
}
.calendar-subarea-box.checked .calendar-subarea-name {
    color: #fff;
}
.calendar-header {
    display: flex;
    margin-bottom: 12px;
    /* margin-top: 14px; */
}
.calendar-header .calendar-subarea-box {
    margin-bottom: 0px;
}
.calendar-box-date-day {
    font-size: 13px;
    margin-bottom: -6px;
}
.time-list {
    font-size: 14px;
    font-weight: 600;
    color: var(--submenu-color-title);
}
.subtitle-calendar {
    display: flex;
    margin-right: 9px;
    align-items: center;
}
.subtitle-calendar div {
    width: 10px;
    height: 10px;
    /* border-radius: 50px; */
    float: left;
    margin-right: 6px;
    border-radius: 50px;
}
.month-heading {
    padding: 39px;
}
.month-heading th {
    text-align: center;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 21px;
}
.header-calendar-box-date {
    display: grid;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    width: 60px;
    line-height: 24px;
    background: var(--color-master);
    font-size: 13px;
    color: #fff !important;
}
.header-calendar-content.flow
{
    top: 0;
}
.header-calendar-view-actions {
    display: flex;
    margin-bottom: 10px;
}
.header-calendar-view-actions a {
    display: block;
    background: var(--container-background);
    margin-right: 4px;
    border-radius: 15px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    flex-shrink: 0;
}
.header-calendar-view-actions a.checked {
    background: var(--color-master);
    color: #fff !important;
}
.header-calendar-content.flow .header-calendar-view-actions a
{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-calendar-content.flow .header-calendar-box-date
{
    width: 69px;
    padding: 15px;
    padding-top: 20px;
}
.header-calendar-content.flow .header-calendar-view-actions
{
    margin-bottom: 0px;
}
.header-calendar-content.flow .header-calendar-ball
{
    font-size: 24px;
}
.calendar-ball-pass {
    background: #566877;
    color: #fff;
}
.calendar-ball-next {
    background: #0369da;
    color: #fff;
}
.header-calendar-content.flow .header-calendar-ball
{
    font-size: 24px;
}
.header-calendar-actions {
    display: flex;
    margin-top: 4px;
    flex-wrap: wrap;
}
.header-calendar-actions button {
    margin-bottom: 0px;
}
.tbuttonpress.circle-bk {
    line-height: 35px;
    font-size: 12px !important;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 0;
    background: var(--container-background);
    border: none;
    /* margin-bottom: 6px; */
    margin-right: 2px;
}
.tbuttonpress.circle-bk.full 
{
    background: var(--color-master);
}
.tbuttonpress.circle-status .tbuttonpress-icon {
    display: none;
}
.tbuttonpress.circle-bk .tbuttonpress-icon {
    font-size: 18px !important;
    color: #566877;
    text-align: center;
    padding: 0;
    margin: 0;
}
.header-calendar-ball {
    /* background: var(--color-master); */
    color: #fff;
    font-size: 21px;
    border-radius: 100px;
    /* width: 35px; */
    /* height: 35px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: auto;
    /* margin-top: 2px; */
    /* margin-bottom: 2px; */
    font-size: 29px;
}
.header-calendar-box-date {
    display: grid;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    width: 60px;
    line-height: 24px;
    background: var(--color-master);
    font-size: 13px;
    color: #fff !important;
}
.header-calendar-content.flow
{
    top: 0;
}
.header-calendar-content.flow .header-calendar-view-actions a
{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-calendar-content.flow .header-calendar-box-date
{
    width: 69px;
    padding: 15px;
    padding-top: 20px;
}
.header-calendar-content.flow .header-calendar-view-actions
{
    margin-bottom: 0px;
}
.header-calendar-content.flow .header-calendar-ball
{
    font-size: 24px;
}
.header-calendar-content {
    display: flex;
    /* padding-top: 10px; */
    /* border-bottom: 1px solid var(--color-lines); */
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* margin-bottom: 15px; */
    align-items: center;
    /* position: fixed; */
    z-index: 99;
    background: var(--area-background);
    width: 90%;
    /* background: red; */
}
.calendar-ball-pass
{
    background: #bbc5c5;
}
.calendar-offers
{
    padding-bottom: 10px;
    padding-right: 50px;
    width: 100%;
    overflow: auto;
}
.calendar-box-offers-attr
{
    display: flex;
    align-items: center;
    /* margin-top: 8px; */
    /* margin-bottom: 8px; */
}
.calendar-box-offers-attr .tbox-status
{
    margin-bottom: 0px;
}
.calendar-box-no
{
    color: #b8c2c7;
    font-size: 13px;
}
.status-ordinario {
    background: #22A7F0;
}
.status-extraordinario {
    background: #F39C12;
}
.status-interno {
    background: #a1bd3d;
}
.status-atividade {
    background: #7d5fff;
}
.week-heading th 
{
    text-align: center;
    height: 40px;
}
.calendar-box-count
{
    border-bottom: 1px solid var(--color-lines);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.calendars-weeks {
    display: flex;
    /* overflow-x: auto; */
    /* padding-top: 34px; */
}
.calendars-weeks .calendar-box-offers {
    margin-right: 25px;
}
.week-day {
    background: #666769;
    color: #fff !important;
    font-size: 16px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}
.week-day.checked {
    background: #2ecc71;
    color: #fff;
}
.container-offer-days {
    text-align: center;
    /* background: #f5f7fb; */
    justify-content: left;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 9px;
    margin-top: 10px;
    font-weight: 600;
    color: var(--color-text-button);
}
.calendar-ball-pass {
    background: #c2bfbf;
    color: #fff;
}
.calendar-max-box
{
    border: 3px solid var(--color-lines);
    border-radius: 14px;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    gap: 10px;
    width: 250px;
    position: relative;
}
.calendar-max-box.checked
{
    /* background: #f7f7f7; */
    border: 2px solid var(--color-master);
    position: relative;
}
.calendar-max-box.checked:before
{
    content: '\F012C';
    position: absolute;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a1bd3d;
    border-radius: 100%;
    left: -2px;
    color: #fff;
    z-index: 99;
    top: -10px;
    font: normal normal normal 18px / 1 "Material Design Icons";
}
.menu-label
{
    font-size: 11px;
    margin-bottom: 8px;
}
.menu-content .checked
{
   color: var(--color-master); 
}
.menu-content .checked .menu-icon
{
    background: var(--color-master);
    color: #fff;
}
.menu-content a:hover
{
    color: var(--color-master); 
}
.tdatagridresponsive thead tr th {
    padding-bottom: 8px;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-right: 14px;
    color: #bbbbbb;
    font-size: 12px;
}
.product-box-content {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 230px);
    gap: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-box-check {
    border-color: var(--color-master) !important;
}
.product-box {
    border: 2px solid #e1e9e9;
    border-radius: 24px;
    padding: 23px;
    text-align: center;
    height: 100%;
    margin-bottom: 13px;
    max-width: 240px;
    width: 100%;
    margin-right: 20px;
    position: relative;
}
.product-box hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-box-title {
    color: var(--color-master);
    font-size: 18px;
    /* font-weight: 600; */
    /* margin-bottom: -6px; */
    line-height: 16px;
}
.product-box-text {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-box-count {
    font-size: 18px;
}
.product-box-price {
    font-size: 20px;
    color: var(--color-master);
    font-weight: 600;
    /* margin-bottom: 7px; */
}
.product-box-check::before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    border-radius: 100%;
    color: var(--color-master);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    background: #fff;
    margin: auto;
    top: -11px;
    margin-left: -29px;
}
.invoice-box {
    border-radius: 15px;
    padding: 14px;
    margin-bottom: 15px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 200px;
    text-align: center;
}
.invoice-box-value {
    font-weight: 600;
    font-size: 20px;
}
.invoice-box i {
    color: #fff;
    font-size: 30px;
    margin-bottom: -5px;
    display: block;
    margin-top: -7px;
}
.product-box-desc {
    /* margin-bottom: 15px; */
}
.product-box .taccordionitem
{
    margin: 0;
    margin-top: 5px;
    height: 31px;
}
.page-max-title {
    color: #202832;
    font-weight: 600;
    margin: auto;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 5px;
    max-width: 600px;
}
.content-buttons a, .content-buttons button {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px;
}
.product-box .hiddentext 
{
    margin-bottom: 0;
}
.resource-box {
    text-align: center;
}
.resource-box-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.resource-box-price {
    font-weight: 600;
    margin-top: 6px;
    font-size: 13px;
}
.resource-box i {
    font-size: 27px;
    margin-bottom: 7px;
}
.total-order {
    color: var(--color-master);
    border: 1px solid #eee;
    font-weight: 600;
    font-size: 22px;
    border-radius: 25px;
    padding: 6px;
}
.art-notification-area.custom .notice-content
{
    margin-top: 0;
    margin-bottom: 12px;
}
.notice-content {
    color: #fff;
    padding: 8px;
    display: flex;
    /* align-items: center; */
    line-height: 19px;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 5px;
    /* margin-top: 5px; */
    font-size: 13px;
}
.notice-column
{
    align-items: center;
}
.notice-column p 
{
    margin: 0;
}
.notice-icon
{
    /* border-right: 1px solid #fff; */
    /* padding-right: 7px; */
    margin-right: 7px;
    display: flex;
    /* align-items: center; */
    font-size: 20px;
}
.notice-content.red {
    background: #EF4648;
}
.notice-content.blue {
    background: var(--color-master);
}
.notice-content.orange {
    background: #F39C12;
}
.notice-column a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.notice-action
{
    display: flex;
    justify-content: center;
    margin-left: auto;
}
.notice-action .tbuttonpress {
    background: #fff;
    height: 28px;
    /* width: 48px; */
    padding-left: 15px;
}
.notice-action .tbuttonpress:hover * {
    color: #566877 !important;
}
.box-tip {
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.box-tip-icon {
    font-size: 50px;
    background: whitesmoke;
    color: var(--color-master);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.box-tip-image {
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.box-tip-video {
    width: 100%;
    height: 200px;
    border: none;
}
.box-tip-title {
    font-size: 32px;
    color: var(--submenu-color-title);
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 14px;
}
.box-tip-text i {
    color: var(--color-master)
}
.box-tip-help {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}
.box-tip-help i {
    display: block;
    font-size: 28px;
}
.box-tip-text {
    font-size: 18px;
    margin-bottom: 15px;
}
.element-header {
    border-left: 2px solid var(--color-lines);
    padding-left: 20px;
    width: 100%;
}
.header-all {
    display: flex;
    margin-bottom: 13px;
    flex-shrink: 0;
}
.header-all-icon {
    background: var(--color-master);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 16px;
    flex-shrink: 0;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.product-volume
{
    font-size: 13px;
    /* margin-top: 5px; */
}
.content-grid
{
    background: whitesmoke;
    border-radius: 10px;
    padding: 7px;
    font-size: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.post-display
{
  background: var(--color-background-button-grid);
  height: 100px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  display: flex;
  background-position: center !important;
  background-size: cover !important;
}
.post-display i 
{
  font-size: 40px;
  color: #999ba7;
}
.tbuttonpress.link.wrap
{
    white-space: break-spaces;
    color: #202832;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 7px;
    margin-top: 5px;
    text-decoration: none;
}
.post-image
{
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    width: 100%;
    height: 113px;
    border-radius: 10px;
    margin-bottom: 13px;
}
.post-title-reference
{/* margin-bottom: 25px; *//* margin-top: 25px; */}
.post-title-reference h1 
{
    color: #202832;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
}
.content-actions
{
    display: flex;
    gap: 7px;
    margin-top: 5px;
}
.post-subtitle
{
    color: #94999d;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: -10px;
}
.post-view iframe
{width: 100%;max-width: 600px;height: 336px;border: none;display: block;margin-bottom: 21px;border-radius: 10px;margin-top: 8px;}
.post-nag
{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-top: 10px;
}
.post-list-subtitle
{
    font-size: 13px;
}
.post-page-break {
    color: #202832;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
}
.processo-box
{
    display: flex;
    gap: 10px;
    /* align-items: center; */
    border-radius: 10px;
    width: fit-content;
    flex-shrink: 0;
}
.processo-box:hover 
{
    /* opacity: 0.7; */
}
.processo-box-attr
{
    color: #a7aab0;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}
.processo-box-attr div 
{
    border-right: 1px solid #dbdde2;
    margin-right: 5px;
    padding-right: 5px;
}
.processo-box-attr div:last-child
{
    border: none;
}

.processo-box-nome
{
    color: #202832;
    font-weight: 700;
    line-height: 18px;
}
.processo-box-img
{
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background: #f3f1f1; */
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid #e7e7e7;
}
.processo-classificacao
{
    font-size: 10px;
    padding: 4px;
    border-radius: 26px;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 4px;
    height: 17px;
    line-height: 10px;
    bottom: -13px;
}
.processo-box-titular
{
    color: #a7aab0;
    font-size: 11px;
}
.processo-display-img
{
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}
.processo-display-nome
{
    color: #202832;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 18px;
}
.processo-display
{
    display: flex;
    gap: 10px;
    /* align-items: center; */
    border-radius: 10px;
    width: fit-content;
}
.processo-display-attr
{
    color: #b8c2c7;
    font-size: 13px;
    display: flex;
}
.processo-display-attr div 
{
    border-right: 1px solid #dbdde2;
    margin-right: 5px;
    padding-right: 5px;
}
.processo-display-attr div:last-child
{
    border: none;
}
.processo-tags-content
{
    display: flex;
    border-top: 1px solid var(--color-lines);
    padding-top: 5px;
    margin-top: 15px;
    border-bottom: 1px solid var(--color-lines);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.processo-tags-box-label
{
    color: #b8c2c7;
    font-size: 13px;
    margin-bottom: 2px;
}
.processo-tags-box
{
    border-right: 1px solid var(--color-lines);
    margin-right: 15px;
    padding-right: 15px;
}
.processo-tags-box:last-child
{
    border: none;
}
.processo-display-atendente
{
    display: flex;
    align-items: center;
    gap: 7px;
}
.processo-display-atendente-img
{
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 1px solid #e7e7e7;
}
.processo-display-info
{
    line-height: 20px;
}
.processo-box-codigo
{
    font-weight: 400;
    font-size: 14px;
    color: #a7aab0;
}
.tcarddatagrid-page-break
{
    color: #202832;
    font-size: 15px;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.processo-box-img:hover
{
    opacity: 0.8;
}

#aviso-criar-servico
{
    background: #f3f1f1;
    border-radius: 10px;
    padding: 15px;
}
.calendar-max-box.prazo-legal
{
    /* background: #f7f7f7; */
}
.calendar-max-box .tbuttondrop-button
{
    background: #fff;
}
.calendar-max-box-tags
{
    display: flex;
    gap: 3px;
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid var(--color-lines);
    margin-bottom: 6px;
}
.calendar-max-box-tags div 
{
    font-size: 11px;
    color: #fff;
    border-radius: 22px;
    padding: 1px;
    padding-left: 7px;
    padding-right: 7px;
}
.calendar-max-box-tags.orange div
{
    background: #fff4e3;
    color: #f39c12;
}
.calendar-max-box-tags.blue div
{
    background: #e4f6fa;
    color: #17c0eb;
}
.calendar-max-box-tags.purple div
{
    background: #7d5fff;
}

.calendar-scroll
{
    display: flex;
    gap: 3px;
    align-items: center;
    /* margin-top: 20px; */
}
.calendar-scroll i 
{
    font-size: 25px;
}
.calendar-box-offers.empty
{
    width: 150px;
}
.calendar-box-offers .card-message-icon i
{
    font-size: 50px;
    line-height: unset;
}
.calendar-max-box-tags.green div
{
    background: #f1f3e9;
    color: #a1bd3d;
}
.user-data-display
{
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 12px;
    color: #a7aab0;
}
.user-data-display-photo
{
    width: 30px;
    height: 30px;
    background: #e4e4e4;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.user-data-display.tag 
{
    background: #f7f7f7;
    border-radius: 24px;
    width: fit-content;
    padding-right: 10px;
    margin-top: 5px;
}
.calendar-box-dialog
{
    background: #f7f7f7;
    font-size: 13px;
    border-radius: 10px;
    padding: 8px;
    width: 100%;
}
.calendar-box-dialog p 
{
    margin-bottom: 2px;
}
.calendar-box-offers .tbuttondrop-content
{
    position: absolute;
    right: 6px;
}
.processo-box-ipas
{
    font-size: 11px;
    line-height: 15px;
    color: #202832;
    padding: 3px;
    padding-left: 0;
}
.servico-historico
{
    height: 600px;
    border: 2px solid var(--color-lines);
    padding: 17px;
    border-radius: 10px;
    overflow: overlay;
    font-size: 13px;
}
.post-files
{
    display: flex;
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.post-files a 
{
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.post-list-subtitle button span
{
    text-decoration: none !important;
}   
.notice-content.red {
    background: #EF4648;
}
.notice-content.blue {
    background: var(--color-master);
}
.notice-content.orange {
    background: #F39C12;
}
.processo-box-prazo div 
{
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    padding: 1px;
    padding-left: 7px;
    padding-right: 7px;
    width: fit-content;
    padding: 5px;
}
.processo-box-prazo .blue
{
    background: #e4f6fa;
    color: #17c0eb;
}
.processo-box-prazo .orange
{
    background: #fff4e3;
    color: #f39c12;
}
.processo-box-prazo
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.processo-fluxo-box
{margin-bottom: 6px;}
.processo-fluxo-de
{
    font-size: 12px;
}
.processo-fluxo-data
{
    color: #bababa;
}
.processo-fluxo-prazo
{
    color: gray;
    margin-left: 40px;
}
.processo-fluxo-prazo2
{
    color: gray;
    margin-left: 80px;
}
.processo-fluxo-para
{
    font-weight: 700;
    margin-left: 20px;
}
.processo-fluxo-historico
{
    background: var(--button-background);
    border-radius: 10px;
    padding: 15px;
    height: 300px;
    overflow: auto;
    font-size: 13px;
    margin-top: 7px;
}
.protocolo-preview img 
{
    width: 100%;
}
.tformstruct-separator {
    font-weight: 600;
}
.pipme-preview-grid
{
    word-break: break-all;
    font-size: 13PX;
}
.send-display-preview
{
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius:10px;
    margin-bottom: 10px;
    border: 10px solid #ebebf0;
    margin-top: 10px;
}
.send-display-preview-video 
{
    width: 100%;
    max-width: 250px;
    height: 200px;
    border: 1px solid #ebebf0;
    padding: 10px;
    border-radius:10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.send-display-preview-audio 
{
    width: 100%;
    max-width: 250px;
    height: 70px;
    border: 1px solid #ebebf0;
    padding: 10px;
    border-radius:10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.send-display-preview-img 
{
    width: 100%;
    max-width: 200px;
    border: 1px solid #ebebf0;
    padding: 10px;
    border-radius:10px;
    margin-bottom: 10px;
    margin-top: 10px;
}



.element-header 
{
    border-left: 2px solid var(--color-lines);
    padding-left: 20px;
    width: 100%;
}
.atendimento-header-titulo 
{
    font-weight: 700;
    color: #202832;
    font-size: 18px;
}
.atendimento-header-pessoa 
{
    color: var(--color-action);
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
}
.tcarddatagrid-card-area 
{
    padding: 15px;
}
.atendimento-header-descricao 
{
    background: #f0f3f8;
    padding: 16px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 13px;
}
.atendimento-situacao 
{
    margin-top: 10px;
    display: flex;
}
.botoes-acoes 
{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.botoes-acoes button 
{
    margin-right: 10px;
    margin-bottom: 10px;
}
.atendimento-situacao-label 
{
    color: #a0aeb7;
    margin-bottom: 5px;
    font-size: 13px;
}
.atendimento-situacao-coluna 
{
    border-right: 1px solid var(--color-lines);
    padding-right: 10px;
    margin-right: 10px;
}
.atendimento-historico-content 
{
    border: 1px solid #f0f3f8;
    height: 300px;
    overflow-y: auto;
    padding: 16px;
    border-radius: 10px;
    margin-top: 13px;
}
.atendimento-historico-content .tcarddatagrid-card
{
    padding: 0px !important;
    margin-bottom: 10px;
    border: none;
}
.atendimento-historico-content .tcarddatagrid-card-area 
{
    padding: 0px !important;
    border: none;
}
.header-all {
    display: flex;
    margin-bottom: 13px;
    flex-shrink: 0;
}
.header-all-icon {
    background: var(--color-master);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 16px;
    flex-shrink: 0;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.atendentes-container
{
    display: flex;
    gap: 3px;
}
.atendente-boxer
{
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    border: 1px solid #eaeaea;
    background-size: cover !important;
    background-position: center !important;
    /* margin-left: -10px; */
}
.atendimento-historico-content {
    border: 1px solid #f0f3f8;
    height: 300px;
    overflow-y: auto;
    padding: 16px;
    border-radius: 10px;
    margin-top: 13px;
}
.atendimento-historico-content .tcarddatagrid-card {
    padding: 0px !important;
    margin-bottom: 10px;
    border: none;
}
.atendimento-historico-content .tcarddatagrid-card-area {
    padding: 0px !important;
    border: none;
}
.atendimento-historico-content .tcarddatagrid-card-column {
    font-size: 13px;
}
.crm-attrs-content
{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
    color: #adacac;
}
.crm-attrs-info
{
    display: flex;
    gap: 1px;
    font-size: 13px;
    line-height: 15px;
}
.crm-action-content
{
    display: flex;
    gap: 5px;
}
.crm-line
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.crm-etiquetas
{
    display: flex;
    font-size: 11px;
    gap: 3px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.crm-etiquetas div
{
    color: #fff;
    border-radius: 3px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-bottom: 3px; */
    height: fit-content;
}
.crm-pessoa
{
    margin-bottom: 3px;
    font-size: 13px;
}
.kanban-item {
    border: 1px solid #ededed !important;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    overflow: unset;
}
.kanban-item-title
{
    border-bottom: none;
    color: #202832;
    padding-bottom: 0;
    max-width: 80%;
}
.kanban-stage
{
    box-shadow: none;
    border-radius: 15px;
    border: 1px solid var(--color-lines) !important;
    background: var(--datagrid-check-background);
    padding: 4px;
    padding-top: 0;
    min-width: 270px;
}
.kanban-title
{
    color: #202832;
    background: #f8f8f8;
    margin-bottom: 0;
    font-size: 17px;
    padding: 0;
    padding-left: 14px;
    /* margin-bottom: 10px; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 8;
    padding-top: 13px;
    padding-bottom: 13px;
}
.crm-header-title
{
    display: flex;
    align-items: flex-start;
    gap: 4px;
    line-height: 23px;
}
.kanban-item-sortable {
    margin-top: 2px;
}
.crm-indicador
{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 3px solid #fff;
    flex-shrink: 0;
    margin-top: 2px;
}
.kanban-board .kanban-stage:first-child
{
    margin-left: 0px;
}
.kanban-stage
{
    margin-right: 0px;
}
.kanban-board
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.kanban-item .tbuttonpress
{
    width: 30px;
    height: 30px;
}
.crm-header
{
    display: flex;
}
.crm-header
{
    display: flex;
    justify-content: space-between;
}
.crm-header-count
{
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--color-lines) !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4px;
    height: fit-content;
}
.crm-processo
{
    font-size: 12px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 11px;
    margin-bottom: 4px;
    color: #202832;
}
.kanban-shortcuts
{
    font-size: 20px;
}
.element-header .tbuttonpress.link
{
    white-space: pre-line;
}
.crm-filtros .tformstruct-area
{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}
.atendente-boxer-display
{
    display: flex;
    gap: 5px;
    align-items: center;
}
.atendente-boxer-display .atendente-boxer
{
    width: 23px;
    height: 23px;
}
.menu-user-foto
{
    background: #e8e8e8;
    width: 33px;
    height: 33px;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
}
.migracao-icone
{
    color: red;
    margin-left: 6px;
}
.crm-propabilidade
{
    font-size: 13px;
    display: flex;
}
.crm-propabilidade.absolute
{
    position: absolute;
    top: 14px;
    right: 17px;
}
.crm-propabilidade.red 
{
    color: #d35400;
}
.crm-propabilidade.orange 
{
    color: #e67e22;
}
.crm-propabilidade.blue 
{
    color: #66a3fe;
}
.crm-propabilidade.green 
{
    color: #2ecc71;
}
.crm-propabilidade.gray 
{
    color: #4b4b4b;
}
.kanban-stage
{
    max-width: 270px;
    /* position: relative; */
}
.crm-attrs-info.green 
{
    color: #2ecc71;
}
.crm-attrs-info.red 
{
    color: #D64541;
}
.crm-arquivado
{
    opacity: 0.4;
}
.crm-filtros .ttag-content 
{
    background: #f3f1f1;
    border-radius: 5px;
    height: 35px;
    align-items: center;
    padding-top: 4px;
    padding-left: 5px;
    min-width: 175px;
    width: fit-content;
    border-radius: 20px;
}
.crm-filtros .ttag-content button 
{
    font-size: 15px;
}
.crm-filtros .ttag-box, .crm-filtros .ttag-results div
{
    border-radius: 20px;
}
.crm-line .tinputchange-content, .crm-line .tinputchange-content input
{
    height: 20px;
    font-size: 13px;
}
.crm-line .tinputchange-content i 
{
    font-size: 13px;
    padding-top: 3px;
}
.crm-line .tdate-group .tfield, .tdate-group .tfield_disabled
{
    padding-left: 24px;
}
.crm-funis-content
{
    display: flex;
}
.crm-funis-data
{
    display: flex;
    gap: 10px;
}
.crm-filtros{
    margin-top: 16px;
}
.crm-boards-content
{
    padding: 10px;
    border: 1px solid var(--color-lines);
    border-radius: 10px;
}
.actions-checklist-tag
{
    display: flex;
    gap: 10;
    align-items: center;
}
.checklist-box
{
    border: 1px solid var(--color-lines);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}
.checklist-nome
{
    color: #202832;
    font-weight: 700;
    /* margin-bottom: 6px; */
    font-size: 15px;
}
.checklist-item 
{
    border-bottom: 1px solid var(--color-lines);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}
.check-container 
{
    display: block;
    position: relative;
    /* margin-top: 2px; */
    /* margin-left: 1px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-container input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark 
{
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    margin-top: -4px;
    border-radius: 50px;
    background-color: var(--color-lines);
}
.check-container:hover input~.checkmark 
{
    background-color: #ccc;
}
.check-container input:checked~.checkmark 
{
    background-color: #2ecc71;
}
.checkmark:after 
{
    content: "";
    position: absolute;
    display: none;
}
.check-container input:checked~.checkmark:after 
{
    display: block;
}
.check-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-label
{
    font-size: var(--font-size);
    margin-left: 24px;
}
.checklist-box .checklist-item:last-child
{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.checklist-top
{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.checklist-acoes
{
    display: flex;
    gap: 3px;
}
.checklist-acoes .tbuttonpress.circle 
{
    width: 25px;
    height: 25px;
}
.checklist-acoes .tbuttonpress-icon-single
{
    font-size: 15px;
}
.checklist-total
{
    background: #f3f1f1;
    font-size: 13px;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 1px;
    height: 21px;
}
.check-on
{
    text-decoration: line-through;
}
.kanban-item-content .checklist-total
{
    /* margin-bottom: 9px; */
}
.checklist-total.sucesso
{
    background: #2ecc71;
    color: #fff;
}
.atendimento-situacao .atendimento-situacao-coluna:last-child
{
    border: none;
}
.checklist-total-link
{
    width: fit-content;
    display: block;
}
.checklist-total-link:hover
{
    opacity: 0.6;
}
.menu-hide-icon
{
    position: absolute;
    right: -9px;
    background: var(--container-background);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 21px;
    content: '\f053';
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.master-menu.compress
{
    background: var(--menu-background);
    max-width: 1px;
    width: 100%;
}
.master-menu.compress .menu-content, .master-menu.compress .submenu-content
{
    display: none;
}
.master-menu.compress:hover
{
    max-width: 267px;
    display: flex;
}
.master-menu.compress:hover .menu-content
{
    display: grid;
}
.master-menu.compress:hover .submenu-content
{
    display: block;
}
.origem-nome
{
    background: #f3f1f1;
    font-size: 11px;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 1px;
    height: 21px;
}
.crm-opens
{
    /* color: #959393; */
    font-size: 13px;
    border: 1px solid var(--color-lines);
    border-radius: 10px;
    padding: 10px;
    background: #f7f7f7;
    margin-bottom: 5px;
}
.crm-action-content .tbuttondrop-button
{
    width: 30px;
    height: 30px;
}
.crm-actions-separator .tbuttondrop-submenu
{
    background: #ffffff;
}
.crm-actions-separator
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ms-options-wrap > .ms-options > ul li.selected label .atendente-boxer-display
{
    color: #fff !important;
}
.ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover .atendente-boxer-display
{
    color: #fff !important;
}