﻿.mw-125 {
    max-width: 125px;
}

.mapouter {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 100%;
}

#map {
    position: initial !important;
}

.loading-overlay {
    display: none;
    background: rgba(0,0,0, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

    .loading-overlay.is-active {
        display: flex;
    }


.is-invalid {
    width: 100%;
    font-size: 0.875em;
    color: #FD625E;
}


#dropzone-form {
    border: 2px dashed #dedede;
    border-radius: 5px;
    background: #f5f5f5;
}

.dropzone i {
    font-size: 3rem;
}

.dropzone .dz-message {
    color: rgba(0,0,0,.54);
    font-weight: 500;
    font-size: initial;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 5000;
}

.text-required {
    color: #FF2114;
}

.holiday-box .holiday-date-box {
    width: 43px;
    min-width: 43px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

.date-icon {
    position: absolute;
    right: 16px;
    top: 8px;
    color: #8A9099;
}

.regulazation-sub-body .regulazation-box img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.notify-profile {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.message-break {
    word-break: break-all;
}

.link_cursor {
    cursor: pointer;
}

.sched-timesheet {
    background-color: #8DBE0030;
    color: #2F2F37;
    font-size: 11px;
}

.sched-timeoff {
    background-color: #009db230;
    color: #2F2F37;
    font-size: 11px;
}

.sched-task {
    background-color: #e56e1930;
    color: #2F2F37;
    font-size: 11px;
}

.sched-shift {
    background-color: #B656EB30;
    color: #2F2F37;
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.img-sched {
    border-radius: 50px !important;
    width: 32px;
}


.mbsc-ios.mbsc-popup-body {
    background: #ffffff !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5) !important;
}

.mbsc-ios.mbsc-popup-arrow {
    background: #ffffff !important;
}



.task-avtar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.dotted-underline {
    border-bottom: 1px dotted;
}


.sidebar-menu > li > a > .svg-icon {
    margin-right: 0 !important;
}

.input-validation-error + .select2 > .selection > .select2-selection--single {
    border-color: #dc3545 !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
}

.errorBorder {
    border-color: #dc3545 !important;
}


.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.55rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    margin-bottom: 3px;
}


    .input-validation-error ~ .invalid-feedback,
    .input-validation-error ~ .invalid-tooltip {
        display: block;
    }

.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.55rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}

    .form-control.input-validation-error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    }

textarea.form-control.input-validation-error {
    padding-right: calc(1.5em + 1.55rem);
    background-position: top calc(0.375em + 0.3875rem) right calc(0.375em + 0.3875rem);
}

.form-select.input-validation-error {
    border-color: #dc3545;
}

    .form-select.input-validation-error:not([multiple]):not([size]), .form-select.input-validation-error:not([multiple])[size="1"] {
        --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
        padding-right: 5.5rem;
        background-position: right 1rem center, center right 3rem;
        background-size: 16px 12px, calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    }

    .form-select.input-validation-error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    }

.form-control-color.input-validation-error {
    width: calc(3rem + calc(1.5em + 1.55rem));
}

.form-check-input.input-validation-error {
    border-color: #dc3545;
}

    .form-check-input.input-validation-error:checked {
        background-color: var(--bs-form-invalid-color);
    }

    .form-check-input.input-validation-error:focus {
        box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
    }

    .form-check-input.input-validation-error ~ .form-check-label {
        color: var(--bs-form-invalid-color);
    }


@media (min-width: 992px) {
    .content-wrapper, .main-footer {
        margin-right: 0px;
    }
}

.cursor {
    cursor: pointer !important;
}

.sidebar-menu > li {
    margin: 6px 0;
}


.ui-menu .ui-menu-item-wrapper {
    font-size: 13px;
    font-weight: 500;
}


.disabled-wrapper {
    pointer-events: none; /* Disables all click, hover, etc. */
    opacity: 0.3; /* Optional: make it look disabled */
    cursor: pointer !important;
}

    .disabled-wrapper:hover {
        cursor: pointer !important;
    }

.truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
