@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: Roboto, serif;
}

.row-actions {
    display: flex;
    align-items: center;
    gap: 10px;

    svg {
        width: 18px;
        height: 18px;
    }

    .delete-link svg {
        width: 20px;
        height: 20px;

        path {
            stroke: #d90000;
        }
    }
}
.delete-car-item {
    svg {
        width: 20px;
        height: 20px;

        path {
            stroke: #d90000;
        }
    }
}
.navbar.shadow-sm {
    box-shadow: none !important;
    border-bottom: 1px solid #eaeaea;
}

.navbar {
    a {
        color: #000;
    }
}

.hidden-elem {
    display: none !important;
}

form {
    input[type=text], input[type=password], input[type=email], input[type=file], input[type=date], textarea, select {
        background-color: #fff !important;
    }
}
.user-avatar {
    width: 100%;
    max-width: 250px;
}
.alert {
    ul {
        margin: 0 0 0 20px;
        padding: 0;
    }
}
.form-check-input + .form-check-label {
    opacity: 0.5;
    transition: opacity 0.1s ease;
}

.form-check-input:checked + .form-check-label {
    opacity: 1;
    color: #000 !important
}
.flat-input {
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none !important;
}
.copy-link {
    svg {
        /*width: 21px;*/
        /*height: 21px;*/
    }
}
.table-extra-small {
    font-size: 11px;
}
.mass-actions-flex {
    display: flex;
    align-items: flex-end;
    gap: 13px;
    flex: 1;
    width: 100%;
    margin-bottom: 13px;

    .mass-action-item {
        display: flex;
        flex-direction: column;
        gap: 2px;


        span {
            flex: 1;
        }
    }
}
.mass-actions-flex {
    background-color: #fffbe2;
    border: 1px solid #e6e1c2;
    border-radius: 6px;
    padding: 12px;
}
.alert {
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
}
.filter-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;

    svg {
        height: 30px;
    }
}
.navbar {
    padding: 0 !important;
}
.nav-item {
    a {
        display: inline-block;
        /*padding-top: 12px;*/
        /*padding-bottom: 12px;*/

    }
    height: 100%;
}
.nav-link.active, .nav-item.active {
    background-color: #e6e6e6 !important;
}
.navbar-toggler {
    margin-top: 6px;
    margin-bottom: 6px;
}
@media (max-width: 1024px) {
    .nav-item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        a {
            padding-top: 0.2rem !important;
            padding-bottom: 0.2rem !important;
        }
    }
}
.nav-item {
    .dropdown-menu {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.dropdown-menu {
    overflow: hidden;
}
.dropdown-item:hover {
    background-color: #e6e6e6 !important;
}
.menu-icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    svg {
        width: 18px;
    }
}
.text-right {
    text-align: right;
}
.settings-flex-row {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
select:disabled {
    background-color: #ececec !important;
    color: #b1b1b1 !important;
}
.flex-cell-middle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.light-button {
    display: inline-block;
    background-color: #f6f8fa;
    color: #24292f;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}

.light-button:hover {
    background-color: #f3f4f6;
    border-color: rgba(27, 31, 35, 0.2);
}

.light-button-2 {
    display: inline-block;
    background-color: #d0d9e4;
    color: #1c2127;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}

.light-button-2:hover {
    background-color: #c6d1df;
    border-color: rgba(27, 31, 35, 0.2);
}
.table-item-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    svg, img {
        width: 19px;
        height: 19px;
    }
}
.schedule-box {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.box-row {
    display: flex;
    align-items: center;
    gap: 4px;

    div {
        width: 45px;
        font-weight: bold;
    }
}
#chat3 .form-control {
    border-color: transparent;
}

#chat3 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.badge-dot {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-left: 2.9rem;
    margin-top: -.75rem;
}
.chat-messages {
    max-width: 960px;
    margin: 0 auto;
}
.message-flex {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
