.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;
}

.addPadding {
    padding-left: 255px !important;
}

@media screen and (max-width: 991px) {
    .addPadding {
        padding-left: 0px !important;
    }
  }

/*=== NavBar ===*/

.navSearchBtnContainer {
    width: 60%;
}

.navCreateNewBtn {
    border: 1px solid lightgray;
}

.navCreateNewBtn i {
    margin-left: 5px;
    margin-top: 6px;
}

.navSearchContainer {
    width: 100%;
}

.navSearchBar {
    width: 90%;
}

#search-addon {
    background-color: transparent;
}

/*=== User Avatar/UserName ===*/
.avatar-img {
    border-radius: 50% !important;
    width: 40px;
}

.userName {
    color: gray;
    font-weight: bold;
    margin-left: 5px;
}

.userArrowDown {
    color: gray;
    margin-left: 5px;
}
/*=== END Avatar/UserName ===*/

/*=== Own Style Classes ===*/
.sn-shadow {
    box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.07);
}
/*=== END Own Style Classes ===*/

/*=== MiniChart CSS ===*/
.miniChartContainer {
    margin: 10px;
    border-right: 2px solid lightgray;
    padding-right: 40px;
}

.miniChartContainer:last-child {
    border: none;
    padding-right: 0px;
}


.miniChartIcon {
    background-color: #EEF1FF;
    width: 40px;
    height: 40px;
    border-radius: 20%;
    position: relative;
}

.miniChartIcon .fa-usd {
    text-align: center;
    color: white;
    font-size: .9em;
    /* border: 3px solid #EEF1FF; */
}

.mainBackdropCircle {
    background-color: #317FF3;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translate(-2px, -2px);
    outline: 2.5px solid #EEF1FF;
    z-index: 10;
}

.backdropCircle {
    background-color: #317FF3;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    bottom: 9px;
    z-index: 9;
    right: 8px;
}

.miniChartTarget {
    color: rgb(145, 145, 145);
}

.miniChartPercent {
    color: green;
}

.miniChartPeriod {
    color: rgb(145, 145, 145);
}
/*=== END MiniChart Css ===*/
/*=== Approvation item on dashboard ===*/
.iconCont {
    background-color: #F1F1F1;
    width: 40px;
    height: 40px;
    border-radius: 25%;
}

.iconBall {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: orange;
    border: 1px solid white;
}

.appItemInfoRi {
    color: gray;
}
/*=== END Approvation item on dashboard ===*/



/*=== Last Updates Client DASHBOARD ===*/
.sn-button-default {
    background: #8acff5;
    border-radius: 25%;
    width: 25px;
    height: 25px;
    font-size: 2.05em;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
    color: white;
}
/*=== END Last Updates Client DASHBOARD ===*/

/*=== SN Buttons ===*/
.btn-sn-primary {
    background: #EBFFE8;
    border-radius: 5px;
    color: #14CC26;
    width: 84px;
}
.btn-sn-warning {
    background: #F1F1F1;
    border-radius: 5px;
    color: #F0B51B;
    width: 84px;
}
/*=== END SN Buttons ===*/

/*=== CSS Spinner ===*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid rgb(125, 125, 125);
    border-color: rgb(100, 100, 100) transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/*=== END CSS Spinner ===*/

.c-main {
    margin-top: 25px;
}

.lastUpdateAvatarCont > img {
    border-radius: 10%;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
