.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}

.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

.logo {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.logo figure {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo figure p {
    font-weight: 600;
    font-size: 1em;
}

.logo figure img {
    width: 7em;
    height: auto;
}

.logo figure img:last-of-type {
    width: 19em;
    height: auto;
}

.container .card-header {
    padding: 0;
    border: none;
}

.col-md-6.offset-md-4 .btn-primary {
    width: 100% !important;
}

.col-6.text-right p {
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col-6.text-right p a {
    padding: 0;
    margin-left: .3em;
}

.custom-modal {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000004d;
    z-index: 9999;
    position: fixed;
}

.custom-modal .content {
    width: 80%;
    background-color: #fff;
    border-radius: 4px;
    padding: 2em;
}

.custom-modal .content iconify-icon#close {
    cursor: pointer;
    color: #fff;
    background-color: #bd362f;
    padding: 4px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    right: 10px;
    top: 10px;
}

.custom-modal .content {
    width: 80%;
    background-color: #fff;
    border-radius: 4px;
    padding: 2em;
    position: relative;
}

.custom-modal .content h2 {
    color: #746cf6;
    margin: 0;
}

.custom-modal .content #deposits>h2 {
    margin-bottom: 1em;
}

.custom-modal .content #deposits .historic {
    max-height: 30em;
    overflow-y: auto;
}

.custom-modal .content .actions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.custom-modal .content .actions button {
    background-color: #746cf6;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    padding: .4em .8em;
}

.custom-modal .content .actions button#cancel {
    background-color: #d63548;
    margin-right: .5em;
}

input[default] {
    background-color: #fff !important;
}

.total.lab {

}

.total.lab p {
    color: #746cf6;
    font-weight: 600;
    font-size: 1.1em;
    margin: 1em 0;
}

.warning-container {
    display: none;
    position: fixed;
    right: 10px;
    top: 8px;
    z-index: 9999;
    overflow: hidden;
    padding: 1em .5em;
    width: 20em;
    min-height: 3em;
    border-radius: 3px !important;
    box-shadow: 0 0 12px #999;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
  }
  
  .warning-container h3 {
    margin: 0;
  }
  
  .warning-container p {
    margin: 0;
  }
  
  .warning-container iconify-icon {
    font-size: 2.5em;
    margin-right: .2em;
  }
  
  .warning-container#error {
    background-color: #bd362f;
  }
  
  .warning-container#sucess {
    background-color: #72a95d;
  }
  
  .warning-container#sucess iconify-icon#error {
    display: none;
  }
  
  .warning-container#error iconify-icon#sucess {
    display: none;
  }

  .warning-container .message h3 {
    font-size: 1.3em;
  }

  .payment {
    margin: 2em 0;
    display: flex;
    justify-content: center;
}

.payment .content {
    margin: 2em 0;
    display: flex;
    flex-direction: column;
}

.payment .content h3 {
    color: #746cf6;
    font-weight: 600;
}

.payment .content .pix-code {
    background-color: #ececec;
    padding: 1em;
    display: flex;
    align-items: center;
}

.payment .content span {
    width: 100%;
}

.payment .content iconify-icon {
    font-size: 2em;
    cursor: pointer;
}

.payment .content p[sucess] {
    color: #689d5e;
    font-weight: 600;
}

.btn-primary {
    background-color: #746cf6;
    border-color: #746cf6;
}

span.status {
    font-weight: 600;
    color: #fff;
    padding: 4px 7px;
    border-radius: 4px;
}

span.status#paid {
    background-color: #53b978;
}

span.status#pending {
    background-color: #ffdf0c
}

.dashboard {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dashboard .containers {
    width: 90%;
}

.dashboard .containers .items, .dashboard .containers .actions {
    display: flex;
    justify-content: center;
}

.dashboard .containers .items .item {
    background-color: #f3a514;
    margin: 4px 4px 0 0;
    padding: 5px 10px;
    width: 100%;
    border-radius: 2px;
}

.dashboard .containers .items .item#blue {
    background-color: #6760da;
}


.dashboard .containers .items .item:last-of-type {
    margin-right: 0;
}

.dashboard .containers .items .item .content {
    color: #fff;
}

.dashboard .containers .items .item .content p {
    font-weight: 700;
    margin: 0;
    display: flex;
}

.dashboard .containers .items .item .content h2 {
    font-size: 1.5em;
    text-wrap: nowrap;
    font-weight: 600;
}

.dashboard .containers .items .item .content .values {
    display: flex;
    justify-content: space-between;
}

.dashboard .containers .actions a {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #464457;
    margin: 4px;
    margin-left: 0;
    font-weight: 500;
    border-radius: 2px;
    padding: 3px 0;
}

.dashboard .containers .actions a:last-of-type {
    margin-right: 0;
}

.dashboard .containers>a {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    outline: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    background-color: #53a857;
    padding: 3px 0;
}

span#deposit_date {
    text-wrap: nowrap;
}

span#deposit_date iconify-icon {
    color: #6960f6;
    cursor: pointer;
}

iconify-icon#deposit_date {
    font-size: 1.5em;
    margin-left: .3em;
    cursor: pointer;
}

@media (max-width: 600px) {
    .card-body.dashboard {
        padding: .5rem;
    }

    .dashboard .containers {
        width: 100%;
    }
    
    .dashboard .containers .items .item .content p {
        font-size: .7em;
    }

    .dashboard .containers .items .item .content h2 {
        font-size: 1em;
    }
}