/************************* Start DataTable **************************/

td {
    font-family: "Codec Pro", Poppins, cairo, serif;
}

.trash-icon {
    color: #fd397a;
    font-size: 15px;
}

.edit-icon {
    font-size: 15px;
}

.dataTables_wrapper .btn.btn-brand.btn-elevate.btn-icon-sm {
    color: #fff !important;
}

.dataTables_wrapper .btn.btn-secondary {
    background-color: #3f8efc !important;
    border-color: #3f8efc !important;
}

.table_from_editor p, .table_from_editor p span, .table_from_editor {
    font-size: 14px !important;
    font-family: "Codec Pro", Poppins, serif !important;
}

.dataTables_wrapper .btn.btn-secondary i {
    color: #fff !important;
}

.dataTables_wrapper .btn.btn-secondary.dropdown-toggle:after {
    color: #fff !important;
}

.dataTables_wrapper.dt-bootstrap4.no-footer {
    position: relative !important;
}

.dt-buttons.btn-group.flex-wrap {
    position: absolute !important;
    top: -22px !important;
}

@media (max-width: 1100px) {
    .dt-buttons.btn-group.flex-wrap {
        position: relative !important;
    }
}

/******************************* End DataTable *********************************/

/******************************* General **************************************/
.badge {
    font-size: 11px;
    margin-bottom: 2px
}

.flaticon2-trash {
    color: #fd397a !important;
    font-size: 15px
}

.flaticon-edit-1 {
    font-size: 15px;
}

select {
    cursor: pointer !important;
}

select option {
    cursor: pointer !important;
    padding: 15px !important;
}

.image_prev_form {
    height: 85px;
    width: 95px !important;
    margin-right: -20px !important;
    margin-left: -25px !important;
}

@media (max-width: 760px) {
    .image_prev_form {
        margin-right: 0px !important;
    }
}

.breadcrumb-item a {
    font-size: 13px;
    color: #7c7b7b !important
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold !important;
}

.breadcrumb.breadcrumb-dot .breadcrumb-item:after {
    color: #b5b5c3 !important;
}

label.label-lg {
    height: auto !important;
    margin: 3px;
}

input[type = number], .number, input[type = email], .number p span, .number p {
    font-family: "Codec Pro", Poppins, serif !important;
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #fd397a;
    padding-left: calc((1em + 1.3rem) * 3 / 4 + 2rem);
    background: transparent;
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #1dc9b7;
    padding-left: calc((1em + 1.3rem) * 3 / 4 + 2rem);
    background: transparent;
}

#thumb-output {
    width: 150px;
    border: 1px solid #DDD;
    margin-top: -4px;
}

#thumb-output img {
    border-style: none;
    padding: 3px;
    width: 100%;
    height: 100%;
}

.nice-select {
    text-align: right !important;
    line-height: 1.5;
}

.nice-select .option {
    text-align: right !important;
}

.nice-select:after {
    left: 12px !important;
    right: 98%;
}

.invalid-feedback {
    padding-right: 47px;
}

.fv-help-block {
    padding-right: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    direction: ltr;
}

.breadcrumb.breadcrumb-dot .breadcrumb-item:after {
    color: #7c7b7b !important;
    font-size: 23px;
    line-height: 19px !important;
}

.option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .7em;
    border: 1px solid #EBEDF3;
    border-radius: 0.675rem;
}

.session_mess {
    width: 38%;
    position: absolute;
    top: 20px;
    right: 4px;
    z-index: 1024;
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 1.5rem;
}

#toast-container > div {
    padding: 20px 20px 20px 50px;
    width: 400px;
    opacity: 0.9;
}

.toast .toast-message {
    font-size: 14px;
}

/************************************ General **********************************/
