:root {
    --color-master: #2c98c9;
    --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: #ccc9c9;
    --button-font-size: 14px;
    --button-icon-font-size: 17px;
    --link-color: #6D798F;
    --color-border: #e1e9e9;
    --color-border-focus: #cacaca;
    --color-background-button-grid: var(--menu-background);
    --field-border-radius: 24px;
    --color-background-disable: #e1e9e9;
    --padding-field-left: 15px;
    --button-height: 35px;
    --background-overlay: rgba(0, 0, 0, 0.2);
    --color-lines: var(--submenu-border-color);
    --color-fit: #BDD7FF;
    --text-color: #2C313A;
    --color-action: #2C313A;
    --color-scroll: #bdcad2;
    --menu-background: #f0f3f8;
    --menu-color-checked: var(--color-master);
    --menu-color-hover: var(--color-master);
    --submenu-text-color: #2C313A;
    --submenu-background: #fff;
    --submenu-background-dropdown: var(--menu-background);
    --submenu-color-checked: var(--color-master);
    --submenu-color-hover: var(--color-master);
    --submenu-color-title: #2C313A;
    --submenu-border-color: #f5f5f5;
    --containers-border-color: #EEF1F6;
    --button-background: #f0f3f8;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    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: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 30px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--color-scroll);
}
.master-menu {
    max-width: 270px;
    width: 100%;
    flex-shrink: 0;
}
.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;
}
.atendimento-historico-content .tcarddatagrid-card-column {
    font-size: 13px;
}
.master-menu {
    display: flex;
    position: relative;
}
.menu-content {
    background: var(--menu-background);
    width: 60px;
    flex-shrink: 0;
    display: grid;
    align-content: space-between;
    /* padding: 6px; */
    /* justify-content: center; */
    text-align: center;
}
.submenu-content {
    background: var(--submenu-background);
    width: 100%;
    overflow-y: auto;
    padding: 15px;
    padding-top: 19px;
    border-left: 1px solid var(--submenu-border-color);
    border-right: 1px solid var(--submenu-border-color);
}
.logo-area {
    padding-top: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--containers-border-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
}
.logo-area img {
    width: 45px;
}
.menu-icon {
    color: var(--text-color);
    margin: auto;
    /* width: 35px; */
    /* height: 35px; */
    font-size: 20px;
    border-radius: 50px;
    /* padding-left: 4px; */
    /* margin-bottom: 9px; */
    /* border-right: 3px solid transparent; */
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.menu-icon.checked {
    color: var(--menu-color-checked);
}
.version {
    font-size: 13px;
    margin-bottom: 10px;
}
.submenu-title {
    font-size: 18px;
    color: var(--submenu-color-title);
    font-weight: 700;
    margin-bottom: 26px;
    padding-left: 12px;
    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; */
}
.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 {
    background: var(--submenu-color-checked);
    color: #fff;
}
.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: 700;
}
.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%;
    padding-right: 20px;
    /* padding-bottom: 60px; */
    padding-top: 20px;
}
.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;
}
.submenu-box ul li a:hover {
    color: var(--submenu-color-hover);
}
.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 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;
}
.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%;
    opacity: 0.7;
}
.login-logo img {
    width: 110px;
}
.login-logo {
    border-bottom: 1px solid var(--containers-border-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
    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: 40px;
    height: 40px;
    border-radius: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5c6a73 !important;
    font-size: 15px;
    flex-shrink: 0;
}
.tbuttonpress.light {
    border: 1px solid #ecedf0;
    background: #fff;
}
.tbuttonpress.light * {
    color: var(--color-master) !important;
}
.tbuttonpress {
    padding-left: 13px;
    padding-right: 13px;
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-master);
}
.tbuttonpress.link {
    border: none;
    background: transparent;
    padding: 0;
    height: auto;
    white-space: normal;
    text-align: left;
}
.tbuttonpress.link * {
    color: var(--color-action) !important;
    text-decoration: underline;
}
.schedule-buttons .tbuttonpress-name {
    color: var(--text-color) !important;
}
.tformtruct-button.check {
    background: #f0f3f8;
    color: var(--text-color);
    padding-bottom: 0;
    color: var(--color-master);
}
.tformtruct-button.check i {
    color: var(--color-master) !important;
}
.tformtruct-button {
    color: #2a2e30;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 24px !important;
}
.tformtruct-button i {
    color: var(--color-action) !important;
    font-size: 17px;
}
.tformtruct-buttons {
    padding-bottom: 0;
    margin-bottom: 7px;
    margin-top: 0;
    padding-top: 0;
    /* background: #f0f3f8; */
    border-radius: 0;
    /* padding: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* width: fit-content; */
    border-bottom: 2px solid var(--color-lines);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}
