::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d1d3e2 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d1d3e2 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d1d3e2 !important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Procurar";
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/gifs/bars.svg') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.card-home {
    transition: 2s;
}

.card-home:hover {
    transition: 1s;
    margin-left: 20px;
    margin-right: -20px;
}

.card-home:hover i, .card-home:hover .h5 {
    transition: 1s;
    color: #858796 !important;
}

.card-home i, .card-home .h5 {
    transition: 1s;
}

.margin-title {
    margin-bottom: 0px !important;
    padding-left: 20px;
}

.th-bottom {
    width: 150px;
}

.icon-top-title {
    font-size: 16px !important;
    position: absolute;
    left: 8px;
    top: 6px;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-title {
    padding-left: 18px;
}

.icon-modal-title {
    font-size: 13px !important;
    margin-top: 0px !important;
    position: absolute;
    top: 21.2px;
    left: 15px;
}

.card-header-success {
    border-bottom: 2px solid #15b097;
}

.card-header-info {
    border-bottom: 2px solid #60b6e4;
}

.card-header-danger {
    border-bottom: 2px solid #ff5d73;
}

.card-header-view {
    border-bottom: 2px solid #858796;
}

.btn-contato {
    background: #eaecf4;
    border-color: #eaecf4;
    color: #3a3b45;
}

.btn-view {
    background: #858796;
    color: #FFF;
}

.btn-view:hover {
    background: #737582;
    color: #FFF;
}

.alert-danger {
    color: white;
    border-color: #ff5d73;
    background-color: #ff5d73;
}

.title-divider {
    background-color: #30292f
}

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

.select2-container .select2-selection--single, .select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .75rem + 2px) !important;
}

#servico-descricao-div .ck-editor__editable, #uservico-descricao-div .ck-editor__editable {
    min-height: 150px;
}

.ckeditor5-div .ck-editor__editable {
    min-height: 150px;
}

/* Páginas de show */
.item-show {
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid rgba(0, 0, 0, 0.02);
}

.item-show span {
    display: block;
}
