﻿.sidebar {
    position: fixed;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    background-color: white;
    transition: right 0.4s ease;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

    .sidebar.show {
        right: 0;
    }

.modal-header, .modal-footer {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    margin-top: auto;
}

.modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 15px;
}

.modal-backdrop.show {
    opacity: 0.5;
    transition: opacity 0.4s ease;
    z-index: 1005;
}
.input-group-text {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-right: none;
}

.disabled {
    opacity: 0.5; /* Dimmed opacity for disabled buttons */
    pointer-events: none; /* Disable pointer events on disabled buttons */
}
/*.feature-container {
    margin-bottom: 20px;
}

.feature-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.activities-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
}

.activity-label {
    margin-left: 10px;
    white-space: nowrap;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider:before {
        transform: translateX(14px);
    }*/

/* Mobile view adjustments */
/*@media (max-width: 768px) {
    .activities-container {
        grid-template-columns: 1fr;
    }
}*/
.permissions-table {
    width: 100%;
    border-collapse: collapse;
    margin:20px;
}

    .permissions-table th, .permissions-table td {
        padding: 8px;
        text-align: center;
        border: 1px solid #ddd;
    }

.feature-title {
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider:before {
        transform: translateX(14px);
    }


.page-header .breadcrumb {
    display: flex;
    align-items: center;
}

.page-header .breadcrumb-item {
    margin-right: 10px;
}

    .page-header .breadcrumb-item a {
        color: #000;
    }

.page-header .btn {
    margin-top: -10px; /* Adjust as necessary for alignment */
}
.page-block{
    height:50px !important;
}
.list-group-item {
    transition: background-color 0.2s ease-in-out;
}

    .list-group-item:hover {
        background-color: #337ab7; /* primary color */
        color: #ffffff;
    }

.selected-make {
    background-color: #337ab7;
    color: #ffffff;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); 
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;  
}

/* Wizard Navigation */
.nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 1em auto;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
}

    .nav-tabs.wizard li {
        width: 100%;
        float: none;
        margin-bottom: 3px;
        text-align: center;
    }

        .nav-tabs.wizard li > * {
            position: relative;
            padding: 1em .8em .8em 2.5em;
            color: #999999;
            background-color: #dedede;
            border-color: #dedede;
            transition: background-color 0.3s, border-color 0.3s, color 0.3s;
        }

        .nav-tabs.wizard li.completed > * {
            color: #fff !important;
            background-color: #96c03d !important;
            border-color: #96c03d !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li.active > * {
            color: #fff !important;
            background-color: #2c3f4c !important;
            border-color: #2c3f4c !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li::after:last-child {
            border: none;
        }

    .nav-tabs.wizard > li > a {
        opacity: 1;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-tabs.wizard a:hover {
        color: #fff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }

span.nmbr {
    display: inline-block;
    padding: 1px 0;
    background: #ffffff;
    width: 25px;
    line-height: 25px;
    height: 25px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .nav-tabs.wizard li {
        width: auto;
        float: left;
        margin-right: 2px;
    }

        .nav-tabs.wizard li > * {
            padding: 1em;
        }

    .nav-tabs.wizard span.nmbr {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 2px 2px 2px 0;
        width: 19.6%;
        float: left;
        text-align: center;
    }

        .nav-tabs.wizard li.active a {
            padding-top: 10px;
        }

        .nav-tabs.wizard li::after,
        .nav-tabs.wizard li > *::after {
            content: '';
            position: absolute;
            top: 1px;
            left: 100%;
            height: 0;
            width: 0;
            border: 30px solid transparent;
            border-right-width: 0;
        }

        .nav-tabs.wizard li::after {
            z-index: 1;
            transform: translateX(3px);
            border-left-color: #fff;
            margin: 0;
        }

        .nav-tabs.wizard li > *::after {
            z-index: 2;
            border-left-color: inherit;
        }

    .nav-tabs.wizard > li:nth-of-type(1) > a {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .nav-tabs.wizard li:last-child {
        margin-right: 0;
    }

        .nav-tabs.wizard li:last-child a::after,
        .nav-tabs.wizard li:last-child::after {
            content: "";
            border: none;
        }

    span.nmbr {
        display: block;
    }
}

.expanded-row-content {
    padding: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.tabulator-row.expanded .tabulator-cell {
    border-bottom: none;
}
.tenantOrDealerSection {
    display: none;
}