/* BEGIN BTN ICON */
.btn-icon {
    margin-right: 10px !important;
    padding: 10px 20px !important;
}

.btn-icon .svg-icon img {
    width: 20px !important; 
    height: 20px !important;
}
/*.btn-icon:hover .svg-icon img {*/
/*    filter: brightness(0) invert(1) !important;*/
/*}*/
/* END ICON */

/* BEGIN TYPOGRAPHY */
.text-base {
    color: #0D4556 !important;
}
.text-table {
    color: #05181E !important;
}
/* END TYPOGRAPHY */

/* BEGIN FORM */
.form-group {
    margin-bottom: 2rem;
}

.form-group .col-form-label {
    font-weight: 500;
    text-align: right;
}

.form-group.has-danger label,
.help-block-error {
    color: #f64e60;
    display: block;
}

.form-group.has-danger span.help-block-error {
    font-style: italic;
}

.form-group.has-danger .is-invalid,
.select2-selection.is-invalid,
.select2-container.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f64e60 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-prepend .input-group-text.is-invalid {
    border-right: none;
}

.popover-select-item:hover {
    cursor: pointer !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .5rem 3rem .5rem 1rem;
    font-size: .92rem;
}

.select2-container--default .select2-results__option {
    padding: .5rem 1rem;
    font-size: .92rem;
}

.select2-search--inline {
    display: contents;
}

.select2-search__field:placeholder-shown {
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.label {
    padding: 5px 10px;
    border-radius: 5px;
}

.label-warning {
    background-color: #FFF5EC;
    color: #FC963E;
}

.label-success {
    background-color: #E9F6F0;
    color: #2D9A62;
}

.label-danger {
    background-color: #FAE9EA;
    color: #CB1F30;
}

.label-blue {
    background-color: #E6EFF7;
    color: #005FAB;
}

.label-secondary {
    background-color: #F4F6F7;
    color: #83888A;
}

.label-info {
    background-color: #EEE5FF;
    color: #8950FC;
}

.text-blue {
    color: #005FAB;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.input-icon {
    position: relative;
}
.input-icon span {
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(1.5em + 1.3rem + 2px);
}
.input-icon span i {
    line-height: 0;
    color: #7E8299;
}
.input-icon span i:after, .input-icon span i:before {
    line-height: 0;
}
.input-icon span .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #7E8299;
}
.input-icon span .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.input-icon span .svg-icon svg {
    height: 24px;
    width: 24px;
}
.input-icon .form-control {
    padding-left: calc(1.5em + 1.3rem + 2px);
}
.input-icon.input-icon-right span {
    right: 0;
    left: auto;
}
.input-icon.input-icon-right .form-control {
    padding-left: 1rem;
    padding-right: calc(1.5em + 1.3rem + 2px);
}

/* END FORM */

.pac-container {
    background-color: #FFF;
    z-index: 1056 !important;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 102;
}
.modal-backdrop{
    z-index: 101;
}

.floating-button {
    position: fixed;
    top: 80%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
}

.disabled{
    background-color: #eff2f5;
    cursor: not-allowed;
}

.disabled:focus {
    background-color: #eff2f5;
}
/* Customer */

.content-cs {
    background-color: #FFFFFF;
    margin: 30px 0 30px 50px;
}

@media (min-width: 992px) {
    .toolbar-enabled:not(.toolbar-fixed) .content-cs {
        padding-top: 15px;
    }
}
@media (max-width: 991.98px) {
    .content-cs {
        padding: 15px 0;
    }
}

.btn-notif {
    background: transparent;
    border: none;
    text-align: start;
}

.sticky-column-2 {
    position: sticky !important;
    right: 138px;
    background-color: #fff !important;
    z-index: 1;
}
.sticky-column {
    position: sticky;
    right: 0;
    background-color: #f9f9f9;
    z-index: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