.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;
    padding-top: 10px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e0e3ec;
    color: #e0e3ec;
    font-size: 18px;
}
.foto1 i {
    font-size: 21px;
    color: #9E9E9E;
}
.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-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; */
}
.TCurtain {
    padding: 25px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--field-text-color);
    font-size: var(--field-font-size);
    vertical-align: middle;
    padding-left: 4px;
}
.ball-alert {
    background: #EF4836;
    border-radius: 50px;
    color: #fff;
    /* display: table; */
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: -28px;
    margin-left: 36px;
}
.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);
    }
}
.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; */
    min-width: 370px;
}
.calendar-box-offers-data {
    background: #fff;
    /* height: 123px; */
    border: 1px solid var(--color-lines);
    border-radius: 14px;
    padding: 15px;
    padding-right: 3px;
    margin-bottom: 13px;
}
.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 {
    /* display: flex; */
    align-items: center;
    position: relative;
    overflow-y: auto;
}
.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: middle;
    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;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
}

/* Customize the label (the container) */

.check-container {
    /* display: block; */
    position: relative;
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    margin-top: 3px;
    border-radius: 50px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.check-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-container input:checked~.checkmark {
    background-color: var(--color-master);
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.check-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.check-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.calendar-box-multioffer {
    border-bottom: 1px solid var(--color-lines);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-shrink: 0;
    /* align-items: baseline; */
}
.schedule-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 9px;
}
.schedule-buttons button, .schedule-buttons a {
    background: unset;
    display: grid;
    justify-content: center;
    height: auto;
    padding: 0;
    margin: 10px;
    border-radius: 0;
    border: none;
}
.schedule-buttons i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: auto;
    margin-bottom: 5px;
    font-size: 18px;
    border: 1px solid var(--color-border);
}
.status-atendido {
    background: #A1BD3D;
}
.status-reservado {
    background: #f9bf3b;
}
.status-confirmado {
    background: #047afd;
}
.status-falta {
    background: #EC1B24;
}
.profile-name-link {
    text-decoration: underline !important;
    cursor: pointer;
    display: block;
}
.profile-name-link.small {
    font-size: 13px;
    color: #a0aeb7 !important;
    margin-top: 4px;
}
.data-legenda {
    margin-bottom: 10px;
    font-size: 13px;
}
.usuario-display-foto {
    width: 35px;
    height: 35px;
    background: var(--submenu-background-dropdown);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    background-position: center !important;
    background-size: cover !important;
}
.atendimento-header-titulo {
    font-weight: 600;
    color: var(--color-action);
    font-size: 18px;
}
.titulo-separador {
    color: #383d40;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid var(--color-lines);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.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;
    flex-wrap: wrap;
}
.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;
}
.box-help {
    border: 1px solid #e1e9e9;
    color: #929ca3;
    padding: 13px;
    border-radius: 10px;
    display: table;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.4em;
}
.contrato-header-titulo {
    font-weight: 600;
    color: var(--color-action);
    font-size: 18px;
}
.contrato-header-pessoa {
    color: var(--color-action);
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
}
.contrato-header-contrato {
    color: var(--color-action);
    text-decoration: underline;
    cursor: pointer;
}
.contrato-header-descricao {
    background: #f0f3f8;
    padding: 16px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 13px;
}
.contrato-situacao-label {
    color: #a0aeb7;
    margin-bottom: 5px;
    font-size: 13px;
}
.contrato-situacao-coluna {
    border-right: 1px solid var(--color-lines);
    padding-right: 10px;
    margin-right: 10px;
}
.contrato-historico-content {
    background: #f0f3f8;
    height: 300px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 10px;
    margin-top: 13px;
}
.contrato-historico-content .tcarddatagrid-card {
    padding: 0px !important;
    margin-bottom: 10px;
}
.contrato-historico-content .tcarddatagrid-card-area {
    padding: 0px !important;
}
.contrato-documento-content {
    background: #f0f3f8;
    height: 300px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 10px;
    margin-top: 13px;
}
.contrato-documento-content .tcarddatagrid-card {
    padding: 0px !important;
    margin-bottom: 10px;
}
.contrato-documento-content .tcarddatagrid-card-area {
    padding: 0px !important;
}
.contrato-emprestimo-content {
    background: #f0f3f8;
    height: 300px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 10px;
    margin-top: 13px;
}
.contrato-emprestimo-content .tcarddatagrid-card {
    padding: 0px !important;
    margin-bottom: 10px;
}
.contrato-emprestimo-content .tcarddatagrid-card-area {
    padding: 0px !important;
}
.acoes-content {
    /* background: #f0f3f8; */
    display: flex;
    /* padding: 14px; */
    margin-bottom: 6px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid var(--color-lines);
}
.acoes-content button {
    margin-right: 6px;
}
.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;
}
.element-header {
    border-left: 2px solid var(--color-lines);
    padding-left: 20px;
    width: 100%;
}
.tbuttonpress.green {
    border: 1px solid #2ecc71;
    background: #2ecc71;
    color: #fff !important;
}
.tbuttonpress.red {
    border: 1px solid #E74C3C;
    background: #E74C3C;
    color: #fff !important;
}
.tbuttonpress.blue {
    border: 1px solid #047afd;
    background: #047afd;
    color: #fff !important;
}
.statusbar-content {
    display: flex;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    height: 15px;
}
.statusbar-line {
    border-radius: 0;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
    padding-left: 6px;
}
.statusbar-line:hover {
    opacity: 0.8
}
.status-contrato-prazo {
    /* color: #bbc9de; */
    font-size: 13px;
    margin-top: -5px;
}
.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: 11px;
    line-height: 14px;
}
.menu-star-title {
    font-weight: 600;
}
.menu-star-content.checked * {
    color: #fff !important;
}
.tfield[widget=ttext] {
    border-radius: 15px;
}
.offer-transfer {
    opacity: 0.6
}
.offer-transfer:after {
    position: absolute;
    content: "\F0496";
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-left: 50px;
    opacity: 1;
    z-index: 999;
    font-size: 40px;
}
.login-logo svg {
    width: 100px;
}
.historico-atendimento-form {
    border: 1px solid #e1e9e9;
    padding: 12px;
    border-radius: 10px;
}
.calendar-pass {
    opacity: 0.6;
}
.atendimento-historico-scroll {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 12px;
    font-size: 13px;
    max-height: 150px;
    height: 100%;
    overflow: auto;
}
.documento-checklist-content {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.checklist-container
{
    background: #f4f4f4;
    height: 300px;
    overflow: auto;
    border-radius: 10px;
    padding: 15px;
}
.documento-checklist {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 9px;
}
.documento-checklist-ball {
    width: 12px;
    height: 12px;
    background: red;
    flex-shrink: 0;
    border-radius: 100%;
    margin-right: 3px;
}
.documento-preview {
    background: #f0f3f8;
    width: 100%;
    height: 100px;
    border-radius: 7px;
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-clip: center;
    background-origin: center;
}
.buttons-left {
    display: flex;
}
.buttons-left button {
    margin-right: 10px;
}
.checklist-ball {
    color: #fff !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 10px;
    flex-shrink: 0;
}
.checklist-ball:hover {
    opacity: 0.7;
}
.tformstruct-separator {
    font-weight: 600;
}
.ball-red {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e69316;
    float: right;
}
.buttons-content {
    display: flex;
}
.buttons-content .tbuttonpress {
    margin-right: 10px;
}
.bi-page-break {
    font-weight: 600;
    font-size: 15px;
}
.calendar-header-actions {
    display: flex;
}
.titulo-outro-content {
    background: #f0f3f8;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 12px;
}
.content-grid {
    background: #f6f6f6;
    border-radius: 9px;
    padding: 13px;
    margin-top: 9px;
    margin-bottom: 9px;
    height: 180px;
    overflow-y: auto;
}
.content-grid table {
    font-size: 13px;
}
.content-grid td {
    padding: 3px !important;
}
.content-grid th {
    padding: 3px !important;
    font-size: 10px;
}
.grid-box-emprestimo {
    font-size: 12px;
    white-space: nowrap;
    color: #9e9e9e;
}
.taccordion .taccordionitem {
    padding: 7px;
}
.bi-page-break {
    color: #202832;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
}
.fonte-historico {
    font-size: 13px; 
    margin-bottom: -3px; 
    color: #a0aeb7;
}
.menu-name
{
    font-size: 10px;
    margin-top: -2px;
}
.help-title {
    color: var(--color-master);
    font-size: 30px;
}
.help-box-link {
    border: 1px solid #eff3f8;
    padding: 10px;
    display: block;
    margin-top: 9px;
    border-radius: 6px;
    cursor: pointer;
    color: var(--color-master1);
}
.help-box-link.checked {
    background: #eaf0f8;
}
.help-box-link:hover {
    color: var(--color-master) !important;
}
.help-subtitle {
    margin-bottom: 15px;
}
.contrato-extra-importacao
{
    background: #f4f4f4;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}


.importacao-log {
    background: #f0f3f8;
    font-size: 10px;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    height: 140px;
    overflow: auto;
    margin: 9px;
}
.master-menu.show {
    display: flex;
}
.toggle-mobile {
    display: none;
}
.toggle-mobile a {
    font-size: 23px;
    display: block;
    width: 30px;
    text-align: center;
}
.alert-content
{
    background: #ffeaca;
    color: #e69316;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
}
.alert-content-actions
{
    display: flex;
    gap: 10px;
}
.auto-fill
{
    background: #f2f7b7;
}
.tformstruct-line-field:has(.auto-fill) .select2-selection__rendered
{
    background: #f2f7b7;
}
.pendencia-parcela-atendimento .tbuttonpress.link *
{
    color: #e69316 !important;
    font-size: 13px;
}
.acoes-filtros
{
    display: flex;
    gap: 11px;
}
.tdatagridresponsive-check, .check {
    background: #ecf5f9;
}
.conversas-arquivos
{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
}
.conversas-pessoa-nome
{
    background: #f0f3f8;
    border-radius: 15px;
    padding: 15px;
    width: fit-content;
    margin-bottom: 10px;
}
.pessoa-display-nome
{
    display: flex;
    gap: 8px;
    align-items: center;
}
.pessoa-display-nome button:last-child
{
    /* background: #f0f3f8 !important; */
    padding-left: 7px;
    padding-right: 11px;
    height: 27px;
}
@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;
    }
    .header-top-mobile {
        padding-right: 15px;
        padding-left: 15px;
    }
    .toggle-mobile {
        display: flex;
        justify-content: center;
        margin-left: auto;
        background: #f7f7f7;
        width: 91px;
        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;
    }
    .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%;
    }
}