.parsley-required{
    color: red;
}
.parsley-error{
    color: red;
    border: 1px solid red;
}
.parsley-error ~ .select2-container--default .selection .select2-selection--single{
    color: red !important;
    border: 1px solid red !important;
}
.swal2-container {
    z-index: 999999 !important;
}
.selector {
    cursor: pointer;
}
.select-user {
    cursor: pointer;
}
.select-user:hover {
    background: #e2e2e2 !important;
}
.numeracao-final {
    display: block !important;
    width: 100% !important;
    padding: 0.475rem 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #4d5875 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    /* border: 1px solid #e9edf4 !important; */
    border-radius: 7px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.only-view {
    display: block !important;
    width: 100% !important;
    padding: 0.475rem 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border-radius: 7px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.no-input{
    pointer-events:none !important;
}
.badge-size{
    font-size: 1.75em !important;
    font-weight: 350 !important;
}
.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* color: #cc0000; */
}
/* .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
} */
/* .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    outline: 0;
} */

.select2-container {
    width: 100% !important;
}
/* .search-field-on-top.select2-dropdown--below {
    : -36px;
} */




.bg-credit-card-icon{
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #EEEEF4 !important;
}
/* 
btn-delete-image
 */
.thumbnail {
    position: relative;
}
.thumbimg {
    width: 100%;
    height: auto;
}
.btn-remove-thumbimg {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    /* font-size: 16px; */
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
.cover-image{
    object-fit: cover;
}
.gallery-item {
    width: 200px;
    /* padding: 5px; */
  }
.page-header-empty{
    min-height: 15px;
    margin-block-start: 0 !important;
}
/* .fc-event, .fc-event-dot {
    color: #2b2b2b !important;
} */

.list-manager-daily-service > .list-group-item{
    background-color: #ffffff91 !important;
    border: 1px solid #e9edf459 !important;
}

.dragging-element{
    background-color: #e9e9f1 !important;
    padding: 0.75rem 1.25rem;
}
.is-invalid{
    color: rgb(255, 94, 94);
}




#global-loader-2 {
    position: fixed;
    z-index: 50000;
    background: rgb(255, 255, 255);
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }